diff --git a/specification/recoveryservicesbackup/resource-manager/readme.md b/specification/recoveryservicesbackup/resource-manager/readme.md index acc9c05bdb65..ef857d222e19 100644 --- a/specification/recoveryservicesbackup/resource-manager/readme.md +++ b/specification/recoveryservicesbackup/resource-manager/readme.md @@ -28,10 +28,7 @@ These are the global settings for the RecoveryServicesBackup API. title: Recovery Services Backup Client description: Open API 2.0 Specs for Azure RecoveryServices Backup service openapi-type: arm -tag: package-2022-06-01-preview -csharp-sdks-folder: ./Generated/CSharp -python-sdks-folder: ./Generated/Python -go-sdk-folder: ./Generated/Golang +tag: package-2022-09-preview license-header: MICROSOFT_MIT ``` @@ -40,7 +37,7 @@ tag: package-passivestamp-2021-11-15 ``` ``` yaml $(package-activestamp) -tag: package-preview-2022-09 +tag: package-2022-09-preview ``` ### Validations @@ -55,11 +52,11 @@ message-format: json ``` -### Tag: package-preview-2022-09 +### Tag: package-2022-09-preview -These settings apply only when `--tag=package-preview-2022-09` is specified on the command line. +These settings apply only when `--tag=package-2022-09-preview` is specified on the command line. -```yaml $(tag) == 'package-preview-2022-09' +```yaml $(tag) == 'package-2022-09-preview' input-file: - Microsoft.RecoveryServices/preview/2022-09-01-preview/bms.json ``` diff --git a/specification/recoveryservicesbackup/resource-manager/readme.python.md b/specification/recoveryservicesbackup/resource-manager/readme.python.md index 9cd0dd62b31c..8c5417539282 100644 --- a/specification/recoveryservicesbackup/resource-manager/readme.python.md +++ b/specification/recoveryservicesbackup/resource-manager/readme.python.md @@ -18,7 +18,7 @@ Generate all API versions currently shipped for this package clear-output-folder: true batch: - tag: package-passivestamp-2021-11-15 - - tag: package-preview-2022-09 + - tag: package-2022-09-preview ``` ### Tag: package-passivestamp-2021-11-15 and python @@ -32,12 +32,12 @@ namespace: azure.mgmt.recoveryservicesbackup.passivestamp output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp ``` -### Tag: package-preview-2022-09 and python +### Tag: package-2022-09-preview and python -These settings apply only when `--package-preview-2022-09 --python` is specified on the command line. +These settings apply only when `--package-2022-09-preview --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-preview-2022-09' +``` yaml $(tag) == 'package-2022-09-preview' namespace: azure.mgmt.recoveryservicesbackup.activestamp output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp ```