Merge pull request #274 from troettinger/master

Fix for resourcegroup
This commit is contained in:
Thomas Roettinger 2017-07-17 20:56:52 +02:00 коммит произвёл GitHub
Родитель a5a722296f 4a091f9000
Коммит 961bba4f12
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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()]