-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathServiceModel.json
More file actions
51 lines (51 loc) · 1.39 KB
/
ServiceModel.json
File metadata and controls
51 lines (51 loc) · 1.39 KB
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
{
"$schema": "https://ev2schema.azure.net/schemas/2020-01-01/serviceModel.json",
"contentVersion": "1.0.0.0",
"ServiceMetadata": {
"ServiceGroup": "OneBranch-SecretManagement",
"Environment": "Test"
},
"ServiceResourceGroupDefinitions": [
{
"Name": "OneBranch-SecretManagement-RGDef",
"ServiceResourceDefinitions": [
{
"Name": "OneBranch-SecretManagement.Shell-SRDef",
"composedOf": {
"extension": {
"shell": [
{
"type": "Run",
"properties": {
"imageName": "adm-mariner-20-l",
"imageVersion": "v5"
}
}
]
}
}
}
]
}
],
"ServiceResourceGroups": [
{
"AzureResourceGroupName": "default",
"Location": "East US",
"InstanceOf": "OneBranch-SecretManagement-RGDef",
"AzureSubscriptionId": "default",
"scopeTags": [
{
"name": "Global"
}
],
"ServiceResources": [
{
"Name": "SecretManagementToACR",
"InstanceOf": "OneBranch-SecretManagement.Shell-SRDef",
"RolloutParametersPath": "SecretManagementToACR.Rollout.json"
}
]
}
]
}