[@azure-arm-dell-storage]-generated-SDK generation #37065
Closed
KajalSethi wants to merge 16 commits intomainfrom
Closed
[@azure-arm-dell-storage]-generated-SDK generation #37065KajalSethi wants to merge 16 commits intomainfrom
KajalSethi wants to merge 16 commits intomainfrom
Conversation
….yaml', API Version: 2025-03-21, SDK Release Type: stable, and CommitSHA: 'be36de931322b23890d3353e06bcc6ad34212877' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5707781 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
Added release history for version 1.0.0.
Updated release dates and descriptions for version 1.0.0 and 1.0.0-beta.1.
….yaml', API Version: 2025-03-21, SDK Release Type: stable, and CommitSHA: '1360de669e7a0eca58314dec87f2a3e1605e77de' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5735693 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
….yaml', API Version: 2025-03-21, SDK Release Type: stable, and CommitSHA: '1360de669e7a0eca58314dec87f2a3e1605e77de' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5735809 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
- Resolved test failures caused by API version mismatch - Previously: test recordings used 2025-03-21-preview API - Now: test recordings use 2025-03-21 stable API - Regenerated test-proxy recordings to match SDK API version - All unit and integration tests now pass successfully Test Results: ✅ Unit tests: PASSING ✅ Integration tests: PASSING ✅ Build verification: SUCCESSFUL ✅ Package ready for v1.0.0 stable release
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the @azure/arm-dell-storage SDK from a beta preview version to the first stable release (1.0.0). The changes include updating the API version from 2025-03-21-preview to 2025-03-21, updating dependencies, and incorporating various generated code improvements.
Changes:
- Updated API version from preview (2025-03-21-preview) to stable (2025-03-21)
- Updated package version from 1.0.0-beta.1 to 1.0.0
- Added cloud settings support with new AzureClouds enum and cloudSetting option
- Enhanced import statements to use TypeScript type imports where appropriate
- Updated various helper functions with improved type safety and URL normalization
- Updated samples and documentation to reflect stable version
Reviewed changes
Copilot reviewed 53 out of 56 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| sdk/dell/arm-dell-storage/tsp-location.yaml | Updated commit hash to reference new API specification version |
| sdk/dell/arm-dell-storage/package.json | Updated package version from beta to stable (1.0.0) |
| sdk/dell/arm-dell-storage/CHANGELOG.md | Added changelog entry for first stable release |
| sdk/dell/arm-dell-storage/metadata.json | Updated API version and emitter version, added cross-language definitions |
| sdk/dell/arm-dell-storage/src/storageClient.ts | Updated imports to use type imports for better tree-shaking |
| sdk/dell/arm-dell-storage/src/api/storageContext.ts | Added cloud settings support with new cloudSetting parameter |
| sdk/dell/arm-dell-storage/src/static-helpers/cloudSettingHelpers.ts | New file providing Azure cloud environment configuration |
| sdk/dell/arm-dell-storage/src/static-helpers/urlTemplate.ts | Added return type annotations and URL normalization function |
| sdk/dell/arm-dell-storage/src/static-helpers/pagingHelpers.ts | Added nextLinkMethod option for POST pagination support |
| sdk/dell/arm-dell-storage/src/static-helpers/pollingHelpers.ts | Updated imports to use type imports |
| sdk/dell/arm-dell-storage/src/models/models.ts | Fixed documentation reference and added eslint disable comments |
| sdk/dell/arm-dell-storage/src/api/fileSystems/operations.ts | Updated expected status codes for delete operation to include 201 |
| sdk/dell/arm-dell-storage/src/restorePollerHelpers.ts | Updated expected status codes to match operation changes |
| sdk/dell/arm-dell-storage/test/public/dellstorage_operations_test.spec.ts | Changed loop variable from let to const |
| sdk/dell/arm-dell-storage/samples-dev/*.ts | Updated API version references in comments and corrected subscription IDs |
| sdk/dell/arm-dell-storage/samples/v1/*/package.json | Updated dependencies and Node.js version requirements |
| sdk/dell/arm-dell-storage/review/*.api.md | Updated API surface documentation to reflect stable version |
- Updated assets.json with new recordings tag: js/dell/arm-dell-storage_1e244519e2 - Pushed updated test recordings to azure-sdk-assets repository - Fixed API version mismatch (2025-03-21-preview → 2025-03-21 stable) - All tests now pass in CI with correct stable API recordings
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
auto-merge was automatically disabled
January 20, 2026 09:53
Pull request was closed
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.
Packages impacted by this PR
@azure/arm-dell-storage (version 1.0.0)
Provide a list of related PRs (if any)
#36943