We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd5f5d commit 1e89f95Copy full SHA for 1e89f95
specification/containerinstance/resource-manager/readme.md
@@ -26,7 +26,16 @@ These are the global settings for the ContainerInstance API.
26
27
``` yaml
28
openapi-type: arm
29
-tag: package-preview-2024-05
+tag: package-preview-2024-09
30
+```
31
+
32
+### Tag: package-preview-2024-09
33
34
+These settings apply only when `--tag=package-preview-2024-09` is specified on the command line.
35
36
+```yaml $(tag) == 'package-preview-2024-09'
37
+input-file:
38
+ - Microsoft.ContainerInstance/preview/2024-09-01-preview/containerInstance.json
39
```
40
41
### Tag: package-preview-2024-05
0 commit comments