AzOps-Accelerator/settings.json

47 строки
1.5 KiB
JSON
Исходник Обычный вид История

Initial release (#12) * Docs, Templates and Settings (#1) * Add .github/ * Update README.md * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Add config.json * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Delete config.json * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Add .pipelines/ * Add settings.json * Update README.md * Update settings.json * Update settings.json * Update README.md * Update README.md * Pipelines (#2) * Update pull.yml * Update push.yml * Pipelines and Comments (#3) * Update pull.yml * Update push.yml * Update pull.yml * Update push.yml * Pipelines (#4) * Update pull.yml * Update push.yml * Update pull.yml * Update push.yml * Update README.md (#5) * Repository (#6) * Update README.md * Update README.md * Actions (#7) * Update README.md * Update README.md * Update pull.yml * Update push.yml * Pipelines (#9) * Update .github/ * Update .pipelines/ * Update .pipelines/ * Adding Triggers for pull (#8) * Update pull.yml * Adding codeowners and Updating Support.md (#10) * adding codeowners * adding codeowners * Adding instruction to update from upstream (#11) Co-authored-by: uday31in <14359777+uday31in@users.noreply.github.com>
2021-03-05 01:46:27 +03:00
{
"Version": 1,
"DynamicTree": {
"AzOps": {
2021-03-29 18:30:19 +03:00
"Core.AllInOneTemplate": false,
"Core.AutoGeneratedTemplateFolderPath": ".",
2021-04-08 14:42:50 +03:00
"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": [],
2021-03-29 18:30:19 +03:00
"Core.SkipPolicy": false,
"Core.SkipResource": true,
2021-04-08 14:42:50 +03:00
"Core.SkipResourceGroup": false,
"Core.SkipRole": false,
2021-03-29 18:30:19 +03:00
"Core.SubscriptionsToIncludeResourceGroups": "*",
"Core.TemplateParameterFileSuffix": ".json",
"Core.ThrottleLimit": 10
},
"|AzureDevOps": {
"!Condition": "EnvAzDevPipeline",
"AzOps.Core.State": "%PIPELINE_WORKSPACE%/root"
},
"|GitHub": {
"!Condition": "EnvGithubAction",
"AzOps.Core.State": "%GITHUB_WORKSPACE%/root"
},
"PSFramework": {
"Message.Info.Maximum": 9
}
Initial release (#12) * Docs, Templates and Settings (#1) * Add .github/ * Update README.md * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Add config.json * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Delete config.json * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Update .github/ * Add .pipelines/ * Add settings.json * Update README.md * Update settings.json * Update settings.json * Update README.md * Update README.md * Pipelines (#2) * Update pull.yml * Update push.yml * Pipelines and Comments (#3) * Update pull.yml * Update push.yml * Update pull.yml * Update push.yml * Pipelines (#4) * Update pull.yml * Update push.yml * Update pull.yml * Update push.yml * Update README.md (#5) * Repository (#6) * Update README.md * Update README.md * Actions (#7) * Update README.md * Update README.md * Update pull.yml * Update push.yml * Pipelines (#9) * Update .github/ * Update .pipelines/ * Update .pipelines/ * Adding Triggers for pull (#8) * Update pull.yml * Adding codeowners and Updating Support.md (#10) * adding codeowners * adding codeowners * Adding instruction to update from upstream (#11) Co-authored-by: uday31in <14359777+uday31in@users.noreply.github.com>
2021-03-05 01:46:27 +03:00
}
2021-04-26 11:52:54 +03:00
}