Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource keyVault 'Microsoft.KeyVault/vaults@2022-07-01' existing = {

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
2 changes: 1 addition & 1 deletion modules/Microsoft.AAD/DomainServices/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ The following module usage examples are retrieved from the content of the files

```bicep
module DomainServices './Microsoft.AAD/DomainServices/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-aaddscom'
name: '${uniqueString(deployment().name, location)}-test-aaddscom'
params: {
// Required parameters
domainName: '<<namePrefix>>.onmicrosoft.com'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module diagnosticDependencies '../../../../.shared/dependencyConstructs/diagnost

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource resourceGroup 'Microsoft.Resources/resourceGroups@2021-04-01' = {

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}'
Expand Down
4 changes: 2 additions & 2 deletions modules/Microsoft.AnalysisServices/servers/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ The following module usage examples are retrieved from the content of the files

```bicep
module servers './Microsoft.AnalysisServices/servers/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-asscom'
name: '${uniqueString(deployment().name, location)}-test-asscom'
params: {
// Required parameters
name: '<<namePrefix>>asscom'
Expand Down Expand Up @@ -407,7 +407,7 @@ module servers './Microsoft.AnalysisServices/servers/deploy.bicep' = {

```bicep
module servers './Microsoft.AnalysisServices/servers/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-assmin'
name: '${uniqueString(deployment().name, location)}-test-assmin'
params: {
// Required parameters
name: '<<namePrefix>>assmin'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module nestedDependencies 'dependencies.bicep' = {

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module diagnosticDependencies '../../../../.shared/dependencyConstructs/diagnost

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource resourceGroup 'Microsoft.Resources/resourceGroups@2021-04-01' = {

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
8 changes: 4 additions & 4 deletions modules/Microsoft.ApiManagement/service/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ userAssignedIdentities: {

## Considerations

- *None*
- _None_

## Cross-referenced modules

Expand All @@ -292,7 +292,7 @@ The following module usage examples are retrieved from the content of the files

```bicep
module service './Microsoft.ApiManagement/service/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-apiscom'
name: '${uniqueString(deployment().name, location)}-test-apiscom'
params: {
// Required parameters
name: '<<namePrefix>>apiscom001'
Expand Down Expand Up @@ -421,7 +421,7 @@ module service './Microsoft.ApiManagement/service/deploy.bicep' = {

```bicep
module service './Microsoft.ApiManagement/service/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-apismax'
name: '${uniqueString(deployment().name, location)}-test-apismax'
params: {
// Required parameters
name: '<<namePrefix>>apismax001'
Expand Down Expand Up @@ -760,7 +760,7 @@ module service './Microsoft.ApiManagement/service/deploy.bicep' = {

```bicep
module service './Microsoft.ApiManagement/service/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-apismin'
name: '${uniqueString(deployment().name, location)}-test-apismin'
params: {
// Required parameters
name: '<<namePrefix>>apismin001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module diagnosticDependencies '../../../../.shared/dependencyConstructs/diagnost

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource resourceGroup 'Microsoft.Resources/resourceGroups@2021-04-01' = {

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module nestedDependencies 'dependencies.bicep' = {

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ The following module usage examples are retrieved from the content of the files

```bicep
module configurationStores './Microsoft.AppConfiguration/configurationStores/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-acccom'
name: '${uniqueString(deployment().name, location)}-test-acccom'
params: {
// Required parameters
name: '<<namePrefix>>acccom001'
Expand Down Expand Up @@ -468,7 +468,7 @@ module configurationStores './Microsoft.AppConfiguration/configurationStores/dep

```bicep
module configurationStores './Microsoft.AppConfiguration/configurationStores/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-accmin'
name: '${uniqueString(deployment().name, location)}-test-accmin'
params: {
// Required parameters
name: '<<namePrefix>>accmin001'
Expand Down Expand Up @@ -513,7 +513,7 @@ module configurationStores './Microsoft.AppConfiguration/configurationStores/dep

```bicep
module configurationStores './Microsoft.AppConfiguration/configurationStores/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-accpe'
name: '${uniqueString(deployment().name, location)}-test-accpe'
params: {
// Required parameters
name: '<<namePrefix>>accpe001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource resourceGroup 'Microsoft.Resources/resourceGroups@2021-04-01' = {
// ============== //

module testDeployment '../../deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
level: 'CanNotDelete'
Expand Down
2 changes: 1 addition & 1 deletion modules/Microsoft.Authorization/locks/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The following module usage examples are retrieved from the content of the files

```bicep
module locks './Microsoft.Authorization/locks/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-alcom'
name: '${uniqueString(deployment().name, location)}-test-alcom'
params: {
// Required parameters
level: 'CanNotDelete'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ param enableDefaultTelemetry bool = true
// ============== //

module testDeployment '../../deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ The following module usage examples are retrieved from the content of the files

```bicep
module policyAssignments './Microsoft.Authorization/policyAssignments/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-apamgcom'
name: '${uniqueString(deployment().name, location)}-test-apamgcom'
params: {
// Required parameters
name: '<<namePrefix>>apamgcom001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module diagnosticDependencies '../../../../.shared/dependencyConstructs/diagnost

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module nestedDependencies 'dependencies.bicep' = {

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource resourceGroup 'Microsoft.Resources/resourceGroups@2021-04-01' = {

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
6 changes: 3 additions & 3 deletions modules/Microsoft.Automation/automationAccounts/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ The following module usage examples are retrieved from the content of the files

```bicep
module automationAccounts './Microsoft.Automation/automationAccounts/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-aacom'
name: '${uniqueString(deployment().name, location)}-test-aacom'
params: {
// Required parameters
name: '<<namePrefix>>aacom001'
Expand Down Expand Up @@ -817,7 +817,7 @@ module automationAccounts './Microsoft.Automation/automationAccounts/deploy.bice

```bicep
module automationAccounts './Microsoft.Automation/automationAccounts/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-aaencr'
name: '${uniqueString(deployment().name, location)}-test-aaencr'
params: {
// Required parameters
name: '<<namePrefix>>aaencr001'
Expand Down Expand Up @@ -882,7 +882,7 @@ module automationAccounts './Microsoft.Automation/automationAccounts/deploy.bice

```bicep
module automationAccounts './Microsoft.Automation/automationAccounts/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-aamin'
name: '${uniqueString(deployment().name, location)}-test-aamin'
params: {
// Required parameters
name: '<<namePrefix>>aamin001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module diagnosticDependencies '../../../../.shared/dependencyConstructs/diagnost

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module nestedDependencies 'dependencies.bicep' = {

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module nestedDependencies 'dependencies.bicep' = {

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
6 changes: 3 additions & 3 deletions modules/Microsoft.Batch/batchAccounts/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ The following module usage examples are retrieved from the content of the files

```bicep
module batchAccounts './Microsoft.Batch/batchAccounts/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-bbacom'
name: '${uniqueString(deployment().name, location)}-test-bbacom'
params: {
// Required parameters
name: '<<namePrefix>>bbacom001'
Expand Down Expand Up @@ -402,7 +402,7 @@ module batchAccounts './Microsoft.Batch/batchAccounts/deploy.bicep' = {

```bicep
module batchAccounts './Microsoft.Batch/batchAccounts/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-bbaencr'
name: '${uniqueString(deployment().name, location)}-test-bbaencr'
params: {
// Required parameters
name: '<<namePrefix>>bbaencr001'
Expand Down Expand Up @@ -503,7 +503,7 @@ module batchAccounts './Microsoft.Batch/batchAccounts/deploy.bicep' = {

```bicep
module batchAccounts './Microsoft.Batch/batchAccounts/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-bbamin'
name: '${uniqueString(deployment().name, location)}-test-bbamin'
params: {
// Required parameters
name: '<<namePrefix>>bbamin001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module nestedDependencies 'dependencies.bicep' = {

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
name: 'dep-<<namePrefix>>-test-${serviceShort}'
location: location
Expand Down
2 changes: 1 addition & 1 deletion modules/Microsoft.CDN/profiles/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ The following module usage examples are retrieved from the content of the files

```bicep
module profiles './Microsoft.CDN/profiles/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-cdnpcom'
name: '${uniqueString(deployment().name, location)}-test-cdnpcom'
params: {
// Required parameters
name: 'dep-<<namePrefix>>-test-cdnpcom'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module diagnosticDependencies '../../../../.shared/dependencyConstructs/diagnost

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource resourceGroup 'Microsoft.Resources/resourceGroups@2021-04-01' = {

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
4 changes: 2 additions & 2 deletions modules/Microsoft.Cache/redis/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ The following module usage examples are retrieved from the content of the files

```bicep
module redis './Microsoft.Cache/redis/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-crcom'
name: '${uniqueString(deployment().name, location)}-test-crcom'
params: {
// Required parameters
name: '<<namePrefix>>crcom001'
Expand Down Expand Up @@ -502,7 +502,7 @@ module redis './Microsoft.Cache/redis/deploy.bicep' = {

```bicep
module redis './Microsoft.Cache/redis/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-test-crmin'
name: '${uniqueString(deployment().name, location)}-test-crmin'
params: {
// Required parameters
name: '<<namePrefix>>crmin001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module diagnosticDependencies '../../../../.shared/dependencyConstructs/diagnost

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module nestedDependencies 'dependencies.bicep' = {

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource resourceGroup 'Microsoft.Resources/resourceGroups@2021-04-01' = {

module testDeployment '../../deploy.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name)}-test-${serviceShort}'
name: '${uniqueString(deployment().name, location)}-test-${serviceShort}'
params: {
enableDefaultTelemetry: enableDefaultTelemetry
name: '<<namePrefix>>${serviceShort}001'
Expand Down
Loading