JoshWeepie

Results 6 comments of JoshWeepie

We experience the same thing, also running 2.4

We ran into this same problem this morning unfortunately.

Any resolution? PowerShell 7: "Install-PackageProvider -Name Nuget -Force" Error: "Install-PackageProvider: No match was found for the specified search criteria for the provider 'NuGet'. The package provider requires 'PackageManagement' and 'Provider'...

@teowa Terraform is passing identity[type:None, userAssignedIdentities:null] in the requestbody, but creating an alert manually in the portal without identity doesn't pass any identity parameters in the requestbody, according the Portal...

The API doc says identity is optional. https://learn.microsoft.com/en-us/rest/api/monitor/scheduled-query-rules/create-or-update?view=rest-monitor-2023-03-15-preview&tabs=HTTP#request-body The portal/API lets you create log query alerts without identity. The provider change https://github.com/hashicorp/terraform-provider-azurerm/pull/25365 is wrong for sending identity in the request...

@admsallai @guidojw A workaround is to use the Azure CLI to update the --disabled or --severity properties on the log alert. You don't even need to set disabled true and...