Skip to content

Commit

Permalink
update readmes (#25049)
Browse files Browse the repository at this point in the history
  • Loading branch information
FumingZhang committed Aug 10, 2023
1 parent 67a5170 commit 940d3c4
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 @@ -78,6 +78,7 @@ batch:
- tag: package-2023-05
- tag: package-preview-2023-06
- tag: package-2023-06
- tag: package-preview-2023-07
- tag: package-2023-07
```

Expand All @@ -94,6 +95,19 @@ regenerate-manager: true
generate-interface: true
```

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

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

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

These settings apply only when `--tag=package-2023-06` 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-07-01"
multiapi: true
batch:
- tag: package-2023-07
- tag: package-preview-2023-07
- tag: package-2023-06
- tag: package-preview-2023-06
- tag: package-2023-05
Expand Down Expand Up @@ -101,6 +102,16 @@ namespace: azure.mgmt.containerservice.v2023_07_01
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2023_07_01
```

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

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

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

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

0 comments on commit 940d3c4

Please sign in to comment.