Skip to content

Commit

Permalink
added required blank line in .bicep files
Browse files Browse the repository at this point in the history
  • Loading branch information
fberson committed Nov 26, 2020
1 parent 1ae8c4d commit 40771b7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ module wvdFileServices './wvd-fileservices-module.bicep' = {
storgeaccountglobalRedundancy: storgeaccountglobalRedundancy
fileshareFolderName: fileshareFolderName
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ module wvdmonitor './wvd-monitor-diag.bicep' = {
hostpoolName: hostpoolName
workspaceName: workspaceName
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ module wvdmonitor './wvd-LogAnalytics.bicep' = {
logAnalyticsResourceGroup: logAnalyticsResourceGroup
wvdBackplaneResourceGroup: wvdBackplaneResourceGroup
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ resource sa 'Microsoft.Storage/storageAccounts@2020-08-01-preview' = {
//Create FileShare
resource fs 'Microsoft.Storage/storageAccounts/fileServices/shares@2020-08-01-preview' = {
name: filesharelocation
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ resource wvdwsds 'Microsoft.DesktopVirtualization/workspaces/providers/diagnosti
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ resource vnet 'Microsoft.Network/virtualnetworks@2015-05-01-preview' = {
}
]
}
}
}

0 comments on commit 40771b7

Please sign in to comment.