Skip to content

Commit bcf31d0

Browse files
committed
AVM-PTN: Update serviceShort parameter values
- Corrected serviceShort parameter values in multiple test files for role assignment. - Ensured consistency in naming conventions across management group, resource group, and subscription scopes. - Updated files: mg.defaults, mg.max, rg.default, rg.max, sub.default, sub.max.
1 parent f11f567 commit bcf31d0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

avm/ptn/authorization/role-assignment/tests/e2e/mg.defaults/main.test.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ param resourceGroupName string = 'dep-${namePrefix}-authorization.roleassignment
1414
param resourceLocation string = deployment().location
1515

1616
@description('Optional. A short identifier for the kind of deployment. Should be kept short to not run into resource-name length-constraints.')
17-
param serviceShort string = 'aramgminp'
17+
param serviceShort string = 'paramgmin'
1818

1919
@description('Optional. A token to inject into the name of each resource.')
2020
param namePrefix string = '#_namePrefix_#'

avm/ptn/authorization/role-assignment/tests/e2e/mg.max/main.test.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ param resourceGroupName string = 'dep-${namePrefix}-authorization.roleassignment
1414
param resourceLocation string = deployment().location
1515

1616
@description('Optional. A short identifier for the kind of deployment. Should be kept short to not run into resource-name length-constraints.')
17-
param serviceShort string = 'aramgmaxp'
17+
param serviceShort string = 'paramgmax'
1818

1919
@description('Optional. A token to inject into the name of each resource.')
2020
param namePrefix string = '#_namePrefix_#'

avm/ptn/authorization/role-assignment/tests/e2e/rg.default/main.test.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ param resourceGroupName string = 'dep-${namePrefix}-authorization.roleassignment
1414
param resourceLocation string = deployment().location
1515

1616
@description('Optional. A short identifier for the kind of deployment. Should be kept short to not run into resource-name length-constraints.')
17-
param serviceShort string = 'arargminp'
17+
param serviceShort string = 'parargmin'
1818

1919
@description('Optional. A token to inject into the name of each resource.')
2020
param namePrefix string = '#_namePrefix_#'

avm/ptn/authorization/role-assignment/tests/e2e/rg.max/main.test.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ param resourceGroupName string = 'dep-${namePrefix}-authorization.roleassignment
1414
param resourceLocation string = deployment().location
1515

1616
@description('Optional. A short identifier for the kind of deployment. Should be kept short to not run into resource-name length-constraints.')
17-
param serviceShort string = 'arargmaxp'
17+
param serviceShort string = 'parargmax'
1818

1919
@description('Optional. A token to inject into the name of each resource.')
2020
param namePrefix string = '#_namePrefix_#'

avm/ptn/authorization/role-assignment/tests/e2e/sub.default/main.test.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ param resourceGroupName string = 'dep-${namePrefix}-authorization.roleassignment
1414
param resourceLocation string = deployment().location
1515

1616
@description('Optional. A short identifier for the kind of deployment. Should be kept short to not run into resource-name length-constraints.')
17-
param serviceShort string = 'arasubminp'
17+
param serviceShort string = 'parasubmin'
1818

1919
@description('Optional. A token to inject into the name of each resource.')
2020
param namePrefix string = '#_namePrefix_#'

avm/ptn/authorization/role-assignment/tests/e2e/sub.max/main.test.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ param resourceGroupName string = 'dep-${namePrefix}-authorization.roleassignment
1414
param resourceLocation string = deployment().location
1515

1616
@description('Optional. A short identifier for the kind of deployment. Should be kept short to not run into resource-name length-constraints.')
17-
param serviceShort string = 'arasubmaxp'
17+
param serviceShort string = 'parasubmax'
1818

1919
@description('Optional. A token to inject into the name of each resource.')
2020
param namePrefix string = '#_namePrefix_#'

0 commit comments

Comments
 (0)