[Automation] Generate SDK based on TypeSpec 0.44.0#48747
Open
azure-sdk wants to merge 6 commits intoAzure:mainfrom
Open
[Automation] Generate SDK based on TypeSpec 0.44.0#48747azure-sdk wants to merge 6 commits intoAzure:mainfrom
azure-sdk wants to merge 6 commits intoAzure:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Automated regeneration of Java SDK artifacts using TypeSpec Java generator 0.44.0, updating generated client APIs and tests (notably introducing typed enums for image Accept values), plus bumping the TypeSpec toolchain and updating an Azure REST API specs commit pin.
Changes:
- Updated TypeSpec/Java emitter dependencies to the 0.44.0 toolchain.
- Regenerated Planetary Computer SDK code and tests to use generated
*ContentTypeenums for imageAcceptvalues. - Updated the pinned
azure-rest-api-specscommit forazure-search-documentsTypeSpec location.
Reviewed changes
Copilot reviewed 22 out of 25 changed files in this pull request and generated 22 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/search/azure-search-documents/tsp-location.yaml | Updates the pinned specs commit used for generation. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/test/java/com/azure/analytics/planetarycomputer/TestPlanetaryComputer06dStacItemTilerTests.java | Updates tests to use new *ContentType enums instead of string accept values. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/test/java/com/azure/analytics/planetarycomputer/TestPlanetaryComputer06cStacItemTilerTests.java | Updates tests to pass typed accept enums (previously null/strings). |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/test/java/com/azure/analytics/planetarycomputer/TestPlanetaryComputer06bStacItemTilerTests.java | Updates crop test to use typed accept enum. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/test/java/com/azure/analytics/planetarycomputer/TestPlanetaryComputer06aStacItemTilerTests.java | Imports and uses GetPreviewContentType enum for accept. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/test/java/com/azure/analytics/planetarycomputer/TestPlanetaryComputer05aMosaicsTilerTests.java | Updates mosaics tile test to use typed accept enum. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/main/resources/META-INF/azure-analytics-planetarycomputer_metadata.json | Updates generator metadata / cross-language mappings for regenerated outputs. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/StacClient.java | Regenerated sync client; adds typed accept enum convenience method. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/StacAsyncClient.java | Regenerated async client; adds typed accept enum convenience method. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/models/GetTileContentType.java | New generated enum for tile accept values. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/models/GetPreviewWithFormatContentType.java | New generated enum for preview-with-format accept values. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/models/GetPreviewContentType.java | New generated enum for preview accept values. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/models/GetPartWithDimensionsContentType.java | New generated enum for part-with-dimensions accept values. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/models/GetPartContentType.java | New generated enum for part accept values. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/models/GetMosaicsTileContentType.java | New generated enum for mosaics tile accept values. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/models/GetCollectionThumbnailContentType.java | New generated enum for collection thumbnail accept values. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/models/CropGeoJsonWithDimensionsContentType.java | New generated enum for crop-with-dimensions accept values. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/models/CropGeoJsonContentType.java | New generated enum for crop accept values. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/implementation/StacsImpl.java | Regenerated implementation docs for accept parameter allowed values. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/implementation/DatasImpl.java | Regenerated implementation docs for accept parameter allowed values. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/DataClient.java | Regenerated sync data client; switches convenience methods to typed accept enums. |
| sdk/planetarycomputer/azure-analytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/DataAsyncClient.java | Regenerated async data client; switches convenience methods to typed accept enums. |
| eng/emitter-package.json | Bumps TypeSpec Java + related TypeSpec toolchain versions. |
| eng/emitter-package-lock.json | Updates lockfile to reflect the new TypeSpec toolchain versions. |
Files not reviewed (1)
- eng/emitter-package-lock.json: Language not supported
...lytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/DataClient.java
Show resolved
Hide resolved
...s-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/DataAsyncClient.java
Show resolved
Hide resolved
...lytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/StacClient.java
Show resolved
Hide resolved
...s-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/StacAsyncClient.java
Show resolved
Hide resolved
...lytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/DataClient.java
Show resolved
Hide resolved
...s-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/DataAsyncClient.java
Show resolved
Hide resolved
...lytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/DataClient.java
Show resolved
Hide resolved
...s-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/DataAsyncClient.java
Show resolved
Hide resolved
...lytics-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/StacClient.java
Show resolved
Hide resolved
...s-planetarycomputer/src/main/java/com/azure/analytics/planetarycomputer/StacAsyncClient.java
Show resolved
Hide resolved
XiaofeiCao
approved these changes
Apr 9, 2026
f0f5d3b to
f2cad38
Compare
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 SDK based on TypeSpec 0.44.0