Skip to content

Commit 53fbb15

Browse files
committed
minor fixes
1 parent a2101e1 commit 53fbb15

File tree

4 files changed

+200
-248
lines changed

4 files changed

+200
-248
lines changed

Makefile-az.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,5 +477,5 @@ az-swagger-generate-clients: az-swagger-generate-clients-raw
477477

478478
az-codegen-nodeimageversions: ## List node image versions (to be used in fake/nodeimageversionsapi.go)
479479
az rest --method get \
480-
--url "/subscriptions/$(AZURE_SUBSCRIPTION_ID)/providers/Microsoft.ContainerService/locations/$(AZURE_LOCATION)/nodeImageVersions?api-version=2024-04-02-preview" \
481-
| jq -r '.values[] | "{\n\tFullName: \"\(.fullName)\",\n\tOS: \"\(.os)\",\n\tSKU: \"\(.sku)\",\n\tVersion: \"\(.version)\",\n},"'
480+
--url "/subscriptions/$(AZURE_SUBSCRIPTION_ID)/providers/Microsoft.ContainerService/locations/$(AZURE_LOCATION)/nodeImageVersions?api-version=2025-10-02-preview" \
481+
| jq -r '.value[] | "{\n\tFullName: \"\(.fullName)\",\n\tOS: \"\(.os)\",\n\tSKU: \"\(.sku)\",\n\tVersion: \"\(.version)\",\n},"'

0 commit comments

Comments
 (0)