From 4a091f9000afb3cf587be17007d0078d40b54708 Mon Sep 17 00:00:00 2001 From: troettinger Date: Mon, 17 Jul 2017 20:55:25 +0200 Subject: [PATCH] Fix for resourcegroup --- Identity/AzureStack.Identity.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Identity/AzureStack.Identity.psm1 b/Identity/AzureStack.Identity.psm1 index 836263e..1188d6f 100644 --- a/Identity/AzureStack.Identity.psm1 +++ b/Identity/AzureStack.Identity.psm1 @@ -280,7 +280,7 @@ function Register-AzsGuestDirectoryTenant { [Parameter()] [ValidateNotNullOrEmpty()] - [string] $ResourceGroupName = 'system', + [string] $ResourceGroupName = 'system.local', # 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. [Parameter()]