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
status(f"Azure resource group access check response contains key: {matching_key} with value {result[matching_key] ifresultandmatching_keyelse'None'}", args.debug, True)
247
240
excepturllib.error.URLErrorasexc:
248
241
status(f"Azure resource group access check URL error: {exc.reason}", args.debug, True)
249
242
ifisinstance(exc.reason, TimeoutError):
250
243
status("Azure resource group access check timed out", True)
251
244
returnFalse
252
245
253
-
ifnotresult:
254
-
status(f"Azure resource group '{resource_group}' not found.", args.debug, True)
0 commit comments