Skip to content

Commit

Permalink
update readme (#26753)
Browse files Browse the repository at this point in the history
  • Loading branch information
FumingZhang committed Jan 18, 2024
1 parent fdafc9f commit 67e14e0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ batch:
- tag: package-2023-09
- tag: package-preview-2023-10
- tag: package-2023-10
- tag: package-preview-2023-11
- tag: package-2023-11
```

Expand All @@ -107,6 +108,19 @@ regenerate-manager: true
generate-interface: true
```

### 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=<path to the root directory of your azure-sdk-for-java clone>`.

``` 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

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 @@ -20,6 +20,7 @@ default-api-version: "2023-11-01"
multiapi: true
batch:
- tag: package-2023-11
- tag: package-preview-2023-11
- tag: package-2023-10
- tag: package-preview-2023-10
- tag: package-2023-09
Expand Down Expand Up @@ -109,6 +110,16 @@ namespace: azure.mgmt.containerservice.v2023_11_01
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2023_11_01
```

### 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=<path to the root directory of your azure-sdk-for-python clone>`.

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

0 comments on commit 67e14e0

Please sign in to comment.