Skip to content

Commit

Permalink
GitHub Action: Build Bicep to JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 22, 2022
1 parent 699262b commit c810168
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/bicep/mlz.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.4.1272.37030",
"templateHash": "9201973649437229365"
"templateHash": "11789394257827199745"
}
},
"parameters": {
Expand Down Expand Up @@ -4750,7 +4750,7 @@
"condition": "[parameters('deployDefender')]",
"type": "Microsoft.Resources/deployments",
"apiVersion": "2020-10-01",
"name": "[format('set-hub-sub-security-center-{0}', parameters('deploymentNameSuffix'))]",
"name": "[format('set-hub-sub-defender-{0}', parameters('deploymentNameSuffix'))]",
"subscriptionId": "[parameters('hubSubscriptionId')]",
"location": "[deployment().location]",
"properties": {
Expand All @@ -4773,15 +4773,15 @@
"_generator": {
"name": "bicep",
"version": "0.4.1272.37030",
"templateHash": "16713937257548308780"
"templateHash": "8101636901285639541"
}
},
"parameters": {
"enableAutoProvisioning": {
"type": "bool",
"defaultValue": true,
"metadata": {
"description": "Turn automatic deployment by Microsoft Defender for Cloud of the MMA (OMS VM extension) on or off"
"description": "Turn automatic deployment by Defender of the MMA (OMS VM extension) on or off"
}
},
"logAnalyticsWorkspaceId": {
Expand All @@ -4798,7 +4798,7 @@
},
"policySetDescription": {
"type": "string",
"defaultValue": "The Azure Security Benchmark initiative represents the policies and controls implementing security recommendations defined in Azure Security Benchmark v2, see https://aka.ms/azsecbm. This also serves as the Microsoft Defender for Cloud default policy initiative. You can directly assign this initiative, or manage its policies and compliance results within Microsoft Defender for Cloud.",
"defaultValue": "The Azure Security Benchmark initiative represents the policies and controls implementing security recommendations defined in Azure Security Benchmark v2, see https://aka.ms/azsecbm. This also serves as the Microsoft Defender for Cloud default policy initiative. You can directly assign this initiative, or manage its policies and compliance results within Microsoft Defender.",
"metadata": {
"description": "Policy Initiative description field"
}
Expand All @@ -4811,7 +4811,7 @@
"resources": [
{
"copy": {
"name": "securityCenterPricing",
"name": "defenderPricing",
"count": "[length(variables('bundle'))]"
},
"type": "Microsoft.Security/pricings",
Expand Down Expand Up @@ -4871,12 +4871,12 @@
{
"condition": "[and(parameters('deployDefender'), not(equals(variables('spokes')[copyIndex()].subscriptionId, parameters('hubSubscriptionId'))))]",
"copy": {
"name": "spokeSecurityCenter",
"name": "spokeDefender",
"count": "[length(variables('spokes'))]"
},
"type": "Microsoft.Resources/deployments",
"apiVersion": "2020-10-01",
"name": "[format('set-{0}-sub-security-center', variables('spokes')[copyIndex()].name)]",
"name": "[format('set-{0}-sub-defender', variables('spokes')[copyIndex()].name)]",
"subscriptionId": "[parameters('operationsSubscriptionId')]",
"location": "[deployment().location]",
"properties": {
Expand All @@ -4899,7 +4899,7 @@
"_generator": {
"name": "bicep",
"version": "0.4.1272.37030",
"templateHash": "16713937257548308780"
"templateHash": "8101636901285639541"
}
},
"parameters": {
Expand All @@ -4924,7 +4924,7 @@
},
"policySetDescription": {
"type": "string",
"defaultValue": "The Azure Security Benchmark initiative represents the policies and controls implementing security recommendations defined in Azure Security Benchmark v2, see https://aka.ms/azsecbm. This also serves as the Microsoft Defender for Cloud default policy initiative. You can directly assign this initiative, or manage its policies and compliance results within Microsoft Defender for Cloud.",
"defaultValue": "The Azure Security Benchmark initiative represents the policies and controls implementing security recommendations defined in Azure Security Benchmark v2, see https://aka.ms/azsecbm. This also serves as the Microsoft Defender for Cloud default policy initiative. You can directly assign this initiative, or manage its policies and compliance results within Microsoft Defender.",
"metadata": {
"description": "Policy Initiative description field"
}
Expand All @@ -4937,7 +4937,7 @@
"resources": [
{
"copy": {
"name": "securityCenterPricing",
"name": "defenderPricing",
"count": "[length(variables('bundle'))]"
},
"type": "Microsoft.Security/pricings",
Expand Down

0 comments on commit c810168

Please sign in to comment.