From 7381bbc6cb401681308d46632cdf9bfaf8e81742 Mon Sep 17 00:00:00 2001 From: Arie Heinrich Date: Thu, 5 Jun 2025 00:18:01 +0200 Subject: [PATCH 1/4] fix spelling --- src/Accounts/Accounts/help/About/about_az.md | 2 +- src/Accounts/Accounts/help/Connect-AzAccount.md | 4 ++-- .../Advisor/help/Enable-AzAdvisorRecommendation.md | 4 ++-- src/Aks/Aks/help/Install-AzAksCliTool.md | 2 +- src/Aks/Aks/help/New-AzAksCluster.md | 2 +- src/Aks/Aks/help/New-AzAksNodePool.md | 2 +- src/Aks/Aks/help/Set-AzAksCluster.md | 4 ++-- src/Aks/Aks/help/Update-AzAksNodePool.md | 2 +- .../help/Measure-AzAlertStatistic.md | 2 +- .../help/Set-AzAlertProcessingRule.md | 12 ++++++------ .../help/Update-AzSmartGroupState.md | 2 +- .../ApiManagement/help/Add-AzApiManagementRegion.md | 2 +- .../ApiManagement/help/Az.ApiManagement.md | 2 +- .../ApiManagement/help/New-AzApiManagement.md | 2 +- ...ew-AzApiManagementGatewayHostnameConfiguration.md | 6 +++--- .../help/New-AzApiManagementKeyVaultObject.md | 2 +- .../ApiManagement/help/New-AzApiManagementRegion.md | 2 +- .../ApiManagement/help/Remove-AzApiManagementUser.md | 2 +- .../help/Update-AzApiManagementRegion.md | 2 +- src/App/App/help/Get-AzContainerAppManagedEnvCert.md | 2 +- .../help/Remove-AzContainerAppConnectedEnvDapr.md | 2 +- 21 files changed, 31 insertions(+), 31 deletions(-) diff --git a/src/Accounts/Accounts/help/About/about_az.md b/src/Accounts/Accounts/help/About/about_az.md index 2c19301b4247..90d80c501825 100644 --- a/src/Accounts/Accounts/help/About/about_az.md +++ b/src/Accounts/Accounts/help/About/about_az.md @@ -45,7 +45,7 @@ regularly (a minimum of twice a year). 2. Run your first command. For example, create a resource group in the east US region. ```powershell - New-AzResourceGroup -Name "MyResoureGroup" -location "eastus" + New-AzResourceGroup -Name "MyResourceGroup" -location "eastus" ``` ## SEE ALSO Azure PowerShell documentation: diff --git a/src/Accounts/Accounts/help/Connect-AzAccount.md b/src/Accounts/Accounts/help/Connect-AzAccount.md index 406ce662b33f..80cecef738cb 100644 --- a/src/Accounts/Accounts/help/Connect-AzAccount.md +++ b/src/Accounts/Accounts/help/Connect-AzAccount.md @@ -262,7 +262,7 @@ yyyy-yyyy-yyyy-yyyy Subscription1 xxxx-xxxx-xxxx-xxxx AzureCloud ### Example 9: Connect using certificate file This example connects to an Azure account using certificate-based service principal authentication. -The certificate file, which is specified by `CertficatePath`, should contains both certificate and private key as the input. +The certificate file, which is specified by `CertificatePath`, should contains both certificate and private key as the input. ```powershell $SecurePassword = ConvertTo-SecureString -String "****" -AsPlainText -Force @@ -391,7 +391,7 @@ Accept wildcard characters: False ``` ### -CertificatePath -The path of certficate file in pkcs#12 format. +The path of certificate file in pkcs#12 format. ```yaml Type: System.String diff --git a/src/Advisor/Advisor/help/Enable-AzAdvisorRecommendation.md b/src/Advisor/Advisor/help/Enable-AzAdvisorRecommendation.md index 8c5dd5a6036c..5bdacd993d43 100644 --- a/src/Advisor/Advisor/help/Enable-AzAdvisorRecommendation.md +++ b/src/Advisor/Advisor/help/Enable-AzAdvisorRecommendation.md @@ -48,7 +48,7 @@ Name Category Resource Group Impact ImpactedFi Enable recommendation by resource Id -### Example 2: Enable recommendation byrecommendation name +### Example 2: Enable recommendation by recommendation name ```powershell Enable-AzAdvisorRecommendation -RecommendationName 42963553-61de-5334-2d2e-47f3a0099d41 ``` @@ -59,7 +59,7 @@ Name Category Resource Group Impact ImpactedFi 42963553-61de-5334-2d2e-47f3a0099d41 Security automanagehcrprg High Microsoft.Compute/virtualMachines ``` -Enable recommendation byrecommendation name +Enable recommendation by recommendation name ## PARAMETERS diff --git a/src/Aks/Aks/help/Install-AzAksCliTool.md b/src/Aks/Aks/help/Install-AzAksCliTool.md index d7e1c7d5bdf8..1add70e36a9a 100644 --- a/src/Aks/Aks/help/Install-AzAksCliTool.md +++ b/src/Aks/Aks/help/Install-AzAksCliTool.md @@ -23,7 +23,7 @@ Download and install kubectl and kubelogin. ## EXAMPLES -### Example 1: Install the lateset version of kubectl and kubelogin +### Example 1: Install the latestversion of kubectl and kubelogin ```powershell Install-AzAksCliTool ``` diff --git a/src/Aks/Aks/help/New-AzAksCluster.md b/src/Aks/Aks/help/New-AzAksCluster.md index 7d862d084a38..2bd0b88a7085 100644 --- a/src/Aks/Aks/help/New-AzAksCluster.md +++ b/src/Aks/Aks/help/New-AzAksCluster.md @@ -502,7 +502,7 @@ Accept wildcard characters: False ``` ### -EnableOidcIssuer -Whether to enalbe OIDC issuer feature. +Whether to enable OIDC issuer feature. ```yaml Type: System.Management.Automation.SwitchParameter diff --git a/src/Aks/Aks/help/New-AzAksNodePool.md b/src/Aks/Aks/help/New-AzAksNodePool.md index 9b7d3c34a87d..c103a1194050 100644 --- a/src/Aks/Aks/help/New-AzAksNodePool.md +++ b/src/Aks/Aks/help/New-AzAksNodePool.md @@ -47,7 +47,7 @@ Create a new node pool in specified cluster. ### Example 1: Create a node pool with default parameters ```powershell -New-AzAksNodePool -ResourceGroupName myResouceGroup -ClusterName myCluster -Name mydefault +New-AzAksNodePool -ResourceGroupName myResourceGroup -ClusterName myCluster -Name mydefault ``` ### Example 2: Create Windows Server container on an AKS diff --git a/src/Aks/Aks/help/Set-AzAksCluster.md b/src/Aks/Aks/help/Set-AzAksCluster.md index f7b6804c806b..4ff618e8c9cd 100644 --- a/src/Aks/Aks/help/Set-AzAksCluster.md +++ b/src/Aks/Aks/help/Set-AzAksCluster.md @@ -419,7 +419,7 @@ Accept wildcard characters: False ``` ### -EnableOidcIssuer -Whether to enalbe OIDC issuer feature. +Whether to enable OIDC issuer feature. ```yaml Type: System.Management.Automation.SwitchParameter @@ -918,7 +918,7 @@ Accept wildcard characters: False ``` ### -WindowsProfileAdminUserPassword -The administrator password to use for Windows VMs. Password requirement:At least one lower case, one upper case, one special character !@#$%^&*(), the minimum lenth is 12. +The administrator password to use for Windows VMs. Password requirement:At least one lower case, one upper case, one special character !@#$%^&*(), the minimum length is 12. ```yaml Type: System.Security.SecureString diff --git a/src/Aks/Aks/help/Update-AzAksNodePool.md b/src/Aks/Aks/help/Update-AzAksNodePool.md index d17d868fe663..34071a15ade2 100644 --- a/src/Aks/Aks/help/Update-AzAksNodePool.md +++ b/src/Aks/Aks/help/Update-AzAksNodePool.md @@ -53,7 +53,7 @@ Update node pool in a managed cluster. ## EXAMPLES -### Example 1: Change minimun count to 5 for specified node pool +### Example 1: Change minimum count to 5 for specified node pool ```powershell Update-AzAksNodePool -ResourceGroupName myResourceGroup -ClusterName myCluster -Name linuxpool -MinCount 5 ``` diff --git a/src/AlertsManagement/AlertsManagement/help/Measure-AzAlertStatistic.md b/src/AlertsManagement/AlertsManagement/help/Measure-AzAlertStatistic.md index e43eb70ccf91..f968b6816e6a 100644 --- a/src/AlertsManagement/AlertsManagement/help/Measure-AzAlertStatistic.md +++ b/src/AlertsManagement/AlertsManagement/help/Measure-AzAlertStatistic.md @@ -133,7 +133,7 @@ Accept wildcard characters: False ``` ### -MonitorService -Filter on Moniter Service +Filter on Monitor Service ```yaml Type: System.String diff --git a/src/AlertsManagement/AlertsManagement/help/Set-AzAlertProcessingRule.md b/src/AlertsManagement/AlertsManagement/help/Set-AzAlertProcessingRule.md index 8e20a43dfa85..dee53abb7ae1 100644 --- a/src/AlertsManagement/AlertsManagement/help/Set-AzAlertProcessingRule.md +++ b/src/AlertsManagement/AlertsManagement/help/Set-AzAlertProcessingRule.md @@ -387,7 +387,7 @@ Accept wildcard characters: False ### -ScheduleEndDateTime End Date Time. Format 2022-09-21 06:00:00 -Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly. +Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly. ```yaml Type: System.String @@ -435,7 +435,7 @@ Accept wildcard characters: False ### -ScheduleReccurence2EndTime Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00 -Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly. +Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly. ```yaml Type: System.String @@ -451,7 +451,7 @@ Accept wildcard characters: False ### -ScheduleReccurence2StartTime Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00 -Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly. +Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly. ```yaml Type: System.String @@ -515,7 +515,7 @@ Accept wildcard characters: False ### -ScheduleReccurenceEndTime Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00 -Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly. +Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly. ```yaml Type: System.String @@ -531,7 +531,7 @@ Accept wildcard characters: False ### -ScheduleReccurenceStartTime Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00 -Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly. +Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly. ```yaml Type: System.String @@ -563,7 +563,7 @@ Accept wildcard characters: False ### -ScheduleStartDateTime Start Date Time. Format 2022-09-21 06:00:00 -Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly. +Should be mentioned in case of recurrent Schedule - Daily, Weekly or Monthly. ```yaml Type: System.String diff --git a/src/AlertsManagement/AlertsManagement/help/Update-AzSmartGroupState.md b/src/AlertsManagement/AlertsManagement/help/Update-AzSmartGroupState.md index bd2a15bdd8c3..0c7574c95053 100644 --- a/src/AlertsManagement/AlertsManagement/help/Update-AzSmartGroupState.md +++ b/src/AlertsManagement/AlertsManagement/help/Update-AzSmartGroupState.md @@ -34,7 +34,7 @@ Update-AzSmartGroupState -State -InputObject [-DefaultPr Update-AzSmartGroupState -SmartGroupId "afbf1b3a-0a6c-4f19-9c9b-644ccd7b1529" -State "Acknowledged" ``` -This cmdlet updates the smart group state to Acknowleged. +This cmdlet updates the smart group state to Acknowledged. ## PARAMETERS diff --git a/src/ApiManagement/ApiManagement/help/Add-AzApiManagementRegion.md b/src/ApiManagement/ApiManagement/help/Add-AzApiManagementRegion.md index 67b233300e79..81e5b3a06c69 100644 --- a/src/ApiManagement/ApiManagement/help/Add-AzApiManagementRegion.md +++ b/src/ApiManagement/ApiManagement/help/Add-AzApiManagementRegion.md @@ -124,7 +124,7 @@ Accept wildcard characters: False ``` ### -PublicIpAddressId -Standard SKU PublicIpAddress ResoureId for integration into stv2 Virtual Network Deployments +Standard SKU PublicIpAddress ResourceId for integration into stv2 Virtual Network Deployments ```yaml Type: System.String diff --git a/src/ApiManagement/ApiManagement/help/Az.ApiManagement.md b/src/ApiManagement/ApiManagement/help/Az.ApiManagement.md index 5d0bc3f16215..e5e1adc6b510 100644 --- a/src/ApiManagement/ApiManagement/help/Az.ApiManagement.md +++ b/src/ApiManagement/ApiManagement/help/Az.ApiManagement.md @@ -198,7 +198,7 @@ Creates a new diagnostics at the Global scope or Api Scope. Creates new Gateway entity. ### [New-AzApiManagementGatewayHostnameConfiguration](New-AzApiManagementGatewayHostnameConfiguration.md) -Creates a hostname configuratin for the existing Gateway. +Creates a hostname configuration for the existing Gateway. ### [New-AzApiManagementGroup](New-AzApiManagementGroup.md) Creates an API management group. diff --git a/src/ApiManagement/ApiManagement/help/New-AzApiManagement.md b/src/ApiManagement/ApiManagement/help/New-AzApiManagement.md index ce97d61b15ba..7368f5d8d272 100644 --- a/src/ApiManagement/ApiManagement/help/New-AzApiManagement.md +++ b/src/ApiManagement/ApiManagement/help/New-AzApiManagement.md @@ -456,7 +456,7 @@ Accept wildcard characters: False ### -PublicIpAddressId -Standard SKU PublicIpAddress ResoureId for integration into stv2 Virtual Network Deployments +Standard SKU PublicIpAddress ResourceId for integration into stv2 Virtual Network Deployments ```yaml Type: System.String diff --git a/src/ApiManagement/ApiManagement/help/New-AzApiManagementGatewayHostnameConfiguration.md b/src/ApiManagement/ApiManagement/help/New-AzApiManagementGatewayHostnameConfiguration.md index 241f5cb4554a..cf484fd76060 100644 --- a/src/ApiManagement/ApiManagement/help/New-AzApiManagementGatewayHostnameConfiguration.md +++ b/src/ApiManagement/ApiManagement/help/New-AzApiManagementGatewayHostnameConfiguration.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzApiManagementGatewayHostnameConfiguration ## SYNOPSIS -Creates a hostname configuratin for the existing Gateway. +Creates a hostname configuration for the existing Gateway. ## SYNTAX @@ -20,7 +20,7 @@ New-AzApiManagementGatewayHostnameConfiguration -Context [-IdentityClientId ``` ## DESCRIPTION -The **New-AzApiManagementKeyVaultObject** cmdlet creates an instance of PsApiManagementKeyVaultObjecte. +The **New-AzApiManagementKeyVaultObject** cmdlet creates an instance of PsApiManagementKeyVaultObject. ## EXAMPLES diff --git a/src/ApiManagement/ApiManagement/help/New-AzApiManagementRegion.md b/src/ApiManagement/ApiManagement/help/New-AzApiManagementRegion.md index 36c92efe4ee2..c99a3b571f6c 100644 --- a/src/ApiManagement/ApiManagement/help/New-AzApiManagementRegion.md +++ b/src/ApiManagement/ApiManagement/help/New-AzApiManagementRegion.md @@ -116,7 +116,7 @@ Accept wildcard characters: False ``` ### -PublicIpAddressId -Standard SKU PublicIpAddress ResoureId for integration into stv2 Virtual Network Deployments. +Standard SKU PublicIpAddress ResourceId for integration into stv2 Virtual Network Deployments. ```yaml Type: System.String diff --git a/src/ApiManagement/ApiManagement/help/Remove-AzApiManagementUser.md b/src/ApiManagement/ApiManagement/help/Remove-AzApiManagementUser.md index 81380905d6cb..e1f98da44b56 100644 --- a/src/ApiManagement/ApiManagement/help/Remove-AzApiManagementUser.md +++ b/src/ApiManagement/ApiManagement/help/Remove-AzApiManagementUser.md @@ -82,7 +82,7 @@ Accept wildcard characters: False ``` ### -PassThru -Indicates that this cmdlet returns a value of $Ture, if it succeeds, or a value of $False, otherwise. +Indicates that this cmdlet returns a value of $True, if it succeeds, or a value of $False, otherwise. ```yaml Type: System.Management.Automation.SwitchParameter diff --git a/src/ApiManagement/ApiManagement/help/Update-AzApiManagementRegion.md b/src/ApiManagement/ApiManagement/help/Update-AzApiManagementRegion.md index 8e376efcb44a..e15d4204eb01 100644 --- a/src/ApiManagement/ApiManagement/help/Update-AzApiManagementRegion.md +++ b/src/ApiManagement/ApiManagement/help/Update-AzApiManagementRegion.md @@ -126,7 +126,7 @@ Accept wildcard characters: False ``` ### -PublicIpAddressId -Standard SKU PublicIpAddress ResoureId for integration into stv2 Virtual Network Deployments +Standard SKU PublicIpAddress ResourceId for integration into stv2 Virtual Network Deployments ```yaml Type: System.String diff --git a/src/App/App/help/Get-AzContainerAppManagedEnvCert.md b/src/App/App/help/Get-AzContainerAppManagedEnvCert.md index df3bdeab2a9d..495eae1c98bc 100644 --- a/src/App/App/help/Get-AzContainerAppManagedEnvCert.md +++ b/src/App/App/help/Get-AzContainerAppManagedEnvCert.md @@ -71,7 +71,7 @@ Get the specified Certificate by name. ### Example 3: Get the specified Certificate. ```powershell $managedenv = Get-AzContainerAppManagedEnv -Name azps-env -ResourceGroupName azps_test_group_app -Get-AzContainerAppManagGet-AzContainerAppManagedEnvCert -ManagedEnvironmentInputObject $managedenv -Name azps-env-cert +Get-AzContainerAppManagedEnvCert -ManagedEnvironmentInputObject $managedenv -Name azps-env-cert ``` ```output diff --git a/src/App/App/help/Remove-AzContainerAppConnectedEnvDapr.md b/src/App/App/help/Remove-AzContainerAppConnectedEnvDapr.md index 35846a21c6be..c577ae4730ff 100644 --- a/src/App/App/help/Remove-AzContainerAppConnectedEnvDapr.md +++ b/src/App/App/help/Remove-AzContainerAppConnectedEnvDapr.md @@ -57,7 +57,7 @@ Delete a Dapr Component from a connected environment. ```powershell $connectedenvdapr = Get-AzContainerAppConnectedEnvDapr -ConnectedEnvironmentName azps-connectedenv -ResourceGroupName azps_test_group_app -Name azps-connectedenvdapr -Remove-AzContainerAppConnectedEnvDapr -InpitObject $connectedenvdapr +Remove-AzContainerAppConnectedEnvDapr -InputObject $connectedenvdapr ``` Delete a Dapr Component from a connected environment. From 580bd7fc110fdc85c17f1dae76baac7f0168e558 Mon Sep 17 00:00:00 2001 From: Arie Heinrich Date: Thu, 5 Jun 2025 14:43:48 +0200 Subject: [PATCH 2/4] Apply suggestions from code review adding additional findings Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/Aks/Aks/help/Install-AzAksCliTool.md | 2 +- .../AlertsManagement/help/Set-AzAlertProcessingRule.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Aks/Aks/help/Install-AzAksCliTool.md b/src/Aks/Aks/help/Install-AzAksCliTool.md index 1add70e36a9a..712f5087a3f6 100644 --- a/src/Aks/Aks/help/Install-AzAksCliTool.md +++ b/src/Aks/Aks/help/Install-AzAksCliTool.md @@ -23,7 +23,7 @@ Download and install kubectl and kubelogin. ## EXAMPLES -### Example 1: Install the latestversion of kubectl and kubelogin +### Example 1: Install the latest version of kubectl and kubelogin ```powershell Install-AzAksCliTool ``` diff --git a/src/AlertsManagement/AlertsManagement/help/Set-AzAlertProcessingRule.md b/src/AlertsManagement/AlertsManagement/help/Set-AzAlertProcessingRule.md index dee53abb7ae1..d0910a647c2e 100644 --- a/src/AlertsManagement/AlertsManagement/help/Set-AzAlertProcessingRule.md +++ b/src/AlertsManagement/AlertsManagement/help/Set-AzAlertProcessingRule.md @@ -387,7 +387,7 @@ Accept wildcard characters: False ### -ScheduleEndDateTime End Date Time. Format 2022-09-21 06:00:00 -Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly. +Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly. ```yaml Type: System.String @@ -563,7 +563,7 @@ Accept wildcard characters: False ### -ScheduleStartDateTime Start Date Time. Format 2022-09-21 06:00:00 -Should be mentioned in case of recurrent Schedule - Daily, Weekly or Monthly. +Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly. ```yaml Type: System.String From 53720ccbb6fb23f58674d769161f4a0401e1c49d Mon Sep 17 00:00:00 2001 From: Arie Heinrich Date: Mon, 9 Jun 2025 21:18:51 +0200 Subject: [PATCH 3/4] add fixes to suggestions --- .../AlertsManagement/help/Set-AzAlertProcessingRule.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/AlertsManagement/AlertsManagement/help/Set-AzAlertProcessingRule.md b/src/AlertsManagement/AlertsManagement/help/Set-AzAlertProcessingRule.md index d0910a647c2e..c7039001de1e 100644 --- a/src/AlertsManagement/AlertsManagement/help/Set-AzAlertProcessingRule.md +++ b/src/AlertsManagement/AlertsManagement/help/Set-AzAlertProcessingRule.md @@ -435,7 +435,7 @@ Accept wildcard characters: False ### -ScheduleReccurence2EndTime Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00 -Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly. +Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly. ```yaml Type: System.String @@ -451,7 +451,7 @@ Accept wildcard characters: False ### -ScheduleReccurence2StartTime Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00 -Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly. +Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly. ```yaml Type: System.String @@ -515,7 +515,7 @@ Accept wildcard characters: False ### -ScheduleReccurenceEndTime Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00 -Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly. +Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly. ```yaml Type: System.String @@ -531,7 +531,7 @@ Accept wildcard characters: False ### -ScheduleReccurenceStartTime Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00 -Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly. +Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly. ```yaml Type: System.String From e4b8abbf8ef2ae2efd376b3cc5e4cb226ef3424b Mon Sep 17 00:00:00 2001 From: Arie Heinrich Date: Thu, 12 Jun 2025 22:11:57 +0200 Subject: [PATCH 4/4] fix spelling --- .../Websites/help/Add-AzWebAppAccessRestrictionRule.md | 2 +- src/Websites/Websites/help/Add-AzWebAppTrafficRouting.md | 8 ++++---- src/Websites/Websites/help/Az.Websites.md | 4 ++-- src/Websites/Websites/help/Get-AzStaticWebApp.md | 8 ++++---- src/Websites/Websites/help/Get-AzStaticWebAppBuild.md | 2 +- .../Websites/help/New-AzStaticWebAppBuildAppSetting.md | 2 +- src/Websites/Websites/help/Publish-AzWebApp.md | 2 +- .../Websites/help/Test-AzStaticWebAppCustomDomain.md | 4 ++-- .../help/Update-AzWebAppAccessRestrictionConfig.md | 2 +- .../Websites/help/Update-AzWebAppTrafficRouting.md | 6 +++--- .../Workloads/help/New-AzWorkloadsSapVirtualInstance.md | 6 +++--- 11 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/Websites/Websites/help/Add-AzWebAppAccessRestrictionRule.md b/src/Websites/Websites/help/Add-AzWebAppAccessRestrictionRule.md index 1e0aa8e56f1f..5ff4a8a21d84 100644 --- a/src/Websites/Websites/help/Add-AzWebAppAccessRestrictionRule.md +++ b/src/Websites/Websites/help/Add-AzWebAppAccessRestrictionRule.md @@ -7,7 +7,7 @@ schema: 2.0.0 # Add-AzWebAppAccessRestrictionRule ## SYNOPSIS -Adds an Access Restiction rule to an Azure Web App. +Adds an Access Restriction rule to an Azure Web App. ## SYNTAX diff --git a/src/Websites/Websites/help/Add-AzWebAppTrafficRouting.md b/src/Websites/Websites/help/Add-AzWebAppTrafficRouting.md index 78d3b067a934..ee698bb83350 100644 --- a/src/Websites/Websites/help/Add-AzWebAppTrafficRouting.md +++ b/src/Websites/Websites/help/Add-AzWebAppTrafficRouting.md @@ -22,19 +22,19 @@ The **Add-AzWebAppTrafficRouting** cmdlet adds a Routing rule to an Azure Web Ap ## EXAMPLES -### Example 1: Add a routing rule to transfer 15% of production traffice to Stg slot +### Example 1: Add a routing rule to transfer 15% of production traffic to Stg slot ```powershell Add-AzWebAppTrafficRouting -ResourceGroupName "Default-Web-WestUS" -WebAppName "ContosoSite" -RoutingRule @{ActionHostName='XXXX.azurewebsites.net';ReroutePercentage=15;Name='Stg'} ``` -This command adds a routing rule to transfer 15% of production traffice to Stg slot +This command adds a routing rule to transfer 15% of production traffic to Stg slot -### Example 2: Add a routing rule to transfer the production traffice to Stg slot ranges from 50% to 90% in incremental manner. +### Example 2: Add a routing rule to transfer the production traffic to Stg slot ranges from 50% to 90% in incremental manner. ```powershell Add-AzWebAppTrafficRouting -ResourceGroupName "Default-Web-WestUS" -WebAppName "ContosoSite" -RoutingRule @{ActionHostName='XXXX.azurewebsites.net';ReroutePercentage=50;ChangeIntervalInMinutes=1;MinReroutePercentage=50;MaxReroutePercentage=90;Name='Stg';ChangeStep=10} ``` -This command adds a routing rule to transfer the production traffice to Stg slot ranges from 50% to 90% in incremental manner. +This command adds a routing rule to transfer the production traffic to Stg slot ranges from 50% to 90% in incremental manner. ## PARAMETERS diff --git a/src/Websites/Websites/help/Az.Websites.md b/src/Websites/Websites/help/Az.Websites.md index baf6acdcd97c..d722be927cad 100644 --- a/src/Websites/Websites/help/Az.Websites.md +++ b/src/Websites/Websites/help/Az.Websites.md @@ -12,7 +12,7 @@ ARM (Azure Resource Manager) Web App and App Service Plan commands. ## Az.Websites Cmdlets ### [Add-AzWebAppAccessRestrictionRule](Add-AzWebAppAccessRestrictionRule.md) -Adds an Access Restiction rule to an Azure Web App. +Adds an Access Restriction rule to an Azure Web App. ### [Add-AzWebAppTrafficRouting](Add-AzWebAppTrafficRouting.md) Add a routing Rule to the Slot. @@ -333,7 +333,7 @@ Description for Creates a new static site in an existing resource group, or upda Description for Updates a user entry with the listed roles ### [Update-AzWebAppAccessRestrictionConfig](Update-AzWebAppAccessRestrictionConfig.md) -Updates the inheritance of Main site Access Restiction config to SCM Site for an Azure Web App. +Updates the inheritance of Main site Access Restriction config to SCM Site for an Azure Web App. ### [Update-AzWebAppTrafficRouting](Update-AzWebAppTrafficRouting.md) Update a routing Rule to the Slot. diff --git a/src/Websites/Websites/help/Get-AzStaticWebApp.md b/src/Websites/Websites/help/Get-AzStaticWebApp.md index c1650cbcb620..4c58bb9513e1 100644 --- a/src/Websites/Websites/help/Get-AzStaticWebApp.md +++ b/src/Websites/Websites/help/Get-AzStaticWebApp.md @@ -69,7 +69,7 @@ Kind Location Name Type This commands list all static web applications under a resource group. -### Example 3: Get a satic web application by name +### Example 3: Get a static web application by name ```powershell Get-AzStaticWebApp -ResourceGroupName azure-rg-test -Name staticweb-portal04 ``` @@ -80,9 +80,9 @@ Kind Location Name Type Central US staticweb-portal04 Microsoft.Web/staticSites ``` -This commands gets a satic web application by name. +This commands gets a static web application by name. -### Example 4: Get a satic web application by pipline +### Example 4: Get a static web application by pipeline ```powershell New-AzStaticWebApp -ResourceGroupName azure-rg-test -Name staticweb-pwsh01 -Location eastus2 -RepositoryUrl 'https://github.com/username/RepoName' -RepositoryToken 'repoToken123' -Branch 'master' -AppLocation 'Client' -ApiLocation 'Api' -OutputLocation 'wwwroot' -SkuName 'free' | Get-AzStaticWebApp ``` @@ -93,7 +93,7 @@ Kind Location Name Type Central US staticweb-portal04 Microsoft.Web/staticSites ``` -This commands gets a satic web application by pipline. +This commands gets a static web application by pipeline. ## PARAMETERS diff --git a/src/Websites/Websites/help/Get-AzStaticWebAppBuild.md b/src/Websites/Websites/help/Get-AzStaticWebAppBuild.md index 1a9f1fe648db..2ea8403cc641 100644 --- a/src/Websites/Websites/help/Get-AzStaticWebAppBuild.md +++ b/src/Websites/Websites/help/Get-AzStaticWebAppBuild.md @@ -48,7 +48,7 @@ Kind Name Type ``` This command list all builds under a static web app. -Automaticall create a new build in static web app When creating a new pull request for branch. +Automatically create a new build in static web app When creating a new pull request for branch. ### Example 2: Get the details of a static site build ```powershell diff --git a/src/Websites/Websites/help/New-AzStaticWebAppBuildAppSetting.md b/src/Websites/Websites/help/New-AzStaticWebAppBuildAppSetting.md index ef221f11fbc0..7cfb3f1bec34 100644 --- a/src/Websites/Websites/help/New-AzStaticWebAppBuildAppSetting.md +++ b/src/Websites/Websites/help/New-AzStaticWebAppBuildAppSetting.md @@ -45,7 +45,7 @@ This command creates or updates the app settings of a static site build. ### Example 2: Create or updates the app settings of a static site build by pipeline ```powershell -Get-AzStaticWebAppBuildAppSetting -ResourceGroupName resourceGroup -Name taticweb00 -EnvironmentName 'default' | New-AzStaticWebAppBuildAppSetting -AppSetting @{'buildsetting1' = 'someval'; 'buildsetting2' = 'someval2' } +Get-AzStaticWebAppBuildAppSetting -ResourceGroupName resourceGroup -Name staticweb00 -EnvironmentName 'default' | New-AzStaticWebAppBuildAppSetting -AppSetting @{'buildsetting1' = 'someval'; 'buildsetting2' = 'someval2' } ``` ```output diff --git a/src/Websites/Websites/help/Publish-AzWebApp.md b/src/Websites/Websites/help/Publish-AzWebApp.md index 6144687d0bcd..b29494655d1f 100644 --- a/src/Websites/Websites/help/Publish-AzWebApp.md +++ b/src/Websites/Websites/help/Publish-AzWebApp.md @@ -215,7 +215,7 @@ Accept wildcard characters: False ``` ### -PullIdentity -AAD identity used for pull based deployments. 'system' will use the app's system assigned identy. An user assigned identity can be used by providing the client ID. Only available for Windows WebApps. Support for Linux WebApps coming soon. +AAD identity used for pull based deployments. 'system' will use the app's system assigned identity. An user assigned identity can be used by providing the client ID. Only available for Windows WebApps. Support for Linux WebApps coming soon. ```yaml Type: System.String diff --git a/src/Websites/Websites/help/Test-AzStaticWebAppCustomDomain.md b/src/Websites/Websites/help/Test-AzStaticWebAppCustomDomain.md index d685098bd587..e681f4a4eece 100644 --- a/src/Websites/Websites/help/Test-AzStaticWebAppCustomDomain.md +++ b/src/Websites/Websites/help/Test-AzStaticWebAppCustomDomain.md @@ -36,14 +36,14 @@ Description for Validates a particular custom domain can be added to a static si Test-AzStaticWebAppCustomDomain -ResourceGroupName resourceGroup -Name staticweb00 -DomainName 'www01.azpstest.net' ``` -This commnad validates a particular custom domain can be added to a static site +This command validates a particular custom domain can be added to a static site ### Example 2: Validate a particular custom domain can be added to a static site by pipeline ```powershell Get-AzStaticWebAppCustomDomain -ResourceGroupName resourceGroup -Name staticweb00 -DomainName 'www01.azpstest.net' | Get-AzStaticWebAppCustomDomain ``` -This commnad validates a particular custom domain can be added to a static site by pipeline. +This command validates a particular custom domain can be added to a static site by pipeline. ## PARAMETERS diff --git a/src/Websites/Websites/help/Update-AzWebAppAccessRestrictionConfig.md b/src/Websites/Websites/help/Update-AzWebAppAccessRestrictionConfig.md index 730d6ed8cec5..b8390d29825b 100644 --- a/src/Websites/Websites/help/Update-AzWebAppAccessRestrictionConfig.md +++ b/src/Websites/Websites/help/Update-AzWebAppAccessRestrictionConfig.md @@ -7,7 +7,7 @@ schema: 2.0.0 # Update-AzWebAppAccessRestrictionConfig ## SYNOPSIS -Updates the inheritance of Main site Access Restiction config to SCM Site for an Azure Web App. +Updates the inheritance of Main site Access Restriction config to SCM Site for an Azure Web App. ## SYNTAX diff --git a/src/Websites/Websites/help/Update-AzWebAppTrafficRouting.md b/src/Websites/Websites/help/Update-AzWebAppTrafficRouting.md index 61ad46f06be9..0f5f8b2491b6 100644 --- a/src/Websites/Websites/help/Update-AzWebAppTrafficRouting.md +++ b/src/Websites/Websites/help/Update-AzWebAppTrafficRouting.md @@ -22,7 +22,7 @@ The **Update-AzWebAppTrafficRouting** cmdlet updates the routing rule configurat ## EXAMPLES -### Example 1: Update a routing rule to transfer 15% of production traffice to Stg slot +### Example 1: Update a routing rule to transfer 15% of production traffic to Stg slot ```powershell Update-AzWebAppTrafficRouting -ResourceGroupName "Default-Web-WestUS" -WebAppName "ContosoSite" ` -RoutingRule @{ActionHostName='XXXX.azurewebsites.net';ReroutePercentage=15;Name='Stg'} @@ -30,13 +30,13 @@ Update-AzWebAppTrafficRouting -ResourceGroupName "Default-Web-WestUS" -WebAppNam This command updates a routing rule to transfer 15% of production traffic to Stg slot. -### Example 2: Update a routing rule to transfer the production traffice to Stg slot ranges from 50% to 90% in incremental manner. +### Example 2: Update a routing rule to transfer the production traffic to Stg slot ranges from 50% to 90% in incremental manner. ```powershell Update-AzWebAppTrafficRouting -ResourceGroupName "Default-Web-WestUS" -WebAppName "ContosoSite" ` -RoutingRule @{ActionHostName='XXXX.azurewebsites.net';ReroutePercentage=50;ChangeIntervalInMinutes=1;MinReroutePercentage=50;MaxReroutePercentage=90;Name='Stg';ChangeStep=10} ``` -This command Updates a routing rule to transfer the production traffice to Stg slot ranges from 50% to 90% in incremental manner. +This command Updates a routing rule to transfer the production traffic to Stg slot ranges from 50% to 90% in incremental manner. ## PARAMETERS diff --git a/src/Workloads/Workloads/help/New-AzWorkloadsSapVirtualInstance.md b/src/Workloads/Workloads/help/New-AzWorkloadsSapVirtualInstance.md index 4a440d750381..b1f5a05a2dc2 100644 --- a/src/Workloads/Workloads/help/New-AzWorkloadsSapVirtualInstance.md +++ b/src/Workloads/Workloads/help/New-AzWorkloadsSapVirtualInstance.md @@ -89,7 +89,7 @@ Name ResourceGroupName Health Environment ProvisioningState SapProduct State SK1 PowerShell-CLI-TestRG NonProd Succeeded S4HANA RegistrationComplete eastus ``` -In this example, you Install the SAP software on the deployed infrastructure for a three tier distributed Highly Availabile SAP system with Transport directory and customized resource naming. +In this example, you Install the SAP software on the deployed infrastructure for a three tier distributed Highly Available SAP system with Transport directory and customized resource naming. ### Example 5: Register an existing SAP system as a VIS ```powershell @@ -118,7 +118,7 @@ L46 PowerShell-CLI-TestRG NonProd Succeeded S4HANA Regis Use the New-AzWorkloadsSapVirtualInstance cmdlet with the suggested input parameters to register an existing SAP system as a Virtual Instance for SAP solutions resource with a custom Managed Resource Group and Managed Storage Account Name, and specify the Managed Storage Account Network Access Type setting as per your security requirements. Learn More: https://go.microsoft.com/fwlink/?linkid=2256933 -### Example 7: Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallary Image +### Example 7: Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallery Image ```powershell New-AzWorkloadsSapVirtualInstance -ResourceGroupName 'PowerShell-CLI-TestRG' -Name SK1 -Location eastus -Environment 'NonProd' -SapProduct 'S4HANA' -Configuration .\CreatePayloadHACustomNames.json -IdentityType 'UserAssigned' -ManagedResourceGroupName "acss-mrg1" -UserAssignedIdentity @{'/subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourcegroups/SAP-E2ETest-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/E2E-RBAC-MSI'= @{}} ``` @@ -129,7 +129,7 @@ Name ResourceGroupName Health Environment ProvisioningState SapProduct State SK1 PowerShell-CLI-TestRG NonProd Succeeded S4HANA SoftwareInstallationPending eastus ``` -In this example, you Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallary Image. +In this example, you Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallery Image. See sample json payload here: https://go.microsoft.com/fwlink/?linkid=2263420 ## PARAMETERS