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
# Only use the Bicep executable from PATH when no specific version is requested.
120
126
fromshutilimportwhich
@@ -134,25 +140,24 @@ def ensure_bicep_installation(cli_ctx, release_tag=None, target_platform=None, s
134
140
135
141
ifos.path.isfile(installation_path):
136
142
ifnotrelease_tag:
137
-
print(f"Bicep CLI is already installed at '{installation_path}'. Skipping installation as no specific version was requested.") # pylint: disable=line-too-long
143
+
output(f"Bicep CLI is already installed at '{installation_path}'. Skipping installation as no specific version was requested.") # pylint: disable=line-too-long
0 commit comments