Skip to content

Commit bd77eee

Browse files
authored
Merge pull request #206268 from jamasten/patch-1
Fixed API Version to 2022-02-14
2 parents ccbcf52 + b9a68d9 commit bd77eee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/linux/image-builder-json.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is the basic template format:
2222
```json
2323
{
2424
"type": "Microsoft.VirtualMachineImages/imageTemplates",
25-
"apiVersion": "2021-10-01",
25+
"apiVersion": "2022-02-14",
2626
"location": "<region>",
2727
"tags": {
2828
"<name>": "<value>",
@@ -56,11 +56,11 @@ This is the basic template format:
5656

5757
## Type and API version
5858

59-
The `type` is the resource type, which must be `"Microsoft.VirtualMachineImages/imageTemplates"`. The `apiVersion` will change over time as the API changes, but should be `"2021-10-01"` for now.
59+
The `type` is the resource type, which must be `"Microsoft.VirtualMachineImages/imageTemplates"`. The `apiVersion` will change over time as the API changes, but should be `"2022-02-14"` for now.
6060

6161
```json
6262
"type": "Microsoft.VirtualMachineImages/imageTemplates",
63-
"apiVersion": "2021-10-01",
63+
"apiVersion": "2022-02-14",
6464
```
6565

6666
## Location

0 commit comments

Comments
 (0)