From d8f464bbd494d1c93116cdbd22c297ea54711230 Mon Sep 17 00:00:00 2001 From: Fuming Zhang Date: Fri, 17 Nov 2023 10:36:26 +0800 Subject: [PATCH] update readme --- .../Microsoft.ContainerService/aks/readme.java.md | 14 ++++++++++++++ .../aks/readme.python.md | 13 ++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.java.md b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.java.md index 6c6f22fce836..2d1443b2bd41 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.java.md +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.java.md @@ -91,6 +91,20 @@ batch: - tag: package-2023-09 - tag: package-preview-2023-10 - tag: package-2023-10 + - tag: package-preview-2023-11 +``` + +### Tag: package-preview-2023-11 and java + +These settings apply only when `--tag=package-preview-2023-11` is specified on the command line. +Please also specify `--azure-libraries-for-java-folder=`. + +``` yaml $(tag) == 'package-preview-2023-11' && $(java) && $(multiapi) +java: + namespace: com.microsoft.azure.management.containerservice.v2023_11_02_preview + output-folder: $(azure-libraries-for-java-folder)/sdk/containerservice/mgmt-v2023_11_02_preview +regenerate-manager: true +generate-interface: true ``` ### Tag: package-2023-10 and java diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.python.md b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.python.md index e36151e91197..30198e2741ef 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.python.md +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.python.md @@ -16,9 +16,10 @@ no-namespace-folders: true Generate all API versions currently shipped for this package ```yaml $(python) -default-api-version: "2023-10-01" +default-api-version: "2023-11-02-preview" multiapi: true batch: + - tag: package-preview-2023-11 - tag: package-2023-10 - tag: package-preview-2023-10 - tag: package-2023-09 @@ -98,6 +99,16 @@ perform-load: false clear-output-folder: 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.containerservice.v2023_11_02_preview +output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2023_11_02_preview +``` + ### Tag: package-2023-10 and python These settings apply only when `--tag=package-2023-10 --python` is specified on the command line.