Skip to content
New issue

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

Regression: Deployment not found #334

Closed
Gordonby opened this issue Jul 20, 2022 · 0 comments · Fixed by #335
Closed

Regression: Deployment not found #334

Gordonby opened this issue Jul 20, 2022 · 0 comments · Fixed by #335

Comments

@Gordonby
Copy link
Collaborator

Gordonby commented Jul 20, 2022

This isn't a problem in a release, just with what we have in main.

When providing just 1 parameter, the deployment fails

az deployment group create -g innerloop -f .\bicep\main.bicep -p resourceName=kvv1

{"status":"Failed","error":{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.","details":[{"code":"NotFound","message":"{\r\n "error": {\r\n "code": "DeploymentNotFound",\r\n "message": "Deployment 'keyvault' could not be found."\r\n }\r\n}"}]}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant