AzOps-Accelerator/settings.json

69 строки
2.6 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": {
2024-01-19 09:51:54 +03:00
"Core.ApplicationInsights": false,
"Core.AutoGeneratedTemplateFolderPath": ".",
2021-04-08 14:42:50 +03:00
"Core.AutoInitialize": true,
2024-03-12 13:03:14 +03:00
"Core.CustomTemplateResourceDeletion": false,
"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,
2022-05-22 22:03:34 +03:00
"Core.IncludeResourcesInResourceGroup": ["*"],
"Core.IncludeResourceType": ["*"],
"Core.InvalidateCache": true,
"Core.OfferType": "MS-AZR-0017P",
"Core.PartialMgDiscoveryRoot": [],
2022-05-22 22:03:34 +03:00
"Core.SkipPim": true,
2022-11-16 13:29:42 +03:00
"Core.SkipLock": false,
2021-03-29 18:30:19 +03:00
"Core.SkipPolicy": false,
"Core.SkipResource": true,
"Core.SkipChildResource": true,
2021-04-08 14:42:50 +03:00
"Core.SkipResourceGroup": false,
2021-11-09 16:08:43 +03:00
"Core.SkipResourceType": [
"microsoft.alertsmanagement/smartDetectorAlertRules",
2021-11-09 16:08:43 +03:00
"Microsoft.PowerPlatform/accounts",
"Microsoft.PowerPlatform/enterprisePolicies",
"microsoft.visualstudio/account",
2021-11-09 16:08:43 +03:00
"Microsoft.VSOnline/plans"
],
"Core.SkipRole": false,
2024-05-03 10:50:46 +03:00
"Core.SubscriptionsToIncludeChildResource": ["*"],
2022-05-22 22:03:34 +03:00
"Core.SubscriptionsToIncludeResourceGroups": ["*"],
"Core.TemplateParameterFileSuffix": ".json",
"Core.AllowMultipleTemplateParameterFiles": false,
"Core.DeployAllMultipleTemplateParameterFiles": false,
"Core.MultipleTemplateParameterFileSuffix": ".x",
"Core.ParallelDeployMultipleTemplateParameterFiles": false,
2023-02-24 12:00:22 +03:00
"Core.ThrottleLimit": 5,
"Core.WhatifExcludedChangeTypes":[
"NoChange",
"Ignore"
]
},
"|AzureDevOps": {
"!Condition": "EnvAzDevPipeline -or -not OSWindows",
"AzOps.Core.State": "%PIPELINE_WORKSPACE%/s/root"
},
"|GitHub": {
"!Condition": "EnvGithubAction",
"AzOps.Core.State": "%GITHUB_WORKSPACE%/root"
},
"PSFramework": {
"Message.Info.Maximum": 3
}
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
}