Skip to content

Commit e2285c8

Browse files
authored
Spelling Fixes (#28046)
1 parent 1c4a3d6 commit e2285c8

29 files changed

+65
-65
lines changed

src/ConnectedMachine/ConnectedMachine.Autorest/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ input-file:
4848
module-version: 0.1.0
4949
title: ConnectedMachine
5050
subject-prefix: 'Connected'
51-
# becasue autorest.powershell is unable to transform IdentityType as the best practice design if it uses managed identity
51+
# because autorest.powershell is unable to transform IdentityType as the best practice design if it uses managed identity
5252
# we hide the original cmdlet and custom it under /custom folder
5353
disable-transform-identity-type-for-operation:
5454
- Machines_Update
@@ -305,7 +305,7 @@ directive:
305305
- PublicNetworkAccess
306306
- ProvisioningState
307307

308-
# Removing cmlets
308+
# Removing cmdlets
309309
- where:
310310
subject: PrivateEndpointConnection
311311
remove: true
@@ -334,7 +334,7 @@ directive:
334334
variant: Upgrade
335335
remove: true
336336

337-
# we will release gateway and setting commands in a seperate module
337+
# we will release gateway and setting commands in a separate module
338338
- where:
339339
subject: Gateway
340340
remove: true
@@ -367,7 +367,7 @@ directive:
367367
subject: NetworkConfiguration
368368
remove: true
369369

370-
# becasue autorest.powershell is unable to transform IdentityType as the best practice design if it uses managed identity
370+
# because autorest.powershell is unable to transform IdentityType as the best practice design if it uses managed identity
371371
# we hide the original cmdlet and custom it under /custom folder
372372
- where:
373373
subject: Machine

src/ConnectedMachine/ConnectedMachine/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
## Version 0.7.0
4848
* Added `ScriptLocalPath` to `New-AzConnectedMachineRunCommand` to let users add script files locally
49-
* Added `MachineName` parameter to the McahineExtension and MachineRunCommand models
49+
* Added `MachineName` parameter to the MachineExtension and MachineRunCommand models
5050

5151
## Version 0.6.0
5252
* This release, aimed at version 2023-10-03-preview of ConnectedMachine, introduces new commands alongside the existing ones

src/ConnectedNetwork/ConnectedNetwork.Autorest/docs/Get-AzConnectedNetworkDeviceRegistrationKey.md

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

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

3737
### Example 2: Get-AzConnectedNetworkDeviceRegistrationKey using Resource Group, Resource name and Subscription Id
3838
```powershell
@@ -44,7 +44,7 @@ eyJNZWNEZXZpY2VUcmFuc2llbnRBdXRoS2V5IjoiMTIzNCIsIk1lY0RldmljZUF1dGhLZXlTdGFydFRp
4444
```
4545

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

4949
## PARAMETERS
5050

src/ConnectedNetwork/ConnectedNetwork.Autorest/docs/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.Autorest/docs/New-AzConnectedNetworkAzureStackEdgeObject.md

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

2929
```output
30-
eviceType ProvisioningState Status
30+
DeviceType ProvisioningState Status
3131
---------- ----------------- ------
3232
AzureStackEdge
3333
```

src/ConnectedNetwork/ConnectedNetwork.Autorest/docs/Stop-AzConnectedNetworkVendorFunctionRoleInstance.md

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

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

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

src/ConnectedNetwork/ConnectedNetwork.Autorest/examples/Get-AzConnectedNetworkDeviceRegistrationKey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Get-AzConnectedNetworkDeviceRegistrationKey -DeviceName myMecDevice -ResourceGro
77
eyJNZWNEZXZpY2VUcmFuc2llbnRBdXRoS2V5IjoiMTIzNCIsIk1lY0RldmljZUF1dGhLZXlTdGFydFRpbWUiOiIyMDIxLTExLTIyVDA5OjQ2OjQwLjY0ODExOTFaIiwiU2VydmljZUJ1c1F1ZXVlTmFtZSI6ImFiY2QtMTIzNCIsIkFBREVuZHBvaW50IjpudWxsLCJBQURBdWRpZW5jZSI6bnVsbCwiQXJtUmVzb3VyY2VJZCI6bnVsbCwiTWVjQ29udHJvbGxlckVuZHBvaW50IjoiaHR0cHM6Ly93ZXN0Y2VudHJhbHVzLXByb2QubWVjZGV2aWNlLmF6dXJlLmNvbTo0NDMiLCJEYmVEZXZpY2VJZCI6bnVsbCwiUmVzb3VyY2VVbmlxdWVJZCI6IjEyMy1hYmMtMTIzIiwiU3Vic2NyaXB0aW9uSWQiOiJ4eHh4LTEyMzQteHh4eC0xMjM0IiwiUmVzb3VyY2VHcm91cE5hbWUiOiJzYW1wbGVSR25hbWUiLCJQcm92aWRlck5hbWVzcGFjZSI6Ik1pY3Jvc29mdC5IeWJyaWROZXR3b3JrIiwiUmVzb3VyY2VUeXBlIjoiRGV2aWNlcyIsIlJlc291cmNlVHlwZU5hbWUiOiJJREMtRGV2aWNlNC1XZXN0Q2VudHJhbCJ9
88
```
99

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

1212
### Example 2: Get-AzConnectedNetworkDeviceRegistrationKey using Resource Group, Resource name and Subscription Id
1313
```powershell
@@ -18,4 +18,4 @@ Get-AzConnectedNetworkDeviceRegistrationKey -DeviceName myMecDevice -ResourceGro
1818
eyJNZWNEZXZpY2VUcmFuc2llbnRBdXRoS2V5IjoiMTIzNCIsIk1lY0RldmljZUF1dGhLZXlTdGFydFRpbWUiOiIyMDIxLTExLTIyVDA5OjQ2OjQwLjY0ODExOTFaIiwiU2VydmljZUJ1c1F1ZXVlTmFtZSI6ImFiY2QtMTIzNCIsIkFBREVuZHBvaW50IjpudWxsLCJBQURBdWRpZW5jZSI6bnVsbCwiQXJtUmVzb3VyY2VJZCI6bnVsbCwiTWVjQ29udHJvbGxlckVuZHBvaW50IjoiaHR0cHM6Ly93ZXN0Y2VudHJhbHVzLXByb2QubWVjZGV2aWNlLmF6dXJlLmNvbTo0NDMiLCJEYmVEZXZpY2VJZCI6bnVsbCwiUmVzb3VyY2VVbmlxdWVJZCI6IjEyMy1hYmMtMTIzIiwiU3Vic2NyaXB0aW9uSWQiOiJ4eHh4LTEyMzQteHh4eC0xMjM0IiwiUmVzb3VyY2VHcm91cE5hbWUiOiJzYW1wbGVSR25hbWUiLCJQcm92aWRlck5hbWVzcGFjZSI6Ik1pY3Jvc29mdC5IeWJyaWROZXR3b3JrIiwiUmVzb3VyY2VUeXBlIjoiRGV2aWNlcyIsIlJlc291cmNlVHlwZU5hbWUiOiJJREMtRGV2aWNlNC1XZXN0Q2VudHJhbCJ9
1919
```
2020

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

src/ConnectedNetwork/ConnectedNetwork.Autorest/examples/Get-AzConnectedNetworkVendorFunction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ VendorProvisioningState : NotProvisioned
2323
2424
```
2525

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

2828
### Example 2: Get-AzConnectedNetworkVendorFunction via Identity
2929
```powershell

src/ConnectedNetwork/ConnectedNetwork.Autorest/examples/Stop-AzConnectedNetworkVendorFunctionRoleInstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Stop-AzConnectedNetworkVendorFunctionRoleInstance -LocationName centraluseuap -ServiceKey 1234-abcd-4321-dcba -SubscriptionId xxxx-3333-xxxx-3333 -VendorName myVendor -Name role1
44
```
55

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

88
### Example 2: Stop-AzConnectedNetworkVendorFunctionRoleInstance via Identity
99
```powershell

src/ConnectedVMware/ConnectedVMware.Autorest/docs/New-AzConnectedVMwareVM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ Type : microsoft.connectedvmwarevsphere/virtu
456456
UefiSettingSecureBootEnabled : False
457457
```
458458

459-
This command enable a VM Instances of machine named `test-machine` from a invetory vm in a resource group named `test-rg`.
459+
This command enable a VM Instances of machine named `test-machine` from a inventory vm in a resource group named `test-rg`.
460460

461461
## PARAMETERS
462462

0 commit comments

Comments
 (0)