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
Make NewAzureDeployment param validation consistent with SetAzureDeployment
- SetAzureDeployment only checks if the CurrentStorageAccount is set if the package needs to be uploaded to storage
- NewAzureDeployment always throws if CurrentStorageAccount is set regardless of whether the package needs to be uploaded to storage
- This change makes NewAzureDeployment consistent with the behavior of SetAzureDeployment
0 commit comments