Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update readmes for the 2022-09-02-preview dev branch of container ser…
…vice (#20951)

* update readmes

* undo go readme
  • Loading branch information
FumingZhang authored Oct 8, 2022
commit adf26a3ea33bf3ca4445cf57532f9452c6d8b737
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 @@ -61,6 +61,20 @@ batch:
- tag: package-2022-07
- tag: package-preview-2022-08
- tag: package-preview-2022-08-03
- tag: package-preview-2022-09
```

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

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

### Tag: package-preview-2022-08-03 and java
Expand Down
12 changes: 11 additions & 1 deletion specification/containerservice/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,26 @@ openapi-type: arm
tag: package-preview-2022-09
```

### Tag: package-preview-2022-09-only

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

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


### Tag: package-preview-2022-09

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

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

### Tag: package-preview-2022-08-03-only

These settings apply only when `--tag=package-preview-2022-08-03-only` is specified on the command line.
Expand Down
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-09-only
- tag: package-preview-2022-08-03-only
- tag: package-preview-2022-08-only
- tag: package-2022-07
Expand Down Expand Up @@ -71,6 +72,16 @@ output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservic
perform-load: false
```

### Tag: package-preview-2022-09-only and python

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

### Tag: package-preview-2022-08-03-only and python

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