From 22d8befbe1d657acb630a164343e2d1bd76855ba Mon Sep 17 00:00:00 2001 From: zman-ms <99997769+zman-ms@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:38:19 -0800 Subject: [PATCH] [Fleet] 2024-02-02-preview Readme files (#27499) * readme files * fix typo * fix typo --- .../Microsoft.ContainerService/fleet/readme.go.md | 1 + .../fleet/readme.java.md | 14 ++++++++++++++ .../Microsoft.ContainerService/fleet/readme.md | 8 ++++---- .../fleet/readme.python.md | 12 ++++++++++++ 4 files changed, 31 insertions(+), 4 deletions(-) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.go.md b/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.go.md index d9d1fcdf95b1..842867bc7337 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.go.md +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.go.md @@ -20,6 +20,7 @@ azure-arm: true ``` yaml $(go) && $(multiapi) batch: + - tag: package-2024-02-preview - tag: package-2023-10 - tag: package-2023-08-preview - tag: package-2023-06-preview diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.java.md b/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.java.md index 268b3c838764..c114b28e9557 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.java.md +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.java.md @@ -18,6 +18,7 @@ description: "Azure Kubernetes Fleet Manager Client" ``` yaml $(java) && $(multiapi) batch: + - tag: package-2024-02-preview - tag: package-2023-10 - tag: package-2023-08-preview - tag: package-2023-06-preview @@ -27,6 +28,19 @@ batch: - tag: package-2022-06-preview ``` +### Tag: package-2024-02-preview and java + +These settings apply only when `--tag=package-2024-02-preview` is specified on the command line. +Please also specify `--azure-libraries-for-java-folder=`. + +``` yaml $(tag) == 'package-2024-02-preview' && $(java) && $(multiapi) +java: + namespace: com.microsoft.azure.management.containerservicefleet.v2024_02_02_preview + output-folder: $(azure-libraries-for-java-folder)/sdk/containerservice/mgmt-v2024_02_02_preview +regenerate-manager: true +generate-interface: true +``` + ### Tag: package-2023-10 and java These settings apply only when `--tag=package-2023-10` is specified on the command line. diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.md b/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.md index 8aeae1b727da..67a60126fb61 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.md +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.md @@ -27,15 +27,15 @@ These are the global settings for the ContainerServices API. ``` yaml openapi-type: arm -tag: package-preview-2024-02 +tag: package-2024-02-preview ``` -### Tag: package-preview-2024-02 +### Tag: package-2024-02-preview -These settings apply only when `--tag=package-preview-2024-02` is specified on the command line. +These settings apply only when `--tag=package-2024-02-preview` is specified on the command line. -```yaml $(tag) == 'package-preview-2024-02' +```yaml $(tag) == 'package-2024-02-preview' input-file: - preview/2024-02-02-preview/fleets.json ``` diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.python.md b/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.python.md index 9af1ac04212a..84e3df2bdac3 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.python.md +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.python.md @@ -20,6 +20,7 @@ Generate all API versions currently shipped for this package default-api-version: "2023-10-15" multiapi: true batch: + - tag: package-2024-02-preview - tag: package-2023-10 - tag: package-2023-08-preview - tag: package-2023-06-preview @@ -35,6 +36,17 @@ output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservic clear-output-folder: false perform-load: false ``` + +### Tag: package-2024-02-preview and python + +These settings apply only when `--tag=package-2024-02-preview --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2024-02-preview' && $(python) +namespace: azure.mgmt.containerservicefleet.v2024_02_02_preview +output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservicefleet/azure/mgmt/containerservicefleet/v2024_02_02_preview +``` + ### Tag: package-2023-10 and python These settings apply only when `--tag=package-2023-10 --python` is specified on the command line.