Skip to content

Commit

Permalink
update readme (Azure#18715)
Browse files Browse the repository at this point in the history
  • Loading branch information
moreOver0 authored and FumingZhang committed May 10, 2022
1 parent 7fa6731 commit 929a024
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
11 changes: 11 additions & 0 deletions specification/containerservice/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ azure-arm: true
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2022-04
- tag: package-preview-2022-04
- tag: package-2022-03
- tag: package-preview-2022-03
Expand Down Expand Up @@ -59,6 +60,16 @@ batch:
- tag: package-2017-07
```
### Tag: package-2022-04 and go
These settings apply only when `--package-2022-04 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2022-04' && $(go)
namespace: containerservice
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-04-01/$(namespace)
```

### Tag: package-preview-2022-04 and go

These settings apply only when `--package-preview-2022-04 --go` is specified on the command line.
Expand Down
14 changes: 14 additions & 0 deletions specification/containerservice/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@ batch:
- tag: package-preview-2022-03
- tag: package-2022-03
- tag: package-preview-2022-04
- tag: package-2022-04
```

### Tag: package-2022-04 and java

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

### Tag: package-preview-2022-04 and java
Expand Down
2 changes: 1 addition & 1 deletion specification/containerservice/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tag: package-2022-04
These settings apply only when `--tag=package-2022-04` is specified on the command line.

```yaml $(tag) == 'package-2022-04'
``` yaml $(tag) == 'package-2022-04'
input-file:
- Microsoft.ContainerService/stable/2022-04-01/managedClusters.json
directive:
Expand Down
11 changes: 11 additions & 0 deletions specification/containerservice/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Generate all API versions currently shipped for this package
```yaml $(python) && $(multiapi)
batch:
- tag: package-2022-04
- tag: package-preview-2022-04
- tag: package-2022-03
- tag: package-preview-2022-03
Expand Down Expand Up @@ -62,6 +63,16 @@ output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservic
perform-load: false
```
### Tag: package-2022-04 and python
These settings apply only when `--tag=package-2022-04 --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-2022-04' && $(python)
namespace: azure.mgmt.containerservice.v2022_04_01
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_04_01
```

### Tag: package-preview-2022-04 and python

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

0 comments on commit 929a024

Please sign in to comment.