-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[Automation] Generate Fluent Lite from Swagger networkcloud#package-2025-09-01 #47571
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
[Automation] Generate Fluent Lite from Swagger networkcloud#package-2025-09-01 #47571
Conversation
API Change CheckAPIView identified API level changes in this PR and created the following API reviews com.azure.resourcemanager:azure-resourcemanager-networkcloud |
|
Some List API of maximum overload is changed due to service adding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR is an automated generation of the Azure Network Cloud Management SDK from Swagger specification package-2025-09-01, transitioning from a preview version (2025-07-01-preview) to a stable release (2025-09-01). The changes include version updates, test data regeneration, API version changes, documentation formatting improvements, and the addition of a new enum value.
Key Changes
- Version updated from
2.1.0-beta.2to2.1.0(stable release) - API version changed from
2025-07-01-previewto2025-09-01in implementation - New enum value
BARE_METAL_MACHINE_RUN_DATA_EXTRACTS_RESTRICTEDadded toCommandOutputType - Test data UUIDs regenerated across multiple test files
- Sample file paths updated from preview to stable version
- JavaDoc comment formatting standardized (multi-line to single-line)
- CHANGELOG updated with comprehensive breaking changes and new features
Reviewed changes
Copilot reviewed 39 out of 179 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Test files (UserAssignedIdentityTests.java, ManagedServiceIdentityTests.java, etc.) | Updated test data with new UUID values |
| CommandOutputSettingsTests.java, CommandOutputOverrideTests.java | Updated enum value from BARE_METAL_MACHINE_RUN_READ_COMMANDS to BARE_METAL_MACHINE_RUN_DATA_EXTRACTS_RESTRICTED |
| Sample files (VolumesUpdateSamples.java, etc.) | Updated x-ms-original-file paths from 2025-07-01-preview to 2025-09-01 |
| CommandOutputType.java | Added new enum constant BARE_METAL_MACHINE_RUN_DATA_EXTRACTS_RESTRICTED |
| Model classes (VirtualMachine.java, NetworkAttachment.java, etc.) | Reformatted multi-line JavaDoc comments to single lines |
| NetworkCloudImpl.java | Updated API version from 2025-07-01-preview to 2025-09-01 |
| pom.xml | Updated version from 2.1.0-beta.2 to 2.1.0 and description to reference package-2025-09-01 |
| README.md | Updated version and package tag references |
| CHANGELOG.md | Added comprehensive release notes for version 2.1.0 |
| version_client.txt | Updated version from 2.1.0-beta.2 to 2.1.0 |
[Automation] Generate Fluent Lite from Swagger networkcloud#package-2025-09-01