Skip to content

Commit 32c01f0

Browse files
authored
Merge pull request #272 from troettinger/vnext
fix for resourcegroup
2 parents eba2919 + d330a19 commit 32c01f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)