[ Test PR @azure-arm-containerservicefleet]-generated-from-SDK Generation - JS-6391675 [Test PR ignore]#38810
Closed
azure-sdk wants to merge 1 commit into
Closed
Conversation
…osoft.ContainerService/fleet/tspconfig.yaml', SDK Release Type: beta, and CommitSHA: '12298b320b934ec7ba8ee2ac2a18f6d6c3395e2c' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6391675 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
Contributor
There was a problem hiding this comment.
Pull request overview
This AutoPR updates the @azure/arm-containerservicefleet management client to the latest generated output from the referenced TypeSpec configuration/spec commit, including a beta version bump and regeneration-side fixes in error deserialization.
Changes:
- Bumped
@azure/arm-containerservicefleetfrom2.1.0-beta.4to2.1.0-beta.5, including user-agent string update and CHANGELOG entry. - Updated multiple operation deserializers to only attempt
errorResponseDeserializer(...)when a response body is present (avoids failures whenresult.bodyis missing/null). - Updated generator metadata (emitter version) and spec commit reference used for generation.
Reviewed changes
Copilot reviewed 15 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/containerservice/arm-containerservicefleet/tsp-location.yaml | Updates the spec repo commit SHA used for generation. |
| sdk/containerservice/arm-containerservicefleet/src/api/updateRuns/operations.ts | Guards error.details deserialization behind a response-body presence check across UpdateRuns operations. |
| sdk/containerservice/arm-containerservicefleet/src/api/operations/operations.ts | Adds response-body presence guard before deserializing error details. |
| sdk/containerservice/arm-containerservicefleet/src/api/gates/operations.ts | Adds response-body presence guard before deserializing error details across Gates operations. |
| sdk/containerservice/arm-containerservicefleet/src/api/fleetUpdateStrategies/operations.ts | Adds response-body presence guard before deserializing error details across FleetUpdateStrategies operations. |
| sdk/containerservice/arm-containerservicefleet/src/api/fleets/operations.ts | Adds response-body presence guard before deserializing error details across Fleets operations. |
| sdk/containerservice/arm-containerservicefleet/src/api/fleetMembers/operations.ts | Adds response-body presence guard before deserializing error details across FleetMembers operations. |
| sdk/containerservice/arm-containerservicefleet/src/api/fleetManagedNamespaces/operations.ts | Adds response-body presence guard before deserializing error details across FleetManagedNamespaces operations. |
| sdk/containerservice/arm-containerservicefleet/src/api/containerServiceFleetContext.ts | Updates the user-agent package/version string to 2.1.0-beta.5. |
| sdk/containerservice/arm-containerservicefleet/src/api/clusterMeshProfiles/operations.ts | Adds response-body presence guard before deserializing error details across ClusterMeshProfiles operations. |
| sdk/containerservice/arm-containerservicefleet/src/api/autoUpgradeProfiles/operations.ts | Adds response-body presence guard before deserializing error details across AutoUpgradeProfiles operations. |
| sdk/containerservice/arm-containerservicefleet/src/api/autoUpgradeProfileOperations/operations.ts | Adds response-body presence guard before deserializing error details. |
| sdk/containerservice/arm-containerservicefleet/package.json | Bumps package version to 2.1.0-beta.5. |
| sdk/containerservice/arm-containerservicefleet/metadata.json | Updates emitterVersion to 0.54.0. |
| sdk/containerservice/arm-containerservicefleet/CHANGELOG.md | Adds 2.1.0-beta.5 entry documenting new operation groups/types/enums introduced by regeneration. |
| pnpm-lock.yaml | Lockfile updated due to dependency graph/resolution changes. |
Member
|
[Test PR ignore] |
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.
Configurations: 'specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/tspconfig.yaml', SDK Release Type: beta, and CommitSHA: '12298b320b934ec7ba8ee2ac2a18f6d6c3395e2c' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6391675 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. Release plan link: https://azsdk-releaseplan-dashboard-hveph5aqhhcfhtgu.westus-01.azurewebsites.net/?releaseplan=1574 Submitted by: prmarott@microsoft.com