[BUG] CosmosDBSqlRoleAssignment
doesn't support setting name property
#47979
Labels
CosmosDBSqlRoleAssignment
doesn't support setting name property
#47979
Library name and version
Azure.Provisioning 1.0.0
Describe the bug
The
CosmosDBSqlRoleAssignment
type defined in the library doesn't expose a setter for theName
property, making it impossible to set on an instantiated type.azure-sdk-for-net/sdk/provisioning/Azure.Provisioning.CosmosDB/src/Generated/CosmosDBSqlRoleAssignment.cs
Lines 23 to 27 in 6167175
Expected behavior
Name
should be a settable property on the resource.Actual behavior
Calling the following:
will produce incomplete bicep:
Reproduction Steps
Environment
No response
The text was updated successfully, but these errors were encountered: