Skip to content

Commit f743f2f

Browse files
committed
Update RaPropertiesValidation test with new subscription id
1 parent f8534ab commit f743f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/RoleAssignmentTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ function Test-RaPropertiesValidation
496496
$roleDef.Name = "Custom Reader Properties Test"
497497
$roleDef.Actions.Add("Microsoft.ClassicCompute/virtualMachines/restart/action")
498498
$roleDef.Description = "Read, monitor and restart virtual machines"
499-
$roleDef.AssignableScopes[0] = "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f"
499+
$roleDef.AssignableScopes[0] = "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590"
500500

501501
[Microsoft.Azure.Commands.Resources.Models.Authorization.AuthorizationClient]::RoleDefinitionNames.Enqueue("ff9cd1ab-d763-486f-b253-51a816c92bbf")
502502
New-AzureRmRoleDefinition -Role $roleDef

0 commit comments

Comments
 (0)