Skip to content

Commit 54ec19a

Browse files
committed
Updates readme
1 parent 540c0fb commit 54ec19a

File tree

1 file changed

+10
-3
lines changed
  • specification/containerservice/resource-manager

1 file changed

+10
-3
lines changed

specification/containerservice/resource-manager/readme.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,18 @@ These are the global settings for the ContainerServices API.
3434

3535
``` yaml
3636
openapi-type: arm
37-
tag: package-2021-05
37+
tag: package-2021-07
3838
```
3939
4040
41+
### Tag: package-2021-07
42+
43+
These settings apply only when `--tag=package-2021-07` is specified on the command line.
44+
45+
```yaml $(tag) == 'package-2021-07'
46+
input-file:
47+
- Microsoft.ContainerService/stable/2021-07-01/managedClusters.json
48+
```
4149
### Tag: package-2021-05
4250

4351
These settings apply only when `--tag=package-2021-05` is specified on the command line.
@@ -46,6 +54,7 @@ These settings apply only when `--tag=package-2021-05` is specified on the comma
4654
input-file:
4755
- Microsoft.ContainerService/stable/2021-05-01/managedClusters.json
4856
```
57+
4958
### Tag: package-2021-03
5059

5160
These settings apply only when `--tag=package-2021-03` is specified on the command line.
@@ -708,5 +717,3 @@ directive:
708717
from: containerService.json
709718
reason: ACS service is deprecated so a PATCH endpoint won't be implemented
710719
```
711-
712-

0 commit comments

Comments
 (0)