Skip to content

Commit d330a19

Browse files
committed
fix for resourcegroup
1 parent 4d4e1d2 commit d330a19

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
@@ -279,7 +279,7 @@ function Register-AzsGuestDirectoryTenant {
279279

280280
[Parameter()]
281281
[ValidateNotNullOrEmpty()]
282-
[string] $ResourceGroupName = 'system',
282+
[string] $ResourceGroupName = 'system.local',
283283

284284
# 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.
285285
[Parameter()]

0 commit comments

Comments
 (0)