Merge pull request #252 from troettinger/vnext

Update Example Usage with new parameters
This commit is contained in:
MatthewMcGlynn 2017-07-10 05:50:37 -07:00 коммит произвёл GitHub
Родитель 427d29b066 85866ab32e
Коммит eb33673f0a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -46,7 +46,7 @@ URI used for ActivateBridge.ps1 that refers to the endpoint for Azure Resource M
.EXAMPLE
This script must be run from the Host machine of the POC.
.\RegisterWithAzure.ps1 -azureSubscriptionId "5e0ae55d-0b7a-47a3-afbc-8b372650abd3" -azureDirectoryTenantId "contoso.onmicrosoft.com" -azureAccountId "serviceadmin@contoso.onmicrosoft.com" -azureCredentialPassword "password"
.\RegisterWithAzure.ps1 -azureSubscriptionId "5e0ae55d-0b7a-47a3-afbc-8b372650abd3" -azureDirectoryTenantName "contoso.onmicrosoft.com" -azureAccountId "serviceadmin@contoso.onmicrosoft.com"
.NOTES