Skip to content

Commit

Permalink
Updated Purview target location (#3925)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr authored Sep 6, 2023
1 parent 0a24b55 commit bf8ca74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/purview/account/.test/common/main.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ targetScope = 'subscription'
param resourceGroupName string = 'ms.purview-${serviceShort}-rg'

@description('Optional. The location to deploy resources to.')
param location string = deployment().location
param location string = 'eastus' // Only available in selected locations: eastus, eastus2, southcentralus, westcentralus, westus, westus2, westus3

@description('Optional. A short identifier for the kind of deployment. Should be kept short to not run into resource-name length-constraints.')
param serviceShort string = 'pvacom'
Expand Down
2 changes: 1 addition & 1 deletion modules/purview/account/.test/min/main.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ targetScope = 'subscription'
param resourceGroupName string = 'ms.purview-${serviceShort}-rg'

@description('Optional. The location to deploy resources to.')
param location string = deployment().location
param location string = 'eastus' // Only available in selected locations: eastus, eastus2, southcentralus, westcentralus, westus, westus2, westus3

@description('Optional. A short identifier for the kind of deployment. Should be kept short to not run into resource-name length-constraints.')
param serviceShort string = 'pvamin'
Expand Down

0 comments on commit bf8ca74

Please sign in to comment.