-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkntest.parameters.json
More file actions
38 lines (38 loc) · 1.46 KB
/
kntest.parameters.json
File metadata and controls
38 lines (38 loc) · 1.46 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
{
"$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"mspName": {
"value": "krnese - Interstellar"
},
"mspOfferDescription": {
"value": "krnese"
},
"managedByTenantId": {
"value": "d6ad82f3-42af-4a15-ac1e-49e6c08f624e"
},
"authorizations": {
"value": [
{
"principalId": "8414a158-d79d-4682-a0d3-b036663e76af",
"principalIdDisplayName": "Tier 1 Support",
"roleDefinitionId": "b24988ac-6180-42a0-ab88-20f7382dd24c"
},
{
"principalId": "a762c9f6-88aa-4340-b775-44b8151afe00",
"principalIdDisplayName": "MSP PIM Group",
"roleDefinitionId": "acdd72a7-3385-48ef-bd42-f606fba81ae7"
},
{
"principalId": "8414a158-d79d-4682-a0d3-b036663e76af",
"principalIdDisplayName": "Policy Automation Account",
"roleDefinitionId": "18d7d88d-d35e-4fb5-a5c3-7773c20a72d9",
"delegatedRoleDefinitionIds": [
"b24988ac-6180-42a0-ab88-20f7382dd24c",
"92aaf0da-9dab-42b6-94a3-d43ce8d16293"
]
}
]
}
}
}