AzOps icon indicating copy to clipboard operation
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.

Results 33 AzOps issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When running workflow with Workload Federated Identity the initialize phase in Pull workflow fails with error (see screenshots). The previous phase where login happens works fine, which...

bug
dependencies
long-term

**Describe the solution you'd like** A customer of ours that are using AzOps requested the possibility to trigger a re-deploy of templates without forcing a git diff, for example by...

enhancement
area/accelerator

**Challenge** When AzOps generates filenames based on derived information from Azure resources the suggested filename can contain characters which are not supported across different filesystems. **Example** Example `filena|me.json` is accepted...

enhancement

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

waiting-for-response

**Describe the bug** When using a single custom bicep template file with multiple *.parameters.json files, having the "ParallelDeployMultipleTemplateParameterFiles" set to true. Trying to deploy a x amount of parameters files...

triage

**Describe the solution you'd like** In our Azure tenant, we have different application landing zone subscriptions for production, staging, and testing of our primary product. In accordance with #747, we...

triage

_This issue is a split from #831_ Ability to associate/import/refence multiple parameter files into one outcome. A fair amount of parameters will be shared by customers as well, which could...

enhancement
triage

**Describe the bug** When deploying the Microsoft.RecoveryServices/vaults resourceType gives the error "InvalidRestApiParameter - properties parameter is invalid. Please provide a valid properties". **Steps to reproduce** 1. Create an Azure Recovery...

triage
resource-provider

**Describe the solution you'd like** At the moment, due to string escape requirement for policyRule, policyDefinitions Templates are generated as parameter file. It would be great to have policyDefinitions generated...

enhancement
area/powershell