File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
- * Add ` Set-AzAksClusterCredential ` to reset the ServicePrincipal of a existing aks cluster.
21
+ * Add ` Set-AzAksClusterCredential ` to reset the ServicePrincipal of an existing AKS cluster.
22
22
23
23
## Version 2.0.2
24
24
* Refined error messages of cmdlet failure.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ schema: 2.0.0
8
8
# Set-AzAksClusterCredential
9
9
10
10
## SYNOPSIS
11
- Reset the ServicePrincipal of a existing aks cluster.
11
+ Reset the ServicePrincipal of an existing AKS cluster.
12
12
13
13
## SYNTAX
14
14
@@ -33,7 +33,7 @@ Set-AzAksClusterCredential [-Id] <String> -ServicePrincipalIdAndSecret <PSCreden
33
33
```
34
34
35
35
## DESCRIPTION
36
- Reset the ServicePrincipal of a existing aks cluster.
36
+ Reset the ServicePrincipal of an existing AKS cluster.
37
37
38
38
## EXAMPLES
39
39
You can’t perform that action at this time.
0 commit comments