Skip to content

Commit

Permalink
Update readmes for the 2022-02-01 dev branch of container service (#1…
Browse files Browse the repository at this point in the history
…7887)

* update readme

* remove useless -only tags
  • Loading branch information
FumingZhang authored Mar 3, 2022
1 parent aadebc3 commit 838de69
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 235 deletions.
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-02
- tag: package-2022-01
- tag: package-preview-2022-01
- tag: package-2021-10
Expand Down Expand Up @@ -54,6 +55,16 @@ batch:
- tag: package-2017-07
```
### Tag: package-2022-02 and go
These settings apply only when `--package-2022-02 --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-02' && $(go)
namespace: containerservice
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-02-01/$(namespace)
```

### Tag: package-2022-01 and go

These settings apply only when `--package-2022-01 --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 @@ -48,6 +48,20 @@ batch:
- tag: package-2021-10
- tag: package-preview-2022-01
- tag: package-2022-01
- tag: package-2022-02
```

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

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

### Tag: package-2022-01 and java
Expand Down
Loading

0 comments on commit 838de69

Please sign in to comment.