Skip to content
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

[Automation] Generate SDK based on TypeSpec 0.17.1 #40992

Merged

Conversation

azure-sdk
Copy link
Collaborator

@azure-sdk azure-sdk commented Jul 3, 2024

[Automation] Generate SDK based on TypeSpec 0.17.1

The commit ID is updated to latest. If not, there be lots of warning in many module that fails the tsp-client udpate (e.g. openai).

The lots of parameter name change to body is due to this spec PR Azure/azure-rest-api-specs#29483 (which in turn, is required for Azure/typespec-azure#1043)

alias BodyParameter<
  T,
  TName extends valueof string = "body",
  TDoc extends valueof string = "Body parameter."
> = {
  @doc(TDoc)
  @friendlyName(TName)
  @bodyRoot
  body: T;
};

The 2nd TName template variable above can be used to specify a parameter name.

@azure-sdk azure-sdk added the DPG label Jul 3, 2024
…adatamanagement/src/test/java/com/azure/resourcemanager/informaticadatamanagement/generated/ServerlessRuntimesStartFailedServerlessRuntimeWithResponseMockTests.java
@azure-sdk
Copy link
Collaborator Author

API change check

API changes are not detected in this pull request.

@weidongxu-microsoft weidongxu-microsoft merged commit 8ce294a into Azure:main Jul 3, 2024
217 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants