Wallace Breza

Results 44 issues of 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

templates
terraform

Update internal telemetry dashboards to pull telemetry data from any new data stores based on changes to the azd module telemetry collection

telemetry

Current work in progress to migrate `az ad` commands to a combination of ARM & MS Graph REST API calls.

cli

Update `azd login` command to leverage the Azure SDK Golang [azidentity module](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/azidentity)

cli

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

cli

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...

cli

Today the Bicep CLI wrapper executes commands via `az bicep ...`. These commands will need to be updated to leverage the standalone CLI install.

cli

### 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...