Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Make Name property settable in CosmosDBSqlRoleAssignment #48072

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AndriiLobanov
Copy link

  • 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 #47979

- 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
@github-actions github-actions bot added Community Contribution Community members are working on the issue customer-reported Issues that are reported by GitHub users external to the Azure organization. Provisioning labels Feb 1, 2025
Copy link

github-actions bot commented Feb 1, 2025

Thank you for your contribution @AndriiLobanov! We will review the pull request and get back to you soon.

@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

Azure.Provisioning.CosmosDB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community Contribution Community members are working on the issue customer-reported Issues that are reported by GitHub users external to the Azure organization. Provisioning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] CosmosDBSqlRoleAssignment doesn't support setting name property
2 participants