|
| 1 | +{ |
| 2 | + "parameters": { |
| 3 | + "subscriptionId": "{subscription-id}", |
| 4 | + "resourceGroupName": "myResourceGroup", |
| 5 | + "api-version": "2022-08-03", |
| 6 | + "galleryName": "myGalleryName", |
| 7 | + "gallery": { |
| 8 | + "location": "West US", |
| 9 | + "properties": { |
| 10 | + "description": "This is the gallery description.", |
| 11 | + "sharingProfile": { |
| 12 | + "permissions": "Community", |
| 13 | + "communityGalleryInfo": { |
| 14 | + "publisherUri": "uri", |
| 15 | + "publisherContact": "[email protected]", |
| 16 | + "eula": "eula", |
| 17 | + "publicNamePrefix": "PirPublic" |
| 18 | + } |
| 19 | + } |
| 20 | + } |
| 21 | + } |
| 22 | + }, |
| 23 | + "responses": { |
| 24 | + "200": { |
| 25 | + "body": { |
| 26 | + "id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myGalleryName", |
| 27 | + "properties": { |
| 28 | + "description": "This is the gallery description.", |
| 29 | + "identifier": { |
| 30 | + "uniqueName": "{subscription-id}-MYGALLERYNAME" |
| 31 | + }, |
| 32 | + "provisioningState": "Updating", |
| 33 | + "sharingProfile": { |
| 34 | + "permissions": "Community", |
| 35 | + "communityGalleryInfo": { |
| 36 | + "publisherUri": "uri", |
| 37 | + "publisherContact": "[email protected]", |
| 38 | + "eula": "eula", |
| 39 | + "publicNamePrefix": "PirPublic" |
| 40 | + } |
| 41 | + } |
| 42 | + }, |
| 43 | + "location": "West US", |
| 44 | + "name": "myGalleryName" |
| 45 | + } |
| 46 | + }, |
| 47 | + "201": { |
| 48 | + "body": { |
| 49 | + "id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myGalleryName", |
| 50 | + "properties": { |
| 51 | + "description": "This is the gallery description.", |
| 52 | + "identifier": { |
| 53 | + "uniqueName": "{subscription-id}-MYGALLERYNAME" |
| 54 | + }, |
| 55 | + "provisioningState": "Creating", |
| 56 | + "sharingProfile": { |
| 57 | + "permissions": "Community", |
| 58 | + "communityGalleryInfo": { |
| 59 | + "publisherUri": "uri", |
| 60 | + "publisherContact": "[email protected]", |
| 61 | + "eula": "eula", |
| 62 | + "publicNamePrefix": "PirPublic" |
| 63 | + } |
| 64 | + } |
| 65 | + }, |
| 66 | + "location": "West US", |
| 67 | + "name": "myGalleryName" |
| 68 | + } |
| 69 | + }, |
| 70 | + "202": { |
| 71 | + "body": { |
| 72 | + "id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myGalleryName", |
| 73 | + "properties": { |
| 74 | + "description": "This is the gallery description.", |
| 75 | + "identifier": { |
| 76 | + "uniqueName": "{subscription-id}-MYGALLERYNAME" |
| 77 | + }, |
| 78 | + "provisioningState": "Updating", |
| 79 | + "sharingProfile": { |
| 80 | + "permissions": "Community", |
| 81 | + "communityGalleryInfo": { |
| 82 | + "publisherUri": "uri", |
| 83 | + "publisherContact": "[email protected]", |
| 84 | + "eula": "eula", |
| 85 | + "publicNamePrefix": "PirPublic" |
| 86 | + } |
| 87 | + } |
| 88 | + }, |
| 89 | + "location": "West US", |
| 90 | + "name": "myGalleryName" |
| 91 | + } |
| 92 | + } |
| 93 | + } |
| 94 | +} |
0 commit comments