Skip to content

Commit 961bba4

Browse files
authored
Merge pull request #274 from troettinger/master
Fix for resourcegroup
2 parents a5a7222 + 4a091f9 commit 961bba4

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)