|
| 1 | +{ |
| 2 | + "parameters": { |
| 3 | + "subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b", |
| 4 | + "resourceGroupName": "test-rg", |
| 5 | + "galleryImageName": "test-gallery-image", |
| 6 | + "api-version": "2023-09-01-preview" |
| 7 | + }, |
| 8 | + "responses": { |
| 9 | + "200": { |
| 10 | + "body": { |
| 11 | + "id": "/subscriptions/a95612cb-f1fa-4daa-a4fd-272844fa512c/resourceGroups/dogfoodarc/providers/Microsoft.AzureStackHCI/galleryImages/test-gallery-image", |
| 12 | + "name": "test-gallery-image", |
| 13 | + "type": "Microsoft.AzureStackHCI/galleryImages", |
| 14 | + "location": "West US2", |
| 15 | + "extendedLocation": { |
| 16 | + "name": "/subscriptions/a95612cb-f1fa-4daa-a4fd-272844fa512c/resourceGroups/dogfoodarc/providers/Microsoft.ExtendedLocation/customLocations/dogfood-location", |
| 17 | + "type": "CustomLocation" |
| 18 | + }, |
| 19 | + "properties": { |
| 20 | + "provisioningState": "Accepted", |
| 21 | + "containerId": "/subscriptions/a95612cb-f1fa-4daa-a4fd-272844fa512c/resourceGroups/dogfoodarc/providers/Microsoft.AzureStackHCI/storageContainers/test-storage-container", |
| 22 | + "osType": "Windows", |
| 23 | + "cloudInitDataSource": "NoCloud", |
| 24 | + "hyperVGeneration": "V1", |
| 25 | + "identifier": { |
| 26 | + "publisher": "myPublisherName", |
| 27 | + "offer": "myOfferName", |
| 28 | + "sku": "mySkuName" |
| 29 | + }, |
| 30 | + "version": { |
| 31 | + "name": "1.0.0", |
| 32 | + "properties": { |
| 33 | + "storageProfile": { |
| 34 | + "osDiskImage": { |
| 35 | + "sizeInMB": 30270 |
| 36 | + } |
| 37 | + } |
| 38 | + } |
| 39 | + }, |
| 40 | + "status": { |
| 41 | + "provisioningStatus": { |
| 42 | + "operationId": "79cfc696-44f5-4a68-a620-21850f7e9fb0", |
| 43 | + "status": "Succeeded" |
| 44 | + }, |
| 45 | + "progressPercentage": 100, |
| 46 | + "downloadStatus": { |
| 47 | + "downloadSizeInMB": 9383 |
| 48 | + } |
| 49 | + } |
| 50 | + } |
| 51 | + } |
| 52 | + } |
| 53 | + } |
| 54 | +} |
0 commit comments