-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
ScopeMapUpdate.json
55 lines (55 loc) · 2.06 KB
/
ScopeMapUpdate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"parameters": {
"api-version": "2022-12-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"registryName": "myRegistry",
"scopeMapName": "myScopeMap",
"scopeMapUpdateParameters": {
"properties": {
"description": "Developer Scopes",
"actions": [
"repositories/myrepository/contentWrite",
"repositories/myrepository/contentRead"
]
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/scopeMaps/myScopeMap",
"name": "myScopeMap",
"type": "Microsoft.ContainerRegistry/registries/scopeMaps",
"properties": {
"creationDate": "2017-03-01T23:14:37.0707808Z",
"type": "IsUserDefined",
"actions": [
"repositories/myrepository/contentWrite",
"repositories/myrepository/contentRead"
],
"provisioningState": "Succeeded"
}
}
},
"201": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/scopeMaps/myScopeMap/operationStatuses/scopemaps-00000000-0000-0000-0000-000000000000?api-version=2022-12-01"
},
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/scopeMaps/myScopeMap",
"name": "myScopeMap",
"type": "Microsoft.ContainerRegistry/registries/scopeMaps",
"properties": {
"creationDate": "2017-03-01T23:14:37.0707808Z",
"type": "IsUserDefined",
"actions": [
"repositories/myrepository/contentWrite",
"repositories/myrepository/contentRead"
],
"provisioningState": "Succeeded"
}
}
}
}
}