Ken Schlobohm
Ken Schlobohm
**Related command** `az ad app update --set` **Describe the bug** Attempting to set a value on a nested property returns an error. It appears that the cli is unaware of...
When try-convert migrates from packages.config to PackageReference it should provide informational links/messaging that explain that some features may have changed by moving to PackageReference. Packages such as [NLog.Config](https://www.nuget.org/packages/NLog.Config/) do not...
When using try-convert with source control like team foundation version control some customers receive errors from try-convert saying the project file could not be changed because it was locked. Try-convert...
If the analyzers come from package references then the element should be removed as part of converting to to prevent duplicating the analyzer.  To repro this scenario: 1. Create...
**Output from `azd version`** `azd version 0.1.0-beta.4 (commit fd96b3e9b283598bc4dc736e893f1b47080fbf7d)` **Output from `az version`** { "azure-cli": "2.38.0", "azure-cli-core": "2.38.0", "azure-cli-telemetry": "1.0.6", "extensions": { "containerapp": "0.3.5", "log-analytics": "0.2.2", "rdbms-connect": "1.0.2" } }...
**Describe the bug** We run a nightly deployment with `azd` to validate our bicep templates. As part of that validation we also deploy the code and plan to add some...
Opening this issue as part of a feature request. My goal is to develop an azd template that is capable of deploying a multiregional web app. The tricky part of...
I want to build a Web API that has the metadata required for Visual Studio's connected service wizard (NSwagClient) to generate usable client code. Is there a doc that describes...
**Output from `azd version`** ``` azd version 0.3.0-beta.5 (commit 38169d7067ac73dc4e214e6913bee5e5359b8b15) ``` **Output from `az version`** ``` { "azure-cli": "2.41.0", "azure-cli-core": "2.41.0", "azure-cli-telemetry": "1.0.8", "extensions": { "containerapp": "0.3.13", "log-analytics": "0.2.2", "rdbms-connect":...