Added ExpirationTime field to Role Assignment response DTO for version 2026-07-01-preview#47974
Open
denyspanov-public wants to merge 1 commit into
Open
Added ExpirationTime field to Role Assignment response DTO for version 2026-07-01-preview#47974denyspanov-public wants to merge 1 commit into
denyspanov-public wants to merge 1 commit into
Conversation
…n 2026-07-01-preview
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new read-only expiration_time property to the RoleAssignmentProperties model in the azure-mgmt-authorization management SDK, reflecting the expirationTime field introduced in the 2026-07-01-preview API (per the linked TypeSpec spec PR). It also bumps the package to a new beta version and records the change in the changelog.
Changes:
- Added
expiration_timefield (read-only, mapped toexpirationTime) toRoleAssignmentPropertiesand exposed it viaRoleAssignment.__flattened_items. - Bumped package version from
5.0.0b2to5.0.0b3. - Added a
5.0.0b3 (2026-07-08)changelog entry documenting the new property.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
azure/mgmt/authorization/models/_models.py |
Adds the expiration_time read-only field to RoleAssignmentProperties and registers it in the flattened-items list of RoleAssignment. |
azure/mgmt/authorization/_version.py |
Bumps VERSION to 5.0.0b3. |
CHANGELOG.md |
Adds the 5.0.0b3 (2026-07-08) release entry noting the new property. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added ExpirationTime field to Role Assignment response DTO for version 2026-07-01-preview
Description
Added ExpirationTime field to Role Assignment response DTO for version 2026-07-01-preview. Link to type-spec PR - Azure/azure-rest-api-specs#44421.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines