[Automation] Generate Fluent Lite from Swagger postgresql#package-flexibleserver-2025-08-01#47328
Merged
weidongxu-microsoft merged 5 commits intoAzure:mainfrom Nov 24, 2025
Conversation
Member
|
/azp run java - postgresqlflexibleserver - mgmt - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
|
/azp run java - postgresqlflexibleserver - mgmt - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
API Change CheckAPIView identified API level changes in this PR and created the following API reviews com.azure.resourcemanager:azure-resourcemanager-postgresqlflexibleserver |
weidongxu-microsoft
approved these changes
Nov 24, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure Resource Manager PostgreSQL Flexible Server SDK to version 2.0.0, incorporating changes from the Swagger specification postgresql#package-flexibleserver-2025-08-01. The update includes significant class and property renames to align with the latest API specifications, along with documentation improvements.
Key Changes:
- Major version bump from 1.1.0 to 2.0.0, indicating breaking changes
- Renamed multiple classes to align with API terminology (e.g.,
ServerBackup→BackupAutomaticAndOnDemand,ActiveDirectoryAdministrator→AdministratorMicrosoftEntra) - Updated model property types and documentation to reflect API specification changes
Reviewed changes
Copilot reviewed 84 out of 610 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
BackupAutomaticAndOnDemandImpl.java |
Updated class and import names for backup implementation |
AdvancedThreatProtectionSettingsModelImpl.java |
Renamed from ServerThreatProtectionSettingsModelImpl, removed refresh methods |
AdvancedThreatProtectionSettingsImpl.java |
New implementation class for threat protection settings |
AdvancedThreatProtectionSettingsClientImpl.java |
Renamed client implementation with updated method signatures |
AdministratorsMicrosoftEntrasImpl.java |
Renamed from AdministratorsImpl to reflect Microsoft Entra terminology |
AdministratorsMicrosoftEntrasClientImpl.java |
Updated client with renamed methods (create → createOrUpdate) and expected responses |
AdministratorMicrosoftEntraImpl.java |
New implementation supporting both Definition and Update interfaces |
ActiveDirectoryAdministratorImpl.java |
Removed file (replaced by AdministratorMicrosoftEntraImpl) |
| Package info files | Updated API descriptions to reflect new business model |
| Model classes | Renamed multiple inner model classes and updated property documentation |
version_client.txt |
Version bump from 1.2.0-beta.2 to 2.0.0 |
XiaofeiCao
approved these changes
Nov 24, 2025
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.
[Automation] Generate Fluent Lite from Swagger postgresql#package-flexibleserver-2025-08-01