static-web-apps-cli
static-web-apps-cli copied to clipboard
(fix #890) Fix Undefined Error with No Subs in Azure Profile
Make the subscriptions property optional in AzureProfile since it may not exist as described in Issue #890.
Tested by removing subscriptions in my azureProfile.json and code will no longer throw an undefined error. Then the login will fallback to another means to authenticate.