Azure/azure-rest-api-specs

[BUG] `NewRelic` - `None` type of `identity` is not supported

ms-zhenhua opened this issue · 0 comments

API Spec link

API Spec version

2022-07-01

Describe the bug

When deploying a New Relic Monitor instance without identity, the backend will return success.
But when deploying a New Relic Monitor instance with identity.Type = None, the backend will return ResourceCreationValidateFailed.

X-Ms-Correlation-Request-Id: 282d7417-3cae-3138-f2d6-b8b1c781e95c

Expected behavior

When deploying a New Relic Monitor instance with identity.Type = None, the backend should also return success.

Actual behavior

When deploying a New Relic Monitor instance with identity.Type = None, the backend will return ResourceCreationValidateFailed.

Reproduction Steps

Deploy a New Relic Monitor instance with identity.Type = None

Environment

No response