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
i get bicep publish is not a valid command error, the scrip does a "bicep publish" and not an "az bicep publish" .... there seems to be no reference to bicep publish anymore.
To reproduce
when i load the script and run the commands as per the setup page ... this is the example below which is fine, have added the paths in here.
Describe the bug
following this page to publish modules manually.
i get bicep publish is not a valid command error, the scrip does a "bicep publish" and not an "az bicep publish" .... there seems to be no reference to bicep publish anymore.
To reproduce
when i load the script and run the commands as per the setup page ... this is the example below which is fine, have added the paths in here.
im on azcli 2.53.0
bicep cli version 0.22.6
i got around this by updating the publish function in the script to be az bicep publish -- file .... then keep the rest of the path as is ....
you also have to use az login and not Connect-AzAccount.
Code snippet
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: