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 readmes for the 2022-07-02-preview dev branch of container service #19872

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
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-preview-2022-07
- tag: package-2022-06
- tag: package-preview-2022-06
- tag: package-preview-2022-05
Expand Down Expand Up @@ -63,6 +64,16 @@ batch:
- tag: package-2017-07
```

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

These settings apply only when `--package-preview-2022-07 --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-preview-2022-07' && $(go)
namespace: containerservice
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2022-07-02-preview/$(namespace)
```

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

These settings apply only when `--package-2022-06 --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 @@ -57,6 +57,20 @@ batch:
- tag: package-preview-2022-05
- tag: package-preview-2022-06
- tag: package-2022-06
- tag: package-preview-2022-07
```

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

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

### Tag: package-2022-06 and java
Expand Down
5 changes: 3 additions & 2 deletions specification/containerservice/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ tag: package-preview-2022-07

These settings apply only when `--tag=package-preview-2022-07` is specified on the command line.

```yaml $(tag) == 'package-preview-2022-07'
``` yaml $(tag) == 'package-preview-2022-07'
input-file:
- Microsoft.ContainerService/preview/2022-07-02-preview/fleets.json
- Microsoft.ContainerService/preview/2022-07-02-preview/managedClusters.json
- Microsoft.ContainerService/preview/2022-07-02-preview/fleets.json
```

### Tag: package-2022-06

These settings apply only when `--tag=package-2022-06` is specified on the command line.
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 @@ -18,6 +18,7 @@ Generate all API versions currently shipped for this package
```yaml $(python)
multiapi: true
batch:
- tag: package-preview-2022-07
- tag: package-2022-06
- tag: package-preview-2022-06
- tag: package-preview-2022-05
Expand Down Expand Up @@ -67,6 +68,16 @@ output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservic
perform-load: false
```

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

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

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

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