Skip to content

Commit

Permalink
update python & java readmes (#24462)
Browse files Browse the repository at this point in the history
  • Loading branch information
FumingZhang authored Jun 19, 2023
1 parent 70f8d36 commit 91d353b
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 @@ -76,6 +76,20 @@ batch:
- tag: package-2023-04
- tag: package-preview-2023-05
- tag: package-2023-05
- tag: package-2023-06
```

### Tag: package-2023-06 and java

These settings apply only when `--tag=package-2023-06` 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-2023-06' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.containerservice.v2023_06_01
output-folder: $(azure-libraries-for-java-folder)/sdk/containerservice/mgmt-v2023_06_01
regenerate-manager: true
generate-interface: true
```

### Tag: package-2023-05 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-05-01"
default-api-version: "2023-06-01"
multiapi: true
batch:
- tag: package-2023-06
- tag: package-2023-05
- tag: package-preview-2023-05
- tag: package-2023-04
Expand Down Expand Up @@ -87,6 +88,16 @@ output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservic
perform-load: false
```
### Tag: package-2023-06 and python
These settings apply only when `--tag=package-2023-06 --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-2023-06' && $(python)
namespace: azure.mgmt.containerservice.v2023_06_01
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2023_06_01
```

### Tag: package-2023-05 and python

These settings apply only when `--tag=package-2023-05 --python` is specified on the command line.
Expand Down

0 comments on commit 91d353b

Please sign in to comment.