Azure / azure-powershell

Microsoft Azure PowerShell
Other
4.26k stars 3.86k forks source link

Add GraphAudience parameter for Add/Set-AzureRMEnvironment and add meaningful error message if GrpahAudience is not supplied #1956

Closed markcowl closed 8 years ago

markcowl commented 8 years ago

We use Graph Audience (GraphEndpointResourceId) as the audience for Graph endpoint tokens. If this value is not supplied when creating a graph client, throw a meaningful error.

Add this setting to Add/Set Environment cmdlets to enable setting this value for AzureStack and other environments

markcowl commented 8 years ago

Fixed in the dev branch and in the release that will go out 3/30