Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python & java readmes for ContainerService/aks 2023-07-01 #25048

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,20 @@ batch:
- tag: package-2023-05
- tag: package-preview-2023-06
- tag: package-2023-06
- tag: package-2023-07
```

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

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

### Tag: package-2023-06 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-06-01"
default-api-version: "2023-07-01"
multiapi: true
batch:
- tag: package-2023-07
- tag: package-2023-06
- tag: package-preview-2023-06
- tag: package-2023-05
Expand Down Expand Up @@ -90,6 +91,16 @@ perform-load: false
clear-output-folder: false
```

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

These settings apply only when `--tag=package-2023-07 --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-07' && $(python)
namespace: azure.mgmt.containerservice.v2023_07_01
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2023_07_01
```

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

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