generated from Azure/AzOps-Accelerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
53 lines (53 loc) · 1.74 KB
/
settings.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
{
"Version": 1,
"DynamicTree": {
"AzOps": {
"Core.AutoGeneratedTemplateFolderPath": ".az",
"Core.AutoInitialize": true,
"Core.DefaultDeploymentRegion": "northeurope",
"Core.EnrollmentAccountPrincipalName": "",
"Core.ExcludedSubOffer": [
"AzurePass_2014-09-01",
"FreeTrial_2014-09-01",
"AAD_2015-09-01"
],
"Core.ExcludedSubState": [
"Disabled",
"Deleted",
"Warned",
"Expired"
],
"Core.ExportRawTemplate": false,
"Core.IgnoreContextCheck": false,
"Core.InvalidateCache": true,
"Core.OfferType": "MS-AZR-0017P",
"Core.PartialMgDiscoveryRoot": ['azfwprem'],
"Core.SkipPolicy": false,
"Core.SkipPim": true,
"Core.SkipResource": false,
"Core.SkipChildResource": false,
"Core.SkipResourceGroup": false,
"Core.IncludeResourceType": ['*'
],
"Core.SkipRole": false,
"Core.SubscriptionsToIncludeResourceGroups": "*",
"Core.TemplateParameterFileSuffix": ".json",
"Core.ThrottleLimit": 10,
"Core.WhatifExcludedChangeTypes":[
"NoChange",
"Ignore"
]
},
"|AzureDevOps": {
"!Condition": "EnvAzDevPipeline",
"AzOps.Core.State": "%PIPELINE_WORKSPACE%/root"
},
"|GitHub": {
"!Condition": "EnvGithubAction",
"AzOps.Core.State": "%GITHUB_WORKSPACE%/root"
},
"PSFramework": {
"Message.Info.Maximum": 3
}
}
}