Skip to content

Commit d9daa3f

Browse files
authored
Merge pull request #168 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/microsoftdocs/openapi-docs (branch main)
2 parents 2106edf + c66198a commit d9daa3f

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

OpenAPI/kiota/quickstarts/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In case you're adding a Kiota client to an existing project, the following confi
3838

3939
## Add dependencies
4040

41-
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-dotnet) and the [cli-commons package](https://github.com/microsoft/kiota-cli-commons). For more information about kiota dependencies, refer to [the dependencies documentation](../dependencies.md).
41+
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-dotnet) and the [cli-commons package](https://github.com/microsoft/kiota-cli-commons). For more information about Kiota dependencies, see [the dependencies documentation](../dependencies.md).
4242

4343
For this tutorial, use the default implementations.
4444

OpenAPI/kiota/quickstarts/dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following configuration is recommended:
3737

3838
## Add dependencies
3939

40-
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-dotnet). For more information about kiota dependencies, refer to [the dependencies documentation](../dependencies.md).
40+
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-dotnet). For more information about Kiota dependencies, see [the dependencies documentation](../dependencies.md).
4141

4242
Run the following commands to get the required dependencies.
4343

OpenAPI/kiota/quickstarts/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In case you're adding a Kiota client to an existing project, the following confi
3131

3232
## Add dependencies
3333

34-
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-bundle-go). For more information about kiota dependencies, refer to [the dependencies documentation](../dependencies.md).
34+
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-bundle-go). For more information about Kiota dependencies, see [the dependencies documentation](../dependencies.md).
3535

3636
Run the following commands to get the required dependencies.
3737

OpenAPI/kiota/quickstarts/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In case you're adding a Kiota client to an existing project, the following confi
3434

3535
## Add dependencies
3636

37-
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-java). For more information about kiota dependencies, refer to [the dependencies documentation](../dependencies.md).
37+
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-java). For more information about Kiota dependencies, see [the dependencies documentation](../dependencies.md).
3838

3939
Edit **./app/build.gradle** to add the following dependencies.
4040

OpenAPI/kiota/quickstarts/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In case you're adding a Kiota client to an existing project, the following confi
4040

4141
## Add dependencies
4242

43-
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-typescript). For more information about kiota dependencies, refer to [the dependencies documentation](../dependencies.md).
43+
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-typescript). For more information about Kiota dependencies, see [the dependencies documentation](../dependencies.md).
4444

4545
Run the following commands to get the required dependencies.
4646

OpenAPI/kiota/tutorials/cli-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dotnet new gitignore
2929

3030
## Add dependencies
3131

32-
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-dotnet) and the [cli-commons package](https://github.com/microsoft/kiota-cli-commons). For more information about kiota dependencies, refer to [the dependencies documentation](../dependencies.md).
32+
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-dotnet) and the [cli-commons package](https://github.com/microsoft/kiota-cli-commons). For more information about Kiota dependencies, see [the dependencies documentation](../dependencies.md).
3333

3434
Run the following commands to get the required dependencies.
3535

OpenAPI/kiota/tutorials/dotnet-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dotnet new gitignore
2727

2828
## Add dependencies
2929

30-
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-dotnet). For more information about kiota dependencies, refer to [the dependencies documentation](../dependencies.md).
30+
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-dotnet). For more information about Kiota dependencies, see [the dependencies documentation](../dependencies.md).
3131

3232
Run the following commands to get the required dependencies.
3333

OpenAPI/kiota/tutorials/dotnet-dependency-injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dotnet new gitignore
2828

2929
## Add dependencies
3030

31-
Before you can compile and run the generated API client, ensure the generated source files are part of a project with the required dependencies. Your project must reference the [bundle package](https://github.com/microsoft/kiota-dotnet). For more information about kiota dependencies, refer to [the dependencies documentation](../dependencies.md).
31+
Before you can compile and run the generated API client, ensure the generated source files are part of a project with the required dependencies. Your project must reference the [bundle package](https://github.com/microsoft/kiota-dotnet). For more information about Kiota dependencies, see [the dependencies documentation](../dependencies.md).
3232

3333
Run the following commands to get the required dependencies.
3434

OpenAPI/kiota/tutorials/go-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ go mod init getuser
2525

2626
## Add dependencies
2727

28-
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-bundle-go). For more information about kiota dependencies, refer to [the dependencies documentation](../dependencies.md).
28+
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-bundle-go). For more information about Kiota dependencies, see [the dependencies documentation](../dependencies.md).
2929

3030
Run the following commands to get the required dependencies.
3131

OpenAPI/kiota/tutorials/java-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gradle init --dsl groovy --test-framework junit --type java-application --projec
2424

2525
## Add dependencies
2626

27-
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-java). For more information about kiota dependencies, refer to [the dependencies documentation](../dependencies.md).
27+
Before you can compile and run the generated API client, you need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [bundle package](https://github.com/microsoft/kiota-java). For more information about Kiota dependencies, see [the dependencies documentation](../dependencies.md).
2828

2929
For this tutorial, use the default implementations.
3030

0 commit comments

Comments
 (0)