-
Notifications
You must be signed in to change notification settings - Fork 369
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
feat(new): Azure Data Explorer (Kusto) #440
Conversation
Create gpt-pr-review.yml
Update gpt-pr-review.yml
Update gpt-pr-review.yml
@dciborow please review created from your PR: #308, Error: ##[error]New-AzResourceGroupDeployment: 12:40:51 PM - The deployment 'main.test' failed with error(s). Showing 2 out of 2 error(s).
|
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
There are errors in the test file:
|
I think, this must be a bug in bicep,
referencing module from repository might introduce some error, as per I remember this was working last month. @shenglol will you please check |
Yeah, this does seem to be a bug. I created an issue to track this. For now, I think we can use the
|
@shenglol I think instead of using workaround, as fix is merge can't we get new bicep release out soon? |
We don't have a plan to do another 20.x release since the bug only affects ARM template modules. We will be publishing 21.x early next month. I'm comfortable with either approach, so the decision to apply the workaround or wait for the new release is up to you. |
@shenglol changes are done updated with any, thanks! :) |
Description
closes: #287
If you haven't already, read the full contribution guide. The guide may have changed since the last time you read it, so please double-check. Once you are done and ready to submit your PR, edit the PR description and run through the relevant checklist below.
Enable GitHub Worksflows in your fork to enable auto-generation of assets with our GitHub Action.
To trigger GitHub Actions after auto-generation, add a GitHub PAT as a secret in your forked repository called
PAT
.Adding a new module
brm validate
locally to verify the module files.