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

The security concept around `AzOps` is questionable. It basically breaks with all of Microsoft's recommendations around `least privileges`. You have a single pipeline with permissions to manage more or less...

enhancement
design-doc

We are trying to help a customer using AzOps to Backup their Azure Infrastructure ARM configuration. The AIM is to have history of the changes in case of accidental deletion....

bug
resource-provider

Description: We have a pull pipeline which run after every 6 hours to fetch the latest changes from the portal. This pipeline creates a PR that requires a manual approval...

area/accelerator

**Describe the bug** When exporting a resource through AzOps, the template validation fails because the name of the parent resource is not included in the name property. This bug applies...

bug
resource-provider

**Describe the bug** When pulling from Azure with AzOps while an Azure VM has Disk Encryption enabled will return: "'AzureDiskEncryption' for type 'Microsoft.Compute/virtualMachines/extensions' at line '1' and column '244' has...

resource-provider

**Describe the bug** When exporting the CognitiveServices/accounts resource in Azure, the validate runner fails because the value of the property qnaAzureSearchEndpointKey is null. The Whatif deployment does not allow this...

bug
resource-provider

# Overview/Summary Replace this with a brief description of what this Pull Request fixes, changes, etc. ## This PR fixes/adds/changes/removes 1. *#899* ### Breaking Changes N/A ## Testing Evidence Executed...

# Overview/Summary Added additional constructor for AzOpsRoleEligibilityScheduleRequest to be able to create RoleEligibilityScheduleRequest template based on the RoleEligibilitySchedule resource without an existing RoleEligibilityScheduleRequest resource. See reasons in #901. **NOTE** Having...

**Describe the solution you'd like** PIM Eligibility assignments for a specific resource or scope is stored as Role Eligibility Schedules. Adding/removing/updating a Role Eligibility Schedule requires a RoleEligibilityScheduleRequest, which is...

triage

**Describe the bug** **In short:** Get-AzOpsRoleEligibilityScheduleRequests should have retry capability. **Bit longer:** We are using Federated Workload Identity for executing our AzOps Pull pipeline executing the Invoke-AzOpsPull method. Because of...