Skip to content

Commit

Permalink
CodeGen from PR 31744 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge e39c88d62e84e6542e71e32b2b13c60efc8c9679 into 606e4e25cdf6d45a9ca9960f6ec24bd58e55cb2f
  • Loading branch information
SDKAuto committed Dec 7, 2024
1 parent f2c56f7 commit 2a0544e
Show file tree
Hide file tree
Showing 13 changed files with 5,767 additions and 0 deletions.
672 changes: 672 additions & 0 deletions sdk/ai/ai-projects/src/clientDefinitions.ts

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions sdk/ai/ai-projects/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

import ProjectsClient from "./projectsClient.js";

export * from "./projectsClient.js";
export * from "./parameters.js";
export * from "./responses.js";
export * from "./clientDefinitions.js";
export * from "./isUnexpected.js";
export * from "./models.js";
export * from "./outputModels.js";
export * from "./paginateHelper.js";

export default ProjectsClient;
Loading

0 comments on commit 2a0544e

Please sign in to comment.