Skip to content

Commit 091b901

Browse files
ArieHeinCopilotvidai-msft
authored
Spelling Fixes (#27916)
Co-authored-by: Copilot <[email protected]> Co-authored-by: Vincent Dai <[email protected]>
1 parent 1ccc6ee commit 091b901

28 files changed

+37
-37
lines changed

src/ConnectedKubernetes/ConnectedKubernetes/help/New-AzConnectedKubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ Accept wildcard characters: False
522522
```
523523
524524
### -KubeContext
525-
Kubconfig context from current machine
525+
Kubeconfig context from current machine
526526
527527
```yaml
528528
Type: System.String

src/ConnectedKubernetes/ConnectedKubernetes/help/Remove-AzConnectedKubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Accept wildcard characters: False
124124
```
125125
126126
### -KubeContext
127-
Kubconfig context from current machine
127+
Kubeconfig context from current machine
128128
129129
```yaml
130130
Type: System.String

src/ConnectedKubernetes/ConnectedKubernetes/help/Set-AzConnectedKubernetes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Location Name ResourceGroupName
127127
eastus azps_test_cluster azps_test_group
128128
```
129129

130-
This command disable gateway feature of a connected kubernete cluster.
130+
This command disables the gateway feature of a connected Kubernetes cluster.
131131

132132
### Example 2: Enable gateway for a connected Kubernetes cluster
133133
```powershell
@@ -178,12 +178,12 @@ eastus azps_test_cluster azps_test_group
178178

179179
This command enables workload identity and OIDC Issuer Profile for a connected Kubernetes cluster
180180

181-
### Example 5: Disable workload identity of a connected kubernetes cluster with InputOjbect
181+
### Example 5: Disable workload identity of a connected Kubernetes cluster with InputObject
182182
```powershell
183183
# Get an existing cluster first
184184
$inputObject = Get-AzConnectedKubernetes -ClusterName azps_test_cluster -ResourceGroupName azps_test_group -SubscriptionId $subscriptionId
185185
# Disable workload identity
186-
$inputObject.WorkloadIdentityEnabled=$falue
186+
$inputObject.WorkloadIdentityEnabled=$false
187187
Set-AzConnectedKubernetes -InputObject $inputObject
188188
```
189189

src/ConnectedNetwork/ConnectedNetwork/help/Get-AzConnectedNetworkDeviceRegistrationKey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ eyJNZWNEZXZpY2VUcmFuc2llbnRBdXRoS2V5IjoiMTIzNCIsIk1lY0RldmljZUF1dGhLZXlTdGFydFRp
3333
```
3434

3535
Getting the registration key for NFM device in resource group myResources with resource name myMecDevice.
36-
To register the device, use the commandlet Invoke-MecRegister with the registration key in the minishell session.
36+
To register the device, use the cmdlet Invoke-MecRegister with the registration key in the minishell session.
3737

3838
### Example 2: Get-AzConnectedNetworkDeviceRegistrationKey using Resource Group, Resource name and Subscription Id
3939
```powershell
@@ -45,7 +45,7 @@ eyJNZWNEZXZpY2VUcmFuc2llbnRBdXRoS2V5IjoiMTIzNCIsIk1lY0RldmljZUF1dGhLZXlTdGFydFRp
4545
```
4646

4747
Getting the registration key for NFM device in resource group myResources with resource name myMecDevice.
48-
To register the device, use the commandlet Invoke-MecRegister with the registration key in the minishell session.
48+
To register the device, use the cmdlet Invoke-MecRegister with the registration key in the minishell session.
4949

5050
## PARAMETERS
5151

src/ConnectedNetwork/ConnectedNetwork/help/Get-AzConnectedNetworkVendorFunction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ VendorProvisioningState : NotProvisioned
7373
```
7474

7575
Getting the information of a vendor network function with service key 1234-abcd-4321-dcba, vendor name myVendor, location centraluseuap and subscription.
76-
Service key can be obtained when getting details of network funcrtion or when creating a network function.
76+
Service key can be obtained when getting details of network function or when creating a network function.
7777

7878
### Example 2: Get-AzConnectedNetworkVendorFunction via Identity
7979
```powershell

src/ConnectedNetwork/ConnectedNetwork/help/New-AzConnectedNetworkAzureStackEdgeObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ New-AzConnectedNetworkAzureStackEdgeObject -AzureStackEdgeId "/subscriptions/xxx
2828
```
2929

3030
```output
31-
eviceType ProvisioningState Status
31+
DeviceType ProvisioningState Status
3232
---------- ----------------- ------
3333
AzureStackEdge
3434
```

src/ConnectedNetwork/ConnectedNetwork/help/Stop-AzConnectedNetworkVendorFunctionRoleInstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Powers off (stop) a role instance of a vendor network function.
5757
Stop-AzConnectedNetworkVendorFunctionRoleInstance -LocationName centraluseuap -ServiceKey 1234-abcd-4321-dcba -SubscriptionId xxxx-3333-xxxx-3333 -VendorName myVendor -Name role1
5858
```
5959

60-
Stoping a role instance of a vendor network function with the specified serviceKey, location centraluseuap, vendor name myVendor and role instance name role1.
60+
Stopping a role instance of a vendor network function with the specified serviceKey, location centraluseuap, vendor name myVendor and role instance name role1.
6161

6262
### Example 2: Stop-AzConnectedNetworkVendorFunctionRoleInstance via Identity
6363
```powershell

src/ContainerInstance/ContainerInstance/help/New-AzContainerInstanceNoDefaultObject.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Create a in-memory object for Container with no default values
3535

3636
## EXAMPLES
3737

38-
### Example 1: Create a container instance using image alphine with request cpu 1.0 and request memory 1.5Gb
38+
### Example 1: Create a container instance using image alpine with request cpu 1.0 and request memory 1.5Gb
3939
```powershell
4040
New-AzContainerInstanceNoDefaultObject -Name "test-container" -Image alpine -RequestCpu 1 -RequestMemoryInGb 1.5
4141
```
@@ -46,9 +46,9 @@ Name
4646
test-container
4747
```
4848

49-
Create a container instance using image alphine with request cpu 1.0 and request memory 1.5Gb
49+
Create a container instance using image alpine with request cpu 1.0 and request memory 1.5Gb
5050

51-
### Example 2: Create a container instance using image alphine with limit cpu 2.0 and limit memory 2.5Gb
51+
### Example 2: Create a container instance using image alpine with limit cpu 2.0 and limit memory 2.5Gb
5252
```powershell
5353
New-AzContainerInstanceNoDefaultObject -Image alpine -Name "test-container" -LimitCpu 2 -LimitMemoryInGb 2.5
5454
```
@@ -59,7 +59,7 @@ Name
5959
test-container
6060
```
6161

62-
Create a container instance using image alphine with limit cpu 2.0 and limit memory 2.5Gb
62+
Create a container instance using image alpine with limit cpu 2.0 and limit memory 2.5Gb
6363

6464
### Example 3: Create a container group with a container instance
6565
```powershell

src/ContainerInstance/ContainerInstance/help/New-AzContainerInstanceObject.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Create a in-memory object for Container
3535

3636
## EXAMPLES
3737

38-
### Example 1: Create a container instance using image alphine with request cpu 1.0 and request memory 1.5Gb
38+
### Example 1: Create a container instance using image alpine with request cpu 1.0 and request memory 1.5Gb
3939
```powershell
4040
New-AzContainerInstanceObject -Name "test-container" -Image alpine -RequestCpu 1 -RequestMemoryInGb 1.5
4141
```
@@ -46,9 +46,9 @@ Name
4646
test-container
4747
```
4848

49-
Create a container instance using image alphine with request cpu 1.0 and request memory 1.5Gb
49+
Create a container instance using image alpine with request cpu 1.0 and request memory 1.5Gb
5050

51-
### Example 2: Create a container instance using image alphine with limit cpu 2.0 and limit memory 2.5Gb
51+
### Example 2: Create a container instance using image alpine with limit cpu 2.0 and limit memory 2.5Gb
5252
```powershell
5353
New-AzContainerInstanceObject -Image alpine -Name "test-container" -LimitCpu 2 -LimitMemoryInGb 2.5
5454
```
@@ -59,7 +59,7 @@ Name
5959
test-container
6060
```
6161

62-
Create a container instance using image alphine with limit cpu 2.0 and limit memory 2.5Gb
62+
Create a container instance using image alpine with limit cpu 2.0 and limit memory 2.5Gb
6363

6464
### Example 3: Create a container group with a container instance
6565
```powershell

src/CosmosDB/CosmosDB/help/Get-AzCosmosDBSqlStoredProcedure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Accept wildcard characters: False
103103
```
104104
105105
### -Name
106-
Stored Prcodecure Name.
106+
Stored Procedure Name.
107107
108108
```yaml
109109
Type: System.String

0 commit comments

Comments
 (0)