We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run the following:
rad bicep publish --file test/functional/corerp/resources/testdata/recipes/test-recipes/dapr-state-store.bicep --target br:rynowak.azurecr.io/test/functional/corerp/recipes/dapr-state-store
You can substitute any file, and any destination, but leave off the tag.
The error output:
Building test/functional/corerp/resources/testdata/recipes/test-recipes/dapr-state-store.bicep... Error: invalid target "rynowak.azurecr.io/test/functional/corerp/recipes/dapr-state-store"
This error message isn't very helpful. It should explain the format, or what's wrong.
rad bicep publish targets the lack of a tag and infers latest
rad bicep publish
latest
OR
The error message is improved.
Specify the latest tag explicitly.
AB#7967
AB#9501
The text was updated successfully, but these errors were encountered:
/cc @ytimocin
Sorry, something went wrong.
This shouldn't be a blocker for this release, right? Can it be handled in the upcoming sprint and go with the next release? cc/ @rynowak @AaronCrawfis
Not a blocker, just minor polish.
No branches or pull requests
Bug information
Steps to reproduce (required)
Run the following:
You can substitute any file, and any destination, but leave off the tag.
Observed behavior (required)
The error output:
This error message isn't very helpful. It should explain the format, or what's wrong.
Desired behavior (required)
rad bicep publish
targets the lack of a tag and inferslatest
OR
The error message is improved.
Workaround (optional)
Specify the latest tag explicitly.
AB#7967
AB#9501
The text was updated successfully, but these errors were encountered: