diff --git a/specification/appplatform/resource-manager/readme.go.md b/specification/appplatform/resource-manager/readme.go.md index 6836146db5b5..a0e928632eca 100644 --- a/specification/appplatform/resource-manager/readme.go.md +++ b/specification/appplatform/resource-manager/readme.go.md @@ -21,6 +21,7 @@ azure-arm: true ``` yaml $(go) && $(multiapi) batch: + - tag: package-preview-2023-09 - tag: package-preview-2023-07 - tag: package-preview-2023-05 - tag: package-preview-2023-03 @@ -38,6 +39,15 @@ batch: - tag: package-2020-07 ``` +### Tag: package-preview-2023-09 and go + +These settings apply only when `--tag=package-preview-2023-09 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag) == 'package-2023-09' && $(go) +output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2023-09-01-preview/$(namespace) +``` + ### Tag: package-preview-2023-07 and go These settings apply only when `--tag=package-preview-2023-07 --go` is specified on the command line. diff --git a/specification/appplatform/resource-manager/readme.python.md b/specification/appplatform/resource-manager/readme.python.md index 793c8ed869da..7ec70bba64e9 100644 --- a/specification/appplatform/resource-manager/readme.python.md +++ b/specification/appplatform/resource-manager/readme.python.md @@ -22,6 +22,7 @@ Generate all API versions currently shipped for this package multiapi: true clear-output-folder: true batch: + - tag: package-preview-2023-09 - tag: package-preview-2023-07 - tag: package-preview-2023-05 - tag: package-preview-2023-03 @@ -45,6 +46,16 @@ output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mg perform-load: false ``` +### Tag: package-preview-2023-09 and python + +These settings apply only when `--tag=package-preview-2023-09 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-preview-2023-09' && $(python) +namespace: azure.mgmt.appplatform.v2023_09_01_preview +output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mgmt/appplatform/v2023_09_01_preview +``` + ### Tag: package-preview-2023-07 and python These settings apply only when `--tag=package-preview-2023-07 --python` is specified on the command line. diff --git a/specification/appplatform/resource-manager/readme.ruby.md b/specification/appplatform/resource-manager/readme.ruby.md index 4d9412b08fe1..5368332cefa2 100644 --- a/specification/appplatform/resource-manager/readme.ruby.md +++ b/specification/appplatform/resource-manager/readme.ruby.md @@ -12,6 +12,7 @@ azure-arm: true ``` yaml $(ruby) && $(multiapi) batch: + - tag: package-preview-2023-09 - tag: package-preview-2023-07 - tag: package-preview-2023-05 - tag: package-preview-2023-03 @@ -29,6 +30,16 @@ batch: - tag: package-2020-07 ``` +### Tag: package-preview-2023-09 and ruby + +These settings apply only when `--tag=package-preview-2023-09 --ruby` is specified on the command line. +Please also specify `--ruby-sdks-folder=`. + +``` yaml $(tag) == 'package-preview-2023-09' && $(ruby) +namespace: "Azure::AppPlatform::Mgmt::V2023_09_01_preview" +output-folder: $(ruby-sdks-folder)/management/azure_mgmt_appplatform/lib +``` + ### Tag: package-preview-2023-07 and ruby These settings apply only when `--tag=package-preview-2023-07 --ruby` is specified on the command line.