Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejaswikandula committed Dec 27, 2023
1 parent 0a730d6 commit 914181e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bastion/azext_bastion/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def rdp_bastion_host(cmd, target_resource_id, target_ip_address, resource_group_
errorMessage = json.loads(response.content).get('message', None)
if errorMessage:
raise ClientRequestError("Request failed with error: " + errorMessage)
raise ClientRequestError("Request to EncodingReservedUnitTypes v2 API endpoint failed.")
raise ClientRequestError("Request to EncodingReservedUnitTypes v2 API endpoint failed here.")

tempdir = os.path.realpath(tempfile.gettempdir())
rdpfilepath = os.path.join(tempdir, 'conn_{}.rdp'.format(uuid.uuid4().hex))
Expand Down

0 comments on commit 914181e

Please sign in to comment.