Shenglong Li
Shenglong Li
**Related command** `az bicep` **Description** The `az bicep` commands check for the latest version of Bicep by sending an HTTP request, but when it doesn't respect `AZURE_CLI_DISABLE_CONNECTION_VERIFICATION` and always validate...
https://github.com/Azure/bicep/pull/6382 was merged. We need to update `az bicep restore` to support `--force`.
# Issue with OpenTelemetry.Exporter.Geneva List of [all OpenTelemetry NuGet packages](https://www.nuget.org/profiles/OpenTelemetry) and version that you are using: * [OpenTelemetry.Exporter.Geneva 1.4.0-beta.1](https://www.nuget.org/packages/OpenTelemetry.Exporter.Geneva/1.4.0-beta.1) Runtime version: * net6.0 **Is this a feature request or a...
**Related command** `az deployment group what-if` **Description** The `mode` parameter was hard coded to `increment`, but it should take the value provided by users via `--mode`. The PR fixes the...
If a milestone is set for an issue, we need to add it to the Bicep project. We'll need to check if this is doable with FabricBot.
**Related command** `az bicep *` **Description** The `az bicep` commands download Bicep CLI automatically if it does not exist on `$AZURE_CONFIG_DIR/bin`. This is causing an [GitHub API throttling issue](https://github.com/Azure/bicep/issues/3689) if...
**Related command** `az deployment what-if` **Description** A customer reported an issue where the what-if command throws an exception when formatting nested array changes. The PR fixes the bug. **Testing Guide**...
The PR enables the .NET code quality rule [CA1851: Possible multiple enumerations of IEnumerable collection](https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1851) and fixes the violations in the codebase. This closes https://github.com/Azure/bicep/issues/13521. Some key learnings: ## Avoid...
It would be nice to enable https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ for our repo.
We should consider setting up central package management https://devblogs.microsoft.com/nuget/introducing-central-package-management/ for the C# projects.