forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 31744 in Azure/azure-rest-api-specs
Merge e39c88d62e84e6542e71e32b2b13c60efc8c9679 into 606e4e25cdf6d45a9ca9960f6ec24bd58e55cb2f
- Loading branch information
SDKAuto
committed
Dec 7, 2024
1 parent
f2c56f7
commit 2a0544e
Showing
13 changed files
with
5,767 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
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; |
Oops, something went wrong.