Skip to content

Commit

Permalink
[Fleet] 2024-02-02-preview Readme files (#27499)
Browse files Browse the repository at this point in the history
* readme files

* fix typo

* fix typo
  • Loading branch information
zman-ms authored Jan 30, 2024
1 parent d695b50 commit 22d8bef
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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=<path to the root directory of your azure-sdk-for-java clone>`.

``` 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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=<path to the root directory of your azure-sdk-for-python clone>`.

``` 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.
Expand Down

0 comments on commit 22d8bef

Please sign in to comment.