Skip to content

Commit ed53d7a

Browse files
ArieHeinCopilot
andauthored
Spelling Fixes (#27933)
Co-authored-by: Copilot <[email protected]>
1 parent ce0407f commit ed53d7a

File tree

34 files changed

+56
-56
lines changed

34 files changed

+56
-56
lines changed

src/Nginx/Nginx/help/New-AzNginxCertificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Location Name
3535
cert-test
3636
```
3737

38-
This commond creates a certificate for a NGINX deployment.
38+
This command creates a certificate for a NGINX deployment.
3939

4040
## PARAMETERS
4141

src/Nginx/Nginx/help/Update-AzNginxDeployment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Update the NGINX deployment
3838

3939
## EXAMPLES
4040

41-
### Example 1: Enable the diagnotics support for a NGINX deployment
41+
### Example 1: Enable the diagnostics support for a NGINX deployment
4242
```powershell
4343
Update-AzNginxDeployment -Name nginx-test -ResourceGroupName nginx-test-rg -EnableDiagnosticsSupport
4444
```
@@ -49,9 +49,9 @@ Location Name
4949
westcentralus nginx-test
5050
```
5151

52-
This command enables the diagnotics support for a NGINX deployment.
52+
This command enables the diagnostics support for a NGINX deployment.
5353

54-
### Example 2: Disable the diagnotics support for a NGINX deployment
54+
### Example 2: Disable the diagnostics support for a NGINX deployment
5555
```powershell
5656
Update-AzNginxDeployment -Name nginx-test -ResourceGroupName nginx-test-rg -EnableDiagnosticsSupport:$false
5757
```
@@ -62,7 +62,7 @@ Location Name
6262
westcentralus nginx-test
6363
```
6464

65-
This command disables the diagnotics support for a NGINX deployment.
65+
This command disables the diagnostics support for a NGINX deployment.
6666

6767
## PARAMETERS
6868

src/OperationalInsights/OperationalInsights/help/Get-AzOperationalInsightsLinkedStorageAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ DataSourceType : CustomLogs
3535
StorageAccountIds : {/subscriptions/{subscription}/resourceGroups/{rg-name}/providers/Microsoft.Storage/storageAccounts/{account}}
3636
```
3737

38-
list linked storage accoounts for workspace {workspace-name}
38+
list linked storage accounts for workspace {workspace-name}
3939

4040
## PARAMETERS
4141

src/OperationalInsights/OperationalInsights/help/New-AzOperationalInsightsCustomLogDataSource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Properties : {"customLogName":"Validation_CL","description":"test","extra
5151
xDelimiter":{"matchIndex":0,"numberdGroup":null,"pattern":"\\n"}}}]}
5252
```
5353

54-
The response recieved after defining a custom log collection policy
54+
The response received after defining a custom log collection policy
5555

5656
## PARAMETERS
5757

src/OperationalInsights/OperationalInsights/help/Remove-AzOperationalInsightsDataExport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Remove-AzOperationalInsightsDataExport -ResourceId <String> [-DefaultProfile <IA
3232
```
3333

3434
## DESCRIPTION
35-
Deletes a data export for a given worksace
35+
Deletes a data export for a given workspace
3636

3737
## EXAMPLES
3838

src/Portal/Portal/help/Remove-AzPortalDashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Deletes the Dashboard.
3535
Remove-AzPortalDashboard -ResourceGroupName my-rg -DashboardName dashbase02
3636
```
3737

38-
Remove a Dashbaord using resource group name and dashboard name.
38+
Remove a Dashboard using resource group name and dashboard name.
3939

4040
### Example 2: Remove a Dashboard using the pipeline
4141
```powershell

src/Portal/Portal/help/Set-AzPortalDashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Location Name Type
3434
eastasia dashbase03 Microsoft.Portal/dashboards
3535
```
3636

37-
Update a dashboard definition using a dashbaord template file.
37+
Update a dashboard definition using a dashboard template file.
3838

3939
## PARAMETERS
4040

src/PostgreSql/PostgreSql/help/Update-AzPostgreSqlFlexibleServerConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Use Update-AzPostgreSqlFlexibleServer instead if you want update AdministratorLo
3333

3434
## EXAMPLES
3535

36-
### Example 1: Updatae specified PostgreSql configuration by name
36+
### Example 1: Update specified PostgreSql configuration by name
3737
```powershell
3838
Update-AzPostgreSqlFlexibleServerConfiguration -Name work_mem -ResourceGroupName PowershellPostgreSqlTest -ServerName postgresql-test -Value 8192
3939
```
@@ -46,7 +46,7 @@ work_mem 8192 4096-2097151 system-default 4096
4646

4747
This cmdlet updates specified PostgreSql configuration by name.
4848

49-
### Example 2: Updatae specified PostgreSql configuration by identity
49+
### Example 2: Update specified PostgreSql configuration by identity
5050
```powershell
5151
$ID = "/subscriptions/<SubscriptionId>/resourceGroups/PowershellPostgreSqlTest/providers/Microsoft.DBforPostgreSQL/flexibleServers/postgresql-test/configurations/work_mem"
5252
Update-AzPostgreSqlFlexibleServerConfiguration -Name work_mem -ResourceGroupName PowershellPostgreSqlTest -ServerName postgresql-test -Value 8192

src/PrivateDns/PrivateDns/help/New-AzPrivateDnsVirtualNetworkLink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Accept wildcard characters: False
100100
```
101101
102102
### -ResolutionPolicy
103-
Speficies the resolution policy of the virtual network link
103+
Specifies the resolution policy of the virtual network link
104104
105105
```yaml
106106
Type: Azure.ResourceManager.PrivateDns.Models.PrivateDnsResolutionPolicy

src/PrivateDns/PrivateDns/help/Set-AzPrivateDnsVirtualNetworkLink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Accept wildcard characters: False
113113
```
114114
115115
### -ResolutionPolicy
116-
Speficies the resolution policy of the virtual network link
116+
Specifies the resolution policy of the virtual network link
117117
118118
```yaml
119119
Type: Azure.ResourceManager.PrivateDns.Models.PrivateDnsResolutionPolicy

0 commit comments

Comments
 (0)