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
=== RUN TestAccMonitorPrivateLinkScopedService_basic
=== PAUSE TestAccMonitorPrivateLinkScopedService_basic
=== CONT TestAccMonitorPrivateLinkScopedService_basic
testcase.go:113: Step 1/2 error: Error running apply: exit status 1
Error: creating/updating Private Link Scope (Subscription: "*******"
Resource Group Name: "acctestRG-plss-240226211342829276"
Private Link Scope Name: "acctest-pls-240226211342829276"): privatelinkscopesapis.PrivateLinkScopesAPIsClient#PrivateLinkScopesCreateOrUpdate: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="BadRequest" Message="properties.accessModeSettings.ingestionAccessMode is invalid, allowed values are: 'Open', 'PrivateOnly'" InnerError={"trace":["System.ArgumentException"]}
with azurerm_monitor_private_link_scope.test,
on terraform_plugin_test.tf line 26, in resource "azurerm_monitor_private_link_scope" "test":
26: resource "azurerm_monitor_private_link_scope" "test" {
Is there an existing issue for this?
Community Note
Service Used
insights
API Versions Used
2021-07-01-preview
Description
the model
is missing
omitempty
leading to this payloadcausing this error
References
hashicorp/terraform-provider-azurerm#24624
The text was updated successfully, but these errors were encountered: