Skip to content

Commit 5ed4844

Browse files
authored
Merge pull request #183837 from BhargaviAnnadevara-MSFT/patch-179
(AzureCXP) Fix typo
2 parents c015dd2 + 47fac35 commit 5ed4844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/github-actions-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: how-to
8-
ms.date: 11/02/2021
8+
ms.date: 12/30/2021
99
ms.author: cshoe
1010
---
1111

@@ -54,7 +54,7 @@ az ad sp create-for-rbac `
5454

5555
As you interact with this example, replace the placeholders surrounded by `<>` with your values.
5656

57-
The return value from this command is a JSON payload, which includes the service principal's `tenantId`, `cliendId`, and `clientSecret`.
57+
The return value from this command is a JSON payload, which includes the service principal's `tenantId`, `clientId`, and `clientSecret`.
5858

5959
The following example shows you how to add an integration while using a personal access token.
6060

0 commit comments

Comments
 (0)