-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[databoxedge] SDK validation for TSP #53424
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
base: main
Are you sure you want to change the base?
Conversation
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
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 updates the Azure.ResourceManager.DataBoxEdge SDK to align with a new version of the Azure REST API specification. The changes include updates to reference a new API spec commit, modifications to OpenAPI file references, and additions of new properties to support enhanced functionality.
Key changes:
- Updated API specification reference to a newer commit hash
- Renamed API definition file references from
databoxedge.jsontoopenapi.json - Added new properties:
KubernetesWorkloadProfiletoDataBoxEdgeDeviceData,IPRangetoDataBoxEdgeLoadBalancerConfig, and setter forFolderproperty inDataBoxEdgeJobData - Made
DataBoxEdgeJobDataconstructor public and introduced backward-compatible method overloads withEditorBrowsableattributes
Reviewed Changes
Copilot reviewed 3 out of 120 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/src/autorest.md | Updated API spec reference and corrected OpenAPI file references |
| sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/api/Azure.ResourceManager.DataBoxEdge.netstandard2.0.cs | Added new properties and backward-compatible factory method overloads |
| sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/api/Azure.ResourceManager.DataBoxEdge.net8.0.cs | Added new properties and backward-compatible factory method overloads (mirroring netstandard2.0 changes) |
TSP PR: Azure/azure-rest-api-specs#37236
Contributing to the Azure SDK
Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.
For specific information about pull request etiquette and best practices, see this section.