Skip to content

Commit a133aca

Browse files
Copilotmatthchr
andauthored
Migrate NodeImageVersions client to official Azure SDK (#1337)
Co-authored-by: Matthew Christopher <matthchr@users.noreply.github.com>
1 parent 69616f3 commit a133aca

File tree

8 files changed

+294
-367
lines changed

8 files changed

+294
-367
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)