Wallace Breza
Wallace Breza
Create a new Azure-Samples for the terraform version of todo-python-mongo - [ ] Create new Azure-Samples repo - [ ] Build out required terraform infra components
Update internal telemetry dashboards to pull telemetry data from any new data stores based on changes to the azd module telemetry collection
Current work in progress to migrate `az ad` commands to a combination of ARM & MS Graph REST API calls.
Update `azd login` command to leverage the Azure SDK Golang [azidentity module](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/azidentity)
Update the `aad` commands to use the [azidentity](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/azidentity) module. Replace commands: - `az ad signed-in-user show` - `az ad create-for-rbac` Likely to consume MS Graph Go SDK from https://github.com/microsoftgraph/msgraph-sdk-go
The goal is to reduce upfront dependencies for new users of the `azd cli`. The `az cli` has a large footprint and must be installed first today before `azd` can...
Today the Bicep CLI wrapper executes commands via `az bicep ...`. These commands will need to be updated to leverage the standalone CLI install.
### Description Singleton resolvers that return error during resolution should not cache the concrete instance ### Steps to Reproduce Given the following Go struct ```go type Foo struct { Value...