Skip to content

Update standard-dependent-resources.bicep #9

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

Merged
merged 1 commit into from
May 5, 2025

Conversation

Emrullah007
Copy link
Contributor

The API property "statisticsEnabled: false" causing deployment error for creating sources. It is preventing running "azd provision" command. Without that property deployment works successfully.

Purpose

  • ...
    The property caused issue for deploying sources via "azd provision" command

Does this introduce a breaking change?

[ ] Yes
[ X ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ X ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
    After cloning data via azd init try to provision resources via azd provision it should not throw error anymore
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...
    Make sure you can deploy sources via azd provision

Other Information

The API property "statisticsEnabled: false" causing deployment error for creating sources. 
It is preventing running "azd provision" command. Without that property deployment works successfully.
@eamonoreilly
Copy link
Contributor

Seems to be caused by Azure/bicep-types-az#2488 . Will incorporate this PR so we have a working environment for now.

@eamonoreilly eamonoreilly merged commit 589bed3 into Azure-Samples:main May 5, 2025
1 check passed
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 this pull request may close these issues.

2 participants