Skip to content

Commit

Permalink
Fixed typos (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
boclifton-MSFT authored Jul 6, 2022
1 parent be28a4c commit 910f459
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ targetScope = 'managementGroup'

// **Parameters**
// Generic Parameters - Used in multiple modules
@description('The region to deploy all resoruces into. DEFAULTS TO deployment().location')
@description('The region to deploy all resources into. DEFAULTS TO deployment().location')
param parLocation string = deployment().location

@description('Prefix for the management group hierarchy. DEFAULTS TO = alz')
Expand Down Expand Up @@ -95,7 +95,7 @@ var varVirtualHubResourceGroup = (!empty(parHubVirtualNetworkId) && contains(par
var varVirtualHubSubscriptionId = (!empty(parHubVirtualNetworkId) && contains(parHubVirtualNetworkId, '/providers/Microsoft.Network/virtualHubs/') ? split(parHubVirtualNetworkId, '/')[2] : '' )

// **Modules**
// Module - Customer Usage Attribution - Telemtry
// Module - Customer Usage Attribution - Telemetry
module modCustomerUsageAttribution '../../CRML/customerUsageAttribution/cuaIdManagementGroup.bicep' = if (!parTelemetryOptOut) {
scope: managementGroup(parTopLevelManagementGroupPrefix)
name: 'pid-${varCuaid}-${uniqueString(parLocation, parPeeredVnetSubscriptionId)}'
Expand Down

0 comments on commit 910f459

Please sign in to comment.