Skip to content

Commit

Permalink
Update VM image properties in JSON file
Browse files Browse the repository at this point in the history
  • Loading branch information
grizzlytheodore authored Feb 25, 2025
1 parent 6ee4c57 commit bf991ae
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"title": "VirtualMachineImages_ListWithProperties_MinimumSet",
"operationId": "VirtualMachineImages_ListWithProperties",
"parameters": {
"location": "g",
"publisherName": "tlcz",
"offer": "ffvfucjfwqgnwhufkp",
"skus": "jmnqzvzlm",
"location": "eastus",
"publisherName": "MicrosoftWindowsServer",
"offer": "WindowsServer",
"skus": "2022-datacenter-azure-edition",
"$expand": "Properties",
"api-version": "2024-11-01",
"subscriptionId": "{subscription-id}"
Expand Down

0 comments on commit bf991ae

Please sign in to comment.