Skip to content

Commit

Permalink
Fix: Make Name property settable in CosmosDBSqlRoleAssignment
Browse files Browse the repository at this point in the history
- 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
Impegy-Software committed Feb 1, 2025
1 parent d2200c6 commit fbce2dc
Showing 1 changed file with 3 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbce2dc

Please sign in to comment.