File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
specification/msi/resource-manager Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ azure-arm: true
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
24- - tag : package-preview-2021-09
24+ - tag : package-preview-2021-09-30
2525 - tag : package-2018-11-30
2626 - tag : package-2015-08-31-preview
2727` ` `
2828
29- ### Tag: package-preview-2021-09 and go
29+ ### Tag: package-preview-2021-09-30 and go
3030
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.
3232Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
3333
34- ` ` ` yaml $(tag) == 'package-preview-2021-09' && $(go)
34+ ` ` ` yaml $(tag) == 'package-preview-2021-09-30 ' && $(go)
3535output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-09-30-preview/$(namespace)
3636` ` `
3737
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.
2626
2727``` yaml
2828openapi-type : arm
29- tag : package-preview-2021-09
29+ tag : package-preview-2021-09-30
3030` ` `
3131
3232
33- ### Tag: package-preview-2021-09
33+ ### Tag: package-preview-2021-09-30
3434
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.
3636
37- ` ` ` yaml $(tag) == 'package-preview-2021-09'
37+ ` ` ` yaml $(tag) == 'package-preview-2021-09-30 '
3838input-file:
3939 - Microsoft.ManagedIdentity/preview/2021-09-30-preview/ManagedIdentity.json
4040` ` `
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Generate all API versions currently shipped for this package
2020` ` ` yaml $(multiapi) && $(python)
2121clear-output-folder : true
2222batch :
23- - tag : package-preview-2021-09
23+ - tag : package-preview-2021-09-30
2424 - tag : package-2018-11-30
2525 - multiapiscript : true
2626` ` `
@@ -30,12 +30,12 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/
3030perform-load : false
3131` ` `
3232
33- ### Tag: package-preview-2021-09 and python
33+ ### Tag: package-preview-2021-09-30 and python
3434
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.
3636Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
3737
38- ` ` ` yaml $(tag) == 'package-preview-2021-09'
38+ ` ` ` yaml $(tag) == 'package-preview-2021-09-30 '
3939namespace: azure.mgmt.msi.v2021_09_30_preview
4040output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/v2021_09_30_preview
4141` ` `
You can’t perform that action at this time.
0 commit comments