Skip to content

Commit f0c987f

Browse files
Merge branch 'dev' into doc-gen-bicep
2 parents 21e4a38 + 6997017 commit f0c987f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33

44
# These owners will be the default owners for everything in the repo.
55
* @toherman-msft @hunterjam @Avijit-Microsoft @Roopan-Microsoft @Prajwal-Microsoft @Vinay-Microsoft @malrose07 @blessing-sanusi
6+

infra/main.bicep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ param HostingPlanSku string = 'B3'
8888
var ApplicationInsightsName = 'appins-${solutionPrefix}'
8989
var WorkspaceName = 'worksp-${solutionPrefix}'
9090

91-
9291
// ========== Managed Identity ========== //
9392
module managedIdentityModule 'deploy_managed_identity.bicep' = {
9493
name: 'deploy_managed_identity'

infra/main.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.33.93.31351",
8+
89
"templateHash": "6262137555014806251"
10+
911
}
1012
},
1113
"parameters": {
@@ -119,6 +121,7 @@
119121
"solutionLocation": "[variables('resourceGroupLocation')]",
120122
"ApplicationInsightsName": "[format('appins-{0}', variables('solutionPrefix'))]",
121123
"WorkspaceName": "[format('worksp-{0}', variables('solutionPrefix'))]"
124+
122125
},
123126
"resources": [
124127
{

0 commit comments

Comments
 (0)