We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1668862 commit b9829c1Copy full SHA for b9829c1
1 file changed
specification/imagebuilder/resource-manager/readme.md
@@ -28,11 +28,20 @@ These are the global settings for the Virtual Machine Image Builder API.
28
title: ImageBuilderClient
29
description: Azure Virtual Machine Image Builder Client
30
openapi-type: arm
31
-tag: package-2023-07
+tag: package-2024-02
32
azure-arm: true
33
```
34
35
36
+### Tag: package-2024-02
37
+
38
+These settings apply only when `--tag=package-2024-02` is specified on the command line.
39
40
+```yaml $(tag) == 'package-2024-02'
41
+input-file:
42
+ - Microsoft.VirtualMachineImages/stable/2024-02-01/imagebuilder.json
43
+```
44
45
### Tag: package-2023-07
46
47
These settings apply only when `--tag=package-2023-07` is specified on the command line.
0 commit comments