File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed
specification/recoveryservicesbackup/resource-manager Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,7 @@ These are the global settings for the RecoveryServicesBackup API.
2828title : Recovery Services Backup Client
2929description : Open API 2.0 Specs for Azure RecoveryServices Backup service
3030openapi-type : arm
31- tag : package-2022-06-01-preview
32- csharp-sdks-folder : ./Generated/CSharp
33- python-sdks-folder : ./Generated/Python
34- go-sdk-folder : ./Generated/Golang
31+ tag : package-2022-09-preview
3532license-header : MICROSOFT_MIT
3633` ` `
3734
@@ -40,7 +37,7 @@ tag: package-passivestamp-2021-11-15
4037` ` `
4138
4239` ` ` yaml $(package-activestamp)
43- tag : package-preview- 2022-09
40+ tag : package-2022-09-preview
4441` ` `
4542
4643### Validations
@@ -55,11 +52,11 @@ message-format: json
5552` ` `
5653
5754
58- # ## Tag: package-preview- 2022-09
55+ # ## Tag: package-2022-09-preview
5956
60- These settings apply only when `--tag=package-preview- 2022-09` is specified on the command line.
57+ These settings apply only when `--tag=package-2022-09-preview ` is specified on the command line.
6158
62- ` ` ` yaml $(tag) == 'package-preview- 2022-09'
59+ ` ` ` yaml $(tag) == 'package-2022-09-preview '
6360input-file:
6461 - Microsoft.RecoveryServices/preview/2022-09-01-preview/bms.json
6562` ` `
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Generate all API versions currently shipped for this package
1818clear-output-folder : true
1919batch :
2020 - tag : package-passivestamp-2021-11-15
21- - tag : package-preview- 2022-09
21+ - tag : package-2022-09-preview
2222` ` `
2323
2424### Tag: package-passivestamp-2021-11-15 and python
@@ -32,12 +32,12 @@ namespace: azure.mgmt.recoveryservicesbackup.passivestamp
3232output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp
3333` ` `
3434
35- # ## Tag: package-preview- 2022-09 and python
35+ # ## Tag: package-2022-09-preview and python
3636
37- These settings apply only when `--package-preview- 2022-09 --python` is specified on the command line.
37+ These settings apply only when `--package-2022-09-preview --python` is specified on the command line.
3838Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
3939
40- ` ` ` yaml $(tag) == 'package-preview- 2022-09'
40+ ` ` ` yaml $(tag) == 'package-2022-09-preview '
4141namespace: azure.mgmt.recoveryservicesbackup.activestamp
4242output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp
4343` ` `
You can’t perform that action at this time.
0 commit comments