You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds AzureStack as a valid cloud environment. The value
"HybridEnvironment" is the value provided by the Azure autorest
package. It would be possible to have a different user-facing
value, such as AzureStackCloud, but internally within the code
it is necessary to check for the value "HybridEnvironment"
returned by autorest. This commit opts to use a single value,
rather than separate user-facing and internal values.
0 commit comments