From ec7afcb40252bc94ab5d0d8c1c4477e10fc737fa Mon Sep 17 00:00:00 2001 From: Mason Chen Date: Thu, 21 Sep 2023 21:48:46 +0800 Subject: [PATCH] Update language specific readme.md for 2023-11-01-preview api version --- .../appplatform/resource-manager/readme.go.md | 10 ++++++++++ .../appplatform/resource-manager/readme.python.md | 11 +++++++++++ .../appplatform/resource-manager/readme.ruby.md | 11 +++++++++++ 3 files changed, 32 insertions(+) diff --git a/specification/appplatform/resource-manager/readme.go.md b/specification/appplatform/resource-manager/readme.go.md index a0e928632eca..c9cef7b95e6e 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-11 - tag: package-preview-2023-09 - tag: package-preview-2023-07 - tag: package-preview-2023-05 @@ -39,6 +40,15 @@ batch: - tag: package-2020-07 ``` +### Tag: package-preview-2023-11 and go + +These settings apply only when `--tag=package-preview-2023-11 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag) == 'package-preview-2023-11' && $(go) +output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2023-11-01-preview/$(namespace) +``` + ### Tag: package-preview-2023-09 and go These settings apply only when `--tag=package-preview-2023-09 --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 7ec70bba64e9..a203a3c4bec5 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-11 - tag: package-preview-2023-09 - tag: package-preview-2023-07 - tag: package-preview-2023-05 @@ -46,6 +47,16 @@ output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mg perform-load: false ``` +### Tag: package-preview-2023-11 and python + +These settings apply only when `--tag=package-preview-2023-11 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-preview-2023-11' && $(python) +namespace: azure.mgmt.appplatform.v2023_11_01_preview +output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mgmt/appplatform/v2023_11_01_preview +``` + ### Tag: package-preview-2023-09 and python These settings apply only when `--tag=package-preview-2023-09 --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 5368332cefa2..2d040e0bc8b0 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-11 - tag: package-preview-2023-09 - tag: package-preview-2023-07 - tag: package-preview-2023-05 @@ -30,6 +31,16 @@ batch: - tag: package-2020-07 ``` +### Tag: package-preview-2023-11 and ruby + +These settings apply only when `--tag=package-preview-2023-11 --ruby` is specified on the command line. +Please also specify `--ruby-sdks-folder=`. + +``` yaml $(tag) == 'package-preview-2023-11' && $(ruby) +namespace: "Azure::AppPlatform::Mgmt::V2023_11_01_preview" +output-folder: $(ruby-sdks-folder)/management/azure_mgmt_appplatform/lib +``` + ### Tag: package-preview-2023-09 and ruby These settings apply only when `--tag=package-preview-2023-09 --ruby` is specified on the command line.