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

bicepparam files with using none aren't supported #137

Open
nnellans opened this issue Feb 7, 2025 · 0 comments
Open

bicepparam files with using none aren't supported #137

nnellans opened this issue Feb 7, 2025 · 0 comments

Comments

@nnellans
Copy link

nnellans commented Feb 7, 2025

I tested v2 of the action using the following:

operation: 'create'
type: 'deployment'
scope: 'resourceGroup'
subscription-id: 'xxx'
resource-group-name: 'xxx'
template-file: 'main.bicep'
parameters-file: 'main.bicepparam'

If my bicepparam file is configured with using none then I get a deployment error: The deployment 'azure-bicep-deploy' must have either the TemplateLink or Template property set.

Updating the bicepparam file to say using 'main.bicep' fixed the deployment.

@nnellans nnellans changed the title Bicepparam files don't support using none bicepparam files with using none aren't supported Feb 7, 2025
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

No branches or pull requests

1 participant