-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[AutoPR azure-resourcemanager-azurestackhci-vm]-generated-from-SDK Generation - Java-5202593 #46348
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
[AutoPR azure-resourcemanager-azurestackhci-vm]-generated-from-SDK Generation - Java-5202593 #46348
Conversation
….Management/tspconfig.yaml', API Version: 2025-06-01-preview, SDK Release Type: beta, and CommitSHA: '260ed6a52537921f53a18ffaf4020e3b4d510367' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5202593 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
API Change CheckAPIView identified API level changes in this PR and created the following API reviews com.azure.resourcemanager:azure-resourcemanager-azurestackhci-vm |
@v-hongli1 who will review this? |
Hi @shraddhasun , these kind of AutoPR is for service SDK release. It would require approval from both SDK dev and service dev. |
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 adds SDK generated code for the Azure Resource Manager AzureStackHCI VM management client, introducing network-related resource implementations including NetworkSecurityGroup, NetworkInterface, MarketplaceGalleryImage, and LogicalNetwork management classes.
- Generated implementation classes for network security groups, network interfaces, marketplace gallery images, and logical networks
- Client implementation classes with full REST API support including CRUD operations and long-running operation (LRO) handling
- Standard Azure SDK patterns with fluent APIs and pagination support
Reviewed Changes
Copilot reviewed 62 out of 392 changed files in this pull request and generated 3 comments.
Show a summary per file
File | Description |
---|---|
NetworkSecurityGroupImpl.java | Implementation wrapper for network security group resources |
NetworkInterfacesImpl.java | Manager implementation for network interface collections |
NetworkInterfacesClientImpl.java | REST client implementation for network interface operations |
NetworkInterfaceImpl.java | Implementation wrapper for individual network interface resources |
MarketplaceGalleryImagesImpl.java | Manager implementation for marketplace gallery image collections |
MarketplaceGalleryImagesClientImpl.java | REST client implementation for marketplace gallery image operations |
MarketplaceGalleryImageImpl.java | Implementation wrapper for marketplace gallery image resources |
LogicalNetworksImpl.java | Manager implementation for logical network collections |
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
...java/com/azure/resourcemanager/azurestackhci/vm/implementation/NetworkSecurityGroupImpl.java
Show resolved
Hide resolved
...ain/java/com/azure/resourcemanager/azurestackhci/vm/implementation/NetworkInterfaceImpl.java
Show resolved
Hide resolved
...a/com/azure/resourcemanager/azurestackhci/vm/implementation/MarketplaceGalleryImageImpl.java
Show resolved
Hide resolved
@XiaofeiCao thanks for approving! Do i need additional approvals before I can merge? |
Configurations: 'specification/azurestackhci/AzureStackHCI.StackHCIVM.Management/tspconfig.yaml', API Version: 2025-06-01-preview, SDK Release Type: beta, and CommitSHA: '260ed6a52537921f53a18ffaf4020e3b4d510367' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5202593 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.