[BUG] Microsoft.ContainerRegistry
@ 2023-07-01
- IdentityProperties
for CredentialSets
define identity modes not supported by the API
#32154
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Mgmt
This issue is related to a management-plane library.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
API Spec link
azure-rest-api-specs/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/containerregistry.json
Lines 2754 to 2756 in aa4ba9e
API Spec version
2023-07-01
Describe the bug
The spec defines support for
UserAssigned
andSystemAssigned, UserAssigned
identities forCredentialSets
, but when trying to create a Credential Set with either of these identity modes an API error is returned:Expected behavior
That only
SystemAssigned
is defined for thetype
field inIdentityProperties
, or the API is updated to support these modes.Actual behavior
Identity types are defined that are not supported by the API
Reproduction Steps
Try and create a Credential Set resource with
UserAssigned
orSystemAssigned, UserAssigned
Identity via the APIEnvironment
No response
The text was updated successfully, but these errors were encountered: