Sebastian Claesson
Sebastian Claesson
There are mentions of a "Circuit Owner". However, there's no such role in Azure or a attribute on the ExpressRoute. Added a note on each of the documentations that explains...
Added the note for Circuit owner description as previously commited under https://github.com/MicrosoftDocs/azure-docs/pull/102654 This file was missed by me previously as the other files are named "articles/expressroute/expressroute-howto-linkvnet-TYPE.md" Renamed to expressroute-howto-linkvnet-cli.md from...
# Bicep Visual Studio Code extension: https://github.com/Azure/bicep/tree/main/src/vscode-bicep Bicep is used within the Azure Cloud as the go-to language for Infrastructure-as-code. Data types in Bicep: https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/data-types Implemented in Chroma: https://github.com/alecthomas/chroma https://github.com/alecthomas/chroma/blob/master/lexers/embedded/bicep.xml
**Describe the bug** Unable to list Management groups if the resource provider "Microsoft.Management" is not registered in the subscription where AzOps is initialized. This is only a bug due to...
**Describe the bug** Export-BicepChildResource throws an error saying the credentials used do not have access to list roleAssignments. Refreshed credentials in both Az CLI and PowerShell, after checking out appropriate...
**Is your feature request related to a problem? Please describe.** Programatically wanting to export certain Azure resources as a bicep file, however I'd like to not include every child resource...
As a suggestion fix for [863](https://github.com/Azure/AzOps/issues/863) However, this should perhaps be handled in AzOps and not in the AzOps-Accelerator :) It's a PowerShell script that will simply run before the...