|
| 1 | +{ |
| 2 | + "parameters": { |
| 3 | + "api-version": "2022-02-01-preview", |
| 4 | + "subscriptionId": "00000000-0000-0000-0000-000000000000", |
| 5 | + "resourceGroupName": "myResourceGroup", |
| 6 | + "registryName": "myRegistry", |
| 7 | + "exportPipelineName": "myExportPipeline", |
| 8 | + "exportPipelineCreateParameters": { |
| 9 | + "location": "westus", |
| 10 | + "identity": { |
| 11 | + "type": "SystemAssigned" |
| 12 | + }, |
| 13 | + "properties": { |
| 14 | + "target": { |
| 15 | + "type": "AzureStorageBlobContainer", |
| 16 | + "uri": "https://accountname.blob.core.windows.net/containername", |
| 17 | + "keyVaultUri": "https://myvault.vault.azure.net/secrets/acrexportsas" |
| 18 | + }, |
| 19 | + "options": [ |
| 20 | + "OverwriteBlobs" |
| 21 | + ] |
| 22 | + } |
| 23 | + } |
| 24 | + }, |
| 25 | + "responses": { |
| 26 | + "200": { |
| 27 | + "body": { |
| 28 | + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/exportPipelines/myExportPipeline", |
| 29 | + "name": "myExportPipeline", |
| 30 | + "type": "Microsoft.ContainerRegistry/registries/exportPipelines", |
| 31 | + "properties": { |
| 32 | + "target": { |
| 33 | + "type": "AzureStorageBlobContainer", |
| 34 | + "uri": "https://accountname.blob.core.windows.net/containername", |
| 35 | + "keyVaultUri": "https://myvault.vault.azure.net/secrets/acrexportsas" |
| 36 | + }, |
| 37 | + "options": [ |
| 38 | + "OverwriteBlobs" |
| 39 | + ], |
| 40 | + "provisioningState": "Succeeded" |
| 41 | + }, |
| 42 | + "location": "westus", |
| 43 | + "identity": { |
| 44 | + "principalId": "fa153151-b9fd-46f4-9088-5e6600f2689v", |
| 45 | + "tenantId": "f686d426-8d16-42db-81b7-abu4gm510ccd", |
| 46 | + "type": "SystemAssigned" |
| 47 | + } |
| 48 | + } |
| 49 | + }, |
| 50 | + "201": { |
| 51 | + "body": { |
| 52 | + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/exportPipelines/myExportPipeline", |
| 53 | + "name": "myExportPipeline", |
| 54 | + "type": "Microsoft.ContainerRegistry/registries/exportPipelines", |
| 55 | + "properties": { |
| 56 | + "target": { |
| 57 | + "type": "AzureStorageBlobContainer", |
| 58 | + "uri": "https://accountname.blob.core.windows.net/containername", |
| 59 | + "keyVaultUri": "https://myvault.vault.azure.net/secrets/acrexportsas" |
| 60 | + }, |
| 61 | + "options": [ |
| 62 | + "OverwriteBlobs" |
| 63 | + ], |
| 64 | + "provisioningState": "Succeeded" |
| 65 | + }, |
| 66 | + "location": "westus", |
| 67 | + "identity": { |
| 68 | + "principalId": "fa153151-b9fd-46f4-9088-5e6600f2689v", |
| 69 | + "tenantId": "f686d426-8d16-42db-81b7-abu4gm510ccd", |
| 70 | + "type": "SystemAssigned" |
| 71 | + } |
| 72 | + } |
| 73 | + } |
| 74 | + } |
| 75 | +} |
0 commit comments