[BUG] NewRelic
- Some types of identity
are not supported
#29256
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Mgmt
This issue is related to a management-plane library.
newrelic
Service Attention
Workflow: This issue is responsible by Azure service team.
API Spec link
azure-rest-api-specs/specification/newrelic/resource-manager/NewRelic.Observability/stable/2022-07-01/NewRelic.json
Line 1940 in 53bed2d
API Spec version
2022-07-01
Describe the bug
The
identity
is defined as a ManagedServiceIdentityType, which should supportSystemAssigned
,UserAssigned
andSystemAssigned, UserAssigned
. However, currently onlySystemAssigned
is supported.Expected behavior
identity
should supportSystemAssigned
,UserAssigned
andSystemAssigned, UserAssigned
.Actual behavior
Only
SystemAssigned
is supportedReproduction Steps
Create a New Relic instance by setting
identity
asUserAssigned
orSystemAssigned, UserAssigned
Environment
No response
The text was updated successfully, but these errors were encountered: