Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Make Name property settable in CosmosDBSqlRoleAssignment
- Added a setter to the Name property to allow it to be set externally. - Removed the `isOutput: true` flag for the `_name` field in `DefineProvisionableProperties` to ensure the Name property can be included in the Bicep template. - Updated the XML comment for the Name property to reflect that it is now both gettable and settable. Fixes Azure#47979
- Loading branch information