File tree 3 files changed +12
-12
lines changed
specification/msi/resource-manager
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ azure-arm: true
21
21
22
22
` ` ` yaml $(go) && $(multiapi)
23
23
batch :
24
- - tag : package-preview-2021-09
24
+ - tag : package-preview-2021-09-30
25
25
- tag : package-2018-11-30
26
26
- tag : package-2015-08-31-preview
27
27
` ` `
28
28
29
- ### Tag: package-preview-2021-09 and go
29
+ ### Tag: package-preview-2021-09-30 and go
30
30
31
- These settings apply only when ` --tag=package-preview-2021-09 --go` is specified on the command line.
31
+ These settings apply only when ` --tag=package-preview-2021-09-30 --go` is specified on the command line.
32
32
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
33
33
34
- ` ` ` yaml $(tag) == 'package-preview-2021-09' && $(go)
34
+ ` ` ` yaml $(tag) == 'package-preview-2021-09-30 ' && $(go)
35
35
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-09-30-preview/$(namespace)
36
36
` ` `
37
37
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ These are the global settings for the Managed Service Identity API.
26
26
27
27
``` yaml
28
28
openapi-type : arm
29
- tag : package-preview-2021-09
29
+ tag : package-preview-2021-09-30
30
30
` ` `
31
31
32
32
33
- ### Tag: package-preview-2021-09
33
+ ### Tag: package-preview-2021-09-30
34
34
35
- These settings apply only when ` --tag=package-preview-2021-09` is specified on the command line.
35
+ These settings apply only when ` --tag=package-preview-2021-09-30 ` is specified on the command line.
36
36
37
- ` ` ` yaml $(tag) == 'package-preview-2021-09'
37
+ ` ` ` yaml $(tag) == 'package-preview-2021-09-30 '
38
38
input-file:
39
39
- Microsoft.ManagedIdentity/preview/2021-09-30-preview/ManagedIdentity.json
40
40
` ` `
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Generate all API versions currently shipped for this package
20
20
` ` ` yaml $(multiapi) && $(python)
21
21
clear-output-folder : true
22
22
batch :
23
- - tag : package-preview-2021-09
23
+ - tag : package-preview-2021-09-30
24
24
- tag : package-2018-11-30
25
25
- multiapiscript : true
26
26
` ` `
@@ -30,12 +30,12 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/
30
30
perform-load : false
31
31
` ` `
32
32
33
- ### Tag: package-preview-2021-09 and python
33
+ ### Tag: package-preview-2021-09-30 and python
34
34
35
- These settings apply only when ` --tag=package-preview-2021-09 --python` is specified on the command line.
35
+ These settings apply only when ` --tag=package-preview-2021-09-30 --python` is specified on the command line.
36
36
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
37
37
38
- ` ` ` yaml $(tag) == 'package-preview-2021-09'
38
+ ` ` ` yaml $(tag) == 'package-preview-2021-09-30 '
39
39
namespace: azure.mgmt.msi.v2021_09_30_preview
40
40
output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/v2021_09_30_preview
41
41
` ` `
You can’t perform that action at this time.
0 commit comments