You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"status":"Failed","error":{"code":"DeploymentFailed","target":"/subscriptions/f474dec9-5bab-47a3-b4d3-e641dac87ddb/resourceGroups/cptdazpowerp/providers/Microsoft.Resources/deployments/deploy","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"InputValidationError","message":"Failed to create or update the enterprise policy, request body is null."}]}}
Having a look at PowerApps-Samples\powershell\enterprisePolicies\Common\EnterprisePolicyOperations.ps1 it seems like my settings are all like expected for "NetworkInjection".
QUESTION: Any idea how to fix this error Message,
The text was updated successfully, but these errors were encountered:
Hello,
trying to setup enterprisePolicies via Bicep with thr following Bicep Resource Configuration:
Does result into the following Error Message:
{"status":"Failed","error":{"code":"DeploymentFailed","target":"/subscriptions/f474dec9-5bab-47a3-b4d3-e641dac87ddb/resourceGroups/cptdazpowerp/providers/Microsoft.Resources/deployments/deploy","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"InputValidationError","message":"Failed to create or update the enterprise policy, request body is null."}]}}
Having a look at PowerApps-Samples\powershell\enterprisePolicies\Common\EnterprisePolicyOperations.ps1 it seems like my settings are all like expected for "NetworkInjection".
QUESTION: Any idea how to fix this error Message,
The text was updated successfully, but these errors were encountered: