Skip to content

Commit 4a091f9

Browse files
committed
Fix for resourcegroup
1 parent 23f3adb commit 4a091f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Identity/AzureStack.Identity.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ function Register-AzsGuestDirectoryTenant {
280280

281281
[Parameter()]
282282
[ValidateNotNullOrEmpty()]
283-
[string] $ResourceGroupName = 'system',
283+
[string] $ResourceGroupName = 'system.local',
284284

285285
# Optional: A credential used to authenticate with Azure Stack. Must support a non-interactive authentication flow. If not provided, the script will prompt for user credentials.
286286
[Parameter()]

0 commit comments

Comments
 (0)