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
PS C:\Users\<>\repos\template-examples\bicep\modules\simpleModule>Publish-AzBicepModule-FilePath main.bicep -Target br:sawbicep.azurecr.io/demo/testps:v11 -verbose
VERBOSE: Using Bicep v0.23.1
VERBOSE: Calling Bicep with arguments: publish "C:\Users\<>\repos\template-examples\bicep\modules\simpleModule\main.bicep"--target 'br:sawbicep.azurecr.io/demo/testps:v11'
VERBOSE:
Publish-AzBicepModule: The specified module reference scheme "'br" is not recognized. Specify a path to a local module file or a module reference using one of the following schemes: "br","ts"
PS C:\Users\<>\repos\template-examples\bicep\modules\simpleModule>
NOTE: Calling bicep directly with the arguments that it says it's using for bicep actually does work in pwsh (Mac and Windows), but gives the scheme error on command line for Windows but works on Mac terminal. Which is weird, because I get the same scheme error from Publish-AzBicepModule on Mac and Windows.
The text was updated successfully, but these errors were encountered:
With Az.Resources 6.11.1:
with 6.11.2:
NOTE: Calling bicep directly with the arguments that it says it's using for bicep actually does work in pwsh (Mac and Windows), but gives the scheme error on command line for Windows but works on Mac terminal. Which is weird, because I get the same scheme error from Publish-AzBicepModule on Mac and Windows.
The text was updated successfully, but these errors were encountered: