Skip to content

Commit a86d00f

Browse files
authored
fix spelling (#3610)
1 parent 5b659ed commit a86d00f

File tree

34 files changed

+51
-51
lines changed

34 files changed

+51
-51
lines changed

azps-14.0.0/Az.ComputeSchedule/Az.ComputeSchedule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ VirtualMachinesGetOperationErrors: Get error details on operation errors (like t
2020
VirtualMachinesGetOperationStatus: Polling endpoint to read status of operations performed on virtual machines
2121

2222
### [Invoke-AzComputeScheduleExecuteDeallocate](Invoke-AzComputeScheduleExecuteDeallocate.md)
23-
VirtualMachinesExecuteDeallocate: Execute deallocate operation for a batch of virtual machines, this operation is triggered as soon as Computeschedule receives it.
23+
VirtualMachinesExecuteDeallocate: Execute deallocate operation for a batch of virtual machines, this operation is triggered as soon as ComputeSchedule receives it.
2424

2525
### [Invoke-AzComputeScheduleExecuteHibernate](Invoke-AzComputeScheduleExecuteHibernate.md)
26-
VirtualMachinesExecuteHibernate: Execute hibernate operation for a batch of virtual machines, this operation is triggered as soon as Computeschedule receives it.
26+
VirtualMachinesExecuteHibernate: Execute hibernate operation for a batch of virtual machines, this operation is triggered as soon as ComputeSchedule receives it.
2727

2828
### [Invoke-AzComputeScheduleExecuteStart](Invoke-AzComputeScheduleExecuteStart.md)
29-
VirtualMachinesExecuteStart: Execute start operation for a batch of virtual machines, this operation is triggered as soon as Computeschedule receives it.
29+
VirtualMachinesExecuteStart: Execute start operation for a batch of virtual machines, this operation is triggered as soon as ComputeSchedule receives it.
3030

3131
### [Invoke-AzComputeScheduleSubmitDeallocate](Invoke-AzComputeScheduleSubmitDeallocate.md)
3232
VirtualMachinesSubmitDeallocate: Schedule deallocate operation for a batch of virtual machines at datetime in future.

azps-14.0.0/Az.ComputeSchedule/Invoke-AzComputeScheduleExecuteDeallocate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1010
# Invoke-AzComputeScheduleExecuteDeallocate
1111

1212
## SYNOPSIS
13-
VirtualMachinesExecuteDeallocate: Execute deallocate operation for a batch of virtual machines, this operation is triggered as soon as Computeschedule receives it.
13+
VirtualMachinesExecuteDeallocate: Execute deallocate operation for a batch of virtual machines, this operation is triggered as soon as ComputeSchedule receives it.
1414

1515
## SYNTAX
1616

@@ -21,7 +21,7 @@ Invoke-AzComputeScheduleExecuteDeallocate -Location <String> [-SubscriptionId <S
2121
```
2222

2323
## DESCRIPTION
24-
VirtualMachinesExecuteDeallocate: Execute deallocate operation for a batch of virtual machines, this operation is triggered as soon as Computeschedule receives it.
24+
VirtualMachinesExecuteDeallocate: Execute deallocate operation for a batch of virtual machines, this operation is triggered as soon as ComputeSchedule receives it.
2525

2626
## EXAMPLES
2727

azps-14.0.0/Az.ComputeSchedule/Invoke-AzComputeScheduleExecuteHibernate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1010
# Invoke-AzComputeScheduleExecuteHibernate
1111

1212
## SYNOPSIS
13-
VirtualMachinesExecuteHibernate: Execute hibernate operation for a batch of virtual machines, this operation is triggered as soon as Computeschedule receives it.
13+
VirtualMachinesExecuteHibernate: Execute hibernate operation for a batch of virtual machines, this operation is triggered as soon as ComputeSchedule receives it.
1414

1515
## SYNTAX
1616

@@ -21,7 +21,7 @@ Invoke-AzComputeScheduleExecuteHibernate -Location <String> [-SubscriptionId <St
2121
```
2222

2323
## DESCRIPTION
24-
VirtualMachinesExecuteHibernate: Execute hibernate operation for a batch of virtual machines, this operation is triggered as soon as Computeschedule receives it.
24+
VirtualMachinesExecuteHibernate: Execute hibernate operation for a batch of virtual machines, this operation is triggered as soon as ComputeSchedule receives it.
2525

2626
## EXAMPLES
2727

azps-14.0.0/Az.ComputeSchedule/Invoke-AzComputeScheduleExecuteStart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1010
# Invoke-AzComputeScheduleExecuteStart
1111

1212
## SYNOPSIS
13-
VirtualMachinesExecuteStart: Execute start operation for a batch of virtual machines, this operation is triggered as soon as Computeschedule receives it.
13+
VirtualMachinesExecuteStart: Execute start operation for a batch of virtual machines, this operation is triggered as soon as ComputeSchedule receives it.
1414

1515
## SYNTAX
1616

@@ -21,7 +21,7 @@ Invoke-AzComputeScheduleExecuteStart -Location <String> [-SubscriptionId <String
2121
```
2222

2323
## DESCRIPTION
24-
VirtualMachinesExecuteStart: Execute start operation for a batch of virtual machines, this operation is triggered as soon as Computeschedule receives it.
24+
VirtualMachinesExecuteStart: Execute start operation for a batch of virtual machines, this operation is triggered as soon as ComputeSchedule receives it.
2525

2626
## EXAMPLES
2727

azps-14.0.0/Az.ComputeSchedule/Invoke-AzComputeScheduleSubmitDeallocate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Type : VirtualMachines
7575

7676
The above command is scheduling a deallocate operation on a batch of virtual machines by the given deadline.
7777
The list below describes guidance on Deadline and Timezone:
78-
- Computeschedule supports "UTC" timezone currently
78+
- ComputeSchedule supports "UTC" timezone currently
7979
- Deadline for a submit type operation can not be more than 5 minutes in the past or greater than 14 days in the future
8080

8181
## PARAMETERS
@@ -111,7 +111,7 @@ Accept wildcard characters: False
111111
```
112112
113113
### -DeadlineType
114-
The deadlinetype of the operation, this can either be InitiateAt or CompleteBy
114+
The deadline type of the operation, this can either be InitiateAt or CompleteBy
115115
116116
```yaml
117117
Type: System.String

azps-14.0.0/Az.ComputeSchedule/Invoke-AzComputeScheduleSubmitHibernate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Type : VirtualMachines
7575

7676
The above command is scheduling a hibernate operation on a batch of virtual machines by the given deadline.
7777
The list below describes guidance on Deadline and Timezone:
78-
- Computeschedule supports "UTC" timezone currently
78+
- ComputeSchedule supports "UTC" timezone currently
7979
- Deadline for a submit type operation can not be more than 5 minutes in the past or greater than 14 days in the future
8080

8181
## PARAMETERS
@@ -111,7 +111,7 @@ Accept wildcard characters: False
111111
```
112112
113113
### -DeadlineType
114-
The deadlinetype of the operation, this can either be InitiateAt or CompleteBy
114+
The deadline type of the operation, this can either be InitiateAt or CompleteBy
115115
116116
```yaml
117117
Type: System.String

azps-14.0.0/Az.ComputeSchedule/Invoke-AzComputeScheduleSubmitStart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Type : VirtualMachines
7575

7676
The above command is scheduling a start operation on a batch of virtual machines by the given deadline.
7777
The list below describes guidance on Deadline and Timezone:
78-
- Computeschedule supports "UTC" timezone currently
78+
- ComputeSchedule supports "UTC" timezone currently
7979
- Deadline for a submit type operation can not be more than 5 minutes in the past or greater than 14 days in the future
8080

8181
## PARAMETERS
@@ -111,7 +111,7 @@ Accept wildcard characters: False
111111
```
112112
113113
### -DeadlineType
114-
The deadlinetype of the operation, this can either be InitiateAt or CompleteBy
114+
The deadline type of the operation, this can either be InitiateAt or CompleteBy
115115
116116
```yaml
117117
Type: System.String

azps-14.0.0/Az.ConnectedKubernetes/Set-AzConnectedKubernetes.md

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

132-
This command disable gateway feature of a connected kubernete cluster.
132+
This command disable gateway feature of a connected Kubernetes cluster.
133133

134134
### Example 2: Enable gateway for a connected Kubernetes cluster
135135
```powershell
@@ -180,12 +180,12 @@ eastus azps_test_cluster azps_test_group
180180

181181
This command enables workload identity and OIDC Issuer Profile for a connected Kubernetes cluster
182182

183-
### Example 5: Disable workload identity of a connected kubernetes cluster with InputOjbect
183+
### Example 5: Disable workload identity of a connected kubernetes cluster with InputObject
184184
```powershell
185185
# Get an existing cluster first
186186
$inputObject = Get-AzConnectedKubernetes -ClusterName azps_test_cluster -ResourceGroupName azps_test_group -SubscriptionId $subscriptionId
187187
# Disable workload identity
188-
$inputObject.WorkloadIdentityEnabled=$falue
188+
$inputObject.WorkloadIdentityEnabled=$false
189189
Set-AzConnectedKubernetes -InputObject $inputObject
190190
```
191191

azps-14.0.0/Az.ConnectedNetwork/Get-AzConnectedNetworkDeviceRegistrationKey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ eyJNZWNEZXZpY2VUcmFuc2llbnRBdXRoS2V5IjoiMTIzNCIsIk1lY0RldmljZUF1dGhLZXlTdGFydFRp
3535
```
3636

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

4040
### Example 2: Get-AzConnectedNetworkDeviceRegistrationKey using Resource Group, Resource name and Subscription Id
4141
```powershell
@@ -47,7 +47,7 @@ eyJNZWNEZXZpY2VUcmFuc2llbnRBdXRoS2V5IjoiMTIzNCIsIk1lY0RldmljZUF1dGhLZXlTdGFydFRp
4747
```
4848

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

5252
## PARAMETERS
5353

azps-14.0.0/Az.ConnectedNetwork/Get-AzConnectedNetworkVendorFunction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ VendorProvisioningState : NotProvisioned
7575
```
7676

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

8080
### Example 2: Get-AzConnectedNetworkVendorFunction via Identity
8181
```powershell

0 commit comments

Comments
 (0)