diff --git a/modules/aad/domain-service/.test/common/main.test.bicep b/modules/aad/domain-service/.test/common/main.test.bicep index 45310e5723..87449684e6 100644 --- a/modules/aad/domain-service/.test/common/main.test.bicep +++ b/modules/aad/domain-service/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.aad.domainservices-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-aad.domainservices-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/analysis-services/server/.test/common/main.test.bicep b/modules/analysis-services/server/.test/common/main.test.bicep index 0dcc74191b..c94476a6e9 100644 --- a/modules/analysis-services/server/.test/common/main.test.bicep +++ b/modules/analysis-services/server/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.analysisservices.servers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-analysisservices.servers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/analysis-services/server/.test/max/main.test.bicep b/modules/analysis-services/server/.test/max/main.test.bicep index 582c804860..5e246eb529 100644 --- a/modules/analysis-services/server/.test/max/main.test.bicep +++ b/modules/analysis-services/server/.test/max/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.analysisservices.servers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-analysisservices.servers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/analysis-services/server/.test/min/main.test.bicep b/modules/analysis-services/server/.test/min/main.test.bicep index 3c210ec288..a978bad1be 100644 --- a/modules/analysis-services/server/.test/min/main.test.bicep +++ b/modules/analysis-services/server/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.analysisservices.servers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-analysisservices.servers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/api-management/service/.test/common/main.test.bicep b/modules/api-management/service/.test/common/main.test.bicep index 7431d43d99..37f6ba35e4 100644 --- a/modules/api-management/service/.test/common/main.test.bicep +++ b/modules/api-management/service/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.apimanagement.service-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-apimanagement.service-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/api-management/service/.test/max/main.test.bicep b/modules/api-management/service/.test/max/main.test.bicep index d9dde652c7..85789c770d 100644 --- a/modules/api-management/service/.test/max/main.test.bicep +++ b/modules/api-management/service/.test/max/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.apimanagement.service-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-apimanagement.service-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/api-management/service/.test/min/main.test.bicep b/modules/api-management/service/.test/min/main.test.bicep index b45bd98469..0dab3836e6 100644 --- a/modules/api-management/service/.test/min/main.test.bicep +++ b/modules/api-management/service/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.apimanagement.service-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-apimanagement.service-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/app-configuration/configuration-store/.test/common/main.test.bicep b/modules/app-configuration/configuration-store/.test/common/main.test.bicep index f7bf489277..2b709f7ddb 100644 --- a/modules/app-configuration/configuration-store/.test/common/main.test.bicep +++ b/modules/app-configuration/configuration-store/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.appconfiguration.configurationstores-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-appconfiguration.configurationstores-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/app-configuration/configuration-store/.test/min/main.test.bicep b/modules/app-configuration/configuration-store/.test/min/main.test.bicep index 141cbc3ee0..082a209c91 100644 --- a/modules/app-configuration/configuration-store/.test/min/main.test.bicep +++ b/modules/app-configuration/configuration-store/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.appconfiguration.configurationstores-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-appconfiguration.configurationstores-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/app-configuration/configuration-store/.test/pe/main.test.bicep b/modules/app-configuration/configuration-store/.test/pe/main.test.bicep index 09174e7625..1dc1f8763a 100644 --- a/modules/app-configuration/configuration-store/.test/pe/main.test.bicep +++ b/modules/app-configuration/configuration-store/.test/pe/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.appconfiguration.configurationstores-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-appconfiguration.configurationstores-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/app/container-app/.test/common/main.test.bicep b/modules/app/container-app/.test/common/main.test.bicep index 3f215031b9..44da3e0d88 100644 --- a/modules/app/container-app/.test/common/main.test.bicep +++ b/modules/app/container-app/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.app.containerApps-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-app.containerApps-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/app/container-app/.test/min/main.test.bicep b/modules/app/container-app/.test/min/main.test.bicep index 66ba9c9e91..3e74847f80 100644 --- a/modules/app/container-app/.test/min/main.test.bicep +++ b/modules/app/container-app/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.app.containerApps-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-app.containerApps-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/app/managed-environment/.test/common/main.test.bicep b/modules/app/managed-environment/.test/common/main.test.bicep index 076aa920a4..64d700596d 100644 --- a/modules/app/managed-environment/.test/common/main.test.bicep +++ b/modules/app/managed-environment/.test/common/main.test.bicep @@ -5,7 +5,7 @@ targetScope = 'subscription' // ========== // @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.app.managedenvironments-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-app.managedenvironments-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/app/managed-environment/.test/min/main.test.bicep b/modules/app/managed-environment/.test/min/main.test.bicep index 6692258b4d..233600a405 100644 --- a/modules/app/managed-environment/.test/min/main.test.bicep +++ b/modules/app/managed-environment/.test/min/main.test.bicep @@ -5,7 +5,7 @@ targetScope = 'subscription' // ========== // @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.app.managedenvironments-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-app.managedenvironments-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/authorization/lock/.test/common/main.test.bicep b/modules/authorization/lock/.test/common/main.test.bicep index 197c3e06aa..d74c05b064 100644 --- a/modules/authorization/lock/.test/common/main.test.bicep +++ b/modules/authorization/lock/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.authorization.locks-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-authorization.locks-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/authorization/policy-assignment/.test/rg.common/main.test.bicep b/modules/authorization/policy-assignment/.test/rg.common/main.test.bicep index 064a7646e2..e32a642345 100644 --- a/modules/authorization/policy-assignment/.test/rg.common/main.test.bicep +++ b/modules/authorization/policy-assignment/.test/rg.common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.authorization.policyassignments-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-authorization.policyassignments-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/authorization/policy-assignment/.test/rg.min/main.test.bicep b/modules/authorization/policy-assignment/.test/rg.min/main.test.bicep index 16a4076f5c..f84a97178a 100644 --- a/modules/authorization/policy-assignment/.test/rg.min/main.test.bicep +++ b/modules/authorization/policy-assignment/.test/rg.min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.authorization.policyassignments-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-authorization.policyassignments-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/authorization/policy-assignment/.test/sub.common/main.test.bicep b/modules/authorization/policy-assignment/.test/sub.common/main.test.bicep index 46e6a39420..5ac56a6167 100644 --- a/modules/authorization/policy-assignment/.test/sub.common/main.test.bicep +++ b/modules/authorization/policy-assignment/.test/sub.common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.authorization.policyassignments-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-authorization.policyassignments-${serviceShort}-rg' @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 = 'apasubcom' diff --git a/modules/authorization/policy-exemption/.test/rg.common/main.test.bicep b/modules/authorization/policy-exemption/.test/rg.common/main.test.bicep index 929007e04f..af4faa0c25 100644 --- a/modules/authorization/policy-exemption/.test/rg.common/main.test.bicep +++ b/modules/authorization/policy-exemption/.test/rg.common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.authorization.policyexemptions-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-authorization.policyexemptions-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/authorization/policy-exemption/.test/rg.min/main.test.bicep b/modules/authorization/policy-exemption/.test/rg.min/main.test.bicep index 364f997c67..9f2269817c 100644 --- a/modules/authorization/policy-exemption/.test/rg.min/main.test.bicep +++ b/modules/authorization/policy-exemption/.test/rg.min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.authorization.policyexemptions-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-authorization.policyexemptions-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/authorization/role-assignment/.test/mg.common/main.test.bicep b/modules/authorization/role-assignment/.test/mg.common/main.test.bicep index af85a59176..7e87bc88b2 100644 --- a/modules/authorization/role-assignment/.test/mg.common/main.test.bicep +++ b/modules/authorization/role-assignment/.test/mg.common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'managementGroup' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.authorization.roleassignments-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-authorization.roleassignments-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/authorization/role-assignment/.test/mg.min/main.test.bicep b/modules/authorization/role-assignment/.test/mg.min/main.test.bicep index 2b24b7d280..96d88fc845 100644 --- a/modules/authorization/role-assignment/.test/mg.min/main.test.bicep +++ b/modules/authorization/role-assignment/.test/mg.min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'managementGroup' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.authorization.roleassignments-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-authorization.roleassignments-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/authorization/role-assignment/.test/rg.common/main.test.bicep b/modules/authorization/role-assignment/.test/rg.common/main.test.bicep index 624ac5f4ec..57afbad937 100644 --- a/modules/authorization/role-assignment/.test/rg.common/main.test.bicep +++ b/modules/authorization/role-assignment/.test/rg.common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.authorization.roleassignments-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-authorization.roleassignments-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/authorization/role-assignment/.test/rg.min/main.test.bicep b/modules/authorization/role-assignment/.test/rg.min/main.test.bicep index 10bfd6db80..62cdccccac 100644 --- a/modules/authorization/role-assignment/.test/rg.min/main.test.bicep +++ b/modules/authorization/role-assignment/.test/rg.min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.authorization.roleassignments-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-authorization.roleassignments-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/authorization/role-assignment/.test/sub.common/main.test.bicep b/modules/authorization/role-assignment/.test/sub.common/main.test.bicep index 3eabd37a63..96f2dede38 100644 --- a/modules/authorization/role-assignment/.test/sub.common/main.test.bicep +++ b/modules/authorization/role-assignment/.test/sub.common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.authorization.roleassignments-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-authorization.roleassignments-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/authorization/role-assignment/.test/sub.min/main.test.bicep b/modules/authorization/role-assignment/.test/sub.min/main.test.bicep index 17643fa7ff..20fc2149a8 100644 --- a/modules/authorization/role-assignment/.test/sub.min/main.test.bicep +++ b/modules/authorization/role-assignment/.test/sub.min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.authorization.roleassignments-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-authorization.roleassignments-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/authorization/role-definition/.test/rg.common/main.test.bicep b/modules/authorization/role-definition/.test/rg.common/main.test.bicep index 5c357b3ed5..56f0ddfaa3 100644 --- a/modules/authorization/role-definition/.test/rg.common/main.test.bicep +++ b/modules/authorization/role-definition/.test/rg.common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.authorization.roledefinitions-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-authorization.roledefinitions-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/authorization/role-definition/.test/rg.min/main.test.bicep b/modules/authorization/role-definition/.test/rg.min/main.test.bicep index fa9d1c9379..63ce946cc0 100644 --- a/modules/authorization/role-definition/.test/rg.min/main.test.bicep +++ b/modules/authorization/role-definition/.test/rg.min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.authorization.roledefinitions-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-authorization.roledefinitions-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/automation/automation-account/.test/common/main.test.bicep b/modules/automation/automation-account/.test/common/main.test.bicep index 2efb5d1f6e..78a0abd4b9 100644 --- a/modules/automation/automation-account/.test/common/main.test.bicep +++ b/modules/automation/automation-account/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.automation.account-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-automation.account-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/automation/automation-account/.test/encr/main.test.bicep b/modules/automation/automation-account/.test/encr/main.test.bicep index 4a4e476170..8fa4abaa5d 100644 --- a/modules/automation/automation-account/.test/encr/main.test.bicep +++ b/modules/automation/automation-account/.test/encr/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.automation.account-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-automation.account-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/automation/automation-account/.test/min/main.test.bicep b/modules/automation/automation-account/.test/min/main.test.bicep index 85372aede7..50ca633775 100644 --- a/modules/automation/automation-account/.test/min/main.test.bicep +++ b/modules/automation/automation-account/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.automation.account-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-automation.account-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/batch/batch-account/.test/common/main.test.bicep b/modules/batch/batch-account/.test/common/main.test.bicep index d90c14f14e..8cadbb02b2 100644 --- a/modules/batch/batch-account/.test/common/main.test.bicep +++ b/modules/batch/batch-account/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.batch.batchaccounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-batch.batchaccounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/batch/batch-account/.test/encr/main.test.bicep b/modules/batch/batch-account/.test/encr/main.test.bicep index a19340f12a..84ea57131f 100644 --- a/modules/batch/batch-account/.test/encr/main.test.bicep +++ b/modules/batch/batch-account/.test/encr/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.batch.batchaccounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-batch.batchaccounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/batch/batch-account/.test/min/main.test.bicep b/modules/batch/batch-account/.test/min/main.test.bicep index c92b18d8ab..b5e309bf46 100644 --- a/modules/batch/batch-account/.test/min/main.test.bicep +++ b/modules/batch/batch-account/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.batch.batchaccounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-batch.batchaccounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/cache/redis-enterprise/.test/common/main.test.bicep b/modules/cache/redis-enterprise/.test/common/main.test.bicep index fe85adb34b..0e34bf5699 100644 --- a/modules/cache/redis-enterprise/.test/common/main.test.bicep +++ b/modules/cache/redis-enterprise/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.cache.redisenterprise-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-cache.redisenterprise-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/cache/redis-enterprise/.test/geo/main.test.bicep b/modules/cache/redis-enterprise/.test/geo/main.test.bicep index 492bd50848..6bf434e55f 100644 --- a/modules/cache/redis-enterprise/.test/geo/main.test.bicep +++ b/modules/cache/redis-enterprise/.test/geo/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.cache.redisenterprise-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-cache.redisenterprise-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/cache/redis-enterprise/.test/min/main.test.bicep b/modules/cache/redis-enterprise/.test/min/main.test.bicep index dfe3f24c13..0aae7a1177 100644 --- a/modules/cache/redis-enterprise/.test/min/main.test.bicep +++ b/modules/cache/redis-enterprise/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.cache.redisenterprise-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-cache.redisenterprise-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/cache/redis/.test/common/main.test.bicep b/modules/cache/redis/.test/common/main.test.bicep index 27cba7a79e..617750e751 100644 --- a/modules/cache/redis/.test/common/main.test.bicep +++ b/modules/cache/redis/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.cache.redis-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-cache.redis-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/cache/redis/.test/min/main.test.bicep b/modules/cache/redis/.test/min/main.test.bicep index 21c9108e8a..1d8b25fdb8 100644 --- a/modules/cache/redis/.test/min/main.test.bicep +++ b/modules/cache/redis/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.cache.redis-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-cache.redis-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/cdn/profile/.test/common/main.test.bicep b/modules/cdn/profile/.test/common/main.test.bicep index b8413ea964..72255cd1ef 100644 --- a/modules/cdn/profile/.test/common/main.test.bicep +++ b/modules/cdn/profile/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.cdn.profiles-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-cdn.profiles-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/cognitive-services/account/.test/common/main.test.bicep b/modules/cognitive-services/account/.test/common/main.test.bicep index 0802ae9df8..059b13fcb2 100644 --- a/modules/cognitive-services/account/.test/common/main.test.bicep +++ b/modules/cognitive-services/account/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.cognitiveservices.accounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-cognitiveservices.accounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/cognitive-services/account/.test/encr/main.test.bicep b/modules/cognitive-services/account/.test/encr/main.test.bicep index 06468b33b2..ad4bdf6ad6 100644 --- a/modules/cognitive-services/account/.test/encr/main.test.bicep +++ b/modules/cognitive-services/account/.test/encr/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.cognitiveservices.accounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-cognitiveservices.accounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/cognitive-services/account/.test/min/main.test.bicep b/modules/cognitive-services/account/.test/min/main.test.bicep index 727b9a5a92..100588292e 100644 --- a/modules/cognitive-services/account/.test/min/main.test.bicep +++ b/modules/cognitive-services/account/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.cognitiveservices.accounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-cognitiveservices.accounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/cognitive-services/account/.test/speech/main.test.bicep b/modules/cognitive-services/account/.test/speech/main.test.bicep index 3333126f73..aafb75309d 100644 --- a/modules/cognitive-services/account/.test/speech/main.test.bicep +++ b/modules/cognitive-services/account/.test/speech/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.cognitiveservices.accounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-cognitiveservices.accounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/availability-set/.test/common/main.test.bicep b/modules/compute/availability-set/.test/common/main.test.bicep index 6bece2dc2d..01627e4419 100644 --- a/modules/compute/availability-set/.test/common/main.test.bicep +++ b/modules/compute/availability-set/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.availabilitysets-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.availabilitysets-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/availability-set/.test/min/main.test.bicep b/modules/compute/availability-set/.test/min/main.test.bicep index 440148ac96..765317490d 100644 --- a/modules/compute/availability-set/.test/min/main.test.bicep +++ b/modules/compute/availability-set/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.availabilitysets-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.availabilitysets-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/disk-encryption-set/.test/accessPolicies/main.test.bicep b/modules/compute/disk-encryption-set/.test/accessPolicies/main.test.bicep index caf5d3fd14..e1bf3f5aad 100644 --- a/modules/compute/disk-encryption-set/.test/accessPolicies/main.test.bicep +++ b/modules/compute/disk-encryption-set/.test/accessPolicies/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.diskencryptionsets-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.diskencryptionsets-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/disk-encryption-set/.test/common/main.test.bicep b/modules/compute/disk-encryption-set/.test/common/main.test.bicep index 5b54d45427..f0e7641249 100644 --- a/modules/compute/disk-encryption-set/.test/common/main.test.bicep +++ b/modules/compute/disk-encryption-set/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.diskencryptionsets-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.diskencryptionsets-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/disk/.test/common/main.test.bicep b/modules/compute/disk/.test/common/main.test.bicep index 7b06f5ded0..136c5cfbfb 100644 --- a/modules/compute/disk/.test/common/main.test.bicep +++ b/modules/compute/disk/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.images-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.images-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/disk/.test/image/main.test.bicep b/modules/compute/disk/.test/image/main.test.bicep index 3c57deae15..c3de5252f6 100644 --- a/modules/compute/disk/.test/image/main.test.bicep +++ b/modules/compute/disk/.test/image/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.images-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.images-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/disk/.test/import/main.test.bicep b/modules/compute/disk/.test/import/main.test.bicep index 2d16393ece..d488b53b78 100644 --- a/modules/compute/disk/.test/import/main.test.bicep +++ b/modules/compute/disk/.test/import/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.images-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.images-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/disk/.test/min/main.test.bicep b/modules/compute/disk/.test/min/main.test.bicep index 15661b44b4..8257072a03 100644 --- a/modules/compute/disk/.test/min/main.test.bicep +++ b/modules/compute/disk/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.images-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.images-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/gallery/.test/common/main.test.bicep b/modules/compute/gallery/.test/common/main.test.bicep index 7d1d8b24e4..36859d6978 100644 --- a/modules/compute/gallery/.test/common/main.test.bicep +++ b/modules/compute/gallery/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.galleries-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.galleries-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/gallery/.test/min/main.test.bicep b/modules/compute/gallery/.test/min/main.test.bicep index df2b8e1bfb..d0849b2096 100644 --- a/modules/compute/gallery/.test/min/main.test.bicep +++ b/modules/compute/gallery/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.galleries-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.galleries-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/image/.test/common/main.test.bicep b/modules/compute/image/.test/common/main.test.bicep index 05f4ac649e..27d8e435c8 100644 --- a/modules/compute/image/.test/common/main.test.bicep +++ b/modules/compute/image/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.images-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.images-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/proximity-placement-group/.test/common/main.test.bicep b/modules/compute/proximity-placement-group/.test/common/main.test.bicep index 04e74c7088..7a19d25190 100644 --- a/modules/compute/proximity-placement-group/.test/common/main.test.bicep +++ b/modules/compute/proximity-placement-group/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.proximityplacementgroups-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.proximityplacementgroups-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/proximity-placement-group/.test/min/main.test.bicep b/modules/compute/proximity-placement-group/.test/min/main.test.bicep index 244fae144c..3f6c066dd4 100644 --- a/modules/compute/proximity-placement-group/.test/min/main.test.bicep +++ b/modules/compute/proximity-placement-group/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.proximityplacementgroups-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.proximityplacementgroups-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/ssh-public-key/.test/common/main.test.bicep b/modules/compute/ssh-public-key/.test/common/main.test.bicep index 0a61dd1d16..ea5591fee5 100644 --- a/modules/compute/ssh-public-key/.test/common/main.test.bicep +++ b/modules/compute/ssh-public-key/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.sshPublicKeys-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.sshPublicKeys-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/ssh-public-key/.test/min/main.test.bicep b/modules/compute/ssh-public-key/.test/min/main.test.bicep index c115e84702..29a3dca5af 100644 --- a/modules/compute/ssh-public-key/.test/min/main.test.bicep +++ b/modules/compute/ssh-public-key/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.sshPublicKeys-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.sshPublicKeys-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/virtual-machine-scale-set/.test/linux.min/main.test.bicep b/modules/compute/virtual-machine-scale-set/.test/linux.min/main.test.bicep index da12188343..3e94abd26d 100644 --- a/modules/compute/virtual-machine-scale-set/.test/linux.min/main.test.bicep +++ b/modules/compute/virtual-machine-scale-set/.test/linux.min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.virtualmachinescalesets-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.virtualmachinescalesets-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/virtual-machine-scale-set/.test/linux.ssecmk/main.test.bicep b/modules/compute/virtual-machine-scale-set/.test/linux.ssecmk/main.test.bicep index ecd4107f17..e78d392469 100644 --- a/modules/compute/virtual-machine-scale-set/.test/linux.ssecmk/main.test.bicep +++ b/modules/compute/virtual-machine-scale-set/.test/linux.ssecmk/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.virtualmachinescalesets-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.virtualmachinescalesets-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/virtual-machine-scale-set/.test/linux/main.test.bicep b/modules/compute/virtual-machine-scale-set/.test/linux/main.test.bicep index 66500b75f0..9c35cf5e12 100644 --- a/modules/compute/virtual-machine-scale-set/.test/linux/main.test.bicep +++ b/modules/compute/virtual-machine-scale-set/.test/linux/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.virtualmachinescalesets-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.virtualmachinescalesets-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/virtual-machine-scale-set/.test/windows.min/main.test.bicep b/modules/compute/virtual-machine-scale-set/.test/windows.min/main.test.bicep index 9ca365743e..9beeb880a2 100644 --- a/modules/compute/virtual-machine-scale-set/.test/windows.min/main.test.bicep +++ b/modules/compute/virtual-machine-scale-set/.test/windows.min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.virtualmachinescalesets-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.virtualmachinescalesets-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/virtual-machine-scale-set/.test/windows/main.test.bicep b/modules/compute/virtual-machine-scale-set/.test/windows/main.test.bicep index f9735b759b..97a5e905a6 100644 --- a/modules/compute/virtual-machine-scale-set/.test/windows/main.test.bicep +++ b/modules/compute/virtual-machine-scale-set/.test/windows/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.virtualmachinescalesets-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.virtualmachinescalesets-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/virtual-machine/.test/linux.atmg/main.test.bicep b/modules/compute/virtual-machine/.test/linux.atmg/main.test.bicep index 74894f3536..5bb0690a4e 100644 --- a/modules/compute/virtual-machine/.test/linux.atmg/main.test.bicep +++ b/modules/compute/virtual-machine/.test/linux.atmg/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.virtualMachines-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.virtualMachines-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/virtual-machine/.test/linux.min/main.test.bicep b/modules/compute/virtual-machine/.test/linux.min/main.test.bicep index f74fd4fcb4..6b00f10652 100644 --- a/modules/compute/virtual-machine/.test/linux.min/main.test.bicep +++ b/modules/compute/virtual-machine/.test/linux.min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.virtualMachines-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.virtualMachines-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/virtual-machine/.test/linux/main.test.bicep b/modules/compute/virtual-machine/.test/linux/main.test.bicep index f8c1ce0f07..3d525c503b 100644 --- a/modules/compute/virtual-machine/.test/linux/main.test.bicep +++ b/modules/compute/virtual-machine/.test/linux/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.virtualMachines-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.virtualMachines-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/virtual-machine/.test/windows.atmg/main.test.bicep b/modules/compute/virtual-machine/.test/windows.atmg/main.test.bicep index 52c5e35db0..ccee52176b 100644 --- a/modules/compute/virtual-machine/.test/windows.atmg/main.test.bicep +++ b/modules/compute/virtual-machine/.test/windows.atmg/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.virtualMachines-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.virtualMachines-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/virtual-machine/.test/windows.min/main.test.bicep b/modules/compute/virtual-machine/.test/windows.min/main.test.bicep index efb300edf1..0d2a846d66 100644 --- a/modules/compute/virtual-machine/.test/windows.min/main.test.bicep +++ b/modules/compute/virtual-machine/.test/windows.min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.virtualMachines-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.virtualMachines-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/virtual-machine/.test/windows.ssecmk/main.test.bicep b/modules/compute/virtual-machine/.test/windows.ssecmk/main.test.bicep index b829bbcf1c..d20da897b7 100644 --- a/modules/compute/virtual-machine/.test/windows.ssecmk/main.test.bicep +++ b/modules/compute/virtual-machine/.test/windows.ssecmk/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.virtualMachines-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.virtualMachines-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/compute/virtual-machine/.test/windows/main.test.bicep b/modules/compute/virtual-machine/.test/windows/main.test.bicep index 0cc62fbf54..18919a7b6d 100644 --- a/modules/compute/virtual-machine/.test/windows/main.test.bicep +++ b/modules/compute/virtual-machine/.test/windows/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.compute.virtualMachines-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-compute.virtualMachines-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/container-instance/container-group/.test/common/main.test.bicep b/modules/container-instance/container-group/.test/common/main.test.bicep index d514033d8f..523d4a93bf 100644 --- a/modules/container-instance/container-group/.test/common/main.test.bicep +++ b/modules/container-instance/container-group/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.containerinstance.containergroups-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-containerinstance.containergroups-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/container-instance/container-group/.test/encr/main.test.bicep b/modules/container-instance/container-group/.test/encr/main.test.bicep index 402d20eda2..a77acf3fa9 100644 --- a/modules/container-instance/container-group/.test/encr/main.test.bicep +++ b/modules/container-instance/container-group/.test/encr/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.containerinstance.containergroups-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-containerinstance.containergroups-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/container-instance/container-group/.test/min/main.test.bicep b/modules/container-instance/container-group/.test/min/main.test.bicep index 6136c721aa..73770c1f0f 100644 --- a/modules/container-instance/container-group/.test/min/main.test.bicep +++ b/modules/container-instance/container-group/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.containerinstance.containergroups-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-containerinstance.containergroups-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/container-instance/container-group/.test/private/main.test.bicep b/modules/container-instance/container-group/.test/private/main.test.bicep index 316a0431d6..44e0ddce5f 100644 --- a/modules/container-instance/container-group/.test/private/main.test.bicep +++ b/modules/container-instance/container-group/.test/private/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.containerinstance.containergroups-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-containerinstance.containergroups-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/container-registry/registry/.test/common/main.test.bicep b/modules/container-registry/registry/.test/common/main.test.bicep index 46df910a1b..7e872adf0a 100644 --- a/modules/container-registry/registry/.test/common/main.test.bicep +++ b/modules/container-registry/registry/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.containerregistry.registries-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-containerregistry.registries-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/container-registry/registry/.test/encr/main.test.bicep b/modules/container-registry/registry/.test/encr/main.test.bicep index f6b8fd3f61..3648f55a8f 100644 --- a/modules/container-registry/registry/.test/encr/main.test.bicep +++ b/modules/container-registry/registry/.test/encr/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.containerregistry.registries-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-containerregistry.registries-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/container-registry/registry/.test/min/main.test.bicep b/modules/container-registry/registry/.test/min/main.test.bicep index b861c01634..1242549a82 100644 --- a/modules/container-registry/registry/.test/min/main.test.bicep +++ b/modules/container-registry/registry/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.containerregistry.registries-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-containerregistry.registries-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/container-registry/registry/.test/pe/main.test.bicep b/modules/container-registry/registry/.test/pe/main.test.bicep index bcb6fbfa3d..ce42e15eda 100644 --- a/modules/container-registry/registry/.test/pe/main.test.bicep +++ b/modules/container-registry/registry/.test/pe/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.containerregistry.registries-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-containerregistry.registries-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/container-service/managed-cluster/.test/azure/main.test.bicep b/modules/container-service/managed-cluster/.test/azure/main.test.bicep index 99dc2a49ea..d36cdf6b7f 100644 --- a/modules/container-service/managed-cluster/.test/azure/main.test.bicep +++ b/modules/container-service/managed-cluster/.test/azure/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.containerservice.managedclusters-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-containerservice.managedclusters-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/container-service/managed-cluster/.test/kubenet/main.test.bicep b/modules/container-service/managed-cluster/.test/kubenet/main.test.bicep index 66803468ef..2159c43c27 100644 --- a/modules/container-service/managed-cluster/.test/kubenet/main.test.bicep +++ b/modules/container-service/managed-cluster/.test/kubenet/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.containerservice.managedclusters-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-containerservice.managedclusters-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/container-service/managed-cluster/.test/min/main.test.bicep b/modules/container-service/managed-cluster/.test/min/main.test.bicep index b63007e8a7..acebd54a1d 100644 --- a/modules/container-service/managed-cluster/.test/min/main.test.bicep +++ b/modules/container-service/managed-cluster/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.containerservice.managedclusters-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-containerservice.managedclusters-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/container-service/managed-cluster/.test/priv/main.test.bicep b/modules/container-service/managed-cluster/.test/priv/main.test.bicep index aeeae2fbfc..26729a14da 100644 --- a/modules/container-service/managed-cluster/.test/priv/main.test.bicep +++ b/modules/container-service/managed-cluster/.test/priv/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.containerservice.managedclusters-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-containerservice.managedclusters-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/data-factory/factory/.test/common/main.test.bicep b/modules/data-factory/factory/.test/common/main.test.bicep index 31c1fa8500..06465836e9 100644 --- a/modules/data-factory/factory/.test/common/main.test.bicep +++ b/modules/data-factory/factory/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.datafactory.factories-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-datafactory.factories-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/data-factory/factory/.test/min/main.test.bicep b/modules/data-factory/factory/.test/min/main.test.bicep index 9f0e43eef7..10f1ee3f7b 100644 --- a/modules/data-factory/factory/.test/min/main.test.bicep +++ b/modules/data-factory/factory/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.datafactory.factories-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-datafactory.factories-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/data-protection/backup-vault/.test/common/main.test.bicep b/modules/data-protection/backup-vault/.test/common/main.test.bicep index 218affe3d4..17813f9f50 100644 --- a/modules/data-protection/backup-vault/.test/common/main.test.bicep +++ b/modules/data-protection/backup-vault/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.dataprotection.backupvaults-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-dataprotection.backupvaults-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/data-protection/backup-vault/.test/min/main.test.bicep b/modules/data-protection/backup-vault/.test/min/main.test.bicep index 8fdcfd95c0..1372b4f5c3 100644 --- a/modules/data-protection/backup-vault/.test/min/main.test.bicep +++ b/modules/data-protection/backup-vault/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.dataprotection.backupvaults-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-dataprotection.backupvaults-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/databricks/workspace/.test/common/main.test.bicep b/modules/databricks/workspace/.test/common/main.test.bicep index 9dbc424bf9..47a7c87a61 100644 --- a/modules/databricks/workspace/.test/common/main.test.bicep +++ b/modules/databricks/workspace/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.databricks.workspaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-databricks.workspaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/databricks/workspace/.test/min/main.test.bicep b/modules/databricks/workspace/.test/min/main.test.bicep index 85cd2ef8dc..7e6cc571db 100644 --- a/modules/databricks/workspace/.test/min/main.test.bicep +++ b/modules/databricks/workspace/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.databricks.workspaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-databricks.workspaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/db-for-my-sql/flexible-server/.test/min/main.test.bicep b/modules/db-for-my-sql/flexible-server/.test/min/main.test.bicep index 49cc626f3d..7185dbd2f8 100644 --- a/modules/db-for-my-sql/flexible-server/.test/min/main.test.bicep +++ b/modules/db-for-my-sql/flexible-server/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.dbformysql.flexibleservers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-dbformysql.flexibleservers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/db-for-my-sql/flexible-server/.test/private/main.test.bicep b/modules/db-for-my-sql/flexible-server/.test/private/main.test.bicep index 742d0d57b6..72d9a1d218 100644 --- a/modules/db-for-my-sql/flexible-server/.test/private/main.test.bicep +++ b/modules/db-for-my-sql/flexible-server/.test/private/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.dbformysql.flexibleservers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-dbformysql.flexibleservers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/db-for-my-sql/flexible-server/.test/public/main.test.bicep b/modules/db-for-my-sql/flexible-server/.test/public/main.test.bicep index 18f1ae8515..2c087e164e 100644 --- a/modules/db-for-my-sql/flexible-server/.test/public/main.test.bicep +++ b/modules/db-for-my-sql/flexible-server/.test/public/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.dbformysql.flexibleservers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-dbformysql.flexibleservers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/db-for-postgre-sql/flexible-server/.test/min/main.test.bicep b/modules/db-for-postgre-sql/flexible-server/.test/min/main.test.bicep index 788d7c3423..c131b48c58 100644 --- a/modules/db-for-postgre-sql/flexible-server/.test/min/main.test.bicep +++ b/modules/db-for-postgre-sql/flexible-server/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.dbforpostgresql.flexibleservers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-dbforpostgresql.flexibleservers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/db-for-postgre-sql/flexible-server/.test/private/main.test.bicep b/modules/db-for-postgre-sql/flexible-server/.test/private/main.test.bicep index 1852c4dffe..d9e2e977eb 100644 --- a/modules/db-for-postgre-sql/flexible-server/.test/private/main.test.bicep +++ b/modules/db-for-postgre-sql/flexible-server/.test/private/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.dbforpostgresql.flexibleservers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-dbforpostgresql.flexibleservers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/db-for-postgre-sql/flexible-server/.test/public/main.test.bicep b/modules/db-for-postgre-sql/flexible-server/.test/public/main.test.bicep index 5fd5a4da99..68fbb342c4 100644 --- a/modules/db-for-postgre-sql/flexible-server/.test/public/main.test.bicep +++ b/modules/db-for-postgre-sql/flexible-server/.test/public/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.dbforpostgresql.flexibleservers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-dbforpostgresql.flexibleservers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/desktop-virtualization/application-group/.test/common/main.test.bicep b/modules/desktop-virtualization/application-group/.test/common/main.test.bicep index 959990ac7c..40dded1169 100644 --- a/modules/desktop-virtualization/application-group/.test/common/main.test.bicep +++ b/modules/desktop-virtualization/application-group/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.desktopvirtualization.applicationgroups-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-desktopvirtualization.applicationgroups-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/desktop-virtualization/application-group/.test/min/main.test.bicep b/modules/desktop-virtualization/application-group/.test/min/main.test.bicep index e5a99a1d1e..cfe2f0295b 100644 --- a/modules/desktop-virtualization/application-group/.test/min/main.test.bicep +++ b/modules/desktop-virtualization/application-group/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.desktopvirtualization.applicationgroups-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-desktopvirtualization.applicationgroups-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/desktop-virtualization/host-pool/.test/common/main.test.bicep b/modules/desktop-virtualization/host-pool/.test/common/main.test.bicep index 6f581c0315..6e9f7bbcf0 100644 --- a/modules/desktop-virtualization/host-pool/.test/common/main.test.bicep +++ b/modules/desktop-virtualization/host-pool/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.desktopvirtualization.hostpools-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-desktopvirtualization.hostpools-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/desktop-virtualization/host-pool/.test/min/main.test.bicep b/modules/desktop-virtualization/host-pool/.test/min/main.test.bicep index 9a7bbfd580..1adb034909 100644 --- a/modules/desktop-virtualization/host-pool/.test/min/main.test.bicep +++ b/modules/desktop-virtualization/host-pool/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.desktopvirtualization.hostpools-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-desktopvirtualization.hostpools-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/desktop-virtualization/scaling-plan/.test/common/main.test.bicep b/modules/desktop-virtualization/scaling-plan/.test/common/main.test.bicep index 0a6f49d2c5..3df6ba1ee9 100644 --- a/modules/desktop-virtualization/scaling-plan/.test/common/main.test.bicep +++ b/modules/desktop-virtualization/scaling-plan/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.desktopvirtualization.scalingplans-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-desktopvirtualization.scalingplans-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/desktop-virtualization/scaling-plan/.test/min/main.test.bicep b/modules/desktop-virtualization/scaling-plan/.test/min/main.test.bicep index d2476d9b7b..5041a287d3 100644 --- a/modules/desktop-virtualization/scaling-plan/.test/min/main.test.bicep +++ b/modules/desktop-virtualization/scaling-plan/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.desktopvirtualization.scalingplans-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-desktopvirtualization.scalingplans-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/desktop-virtualization/workspace/.test/common/main.test.bicep b/modules/desktop-virtualization/workspace/.test/common/main.test.bicep index 6a603dc442..0fa86ab404 100644 --- a/modules/desktop-virtualization/workspace/.test/common/main.test.bicep +++ b/modules/desktop-virtualization/workspace/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.desktopvirtualization.workspaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-desktopvirtualization.workspaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/desktop-virtualization/workspace/.test/min/main.test.bicep b/modules/desktop-virtualization/workspace/.test/min/main.test.bicep index 845f5ef455..d5e008b5c8 100644 --- a/modules/desktop-virtualization/workspace/.test/min/main.test.bicep +++ b/modules/desktop-virtualization/workspace/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.desktopvirtualization.workspaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-desktopvirtualization.workspaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/dev-test-lab/lab/.test/common/main.test.bicep b/modules/dev-test-lab/lab/.test/common/main.test.bicep index 2f0565eb03..84d8458b39 100644 --- a/modules/dev-test-lab/lab/.test/common/main.test.bicep +++ b/modules/dev-test-lab/lab/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.devtestlab.labs-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-devtestlab.labs-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/dev-test-lab/lab/.test/min/main.test.bicep b/modules/dev-test-lab/lab/.test/min/main.test.bicep index 70e5d551d1..fa0bbc01fe 100644 --- a/modules/dev-test-lab/lab/.test/min/main.test.bicep +++ b/modules/dev-test-lab/lab/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.devtestlab.labs-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-devtestlab.labs-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/digital-twins/digital-twins-instance/.test/common/main.test.bicep b/modules/digital-twins/digital-twins-instance/.test/common/main.test.bicep index 73b4bd8fae..704ff8728c 100644 --- a/modules/digital-twins/digital-twins-instance/.test/common/main.test.bicep +++ b/modules/digital-twins/digital-twins-instance/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.digitaltwins.digitaltwinsinstances-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-digitaltwins.digitaltwinsinstances-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/digital-twins/digital-twins-instance/.test/min/main.test.bicep b/modules/digital-twins/digital-twins-instance/.test/min/main.test.bicep index e923ca1679..936662ebdd 100644 --- a/modules/digital-twins/digital-twins-instance/.test/min/main.test.bicep +++ b/modules/digital-twins/digital-twins-instance/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.digitaltwins.digitaltwinsinstances-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-digitaltwins.digitaltwinsinstances-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/document-db/database-account/.test/gremlindb/main.test.bicep b/modules/document-db/database-account/.test/gremlindb/main.test.bicep index 9fa566c8d1..4b1144136a 100644 --- a/modules/document-db/database-account/.test/gremlindb/main.test.bicep +++ b/modules/document-db/database-account/.test/gremlindb/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.documentdb.databaseaccounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-documentdb.databaseaccounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/document-db/database-account/.test/mongodb/main.test.bicep b/modules/document-db/database-account/.test/mongodb/main.test.bicep index 96321848a4..a1b9e3b522 100644 --- a/modules/document-db/database-account/.test/mongodb/main.test.bicep +++ b/modules/document-db/database-account/.test/mongodb/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.documentdb.databaseaccounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-documentdb.databaseaccounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/document-db/database-account/.test/plain/main.test.bicep b/modules/document-db/database-account/.test/plain/main.test.bicep index 2d6dfa43d6..11abb6a081 100644 --- a/modules/document-db/database-account/.test/plain/main.test.bicep +++ b/modules/document-db/database-account/.test/plain/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.documentdb.databaseaccounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-documentdb.databaseaccounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/document-db/database-account/.test/sqldb/main.test.bicep b/modules/document-db/database-account/.test/sqldb/main.test.bicep index 8a944c41f5..4644cc483b 100644 --- a/modules/document-db/database-account/.test/sqldb/main.test.bicep +++ b/modules/document-db/database-account/.test/sqldb/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.documentdb.databaseaccounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-documentdb.databaseaccounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/event-grid/domain/.test/common/main.test.bicep b/modules/event-grid/domain/.test/common/main.test.bicep index 9a38dc3ee4..89a9c27080 100644 --- a/modules/event-grid/domain/.test/common/main.test.bicep +++ b/modules/event-grid/domain/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.eventgrid.domains-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-eventgrid.domains-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/event-grid/domain/.test/min/main.test.bicep b/modules/event-grid/domain/.test/min/main.test.bicep index 3fe94445cd..dae7913808 100644 --- a/modules/event-grid/domain/.test/min/main.test.bicep +++ b/modules/event-grid/domain/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.eventgrid.domains-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-eventgrid.domains-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/event-grid/domain/.test/pe/main.test.bicep b/modules/event-grid/domain/.test/pe/main.test.bicep index ff90a984c0..68fae35c50 100644 --- a/modules/event-grid/domain/.test/pe/main.test.bicep +++ b/modules/event-grid/domain/.test/pe/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.eventgrid.domains-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-eventgrid.domains-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/event-grid/system-topic/.test/common/main.test.bicep b/modules/event-grid/system-topic/.test/common/main.test.bicep index d5cd6b5f79..4fa1051d19 100644 --- a/modules/event-grid/system-topic/.test/common/main.test.bicep +++ b/modules/event-grid/system-topic/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.eventgrid.systemtopics-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-eventgrid.systemtopics-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/event-grid/system-topic/.test/min/main.test.bicep b/modules/event-grid/system-topic/.test/min/main.test.bicep index 89d438902b..bf4a4984ad 100644 --- a/modules/event-grid/system-topic/.test/min/main.test.bicep +++ b/modules/event-grid/system-topic/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.eventgrid.systemtopics-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-eventgrid.systemtopics-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/event-grid/topic/.test/common/main.test.bicep b/modules/event-grid/topic/.test/common/main.test.bicep index c55aa3de33..89e85a1723 100644 --- a/modules/event-grid/topic/.test/common/main.test.bicep +++ b/modules/event-grid/topic/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.eventgrid.topics-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-eventgrid.topics-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/event-grid/topic/.test/min/main.test.bicep b/modules/event-grid/topic/.test/min/main.test.bicep index f55b6f3f86..01afc510aa 100644 --- a/modules/event-grid/topic/.test/min/main.test.bicep +++ b/modules/event-grid/topic/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.eventgrid.topics-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-eventgrid.topics-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/event-grid/topic/.test/pe/main.test.bicep b/modules/event-grid/topic/.test/pe/main.test.bicep index 096f27cbcb..daa17a899c 100644 --- a/modules/event-grid/topic/.test/pe/main.test.bicep +++ b/modules/event-grid/topic/.test/pe/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.eventgrid.topics-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-eventgrid.topics-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/event-hub/namespace/.test/common/main.test.bicep b/modules/event-hub/namespace/.test/common/main.test.bicep index acaefc8e5c..eeedf74192 100644 --- a/modules/event-hub/namespace/.test/common/main.test.bicep +++ b/modules/event-hub/namespace/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.eventhub.namespaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-eventhub.namespaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/event-hub/namespace/.test/encr/main.test.bicep b/modules/event-hub/namespace/.test/encr/main.test.bicep index 1a5985d41c..39a945d650 100644 --- a/modules/event-hub/namespace/.test/encr/main.test.bicep +++ b/modules/event-hub/namespace/.test/encr/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.eventhub.namespaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-eventhub.namespaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/event-hub/namespace/.test/min/main.test.bicep b/modules/event-hub/namespace/.test/min/main.test.bicep index a1b2f4684b..dfa19de1d4 100644 --- a/modules/event-hub/namespace/.test/min/main.test.bicep +++ b/modules/event-hub/namespace/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.eventhub.namespaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-eventhub.namespaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/event-hub/namespace/.test/pe/main.test.bicep b/modules/event-hub/namespace/.test/pe/main.test.bicep index 35f8a4c0e5..a184491d60 100644 --- a/modules/event-hub/namespace/.test/pe/main.test.bicep +++ b/modules/event-hub/namespace/.test/pe/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.eventhub.namespaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-eventhub.namespaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/health-bot/health-bot/.test/common/main.test.bicep b/modules/health-bot/health-bot/.test/common/main.test.bicep index 7ec0798687..bad70c61cd 100644 --- a/modules/health-bot/health-bot/.test/common/main.test.bicep +++ b/modules/health-bot/health-bot/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.healthbot.healthbots-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-healthbot.healthbots-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/health-bot/health-bot/.test/min/main.test.bicep b/modules/health-bot/health-bot/.test/min/main.test.bicep index 7810dc31de..fc7c99677f 100644 --- a/modules/health-bot/health-bot/.test/min/main.test.bicep +++ b/modules/health-bot/health-bot/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.healthbot.healthbots-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-healthbot.healthbots-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/healthcare-apis/workspace/.test/common/main.test.bicep b/modules/healthcare-apis/workspace/.test/common/main.test.bicep index 2baa190bdb..335b0a9c05 100644 --- a/modules/healthcare-apis/workspace/.test/common/main.test.bicep +++ b/modules/healthcare-apis/workspace/.test/common/main.test.bicep @@ -5,7 +5,7 @@ targetScope = 'subscription' // ========== // @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.healthcareapis.workspaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-healthcareapis.workspaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/healthcare-apis/workspace/.test/min/main.test.bicep b/modules/healthcare-apis/workspace/.test/min/main.test.bicep index 6399106a53..4e8a6168b7 100644 --- a/modules/healthcare-apis/workspace/.test/min/main.test.bicep +++ b/modules/healthcare-apis/workspace/.test/min/main.test.bicep @@ -5,7 +5,7 @@ targetScope = 'subscription' // ========== // @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.healthcareapis.workspaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-healthcareapis.workspaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/action-group/.test/common/main.test.bicep b/modules/insights/action-group/.test/common/main.test.bicep index e9130942bf..92177c09df 100644 --- a/modules/insights/action-group/.test/common/main.test.bicep +++ b/modules/insights/action-group/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.actiongroups-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.actiongroups-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/action-group/.test/min/main.test.bicep b/modules/insights/action-group/.test/min/main.test.bicep index e4cdbfbdce..888646228c 100644 --- a/modules/insights/action-group/.test/min/main.test.bicep +++ b/modules/insights/action-group/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.actiongroups-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.actiongroups-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/activity-log-alert/.test/common/main.test.bicep b/modules/insights/activity-log-alert/.test/common/main.test.bicep index f61430c448..731f6f688b 100644 --- a/modules/insights/activity-log-alert/.test/common/main.test.bicep +++ b/modules/insights/activity-log-alert/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.activityLogAlerts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.activityLogAlerts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/component/.test/common/main.test.bicep b/modules/insights/component/.test/common/main.test.bicep index bb1280676e..0a60d43953 100644 --- a/modules/insights/component/.test/common/main.test.bicep +++ b/modules/insights/component/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.components-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.components-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/component/.test/min/main.test.bicep b/modules/insights/component/.test/min/main.test.bicep index 7e5bd974e5..71277e77d6 100644 --- a/modules/insights/component/.test/min/main.test.bicep +++ b/modules/insights/component/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.components-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.components-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/data-collection-endpoint/.test/common/main.test.bicep b/modules/insights/data-collection-endpoint/.test/common/main.test.bicep index 2ce0a08132..6554918dc8 100644 --- a/modules/insights/data-collection-endpoint/.test/common/main.test.bicep +++ b/modules/insights/data-collection-endpoint/.test/common/main.test.bicep @@ -5,7 +5,7 @@ targetScope = 'subscription' // ========== // @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.dataCollectionEndpoints-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.dataCollectionEndpoints-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/data-collection-endpoint/.test/min/main.test.bicep b/modules/insights/data-collection-endpoint/.test/min/main.test.bicep index 0de821478e..7e7d0dc5b6 100644 --- a/modules/insights/data-collection-endpoint/.test/min/main.test.bicep +++ b/modules/insights/data-collection-endpoint/.test/min/main.test.bicep @@ -5,7 +5,7 @@ targetScope = 'subscription' // ========== // @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.dataCollectionEndpoints-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.dataCollectionEndpoints-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/data-collection-rule/.test/customadv/main.test.bicep b/modules/insights/data-collection-rule/.test/customadv/main.test.bicep index 1cf0e970d1..3248a1b545 100644 --- a/modules/insights/data-collection-rule/.test/customadv/main.test.bicep +++ b/modules/insights/data-collection-rule/.test/customadv/main.test.bicep @@ -5,7 +5,7 @@ targetScope = 'subscription' // ========== // @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.dataCollectionRules-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.dataCollectionRules-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/data-collection-rule/.test/custombasic/main.test.bicep b/modules/insights/data-collection-rule/.test/custombasic/main.test.bicep index 6c63236ece..058a585cf1 100644 --- a/modules/insights/data-collection-rule/.test/custombasic/main.test.bicep +++ b/modules/insights/data-collection-rule/.test/custombasic/main.test.bicep @@ -5,7 +5,7 @@ targetScope = 'subscription' // ========== // @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.dataCollectionRules-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.dataCollectionRules-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/data-collection-rule/.test/customiis/main.test.bicep b/modules/insights/data-collection-rule/.test/customiis/main.test.bicep index 241333333f..fc5fbbaa49 100644 --- a/modules/insights/data-collection-rule/.test/customiis/main.test.bicep +++ b/modules/insights/data-collection-rule/.test/customiis/main.test.bicep @@ -5,7 +5,7 @@ targetScope = 'subscription' // ========== // @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.dataCollectionRules-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.dataCollectionRules-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/data-collection-rule/.test/linux/main.test.bicep b/modules/insights/data-collection-rule/.test/linux/main.test.bicep index 81a4953413..749735146d 100644 --- a/modules/insights/data-collection-rule/.test/linux/main.test.bicep +++ b/modules/insights/data-collection-rule/.test/linux/main.test.bicep @@ -5,7 +5,7 @@ targetScope = 'subscription' // ========== // @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.dataCollectionRules-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.dataCollectionRules-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/data-collection-rule/.test/min/main.test.bicep b/modules/insights/data-collection-rule/.test/min/main.test.bicep index 46e103725d..f22cb81cd2 100644 --- a/modules/insights/data-collection-rule/.test/min/main.test.bicep +++ b/modules/insights/data-collection-rule/.test/min/main.test.bicep @@ -5,7 +5,7 @@ targetScope = 'subscription' // ========== // @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.dataCollectionRules-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.dataCollectionRules-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/data-collection-rule/.test/windows/main.test.bicep b/modules/insights/data-collection-rule/.test/windows/main.test.bicep index 77ac653b2f..f701f99f8b 100644 --- a/modules/insights/data-collection-rule/.test/windows/main.test.bicep +++ b/modules/insights/data-collection-rule/.test/windows/main.test.bicep @@ -5,7 +5,7 @@ targetScope = 'subscription' // ========== // @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.dataCollectionRules-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.dataCollectionRules-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/diagnostic-setting/.test/common/main.test.bicep b/modules/insights/diagnostic-setting/.test/common/main.test.bicep index d8eb101670..31f78e0ec0 100644 --- a/modules/insights/diagnostic-setting/.test/common/main.test.bicep +++ b/modules/insights/diagnostic-setting/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.diagnosticsettings-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.diagnosticsettings-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/metric-alert/.test/common/main.test.bicep b/modules/insights/metric-alert/.test/common/main.test.bicep index 148d924d70..6ccb422967 100644 --- a/modules/insights/metric-alert/.test/common/main.test.bicep +++ b/modules/insights/metric-alert/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.metricalerts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.metricalerts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/private-link-scope/.test/common/main.test.bicep b/modules/insights/private-link-scope/.test/common/main.test.bicep index ee6b934b40..dc50d44ef5 100644 --- a/modules/insights/private-link-scope/.test/common/main.test.bicep +++ b/modules/insights/private-link-scope/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.privatelinkscopes-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.privatelinkscopes-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/private-link-scope/.test/min/main.test.bicep b/modules/insights/private-link-scope/.test/min/main.test.bicep index 63ab6727cc..c72b29ee92 100644 --- a/modules/insights/private-link-scope/.test/min/main.test.bicep +++ b/modules/insights/private-link-scope/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.privatelinkscopes-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.privatelinkscopes-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/scheduled-query-rule/.test/common/main.test.bicep b/modules/insights/scheduled-query-rule/.test/common/main.test.bicep index a8b98171e6..6005e5c8c2 100644 --- a/modules/insights/scheduled-query-rule/.test/common/main.test.bicep +++ b/modules/insights/scheduled-query-rule/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.scheduledqueryrules-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.scheduledqueryrules-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/webtest/.test/common/main.test.bicep b/modules/insights/webtest/.test/common/main.test.bicep index 9e5d9bf6ce..3af46a8cee 100644 --- a/modules/insights/webtest/.test/common/main.test.bicep +++ b/modules/insights/webtest/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.webtests-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.webtests-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/insights/webtest/.test/min/main.test.bicep b/modules/insights/webtest/.test/min/main.test.bicep index c309005ca8..1bcde118d9 100644 --- a/modules/insights/webtest/.test/min/main.test.bicep +++ b/modules/insights/webtest/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.insights.webtests-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-insights.webtests-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/key-vault/vault/.test/accesspolicies/main.test.bicep b/modules/key-vault/vault/.test/accesspolicies/main.test.bicep index f51833d1cb..cbca9f9b04 100644 --- a/modules/key-vault/vault/.test/accesspolicies/main.test.bicep +++ b/modules/key-vault/vault/.test/accesspolicies/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.keyvault.vaults-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-keyvault.vaults-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/key-vault/vault/.test/common/main.test.bicep b/modules/key-vault/vault/.test/common/main.test.bicep index 42499a4e72..cba71b9730 100644 --- a/modules/key-vault/vault/.test/common/main.test.bicep +++ b/modules/key-vault/vault/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.keyvault.vaults-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-keyvault.vaults-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/key-vault/vault/.test/min/main.test.bicep b/modules/key-vault/vault/.test/min/main.test.bicep index 0ecea959ed..34f5238871 100644 --- a/modules/key-vault/vault/.test/min/main.test.bicep +++ b/modules/key-vault/vault/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.keyvault.vaults-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-keyvault.vaults-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/key-vault/vault/.test/pe/main.test.bicep b/modules/key-vault/vault/.test/pe/main.test.bicep index 6230f07e42..8104f24b04 100644 --- a/modules/key-vault/vault/.test/pe/main.test.bicep +++ b/modules/key-vault/vault/.test/pe/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.keyvault.vaults-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-keyvault.vaults-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/kubernetes-configuration/extension/.test/common/main.test.bicep b/modules/kubernetes-configuration/extension/.test/common/main.test.bicep index 377eeeb3c4..780322dcfc 100644 --- a/modules/kubernetes-configuration/extension/.test/common/main.test.bicep +++ b/modules/kubernetes-configuration/extension/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.kubernetesconfiguration.extensions-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-kubernetesconfiguration.extensions-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/kubernetes-configuration/extension/.test/min/main.test.bicep b/modules/kubernetes-configuration/extension/.test/min/main.test.bicep index ba2461c5e6..e7d91a0ebd 100644 --- a/modules/kubernetes-configuration/extension/.test/min/main.test.bicep +++ b/modules/kubernetes-configuration/extension/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.kubernetesconfiguration.extensions-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-kubernetesconfiguration.extensions-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/kubernetes-configuration/flux-configuration/.test/common/main.test.bicep b/modules/kubernetes-configuration/flux-configuration/.test/common/main.test.bicep index aca4b0de21..9828894420 100644 --- a/modules/kubernetes-configuration/flux-configuration/.test/common/main.test.bicep +++ b/modules/kubernetes-configuration/flux-configuration/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.kubernetesconfiguration.fluxconfigurations-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-kubernetesconfiguration.fluxconfigurations-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/kubernetes-configuration/flux-configuration/.test/min/main.test.bicep b/modules/kubernetes-configuration/flux-configuration/.test/min/main.test.bicep index 19c5b732e7..c23a9d4e21 100644 --- a/modules/kubernetes-configuration/flux-configuration/.test/min/main.test.bicep +++ b/modules/kubernetes-configuration/flux-configuration/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.kubernetesconfiguration.fluxconfigurations-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-kubernetesconfiguration.fluxconfigurations-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/logic/workflow/.test/common/main.test.bicep b/modules/logic/workflow/.test/common/main.test.bicep index 743b19f8a1..93cc266ba2 100644 --- a/modules/logic/workflow/.test/common/main.test.bicep +++ b/modules/logic/workflow/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.logic.workflows-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-logic.workflows-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/machine-learning-services/workspace/.test/common/main.test.bicep b/modules/machine-learning-services/workspace/.test/common/main.test.bicep index a50621023c..c8635a3c50 100644 --- a/modules/machine-learning-services/workspace/.test/common/main.test.bicep +++ b/modules/machine-learning-services/workspace/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.machinelearningservices.workspaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-machinelearningservices.workspaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/machine-learning-services/workspace/.test/encr/main.test.bicep b/modules/machine-learning-services/workspace/.test/encr/main.test.bicep index 258e4cb2ec..a11c60f798 100644 --- a/modules/machine-learning-services/workspace/.test/encr/main.test.bicep +++ b/modules/machine-learning-services/workspace/.test/encr/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.machinelearningservices.workspaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-machinelearningservices.workspaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/machine-learning-services/workspace/.test/min/main.test.bicep b/modules/machine-learning-services/workspace/.test/min/main.test.bicep index 302c8cef36..8cdc7cafe4 100644 --- a/modules/machine-learning-services/workspace/.test/min/main.test.bicep +++ b/modules/machine-learning-services/workspace/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.machinelearningservices.workspaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-machinelearningservices.workspaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/maintenance/maintenance-configuration/.test/common/main.test.bicep b/modules/maintenance/maintenance-configuration/.test/common/main.test.bicep index 5206cb44e2..d9101c5975 100644 --- a/modules/maintenance/maintenance-configuration/.test/common/main.test.bicep +++ b/modules/maintenance/maintenance-configuration/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.maintenance.maintenanceconfigurations-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-maintenance.maintenanceconfigurations-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/maintenance/maintenance-configuration/.test/min/main.test.bicep b/modules/maintenance/maintenance-configuration/.test/min/main.test.bicep index 3b9ba0d973..7586c5ae3f 100644 --- a/modules/maintenance/maintenance-configuration/.test/min/main.test.bicep +++ b/modules/maintenance/maintenance-configuration/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.maintenance.maintenanceconfigurations-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-maintenance.maintenanceconfigurations-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/managed-identity/user-assigned-identity/.test/common/main.test.bicep b/modules/managed-identity/user-assigned-identity/.test/common/main.test.bicep index 35e152866a..d8c4a9d087 100644 --- a/modules/managed-identity/user-assigned-identity/.test/common/main.test.bicep +++ b/modules/managed-identity/user-assigned-identity/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.managedidentity.userassignedidentities-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-managedidentity.userassignedidentities-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/managed-identity/user-assigned-identity/.test/min/main.test.bicep b/modules/managed-identity/user-assigned-identity/.test/min/main.test.bicep index 95ed7da3d2..1e282a6b67 100644 --- a/modules/managed-identity/user-assigned-identity/.test/min/main.test.bicep +++ b/modules/managed-identity/user-assigned-identity/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.managedidentity.userassignedidentities-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-managedidentity.userassignedidentities-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/managed-services/registration-definition/.test/rg/main.test.bicep b/modules/managed-services/registration-definition/.test/rg/main.test.bicep index 990d3cf1ef..e6d5fe9145 100644 --- a/modules/managed-services/registration-definition/.test/rg/main.test.bicep +++ b/modules/managed-services/registration-definition/.test/rg/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.managedservices.registrationdefinitions-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-managedservices.registrationdefinitions-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/net-app/net-app-account/.test/min/main.test.bicep b/modules/net-app/net-app-account/.test/min/main.test.bicep index 389a87065a..b79b75d254 100644 --- a/modules/net-app/net-app-account/.test/min/main.test.bicep +++ b/modules/net-app/net-app-account/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.netapp.netappaccounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-netapp.netappaccounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/net-app/net-app-account/.test/nfs3/main.test.bicep b/modules/net-app/net-app-account/.test/nfs3/main.test.bicep index 962e223224..3d1ddce07c 100644 --- a/modules/net-app/net-app-account/.test/nfs3/main.test.bicep +++ b/modules/net-app/net-app-account/.test/nfs3/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.netapp.netappaccounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-netapp.netappaccounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/net-app/net-app-account/.test/nfs41/main.test.bicep b/modules/net-app/net-app-account/.test/nfs41/main.test.bicep index f87ae67141..bc1413283d 100644 --- a/modules/net-app/net-app-account/.test/nfs41/main.test.bicep +++ b/modules/net-app/net-app-account/.test/nfs41/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.netapp.netappaccounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-netapp.netappaccounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/application-gateway-web-application-firewall-policy/.test/common/main.test.bicep b/modules/network/application-gateway-web-application-firewall-policy/.test/common/main.test.bicep index f9b166f85c..1be43823e1 100644 --- a/modules/network/application-gateway-web-application-firewall-policy/.test/common/main.test.bicep +++ b/modules/network/application-gateway-web-application-firewall-policy/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.applicationGatewayWebApplicationFirewallPolicies-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.applicationGatewayWebApplicationFirewallPolicies-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/application-gateway/.test/common/main.test.bicep b/modules/network/application-gateway/.test/common/main.test.bicep index 9c66f3fa8e..3b59b10967 100644 --- a/modules/network/application-gateway/.test/common/main.test.bicep +++ b/modules/network/application-gateway/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.applicationgateways-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.applicationgateways-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/application-security-group/.test/common/main.test.bicep b/modules/network/application-security-group/.test/common/main.test.bicep index 8f996a1349..94c5540a98 100644 --- a/modules/network/application-security-group/.test/common/main.test.bicep +++ b/modules/network/application-security-group/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.applicationsecuritygroups-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.applicationsecuritygroups-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/azure-firewall/.test/addpip/main.test.bicep b/modules/network/azure-firewall/.test/addpip/main.test.bicep index b1117edf58..3406fcf6b3 100644 --- a/modules/network/azure-firewall/.test/addpip/main.test.bicep +++ b/modules/network/azure-firewall/.test/addpip/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.azurefirewalls-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.azurefirewalls-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/azure-firewall/.test/common/main.test.bicep b/modules/network/azure-firewall/.test/common/main.test.bicep index 0bac54906a..a04892300a 100644 --- a/modules/network/azure-firewall/.test/common/main.test.bicep +++ b/modules/network/azure-firewall/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.azurefirewalls-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.azurefirewalls-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/azure-firewall/.test/custompip/main.test.bicep b/modules/network/azure-firewall/.test/custompip/main.test.bicep index a1f03ffaa9..44717d83cf 100644 --- a/modules/network/azure-firewall/.test/custompip/main.test.bicep +++ b/modules/network/azure-firewall/.test/custompip/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.azurefirewalls-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.azurefirewalls-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/azure-firewall/.test/hubcommon/main.test.bicep b/modules/network/azure-firewall/.test/hubcommon/main.test.bicep index eff51c688e..24f9abf6d4 100644 --- a/modules/network/azure-firewall/.test/hubcommon/main.test.bicep +++ b/modules/network/azure-firewall/.test/hubcommon/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.azurefirewalls-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.azurefirewalls-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/azure-firewall/.test/hubmin/main.test.bicep b/modules/network/azure-firewall/.test/hubmin/main.test.bicep index 862f32d241..85056db679 100644 --- a/modules/network/azure-firewall/.test/hubmin/main.test.bicep +++ b/modules/network/azure-firewall/.test/hubmin/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.azurefirewalls-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.azurefirewalls-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/azure-firewall/.test/min/main.test.bicep b/modules/network/azure-firewall/.test/min/main.test.bicep index 9b3e65d2f4..861afa6b82 100644 --- a/modules/network/azure-firewall/.test/min/main.test.bicep +++ b/modules/network/azure-firewall/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.azurefirewalls-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.azurefirewalls-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/bastion-host/.test/common/main.test.bicep b/modules/network/bastion-host/.test/common/main.test.bicep index 35ab2e3670..47611910e5 100644 --- a/modules/network/bastion-host/.test/common/main.test.bicep +++ b/modules/network/bastion-host/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.bastionhosts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.bastionhosts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/bastion-host/.test/custompip/main.test.bicep b/modules/network/bastion-host/.test/custompip/main.test.bicep index 4d9c25e73d..9cf1ef28dc 100644 --- a/modules/network/bastion-host/.test/custompip/main.test.bicep +++ b/modules/network/bastion-host/.test/custompip/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.bastionhosts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.bastionhosts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/bastion-host/.test/min/main.test.bicep b/modules/network/bastion-host/.test/min/main.test.bicep index 5c3fb70bb0..ff08cc951e 100644 --- a/modules/network/bastion-host/.test/min/main.test.bicep +++ b/modules/network/bastion-host/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.bastionhosts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.bastionhosts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/connection/.test/vnet2vnet/main.test.bicep b/modules/network/connection/.test/vnet2vnet/main.test.bicep index 5d1cbca2c3..c91f700b0e 100644 --- a/modules/network/connection/.test/vnet2vnet/main.test.bicep +++ b/modules/network/connection/.test/vnet2vnet/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.connections-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.connections-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/ddos-protection-plan/.test/common/main.test.bicep b/modules/network/ddos-protection-plan/.test/common/main.test.bicep index fa1ddafb22..4882302f2e 100644 --- a/modules/network/ddos-protection-plan/.test/common/main.test.bicep +++ b/modules/network/ddos-protection-plan/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.ddosprotectionplans-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.ddosprotectionplans-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/ddos-protection-plan/.test/min/main.test.bicep b/modules/network/ddos-protection-plan/.test/min/main.test.bicep index b961a7b2e4..fff94a7427 100644 --- a/modules/network/ddos-protection-plan/.test/min/main.test.bicep +++ b/modules/network/ddos-protection-plan/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.ddosprotectionplans-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.ddosprotectionplans-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/dns-forwarding-ruleset/.test/common/main.test.bicep b/modules/network/dns-forwarding-ruleset/.test/common/main.test.bicep index fb7c7a3a91..ae9657dc59 100644 --- a/modules/network/dns-forwarding-ruleset/.test/common/main.test.bicep +++ b/modules/network/dns-forwarding-ruleset/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.dnsForwardingRuleset-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.dnsForwardingRuleset-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/dns-forwarding-ruleset/.test/min/main.test.bicep b/modules/network/dns-forwarding-ruleset/.test/min/main.test.bicep index 43e250ddf4..119a98de66 100644 --- a/modules/network/dns-forwarding-ruleset/.test/min/main.test.bicep +++ b/modules/network/dns-forwarding-ruleset/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.dnsForwardingRuleset-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.dnsForwardingRuleset-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/dns-resolver/.test/common/main.test.bicep b/modules/network/dns-resolver/.test/common/main.test.bicep index 87c839c618..1066820172 100644 --- a/modules/network/dns-resolver/.test/common/main.test.bicep +++ b/modules/network/dns-resolver/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.dnsResolvers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.dnsResolvers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/dns-zone/.test/common/main.test.bicep b/modules/network/dns-zone/.test/common/main.test.bicep index 7fec103202..7cc82d755b 100644 --- a/modules/network/dns-zone/.test/common/main.test.bicep +++ b/modules/network/dns-zone/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.dnszones-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.dnszones-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/dns-zone/.test/min/main.test.bicep b/modules/network/dns-zone/.test/min/main.test.bicep index 096c2d1315..5b3d4d1115 100644 --- a/modules/network/dns-zone/.test/min/main.test.bicep +++ b/modules/network/dns-zone/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.dnszones-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.dnszones-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/express-route-circuit/.test/common/main.test.bicep b/modules/network/express-route-circuit/.test/common/main.test.bicep index 054fed2490..9643408aa3 100644 --- a/modules/network/express-route-circuit/.test/common/main.test.bicep +++ b/modules/network/express-route-circuit/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.expressroutecircuits-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.expressroutecircuits-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/express-route-circuit/.test/min/main.test.bicep b/modules/network/express-route-circuit/.test/min/main.test.bicep index 10ba226791..e1e52eca62 100644 --- a/modules/network/express-route-circuit/.test/min/main.test.bicep +++ b/modules/network/express-route-circuit/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.expressroutecircuits-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.expressroutecircuits-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/express-route-gateway/.test/common/main.test.bicep b/modules/network/express-route-gateway/.test/common/main.test.bicep index 264ba8ba7e..7e749c3389 100644 --- a/modules/network/express-route-gateway/.test/common/main.test.bicep +++ b/modules/network/express-route-gateway/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.expressRouteGateway-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.expressRouteGateway-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/express-route-gateway/.test/min/main.test.bicep b/modules/network/express-route-gateway/.test/min/main.test.bicep index ec61027df0..c67c65a25d 100644 --- a/modules/network/express-route-gateway/.test/min/main.test.bicep +++ b/modules/network/express-route-gateway/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.expressRouteGateway-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.expressRouteGateway-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/firewall-policy/.test/common/main.test.bicep b/modules/network/firewall-policy/.test/common/main.test.bicep index bf8c202a14..77a9b3ee19 100644 --- a/modules/network/firewall-policy/.test/common/main.test.bicep +++ b/modules/network/firewall-policy/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.firewallpolicies-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.firewallpolicies-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/firewall-policy/.test/min/main.test.bicep b/modules/network/firewall-policy/.test/min/main.test.bicep index bd06e9e9f4..6b718d9b65 100644 --- a/modules/network/firewall-policy/.test/min/main.test.bicep +++ b/modules/network/firewall-policy/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.firewallpolicies-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.firewallpolicies-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/front-door-web-application-firewall-policy/.test/common/main.test.bicep b/modules/network/front-door-web-application-firewall-policy/.test/common/main.test.bicep index 838318de95..9d2e62c328 100644 --- a/modules/network/front-door-web-application-firewall-policy/.test/common/main.test.bicep +++ b/modules/network/front-door-web-application-firewall-policy/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.frontdoorWebApplicationFirewallPolicies-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.frontdoorWebApplicationFirewallPolicies-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/front-door-web-application-firewall-policy/.test/min/main.test.bicep b/modules/network/front-door-web-application-firewall-policy/.test/min/main.test.bicep index 469b740344..ef55ccaae5 100644 --- a/modules/network/front-door-web-application-firewall-policy/.test/min/main.test.bicep +++ b/modules/network/front-door-web-application-firewall-policy/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.frontdoorWebApplicationFirewallPolicies-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.frontdoorWebApplicationFirewallPolicies-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/front-door/.test/common/main.test.bicep b/modules/network/front-door/.test/common/main.test.bicep index c8ce73be84..2bc379d6b0 100644 --- a/modules/network/front-door/.test/common/main.test.bicep +++ b/modules/network/front-door/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.frontdoors-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.frontdoors-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/front-door/.test/min/main.test.bicep b/modules/network/front-door/.test/min/main.test.bicep index 5cde0a04e4..cd5fc5bb51 100644 --- a/modules/network/front-door/.test/min/main.test.bicep +++ b/modules/network/front-door/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.frontdoors-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.frontdoors-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/ip-group/.test/common/main.test.bicep b/modules/network/ip-group/.test/common/main.test.bicep index 3dad1a2400..cf5a490046 100644 --- a/modules/network/ip-group/.test/common/main.test.bicep +++ b/modules/network/ip-group/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.ipgroups-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.ipgroups-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/ip-group/.test/min/main.test.bicep b/modules/network/ip-group/.test/min/main.test.bicep index dc0c682523..47c67e3d95 100644 --- a/modules/network/ip-group/.test/min/main.test.bicep +++ b/modules/network/ip-group/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.ipgroups-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.ipgroups-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/load-balancer/.test/common/main.test.bicep b/modules/network/load-balancer/.test/common/main.test.bicep index 79ce0f2cbd..cf93e645c5 100644 --- a/modules/network/load-balancer/.test/common/main.test.bicep +++ b/modules/network/load-balancer/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.loadbalancers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.loadbalancers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/load-balancer/.test/internal/main.test.bicep b/modules/network/load-balancer/.test/internal/main.test.bicep index 0e828f0415..bf22fa5b0c 100644 --- a/modules/network/load-balancer/.test/internal/main.test.bicep +++ b/modules/network/load-balancer/.test/internal/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.loadbalancers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.loadbalancers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/load-balancer/.test/min/main.test.bicep b/modules/network/load-balancer/.test/min/main.test.bicep index de083737e7..7c37aac667 100644 --- a/modules/network/load-balancer/.test/min/main.test.bicep +++ b/modules/network/load-balancer/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.loadbalancers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.loadbalancers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/local-network-gateway/.test/common/main.test.bicep b/modules/network/local-network-gateway/.test/common/main.test.bicep index eb7d4a2d7a..197342b8ce 100644 --- a/modules/network/local-network-gateway/.test/common/main.test.bicep +++ b/modules/network/local-network-gateway/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.localnetworkgateways-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.localnetworkgateways-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/local-network-gateway/.test/min/main.test.bicep b/modules/network/local-network-gateway/.test/min/main.test.bicep index 54f8df4c34..33d7862f55 100644 --- a/modules/network/local-network-gateway/.test/min/main.test.bicep +++ b/modules/network/local-network-gateway/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.localnetworkgateways-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.localnetworkgateways-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/nat-gateway/.test/common/main.test.bicep b/modules/network/nat-gateway/.test/common/main.test.bicep index 8bb8083fdd..b9969c0159 100644 --- a/modules/network/nat-gateway/.test/common/main.test.bicep +++ b/modules/network/nat-gateway/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.natgateways-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.natgateways-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/network-interface/.test/common/main.test.bicep b/modules/network/network-interface/.test/common/main.test.bicep index 50737c3734..4ff771660e 100644 --- a/modules/network/network-interface/.test/common/main.test.bicep +++ b/modules/network/network-interface/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.networkinterfaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.networkinterfaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/network-interface/.test/min/main.test.bicep b/modules/network/network-interface/.test/min/main.test.bicep index 11236f4d45..696ab73bd2 100644 --- a/modules/network/network-interface/.test/min/main.test.bicep +++ b/modules/network/network-interface/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.networkinterfaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.networkinterfaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/network-manager/.test/common/main.test.bicep b/modules/network/network-manager/.test/common/main.test.bicep index 1ebb51582a..f10a0bf024 100644 --- a/modules/network/network-manager/.test/common/main.test.bicep +++ b/modules/network/network-manager/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.networkmanagers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.networkmanagers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/network-security-group/.test/common/main.test.bicep b/modules/network/network-security-group/.test/common/main.test.bicep index e527049267..086b6a297a 100644 --- a/modules/network/network-security-group/.test/common/main.test.bicep +++ b/modules/network/network-security-group/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.networksecuritygroups-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.networksecuritygroups-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/network-security-group/.test/min/main.test.bicep b/modules/network/network-security-group/.test/min/main.test.bicep index 744ad53a8c..0c5554769c 100644 --- a/modules/network/network-security-group/.test/min/main.test.bicep +++ b/modules/network/network-security-group/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.networksecuritygroups-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.networksecuritygroups-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/private-dns-zone/.test/common/main.test.bicep b/modules/network/private-dns-zone/.test/common/main.test.bicep index 175acecf7f..7ecbe2bb62 100644 --- a/modules/network/private-dns-zone/.test/common/main.test.bicep +++ b/modules/network/private-dns-zone/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.privatednszones-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.privatednszones-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/private-dns-zone/.test/min/main.test.bicep b/modules/network/private-dns-zone/.test/min/main.test.bicep index f32a389c03..3425f11064 100644 --- a/modules/network/private-dns-zone/.test/min/main.test.bicep +++ b/modules/network/private-dns-zone/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.privatednszones-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.privatednszones-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/private-endpoint/.test/common/main.test.bicep b/modules/network/private-endpoint/.test/common/main.test.bicep index 548ffb6f74..e2f6e4f29f 100644 --- a/modules/network/private-endpoint/.test/common/main.test.bicep +++ b/modules/network/private-endpoint/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.privateendpoints-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.privateendpoints-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/private-endpoint/.test/min/main.test.bicep b/modules/network/private-endpoint/.test/min/main.test.bicep index f858091d54..954276c524 100644 --- a/modules/network/private-endpoint/.test/min/main.test.bicep +++ b/modules/network/private-endpoint/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.privateendpoints-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.privateendpoints-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/private-link-service/.test/common/main.test.bicep b/modules/network/private-link-service/.test/common/main.test.bicep index 76599c870e..66f8d9109b 100644 --- a/modules/network/private-link-service/.test/common/main.test.bicep +++ b/modules/network/private-link-service/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.privatelinkservices-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.privatelinkservices-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/private-link-service/.test/min/main.test.bicep b/modules/network/private-link-service/.test/min/main.test.bicep index 7e1e9580f8..654163324d 100644 --- a/modules/network/private-link-service/.test/min/main.test.bicep +++ b/modules/network/private-link-service/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.privatelinkservices-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.privatelinkservices-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/public-ip-address/.test/common/main.test.bicep b/modules/network/public-ip-address/.test/common/main.test.bicep index abe179fbf3..97595f3444 100644 --- a/modules/network/public-ip-address/.test/common/main.test.bicep +++ b/modules/network/public-ip-address/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.publicipaddresses-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.publicipaddresses-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/public-ip-address/.test/min/main.test.bicep b/modules/network/public-ip-address/.test/min/main.test.bicep index dbcf0b97fc..bf9b00d418 100644 --- a/modules/network/public-ip-address/.test/min/main.test.bicep +++ b/modules/network/public-ip-address/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.publicipaddresses-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.publicipaddresses-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/public-ip-prefix/.test/common/main.test.bicep b/modules/network/public-ip-prefix/.test/common/main.test.bicep index edaa6063a0..bb950483e2 100644 --- a/modules/network/public-ip-prefix/.test/common/main.test.bicep +++ b/modules/network/public-ip-prefix/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.publicipprefixes-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.publicipprefixes-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/public-ip-prefix/.test/min/main.test.bicep b/modules/network/public-ip-prefix/.test/min/main.test.bicep index 4c9350f358..ed133d872c 100644 --- a/modules/network/public-ip-prefix/.test/min/main.test.bicep +++ b/modules/network/public-ip-prefix/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.publicipprefixes-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.publicipprefixes-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/route-table/.test/common/main.test.bicep b/modules/network/route-table/.test/common/main.test.bicep index 4fafb95fe9..2162e351c6 100644 --- a/modules/network/route-table/.test/common/main.test.bicep +++ b/modules/network/route-table/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.routetables-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.routetables-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/route-table/.test/min/main.test.bicep b/modules/network/route-table/.test/min/main.test.bicep index 1171694e3e..595b6b8f27 100644 --- a/modules/network/route-table/.test/min/main.test.bicep +++ b/modules/network/route-table/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.routetables-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.routetables-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/service-endpoint-policy/.test/common/main.test.bicep b/modules/network/service-endpoint-policy/.test/common/main.test.bicep index a558092313..2435a3abdf 100644 --- a/modules/network/service-endpoint-policy/.test/common/main.test.bicep +++ b/modules/network/service-endpoint-policy/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.serviceendpointpolicies-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.serviceendpointpolicies-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/service-endpoint-policy/.test/min/main.test.bicep b/modules/network/service-endpoint-policy/.test/min/main.test.bicep index 24e0f500a5..2758f80885 100644 --- a/modules/network/service-endpoint-policy/.test/min/main.test.bicep +++ b/modules/network/service-endpoint-policy/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.serviceendpointpolicies-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.serviceendpointpolicies-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/trafficmanagerprofile/.test/common/main.test.bicep b/modules/network/trafficmanagerprofile/.test/common/main.test.bicep index 7111fdb6dd..1008dd4ae4 100644 --- a/modules/network/trafficmanagerprofile/.test/common/main.test.bicep +++ b/modules/network/trafficmanagerprofile/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.trafficmanagerprofiles-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.trafficmanagerprofiles-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/trafficmanagerprofile/.test/min/main.test.bicep b/modules/network/trafficmanagerprofile/.test/min/main.test.bicep index d34573ba6c..91fd393213 100644 --- a/modules/network/trafficmanagerprofile/.test/min/main.test.bicep +++ b/modules/network/trafficmanagerprofile/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.trafficmanagerprofiles-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.trafficmanagerprofiles-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/virtual-hub/.test/common/main.test.bicep b/modules/network/virtual-hub/.test/common/main.test.bicep index b4901c097a..f15659a9b8 100644 --- a/modules/network/virtual-hub/.test/common/main.test.bicep +++ b/modules/network/virtual-hub/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.virtualHub-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.virtualHub-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/virtual-hub/.test/min/main.test.bicep b/modules/network/virtual-hub/.test/min/main.test.bicep index b198a5b312..2b733b466b 100644 --- a/modules/network/virtual-hub/.test/min/main.test.bicep +++ b/modules/network/virtual-hub/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.virtualHub-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.virtualHub-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/virtual-network-gateway/.test/aadvpn/main.test.bicep b/modules/network/virtual-network-gateway/.test/aadvpn/main.test.bicep index 3a784a64e4..6e3f86cb55 100644 --- a/modules/network/virtual-network-gateway/.test/aadvpn/main.test.bicep +++ b/modules/network/virtual-network-gateway/.test/aadvpn/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.virtualnetworkgateways-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.virtualnetworkgateways-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/virtual-network-gateway/.test/expressRoute/main.test.bicep b/modules/network/virtual-network-gateway/.test/expressRoute/main.test.bicep index c2bc8286c6..7b706acf5e 100644 --- a/modules/network/virtual-network-gateway/.test/expressRoute/main.test.bicep +++ b/modules/network/virtual-network-gateway/.test/expressRoute/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.virtualnetworkgateways-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.virtualnetworkgateways-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/virtual-network-gateway/.test/vpn/main.test.bicep b/modules/network/virtual-network-gateway/.test/vpn/main.test.bicep index 16c5132474..35e693582d 100644 --- a/modules/network/virtual-network-gateway/.test/vpn/main.test.bicep +++ b/modules/network/virtual-network-gateway/.test/vpn/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.virtualnetworkgateways-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.virtualnetworkgateways-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/virtual-network/.test/common/main.test.bicep b/modules/network/virtual-network/.test/common/main.test.bicep index c0552ce142..f799247aa9 100644 --- a/modules/network/virtual-network/.test/common/main.test.bicep +++ b/modules/network/virtual-network/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.virtualnetworks-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.virtualnetworks-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/virtual-network/.test/min/main.test.bicep b/modules/network/virtual-network/.test/min/main.test.bicep index 7148de4655..7bdffae7dc 100644 --- a/modules/network/virtual-network/.test/min/main.test.bicep +++ b/modules/network/virtual-network/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.virtualnetworks-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.virtualnetworks-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/virtual-network/.test/vnetPeering/main.test.bicep b/modules/network/virtual-network/.test/vnetPeering/main.test.bicep index f1c57ad4c6..34df29c754 100644 --- a/modules/network/virtual-network/.test/vnetPeering/main.test.bicep +++ b/modules/network/virtual-network/.test/vnetPeering/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.virtualnetworks-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.virtualnetworks-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/virtual-wan/.test/common/main.test.bicep b/modules/network/virtual-wan/.test/common/main.test.bicep index 5b281b7b92..6f6534c1f0 100644 --- a/modules/network/virtual-wan/.test/common/main.test.bicep +++ b/modules/network/virtual-wan/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.virtualwans-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.virtualwans-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/virtual-wan/.test/min/main.test.bicep b/modules/network/virtual-wan/.test/min/main.test.bicep index edcf6fe066..20d9e7c03d 100644 --- a/modules/network/virtual-wan/.test/min/main.test.bicep +++ b/modules/network/virtual-wan/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.virtualwans-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.virtualwans-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/vpn-gateway/.test/common/main.test.bicep b/modules/network/vpn-gateway/.test/common/main.test.bicep index 757556890f..5b5cf31952 100644 --- a/modules/network/vpn-gateway/.test/common/main.test.bicep +++ b/modules/network/vpn-gateway/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.vpngateways-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.vpngateways-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/vpn-gateway/.test/min/main.test.bicep b/modules/network/vpn-gateway/.test/min/main.test.bicep index 4e11cce7a9..86729d2782 100644 --- a/modules/network/vpn-gateway/.test/min/main.test.bicep +++ b/modules/network/vpn-gateway/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.vpngateways-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.vpngateways-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/vpn-site/.test/common/main.test.bicep b/modules/network/vpn-site/.test/common/main.test.bicep index e1b0470cd9..4de93dcccb 100644 --- a/modules/network/vpn-site/.test/common/main.test.bicep +++ b/modules/network/vpn-site/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.vpnSites-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.vpnSites-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/network/vpn-site/.test/min/main.test.bicep b/modules/network/vpn-site/.test/min/main.test.bicep index f20486d112..af6303a9ac 100644 --- a/modules/network/vpn-site/.test/min/main.test.bicep +++ b/modules/network/vpn-site/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.network.vpnSites-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-network.vpnSites-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/operational-insights/workspace/.test/adv/main.test.bicep b/modules/operational-insights/workspace/.test/adv/main.test.bicep index f449c7cc6d..f83569512c 100644 --- a/modules/operational-insights/workspace/.test/adv/main.test.bicep +++ b/modules/operational-insights/workspace/.test/adv/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.operationalinsights.workspaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-operationalinsights.workspaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/operational-insights/workspace/.test/common/main.test.bicep b/modules/operational-insights/workspace/.test/common/main.test.bicep index 3831bb5238..a66a79d763 100644 --- a/modules/operational-insights/workspace/.test/common/main.test.bicep +++ b/modules/operational-insights/workspace/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.operationalinsights.workspaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-operationalinsights.workspaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/operational-insights/workspace/.test/min/main.test.bicep b/modules/operational-insights/workspace/.test/min/main.test.bicep index 365f381b19..62cf490290 100644 --- a/modules/operational-insights/workspace/.test/min/main.test.bicep +++ b/modules/operational-insights/workspace/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.operationalinsights.workspaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-operationalinsights.workspaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/operations-management/solution/.test/min/main.test.bicep b/modules/operations-management/solution/.test/min/main.test.bicep index 4fa83443b2..ca438ccfbf 100644 --- a/modules/operations-management/solution/.test/min/main.test.bicep +++ b/modules/operations-management/solution/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.operationsmanagement.solutions-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-operationsmanagement.solutions-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/operations-management/solution/.test/ms/main.test.bicep b/modules/operations-management/solution/.test/ms/main.test.bicep index dd3a506108..a055a0c15a 100644 --- a/modules/operations-management/solution/.test/ms/main.test.bicep +++ b/modules/operations-management/solution/.test/ms/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.operationsmanagement.solutions-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-operationsmanagement.solutions-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/operations-management/solution/.test/nonms/main.test.bicep b/modules/operations-management/solution/.test/nonms/main.test.bicep index f37927d1e9..e3e4e9d126 100644 --- a/modules/operations-management/solution/.test/nonms/main.test.bicep +++ b/modules/operations-management/solution/.test/nonms/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.operationsmanagement.solutions-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-operationsmanagement.solutions-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/policy-insights/remediation/.test/rg.common/main.test.bicep b/modules/policy-insights/remediation/.test/rg.common/main.test.bicep index 62590b7dce..7052879293 100644 --- a/modules/policy-insights/remediation/.test/rg.common/main.test.bicep +++ b/modules/policy-insights/remediation/.test/rg.common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.policyinsights.remediations-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-policyinsights.remediations-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/policy-insights/remediation/.test/rg.min/main.test.bicep b/modules/policy-insights/remediation/.test/rg.min/main.test.bicep index 7f67473575..8d80250f13 100644 --- a/modules/policy-insights/remediation/.test/rg.min/main.test.bicep +++ b/modules/policy-insights/remediation/.test/rg.min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.policyinsights.remediations-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-policyinsights.remediations-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/power-bi-dedicated/capacity/.test/common/main.test.bicep b/modules/power-bi-dedicated/capacity/.test/common/main.test.bicep index 8a9b62ee77..2ed11385ed 100644 --- a/modules/power-bi-dedicated/capacity/.test/common/main.test.bicep +++ b/modules/power-bi-dedicated/capacity/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.powerbidedicated.capacities-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-powerbidedicated.capacities-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/power-bi-dedicated/capacity/.test/min/main.test.bicep b/modules/power-bi-dedicated/capacity/.test/min/main.test.bicep index fee53d9951..96fd1555fd 100644 --- a/modules/power-bi-dedicated/capacity/.test/min/main.test.bicep +++ b/modules/power-bi-dedicated/capacity/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.powerbidedicated.capacities-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-powerbidedicated.capacities-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/purview/account/.test/common/main.test.bicep b/modules/purview/account/.test/common/main.test.bicep index c716eb8807..5532bd17d7 100644 --- a/modules/purview/account/.test/common/main.test.bicep +++ b/modules/purview/account/.test/common/main.test.bicep @@ -5,7 +5,7 @@ targetScope = 'subscription' // ========== // @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.purview-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-purview-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = 'eastus' // Only available in selected locations: eastus, eastus2, southcentralus, westcentralus, westus, westus2, westus3 diff --git a/modules/purview/account/.test/min/main.test.bicep b/modules/purview/account/.test/min/main.test.bicep index bdafc9b679..3883cd3ca9 100644 --- a/modules/purview/account/.test/min/main.test.bicep +++ b/modules/purview/account/.test/min/main.test.bicep @@ -5,7 +5,7 @@ targetScope = 'subscription' // ========== // @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.purview-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-purview-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = 'eastus' // Only available in selected locations: eastus, eastus2, southcentralus, westcentralus, westus, westus2, westus3 diff --git a/modules/recovery-services/vault/.test/common/main.test.bicep b/modules/recovery-services/vault/.test/common/main.test.bicep index dc9857d7c9..92d1db3ba3 100644 --- a/modules/recovery-services/vault/.test/common/main.test.bicep +++ b/modules/recovery-services/vault/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.recoveryservices.vaults-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-recoveryservices.vaults-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/recovery-services/vault/.test/dr/main.test.bicep b/modules/recovery-services/vault/.test/dr/main.test.bicep index 4e4ad6096d..ab0df3f202 100644 --- a/modules/recovery-services/vault/.test/dr/main.test.bicep +++ b/modules/recovery-services/vault/.test/dr/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.recoveryservices.vaults-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-recoveryservices.vaults-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/recovery-services/vault/.test/min/main.test.bicep b/modules/recovery-services/vault/.test/min/main.test.bicep index d34d8bced4..589a6b69e2 100644 --- a/modules/recovery-services/vault/.test/min/main.test.bicep +++ b/modules/recovery-services/vault/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.recoveryservices.vaults-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-recoveryservices.vaults-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/relay/namespace/.test/common/main.test.bicep b/modules/relay/namespace/.test/common/main.test.bicep index 3dd433d28f..0adb829d76 100644 --- a/modules/relay/namespace/.test/common/main.test.bicep +++ b/modules/relay/namespace/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.relay.namespaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-relay.namespaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/relay/namespace/.test/min/main.test.bicep b/modules/relay/namespace/.test/min/main.test.bicep index 3553a10c28..387efe37b8 100644 --- a/modules/relay/namespace/.test/min/main.test.bicep +++ b/modules/relay/namespace/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.relay.namespaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-relay.namespaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/relay/namespace/.test/pe/main.test.bicep b/modules/relay/namespace/.test/pe/main.test.bicep index a2d978e556..140bc8e185 100644 --- a/modules/relay/namespace/.test/pe/main.test.bicep +++ b/modules/relay/namespace/.test/pe/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.relay.namespaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-relay.namespaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/resource-graph/query/.test/common/main.test.bicep b/modules/resource-graph/query/.test/common/main.test.bicep index 3c64dc9dba..eef8e077cf 100644 --- a/modules/resource-graph/query/.test/common/main.test.bicep +++ b/modules/resource-graph/query/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.resourcegraph.queries-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-resourcegraph.queries-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/resource-graph/query/.test/min/main.test.bicep b/modules/resource-graph/query/.test/min/main.test.bicep index 9a81477569..966dd2ee54 100644 --- a/modules/resource-graph/query/.test/min/main.test.bicep +++ b/modules/resource-graph/query/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.resourcegraph.queries-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-resourcegraph.queries-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/resources/deployment-script/.test/cli/main.test.bicep b/modules/resources/deployment-script/.test/cli/main.test.bicep index fe7f95dc0d..9c2194b2cc 100644 --- a/modules/resources/deployment-script/.test/cli/main.test.bicep +++ b/modules/resources/deployment-script/.test/cli/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.resources.deploymentscripts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-resources.deploymentscripts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/resources/deployment-script/.test/ps/main.test.bicep b/modules/resources/deployment-script/.test/ps/main.test.bicep index 25dc575fc1..b9a85e5c0d 100644 --- a/modules/resources/deployment-script/.test/ps/main.test.bicep +++ b/modules/resources/deployment-script/.test/ps/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.resources.deploymentscripts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-resources.deploymentscripts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/resources/resource-group/.test/common/main.test.bicep b/modules/resources/resource-group/.test/common/main.test.bicep index 7cbc7f6c16..869f490517 100644 --- a/modules/resources/resource-group/.test/common/main.test.bicep +++ b/modules/resources/resource-group/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.resources.resourcegroups-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-resources.resourcegroups-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/resources/tags/.test/rg/main.test.bicep b/modules/resources/tags/.test/rg/main.test.bicep index 3827831870..4bddc156f6 100644 --- a/modules/resources/tags/.test/rg/main.test.bicep +++ b/modules/resources/tags/.test/rg/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.resources.tags-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-resources.tags-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/search/search-service/.test/common/main.test.bicep b/modules/search/search-service/.test/common/main.test.bicep index a57241f341..0dc17fcf47 100644 --- a/modules/search/search-service/.test/common/main.test.bicep +++ b/modules/search/search-service/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.search.searchservices-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-search.searchservices-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/search/search-service/.test/min/main.test.bicep b/modules/search/search-service/.test/min/main.test.bicep index 6a2b1474fb..4f5bb09c46 100644 --- a/modules/search/search-service/.test/min/main.test.bicep +++ b/modules/search/search-service/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.search.searchservices-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-search.searchservices-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/search/search-service/.test/pe/main.test.bicep b/modules/search/search-service/.test/pe/main.test.bicep index a8e7fbd9b9..ee8799e762 100644 --- a/modules/search/search-service/.test/pe/main.test.bicep +++ b/modules/search/search-service/.test/pe/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.search.searchservices-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-search.searchservices-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/security/azure-security-center/.test/common/main.test.bicep b/modules/security/azure-security-center/.test/common/main.test.bicep index 1ad4a24cdd..cc8b526ff3 100644 --- a/modules/security/azure-security-center/.test/common/main.test.bicep +++ b/modules/security/azure-security-center/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.security.azureSecurityCenter-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-security.azureSecurityCenter-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/service-bus/namespace/.test/common/main.test.bicep b/modules/service-bus/namespace/.test/common/main.test.bicep index ff78623745..801d9ae519 100644 --- a/modules/service-bus/namespace/.test/common/main.test.bicep +++ b/modules/service-bus/namespace/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.servicebus.namespaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-servicebus.namespaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/service-bus/namespace/.test/encr/main.test.bicep b/modules/service-bus/namespace/.test/encr/main.test.bicep index adede3e81f..1d7dc3802b 100644 --- a/modules/service-bus/namespace/.test/encr/main.test.bicep +++ b/modules/service-bus/namespace/.test/encr/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.servicebus.namespaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-servicebus.namespaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/service-bus/namespace/.test/min/main.test.bicep b/modules/service-bus/namespace/.test/min/main.test.bicep index 0656221b4e..f1967b2b55 100644 --- a/modules/service-bus/namespace/.test/min/main.test.bicep +++ b/modules/service-bus/namespace/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.servicebus.namespaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-servicebus.namespaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/service-bus/namespace/.test/pe/main.test.bicep b/modules/service-bus/namespace/.test/pe/main.test.bicep index 270922fec3..e4068356d4 100644 --- a/modules/service-bus/namespace/.test/pe/main.test.bicep +++ b/modules/service-bus/namespace/.test/pe/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.servicebus.namespaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-servicebus.namespaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/service-fabric/cluster/.test/cert/main.test.bicep b/modules/service-fabric/cluster/.test/cert/main.test.bicep index 92318e7b59..edd7a2d36a 100644 --- a/modules/service-fabric/cluster/.test/cert/main.test.bicep +++ b/modules/service-fabric/cluster/.test/cert/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.servicefabric.clusters-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-servicefabric.clusters-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/service-fabric/cluster/.test/common/main.test.bicep b/modules/service-fabric/cluster/.test/common/main.test.bicep index 3d0d8599f6..6752244a50 100644 --- a/modules/service-fabric/cluster/.test/common/main.test.bicep +++ b/modules/service-fabric/cluster/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.servicefabric.clusters-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-servicefabric.clusters-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/service-fabric/cluster/.test/min/main.test.bicep b/modules/service-fabric/cluster/.test/min/main.test.bicep index 84390edecf..2a7b9aa6ed 100644 --- a/modules/service-fabric/cluster/.test/min/main.test.bicep +++ b/modules/service-fabric/cluster/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.servicefabric.clusters-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-servicefabric.clusters-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/signal-r-service/signal-r/.test/common/main.test.bicep b/modules/signal-r-service/signal-r/.test/common/main.test.bicep index 45b2ef7a66..ef9a8b3eb6 100644 --- a/modules/signal-r-service/signal-r/.test/common/main.test.bicep +++ b/modules/signal-r-service/signal-r/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.signalrservice.signalr-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-signalrservice.signalr-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/signal-r-service/signal-r/.test/min/main.test.bicep b/modules/signal-r-service/signal-r/.test/min/main.test.bicep index f262b7c91b..7804b2d990 100644 --- a/modules/signal-r-service/signal-r/.test/min/main.test.bicep +++ b/modules/signal-r-service/signal-r/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.signalrservice.signalr-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-signalrservice.signalr-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/signal-r-service/web-pub-sub/.test/common/main.test.bicep b/modules/signal-r-service/web-pub-sub/.test/common/main.test.bicep index 1e4498f8da..866937613c 100644 --- a/modules/signal-r-service/web-pub-sub/.test/common/main.test.bicep +++ b/modules/signal-r-service/web-pub-sub/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.signalrservice.webpubsub-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-signalrservice.webpubsub-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/signal-r-service/web-pub-sub/.test/min/main.test.bicep b/modules/signal-r-service/web-pub-sub/.test/min/main.test.bicep index 229caafb2b..b1633e72cb 100644 --- a/modules/signal-r-service/web-pub-sub/.test/min/main.test.bicep +++ b/modules/signal-r-service/web-pub-sub/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.signalrservice.webpubsub-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-signalrservice.webpubsub-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/signal-r-service/web-pub-sub/.test/pe/main.test.bicep b/modules/signal-r-service/web-pub-sub/.test/pe/main.test.bicep index c2aaac2b49..e43169027d 100644 --- a/modules/signal-r-service/web-pub-sub/.test/pe/main.test.bicep +++ b/modules/signal-r-service/web-pub-sub/.test/pe/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.signalrservice.webpubsub-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-signalrservice.webpubsub-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/sql/managed-instance/.test/common/main.test.bicep b/modules/sql/managed-instance/.test/common/main.test.bicep index 954bb2175c..b553ff59e9 100644 --- a/modules/sql/managed-instance/.test/common/main.test.bicep +++ b/modules/sql/managed-instance/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.sql.managedinstances-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-sql.managedinstances-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/sql/managed-instance/.test/min/main.test.bicep b/modules/sql/managed-instance/.test/min/main.test.bicep index 0602f61a0b..3cbbaf37bc 100644 --- a/modules/sql/managed-instance/.test/min/main.test.bicep +++ b/modules/sql/managed-instance/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.sql.managedinstances-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-sql.managedinstances-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/sql/server/.test/admin/main.test.bicep b/modules/sql/server/.test/admin/main.test.bicep index 0f6850169f..72d7db6de4 100644 --- a/modules/sql/server/.test/admin/main.test.bicep +++ b/modules/sql/server/.test/admin/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.sql.servers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-sql.servers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/sql/server/.test/common/main.test.bicep b/modules/sql/server/.test/common/main.test.bicep index e9ccba36a6..622f93f57c 100644 --- a/modules/sql/server/.test/common/main.test.bicep +++ b/modules/sql/server/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.sql.servers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-sql.servers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/sql/server/.test/pe/main.test.bicep b/modules/sql/server/.test/pe/main.test.bicep index 4be390e0ab..d73b497d14 100644 --- a/modules/sql/server/.test/pe/main.test.bicep +++ b/modules/sql/server/.test/pe/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.sql.servers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-sql.servers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/sql/server/.test/secondary/main.test.bicep b/modules/sql/server/.test/secondary/main.test.bicep index 6fef08a476..c88c13fcef 100644 --- a/modules/sql/server/.test/secondary/main.test.bicep +++ b/modules/sql/server/.test/secondary/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.sql.servers-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-sql.servers-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/storage/storage-account/.test/common/main.test.bicep b/modules/storage/storage-account/.test/common/main.test.bicep index 57323509f2..214e6d8b2c 100644 --- a/modules/storage/storage-account/.test/common/main.test.bicep +++ b/modules/storage/storage-account/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.storage.storageaccounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-storage.storageaccounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/storage/storage-account/.test/encr/main.test.bicep b/modules/storage/storage-account/.test/encr/main.test.bicep index 70659aa8f5..ef677773e0 100644 --- a/modules/storage/storage-account/.test/encr/main.test.bicep +++ b/modules/storage/storage-account/.test/encr/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.storage.storageaccounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-storage.storageaccounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/storage/storage-account/.test/min/main.test.bicep b/modules/storage/storage-account/.test/min/main.test.bicep index e28ad38d60..97a8edf8ab 100644 --- a/modules/storage/storage-account/.test/min/main.test.bicep +++ b/modules/storage/storage-account/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.storage.storageaccounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-storage.storageaccounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/storage/storage-account/.test/nfs/main.test.bicep b/modules/storage/storage-account/.test/nfs/main.test.bicep index 712fe58733..258940864d 100644 --- a/modules/storage/storage-account/.test/nfs/main.test.bicep +++ b/modules/storage/storage-account/.test/nfs/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.storage.storageaccounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-storage.storageaccounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/storage/storage-account/.test/v1/main.test.bicep b/modules/storage/storage-account/.test/v1/main.test.bicep index 96023bdd36..554750255f 100644 --- a/modules/storage/storage-account/.test/v1/main.test.bicep +++ b/modules/storage/storage-account/.test/v1/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.storage.storageaccounts-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-storage.storageaccounts-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/synapse/private-link-hub/.test/common/main.test.bicep b/modules/synapse/private-link-hub/.test/common/main.test.bicep index b34910f326..36ca694d52 100644 --- a/modules/synapse/private-link-hub/.test/common/main.test.bicep +++ b/modules/synapse/private-link-hub/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.synapse.privatelinkhubs-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-synapse.privatelinkhubs-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/synapse/private-link-hub/.test/min/main.test.bicep b/modules/synapse/private-link-hub/.test/min/main.test.bicep index 2430343f70..75efa4dedb 100644 --- a/modules/synapse/private-link-hub/.test/min/main.test.bicep +++ b/modules/synapse/private-link-hub/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.synapse.privatelinkhubs-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-synapse.privatelinkhubs-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/synapse/workspace/.test/common/main.test.bicep b/modules/synapse/workspace/.test/common/main.test.bicep index f5f4948778..9e06a88d30 100644 --- a/modules/synapse/workspace/.test/common/main.test.bicep +++ b/modules/synapse/workspace/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.synapse.workspaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-synapse.workspaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/synapse/workspace/.test/encrwsai/main.test.bicep b/modules/synapse/workspace/.test/encrwsai/main.test.bicep index 1637803f58..31ef9e1a20 100644 --- a/modules/synapse/workspace/.test/encrwsai/main.test.bicep +++ b/modules/synapse/workspace/.test/encrwsai/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.synapse.workspaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-synapse.workspaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/synapse/workspace/.test/encrwuai/main.test.bicep b/modules/synapse/workspace/.test/encrwuai/main.test.bicep index d21ce8959f..85911c61ec 100644 --- a/modules/synapse/workspace/.test/encrwuai/main.test.bicep +++ b/modules/synapse/workspace/.test/encrwuai/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.synapse.workspaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-synapse.workspaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/synapse/workspace/.test/managedvnet/main.test.bicep b/modules/synapse/workspace/.test/managedvnet/main.test.bicep index 545c90ea67..fdf11b38c7 100644 --- a/modules/synapse/workspace/.test/managedvnet/main.test.bicep +++ b/modules/synapse/workspace/.test/managedvnet/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.synapse.workspaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-synapse.workspaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/synapse/workspace/.test/min/main.test.bicep b/modules/synapse/workspace/.test/min/main.test.bicep index 4ac01b80d6..813e451b48 100644 --- a/modules/synapse/workspace/.test/min/main.test.bicep +++ b/modules/synapse/workspace/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.synapse.workspaces-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-synapse.workspaces-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/virtual-machine-images/image-template/.test/common/main.test.bicep b/modules/virtual-machine-images/image-template/.test/common/main.test.bicep index d3e92ca621..fb4a6f0c91 100644 --- a/modules/virtual-machine-images/image-template/.test/common/main.test.bicep +++ b/modules/virtual-machine-images/image-template/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.virtualmachineimages.imagetemplates-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-virtualmachineimages.imagetemplates-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/virtual-machine-images/image-template/.test/min/main.test.bicep b/modules/virtual-machine-images/image-template/.test/min/main.test.bicep index 04594dbef8..2c8330b9bd 100644 --- a/modules/virtual-machine-images/image-template/.test/min/main.test.bicep +++ b/modules/virtual-machine-images/image-template/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.virtualmachineimages.imagetemplates-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-virtualmachineimages.imagetemplates-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/web/connection/.test/common/main.test.bicep b/modules/web/connection/.test/common/main.test.bicep index d9be8f90e4..ddba7f7351 100644 --- a/modules/web/connection/.test/common/main.test.bicep +++ b/modules/web/connection/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.web.connections-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-web.connections-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/web/hosting-environment/.test/asev2/main.test.bicep b/modules/web/hosting-environment/.test/asev2/main.test.bicep index e15556f50e..2ef677ec3e 100644 --- a/modules/web/hosting-environment/.test/asev2/main.test.bicep +++ b/modules/web/hosting-environment/.test/asev2/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.web.hostingenvironments-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-web.hostingenvironments-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/web/hosting-environment/.test/asev3/main.test.bicep b/modules/web/hosting-environment/.test/asev3/main.test.bicep index beaf49c542..e2cd9692b9 100644 --- a/modules/web/hosting-environment/.test/asev3/main.test.bicep +++ b/modules/web/hosting-environment/.test/asev3/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.web.hostingenvironments-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-web.hostingenvironments-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/web/serverfarm/.test/common/main.test.bicep b/modules/web/serverfarm/.test/common/main.test.bicep index 0e5d4b233f..c385627dbf 100644 --- a/modules/web/serverfarm/.test/common/main.test.bicep +++ b/modules/web/serverfarm/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.web.serverfarms-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-web.serverfarms-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/web/site/.test/functionAppCommon/main.test.bicep b/modules/web/site/.test/functionAppCommon/main.test.bicep index 1e12bb9d94..3330725bc3 100644 --- a/modules/web/site/.test/functionAppCommon/main.test.bicep +++ b/modules/web/site/.test/functionAppCommon/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.web.sites-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-web.sites-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/web/site/.test/functionAppMin/main.test.bicep b/modules/web/site/.test/functionAppMin/main.test.bicep index 9890f4842f..9fe64f0fdc 100644 --- a/modules/web/site/.test/functionAppMin/main.test.bicep +++ b/modules/web/site/.test/functionAppMin/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.web.sites-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-web.sites-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/web/site/.test/webAppCommon/main.test.bicep b/modules/web/site/.test/webAppCommon/main.test.bicep index 96c3cde865..791793aa08 100644 --- a/modules/web/site/.test/webAppCommon/main.test.bicep +++ b/modules/web/site/.test/webAppCommon/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.web.sites-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-web.sites-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/web/site/.test/webAppMin/main.test.bicep b/modules/web/site/.test/webAppMin/main.test.bicep index b056ec67eb..1446d9d389 100644 --- a/modules/web/site/.test/webAppMin/main.test.bicep +++ b/modules/web/site/.test/webAppMin/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.web.sites-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-web.sites-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/web/static-site/.test/common/main.test.bicep b/modules/web/static-site/.test/common/main.test.bicep index 80bb39a5bd..409bb203e7 100644 --- a/modules/web/static-site/.test/common/main.test.bicep +++ b/modules/web/static-site/.test/common/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.web.staticsites-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-web.staticsites-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location diff --git a/modules/web/static-site/.test/min/main.test.bicep b/modules/web/static-site/.test/min/main.test.bicep index 6d9b73c2af..78b7b72583 100644 --- a/modules/web/static-site/.test/min/main.test.bicep +++ b/modules/web/static-site/.test/min/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' @description('Optional. The name of the resource group to deploy for testing purposes.') @maxLength(90) -param resourceGroupName string = 'ms.web.staticsites-${serviceShort}-rg' +param resourceGroupName string = 'dep-${namePrefix}-web.staticsites-${serviceShort}-rg' @description('Optional. The location to deploy resources to.') param location string = deployment().location