Skip to content

Commit

Permalink
update readme (#26753)
Browse files Browse the repository at this point in the history
  • Loading branch information
FumingZhang authored Nov 17, 2023
1 parent ab844c7 commit efe6496
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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=<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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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=<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 efe6496

Please sign in to comment.