File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
specification/containerservice/resource-manager Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,18 @@ These are the global settings for the ContainerServices API.
3434
3535``` yaml
3636openapi-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
4351These 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
4654input-file:
4755 - Microsoft.ContainerService/stable/2021-05-01/managedClusters.json
4856` ` `
57+
4958# ## Tag: package-2021-03
5059
5160These 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-
You can’t perform that action at this time.
0 commit comments