AzOps
AzOps copied to clipboard
AzOps is a PowerShell module which deploys (Push) ARM Resource Templates & Bicep files at all Azure scope levels and exports (Pull) ARM resource hierarchy.
# Overview/Summary This PR includes functional tests for the 10 Resource Types. Closes #603 Fixes #603 ## This PR fixes/adds/changes/removes 1. Adds functional tests to 10 resource types ## Testing...
### Discussed in https://github.com/Azure/AzOps/discussions/667 Originally posted by **mikewo-dc** July 5, 2022 I have encountered this a few times now - enough to wonder what is happening - Can anyone help...
**Describe the bug** No ARM template is ever Pull'd by AzOps for Microsoft.Authorization/locks resource created at Resource Group scope. Push for an ARM template for Microsoft.Authorization/locks resource at Resource Group...
**Describe the solution you'd like** Expand functional test cases for AzOps. Adding these 10 common cases improves confidence in codebase changes by consequently testing their impact and possible ripple effects...
# Overview/Summary Update docs to reflect changes in https://github.com/Azure/AzOps-Accelerator/pull/121 Change requested by #592 Please don't merge until the implementing PR is merged into AzOps-Accelerator if there are any changes to...
**Describe the solution you'd like** If I commit multiple templates at once the current behavior of AzOps is to create deployments in alphabetical order based on my template names. I...
**Describe the bug** Deployment of `Microsoft.Network/firewallPolicies/ruleCollectionGroups` are failing with "Internal Server Error" / "The response for resource had empty or invalid content.” Seems to be RP backend issue, opening issue...
Implement deletion support for autogenerated `Microsoft.Authorization/policyDefinitions` and `Microsoft.Authorization/policySetDefinitions`. - [ ] Handle removal of associated policyAssignments if any exists - WhatIf + Deletion - [ ] Comment if policyDefinition is...
Update AzOps Pull to pull the exported templates in Bicep, is an added option to give customer more flexibility.
AzOps - Pull pipeline of AzOps Accelerator run in Azure DevOps fails to grab information about all of the subscriptions and times out. SPN has been given privileges over root...