Azure / draft

A day 0 tool for getting your app on k8s fast
MIT License
506 stars 59 forks source link

fix subscription validation logic #107

Closed smurawski closed 2 years ago

smurawski commented 2 years ago

The updated error message added in #105 was incorrect for the check. Changing the check to look for an empty subscription id returns the behavior to the previous and includes the improved error message.

imiller31 commented 2 years ago

LGTM -- @smurawski we require all commits to be signed

smurawski commented 2 years ago

@imiller31 I signed and signed off, so it should be covered now ;)

Thanks!