From 48c32f1d0f4ebf2699a2bb4c9704ebbac3cf9695 Mon Sep 17 00:00:00 2001 From: Arie Heinrich Date: Mon, 30 Jun 2025 00:52:19 +0200 Subject: [PATCH] fix spelling --- ...IntegrationAccountCertificateOperations.cs | 2 +- .../custom/New-AzMLWorkSpaceConnection.ps1 | 2 +- .../docs/Get-AzMLWorkspaceKey.md | 4 ++-- .../docs/Get-AzMLWorkspaceOnlineEndpoint.md | 8 +++---- .../docs/New-AzMLWorkspaceCommandJobObject.md | 2 +- .../New-AzMLWorkspacePipelineJobObject.md | 2 +- .../examples/Get-AzMLWorkspaceKey.md | 4 ++-- .../Get-AzMLWorkspaceOnlineEndpoint.md | 8 +++---- .../New-AzMLWorkspaceCommandJobObject.md | 2 +- .../New-AzMLWorkspacePipelineJobObject.md | 2 +- .../test/New-AzMLWorkspaceJob.Tests.ps1 | 2 +- .../test/utils.ps1 | 2 +- .../ScenarioTests/MaintenanceTests.ps1 | 24 +++++++++---------- .../Maintenance/Common/MaintenanceClient.cs | 2 +- .../docs/Remove-AzNetworkFabricL2Domain.md | 4 ++-- .../docs/Remove-AzNetworkFabricL3Domain.md | 4 ++-- .../Remove-AzNetworkFabricL2Domain.md | 4 ++-- .../Remove-AzNetworkFabricL3Domain.md | 4 ++-- .../custom/Update-AzMariaDbConfiguration.ps1 | 2 +- .../docs/Get-AzMariaDbFirewallRule.md | 2 +- .../docs/Update-AzMariaDbConfiguration.md | 2 +- .../examples/Get-AzMariaDbFirewallRule.md | 2 +- .../Marketplace.Autorest/README.md | 2 +- .../MarketplaceOrdering.Autorest/README.md | 2 +- 24 files changed, 47 insertions(+), 47 deletions(-) diff --git a/src/LogicApp/LogicApp/Utilities/IntegrationAccountCertificateOperations.cs b/src/LogicApp/LogicApp/Utilities/IntegrationAccountCertificateOperations.cs index 449ca2983599..21708f37ec19 100644 --- a/src/LogicApp/LogicApp/Utilities/IntegrationAccountCertificateOperations.cs +++ b/src/LogicApp/LogicApp/Utilities/IntegrationAccountCertificateOperations.cs @@ -47,7 +47,7 @@ public IntegrationAccountCertificate CreateIntegrationAccountCertificate(string } /// - /// Checks whether the integration account certifcate exists or not. + /// Checks whether the integration account certificate exists or not. /// /// The integration account resource group name. /// The integration account object. diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkSpaceConnection.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkSpaceConnection.ps1 index 39b48a240399..45da94740297 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkSpaceConnection.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkSpaceConnection.ps1 @@ -191,7 +191,7 @@ function New-AzMLWorkspaceConnection { ) process { - # Create with extanded parameter + # Create with extended parameter $hasAuthType = $PSBoundParameters.Remove('AuthType') $hasCategory = $PSBoundParameters.Remove('Category') $hasExpiryTime = $PSBoundParameters.Remove('ExpiryTime') diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceKey.md b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceKey.md index 015ea4de396c..55bd1816a6e1 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceKey.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceKey.md @@ -24,7 +24,7 @@ This includes keys for the storage account, app insights and password for contai ## EXAMPLES -### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container regist +### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry ```powershell Get-AzMLWorkspaceKey -ResourceGroupName ml-rg-test -Name mlworkspace-cli01 ``` @@ -35,7 +35,7 @@ AppInsightsInstrumentationKey UserStorageKey xxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ``` -Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container regist +Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry ## PARAMETERS diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceOnlineEndpoint.md b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceOnlineEndpoint.md index 6fc85ac7461a..fb5d414106a7 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceOnlineEndpoint.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceOnlineEndpoint.md @@ -36,7 +36,7 @@ Get Online Endpoint. ## EXAMPLES -### Example 1: Lists all online enpoints under a workspace +### Example 1: Lists all online endpoints under a workspace ```powershell Get-AzMLWorkspaceOnlineEndpoint -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01 ``` @@ -49,9 +49,9 @@ eastus online-cli01 5/19/2022 2:47:34 AM UserName (Example) eastus online-pwsh01 5/18/2022 9:44:06 AM UserName (Example) 5/18/2022 9:44:48 AM Managed ml-rg-test ``` -Lists all online enpoints under a workspace +Lists all online endpoints under a workspace -### Example 2: Get a online enpoint by name +### Example 2: Get a online endpoint by name ```powershell Get-AzMLWorkspaceOnlineEndpoint -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01 -Name online-cli01 ``` @@ -62,7 +62,7 @@ Location Name SystemDataCreatedAt SystemDataCreatedBy S eastus online-cli01 5/19/2022 2:47:34 AM UserName (Example) 5/19/2022 2:48:26 AM Managed ml-rg-test ``` -Get a online enpoint by name +Get a online endpoint by name ## PARAMETERS diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspaceCommandJobObject.md b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspaceCommandJobObject.md index 88d934394752..4aa8c17b2be6 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspaceCommandJobObject.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspaceCommandJobObject.md @@ -30,7 +30,7 @@ Create an in-memory object for CommandJob. ### Example 1: Create an in-memory object for CommandJob ```powershell -# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject +# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject # New-AzMLWorkspaceCustomModelJobInputObject # New-AzMLWorkspaceCustomModelJobOutputObject diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspacePipelineJobObject.md b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspacePipelineJobObject.md index d309c60c2eb6..a81dee9c8c26 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspacePipelineJobObject.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspacePipelineJobObject.md @@ -28,7 +28,7 @@ Create an in-memory object for PipelineJob. ### Example 1: Create an in-memory object for PipelineJob ```powershell -# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject +# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject # New-AzMLWorkspaceCustomModelJobInputObject # New-AzMLWorkspaceCustomModelJobOutputObject diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceKey.md b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceKey.md index 4ee5fb8352a1..1dea79be580d 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceKey.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceKey.md @@ -1,4 +1,4 @@ -### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container regist +### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry ```powershell Get-AzMLWorkspaceKey -ResourceGroupName ml-rg-test -Name mlworkspace-cli01 ``` @@ -9,5 +9,5 @@ AppInsightsInstrumentationKey UserStorageKey xxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ``` - Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container regist + Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceOnlineEndpoint.md b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceOnlineEndpoint.md index 518dab1bbb25..27e01a85e4d6 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceOnlineEndpoint.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceOnlineEndpoint.md @@ -1,4 +1,4 @@ -### Example 1: Lists all online enpoints under a workspace +### Example 1: Lists all online endpoints under a workspace ```powershell Get-AzMLWorkspaceOnlineEndpoint -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01 ``` @@ -11,9 +11,9 @@ eastus online-cli01 5/19/2022 2:47:34 AM UserName (Example) eastus online-pwsh01 5/18/2022 9:44:06 AM UserName (Example) 5/18/2022 9:44:48 AM Managed ml-rg-test ``` -Lists all online enpoints under a workspace +Lists all online endpoints under a workspace -### Example 2: Get a online enpoint by name +### Example 2: Get a online endpoint by name ```powershell Get-AzMLWorkspaceOnlineEndpoint -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01 -Name online-cli01 ``` @@ -24,5 +24,5 @@ Location Name SystemDataCreatedAt SystemDataCreatedBy S eastus online-cli01 5/19/2022 2:47:34 AM UserName (Example) 5/19/2022 2:48:26 AM Managed ml-rg-test ``` -Get a online enpoint by name +Get a online endpoint by name diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspaceCommandJobObject.md b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspaceCommandJobObject.md index 7bf6e42cd1ef..ea0f5d221427 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspaceCommandJobObject.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspaceCommandJobObject.md @@ -1,6 +1,6 @@ ### Example 1: Create an in-memory object for CommandJob ```powershell -# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject +# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject # New-AzMLWorkspaceCustomModelJobInputObject # New-AzMLWorkspaceCustomModelJobOutputObject diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspacePipelineJobObject.md b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspacePipelineJobObject.md index c045bd32895a..aa61c926c2c4 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspacePipelineJobObject.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspacePipelineJobObject.md @@ -1,6 +1,6 @@ ### Example 1: Create an in-memory object for PipelineJob ```powershell -# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject +# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject # New-AzMLWorkspaceCustomModelJobInputObject # New-AzMLWorkspaceCustomModelJobOutputObject diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/test/New-AzMLWorkspaceJob.Tests.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/test/New-AzMLWorkspaceJob.Tests.ps1 index 9c9dc7031a94..ba02bd6bd282 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/test/New-AzMLWorkspaceJob.Tests.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/test/New-AzMLWorkspaceJob.Tests.ps1 @@ -24,7 +24,7 @@ Describe 'New-AzMLWorkspaceJob' { #Moved -DisplayName 'commandJob03' -ExperimentName 'commandjobexperiment' New-AzMLWorkspaceJob -ResourceGroupName ml-rg-test01 -WorkspaceName mlworkspacekeep -Name commandJob03 -Job $commandJob Stop-AzMLWorkspaceJob -ResourceGroupName ml-rg-test01 -WorkspaceName mlworkspacekeep -Name commandJob03 - # Remove operation exists 404 status code during runing operation. + # Remove operation exists 404 status code during running operation. # Remove-AzMLWorkspaceJob -ResourceGroupName ml-rg-test01 -WorkspaceName mlworkspacekeep -Name commandJob03 } | Should -Not -Throw } diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/test/utils.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/test/utils.ps1 index f4720918f475..562a2eb91347 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/test/utils.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/test/utils.ps1 @@ -126,7 +126,7 @@ function setupEnv() { $storageAccount1 = Get-AzStorageAccount -Name $StorageAccountName1 -ResourceGroupName $env.DataGroupName -ErrorAction Stop Write-Host 'Get storage account, go ahead' } catch { - # Must be public newwork access to use + # Must be public network access to use $storageAccount1 = New-AzStorageAccount -SkuName "Standard_LRS" -Kind StorageV2 -ResourceGroupName $env.DataGroupName -Name $StorageAccountName1 -Location $env.region } diff --git a/src/Maintenance/Maintenance.Test/ScenarioTests/MaintenanceTests.ps1 b/src/Maintenance/Maintenance.Test/ScenarioTests/MaintenanceTests.ps1 index 2cae026007f6..1b73c4d47b35 100644 --- a/src/Maintenance/Maintenance.Test/ScenarioTests/MaintenanceTests.ps1 +++ b/src/Maintenance/Maintenance.Test/ScenarioTests/MaintenanceTests.ps1 @@ -84,7 +84,7 @@ function Test-GetAzMaintenanceConfiguration Write-Host "Retrieved $($retrievedConfigurations.Count) maintenance configurations." } - # Update the configurations & Testing 2 sifferent input styles + # Update the configurations & Testing 2 different input styles for ($i = 0; $i -lt $retrievedConfigurations.Count; $i++) { try { Update-AzMaintenanceConfiguration -ResourceGroupName $resourceGroups[$i] -Name $maintenanceConfigurationName -Configuration $retrievedConfigurations[$i] @@ -433,14 +433,14 @@ function Test-AzConfigurationAssignmentDynamicGroupForSubscription $maintenanceConfigurationInGuestPatchCreated = New-AzMaintenanceConfiguration -ResourceGroupName $resourceGroupName -Name $maintenanceConfigurationInGuestPatchName -MaintenanceScope "InGuestPatch" -Location $location -Timezone "UTC" -StartDateTime "2025-10-09 12:30" -Duration "3:00" -RecurEvery "Day" -LinuxParameterPackageNameMaskToInclude "apt","httpd" -ExtensionProperty @{inGuestPatchMode="User"} -InstallPatchRebootSetting "IfRequired" ## Dynamic Group Subscription level - # Dyamic scope ResourceGroup assignment + # Dynamic scope ResourceGroup assignment $configurationAssignmentCreated = New-AzConfigurationAssignment -ConfigurationAssignmentName $maintenanceConfigurationName -MaintenanceConfigurationId $maintenanceConfigurationInGuestPatchCreated.Id Assert-AreEqual $configurationAssignmentCreated.Name $maintenanceConfigurationName Assert-AreEqual $configurationAssignmentCreated.Type "Microsoft.Maintenance/configurationAssignments" Assert-AreEqual $configurationAssignmentCreated.MaintenanceConfigurationId $maintenanceConfigurationInGuestPatchCreated.Id - # Dyamic scope ResourceGroup assignment locations filter + # Dynamic scope ResourceGroup assignment locations filter $configurationAssignmentCreated = New-AzConfigurationAssignment -ConfigurationAssignmentName $maintenanceConfigurationName -MaintenanceConfigurationId $maintenanceConfigurationInGuestPatchCreated.Id -FilterLocation eastus2euap,centraluseuap Assert-AreEqual $configurationAssignmentCreated.Name $maintenanceConfigurationName @@ -450,7 +450,7 @@ function Test-AzConfigurationAssignmentDynamicGroupForSubscription Assert-AreEqual $configurationAssignmentCreated.FilterLocation[0] "eastus2euap" Assert-AreEqual $configurationAssignmentCreated.FilterLocation[1] "centraluseuap" - # Dyamic scope ResourceGroup assignment locations and resourceType filter + # Dynamic scope ResourceGroup assignment locations and resourceType filter $configurationAssignmentCreated = New-AzConfigurationAssignment -ConfigurationAssignmentName $maintenanceConfigurationName -MaintenanceConfigurationId $maintenanceConfigurationInGuestPatchCreated.Id -FilterLocation eastus2euap,centraluseuap -FilterResourceType microsoft.compute/virtualmachines,microsoft.hybridcompute/machines Assert-AreEqual $configurationAssignmentCreated.Name $maintenanceConfigurationName @@ -463,7 +463,7 @@ function Test-AzConfigurationAssignmentDynamicGroupForSubscription Assert-AreEqual $configurationAssignmentCreated.FilterResourceType[0] "microsoft.compute/virtualmachines" Assert-AreEqual $configurationAssignmentCreated.FilterResourceType[1] "microsoft.hybridcompute/machines" - # Dyamic scope ResourceGroup assignment tags, locations, os Filter + # Dynamic scope ResourceGroup assignment tags, locations, os Filter $configurationAssignmentCreated = New-AzConfigurationAssignment -ConfigurationAssignmentName $maintenanceConfigurationName -MaintenanceConfigurationId $maintenanceConfigurationInGuestPatchCreated.Id -FilterLocation eastus2euap,centraluseuap -FilterOsType Windows,Linux -FilterTag '{"tagKey1" : ["tagKey1Value1", "tagKey1Value2"], "tagKey2" : ["tagKey2Value1", "tagKey2Value2", "tagKey2Value3"] }' -FilterOperator "Any" Assert-AreEqual $configurationAssignmentCreated.Name $maintenanceConfigurationName @@ -514,8 +514,8 @@ function Test-AzConfigurationAssignmentDynamicGroupForResourceGroup ### InGuestPatch maintenance config $maintenanceConfigurationInGuestPatchCreated = New-AzMaintenanceConfiguration -ResourceGroupName $resourceGroupName -Name $maintenanceConfigurationInGuestPatchName -MaintenanceScope "InGuestPatch" -Location $location -Timezone "UTC" -StartDateTime "2025-10-09 12:30" -Duration "3:00" -RecurEvery "Day" -LinuxParameterPackageNameMaskToInclude "apt","httpd" -ExtensionProperty @{inGuestPatchMode="User"} -InstallPatchRebootSetting "IfRequired" - # Dyamic Scope - Resource Group - # Dyamic scope ResourceGroup assignment locations filter + # Dynamic Scope - Resource Group + # Dynamic scope ResourceGroup assignment locations filter $configurationAssignmentCreated = New-AzConfigurationAssignment -ResourceGroupName $resourceGroupNameForConfigAssignment -ConfigurationAssignmentName $maintenanceConfigurationName -MaintenanceConfigurationId $maintenanceConfigurationInGuestPatchCreated.Id -Location $location -FilterLocation eastus2euap,centraluseuap Assert-AreEqual $configurationAssignmentCreated.Name $maintenanceConfigurationName @@ -525,7 +525,7 @@ function Test-AzConfigurationAssignmentDynamicGroupForResourceGroup Assert-AreEqual $configurationAssignmentCreated.FilterLocation[0] "eastus2euap" Assert-AreEqual $configurationAssignmentCreated.FilterLocation[1] "centraluseuap" - # Dyamic scope ResourceGroup assignment locations and resourceType filter + # Dynamic scope ResourceGroup assignment locations and resourceType filter $configurationAssignmentCreated = New-AzConfigurationAssignment -ResourceGroupName $resourceGroupNameForConfigAssignment -ConfigurationAssignmentName $maintenanceConfigurationName -MaintenanceConfigurationId $maintenanceConfigurationInGuestPatchCreated.Id -Location $location -FilterLocation eastus2euap,centraluseuap -FilterResourceType microsoft.compute/virtualmachines,microsoft.hybridcompute/machines Assert-AreEqual $configurationAssignmentCreated.Name $maintenanceConfigurationName @@ -538,7 +538,7 @@ function Test-AzConfigurationAssignmentDynamicGroupForResourceGroup Assert-AreEqual $configurationAssignmentCreated.FilterResourceType[0] "microsoft.compute/virtualmachines" Assert-AreEqual $configurationAssignmentCreated.FilterResourceType[1] "microsoft.hybridcompute/machines" - # Dyamic scope ResourceGroup assignment tags, locations, os Filter + # Dynamic scope ResourceGroup assignment tags, locations, os Filter $configurationAssignmentCreated = New-AzConfigurationAssignment -ResourceGroupName $resourceGroupNameForConfigAssignment -ConfigurationAssignmentName $maintenanceConfigurationName -MaintenanceConfigurationId $maintenanceConfigurationInGuestPatchCreated.Id -Location $location -FilterLocation eastus2euap,centraluseuap -FilterOsType Windows,Linux -FilterTag '{"tagKey1" : ["tagKey1Value1", "tagKey1Value2"], "tagKey2" : ["tagKey2Value1", "tagKey2Value2", "tagKey2Value3"] }' -FilterOperator "Any" Assert-AreEqual $configurationAssignmentCreated.Name $maintenanceConfigurationName @@ -832,13 +832,13 @@ function Test-GetAzApplyUpdateWithoutParentResource <# .SYNOPSIS -Assert a maintenace configuration object. +Assert a maintenance configuration object. .PARAMETER expected -The expected maintenace configuration object. +The expected maintenance configuration object. .PARAMETER actual -The actual maintenace configuration object. +The actual maintenance configuration object. #> function Assert-MaintenanceConfiguration { diff --git a/src/Maintenance/Maintenance/Common/MaintenanceClient.cs b/src/Maintenance/Maintenance/Common/MaintenanceClient.cs index 94cb743bc8b6..b87d35df8dd1 100644 --- a/src/Maintenance/Maintenance/Common/MaintenanceClient.cs +++ b/src/Maintenance/Maintenance/Common/MaintenanceClient.cs @@ -34,7 +34,7 @@ public MaintenanceClient(IAzureContext context) { } - public MaintenanceClient(IMaintenanceManagementClient maintenancManagementClient) + public MaintenanceClient(IMaintenanceManagementClient maintenanceManagementClient) { MaintenanceManagementClient = maintenancManagementClient; } diff --git a/src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/docs/Remove-AzNetworkFabricL2Domain.md b/src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/docs/Remove-AzNetworkFabricL2Domain.md index 2d5d3af03b23..a91fbf43a224 100644 --- a/src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/docs/Remove-AzNetworkFabricL2Domain.md +++ b/src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/docs/Remove-AzNetworkFabricL2Domain.md @@ -29,12 +29,12 @@ Deletes layer 2 connectivity between compute nodes by managed by named L2 Isolat ## EXAMPLES -### Example 1: Delete the L2 Isolatoion Domain Resource +### Example 1: Delete the L2 isolationDomain Resource ```powershell Remove-AzNetworkFabricL2Domain -Name $name -ResourceGroupName $resourceGroupName ``` -This command deletes the L2 Isolatoion Domain resource. +This command deletes the L2 Isolation Domain resource. ## PARAMETERS diff --git a/src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/docs/Remove-AzNetworkFabricL3Domain.md b/src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/docs/Remove-AzNetworkFabricL3Domain.md index f3a0defc9596..ffb87267111e 100644 --- a/src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/docs/Remove-AzNetworkFabricL3Domain.md +++ b/src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/docs/Remove-AzNetworkFabricL3Domain.md @@ -29,12 +29,12 @@ Deletes layer 3 connectivity between compute nodes by managed by named L3 Isolat ## EXAMPLES -### Example 1: Delete the L3 Isolatoion Domain Resource +### Example 1: Delete the L3 Isolation Domain Resource ```powershell Remove-AzNetworkFabricL3Domain -Name $name -ResourceGroupName $resourceGroupName ``` -This command deletes the L3 Isolatoion Domain resource. +This command deletes the L3 Isolation Domain resource. ## PARAMETERS diff --git a/src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/examples/Remove-AzNetworkFabricL2Domain.md b/src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/examples/Remove-AzNetworkFabricL2Domain.md index 27ce945d7d3e..737b3022ecb1 100644 --- a/src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/examples/Remove-AzNetworkFabricL2Domain.md +++ b/src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/examples/Remove-AzNetworkFabricL2Domain.md @@ -1,7 +1,7 @@ -### Example 1: Delete the L2 Isolatoion Domain Resource +### Example 1: Delete the L2 Isolation Domain Resource ```powershell Remove-AzNetworkFabricL2Domain -Name $name -ResourceGroupName $resourceGroupName ``` -This command deletes the L2 Isolatoion Domain resource. +This command deletes the L2 Isolation Domain resource. diff --git a/src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/examples/Remove-AzNetworkFabricL3Domain.md b/src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/examples/Remove-AzNetworkFabricL3Domain.md index 3d442888099b..c6923d07fddf 100644 --- a/src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/examples/Remove-AzNetworkFabricL3Domain.md +++ b/src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/examples/Remove-AzNetworkFabricL3Domain.md @@ -1,7 +1,7 @@ -### Example 1: Delete the L3 Isolatoion Domain Resource +### Example 1: Delete the L3 Isolation Domain Resource ```powershell Remove-AzNetworkFabricL3Domain -Name $name -ResourceGroupName $resourceGroupName ``` -This command deletes the L3 Isolatoion Domain resource. +This command deletes the L3 Isolation Domain resource. diff --git a/src/MariaDb/MariaDb.Autorest/custom/Update-AzMariaDbConfiguration.ps1 b/src/MariaDb/MariaDb.Autorest/custom/Update-AzMariaDbConfiguration.ps1 index e2fb2e428263..62f65738bb57 100644 --- a/src/MariaDb/MariaDb.Autorest/custom/Update-AzMariaDbConfiguration.ps1 +++ b/src/MariaDb/MariaDb.Autorest/custom/Update-AzMariaDbConfiguration.ps1 @@ -19,7 +19,7 @@ Updates a configuration of a server. Use Update-AzMariaDbServer instead if you want update AdministratorLoginPassword, sku, etc. .Description Updates a configuration of a server. -Use Update-AzMariaDberver instead if you want update AdministratorLoginPassword, sku, etc. +Use Update-AzMariaDbServer instead if you want update AdministratorLoginPassword, sku, etc. #> function Update-AzMariaDbConfiguration { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IConfiguration])] diff --git a/src/MariaDb/MariaDb.Autorest/docs/Get-AzMariaDbFirewallRule.md b/src/MariaDb/MariaDb.Autorest/docs/Get-AzMariaDbFirewallRule.md index e9bcc5f5bad0..f4d58c24e0fb 100644 --- a/src/MariaDb/MariaDb.Autorest/docs/Get-AzMariaDbFirewallRule.md +++ b/src/MariaDb/MariaDb.Autorest/docs/Get-AzMariaDbFirewallRule.md @@ -47,7 +47,7 @@ fr-usc9na Microsoft.DBforMariaDB/servers/firewallRules frname-001 Microsoft.DBforMariaDB/servers/firewallRules ``` -This command lists all girewall rule under a MariaDB. +This command lists all firewall rule under a MariaDB. ### Example 2: Get a firewall rule under a MariaDB ```powershell diff --git a/src/MariaDb/MariaDb.Autorest/docs/Update-AzMariaDbConfiguration.md b/src/MariaDb/MariaDb.Autorest/docs/Update-AzMariaDbConfiguration.md index 34d8d1e4fa41..12f1ec5004bd 100644 --- a/src/MariaDb/MariaDb.Autorest/docs/Update-AzMariaDbConfiguration.md +++ b/src/MariaDb/MariaDb.Autorest/docs/Update-AzMariaDbConfiguration.md @@ -28,7 +28,7 @@ Update-AzMariaDbConfiguration -InputObject [-Source ] ## DESCRIPTION Updates a configuration of a server. -Use Update-AzMariaDberver instead if you want update AdministratorLoginPassword, sku, etc. +Use Update-AzMariaDbServer instead if you want update AdministratorLoginPassword, sku, etc. ## EXAMPLES diff --git a/src/MariaDb/MariaDb.Autorest/examples/Get-AzMariaDbFirewallRule.md b/src/MariaDb/MariaDb.Autorest/examples/Get-AzMariaDbFirewallRule.md index 8ad845cda0a1..654daaa2da4d 100644 --- a/src/MariaDb/MariaDb.Autorest/examples/Get-AzMariaDbFirewallRule.md +++ b/src/MariaDb/MariaDb.Autorest/examples/Get-AzMariaDbFirewallRule.md @@ -11,7 +11,7 @@ fr-usc9na Microsoft.DBforMariaDB/servers/firewallRules frname-001 Microsoft.DBforMariaDB/servers/firewallRules ``` -This command lists all girewall rule under a MariaDB. +This command lists all firewall rule under a MariaDB. ### Example 2: Get a firewall rule under a MariaDB ```powershell diff --git a/src/Marketplace/Marketplace.Autorest/README.md b/src/Marketplace/Marketplace.Autorest/README.md index e6949f915e2e..f91f24694754 100644 --- a/src/Marketplace/Marketplace.Autorest/README.md +++ b/src/Marketplace/Marketplace.Autorest/README.md @@ -115,7 +115,7 @@ directive: subject: PrivateStore remove: true - # Change commads names to Get + # Change command names to Get - where: verb: Invoke subject: CollectionPrivateStoreToSubscriptionMapping diff --git a/src/MarketplaceOrdering/MarketplaceOrdering.Autorest/README.md b/src/MarketplaceOrdering/MarketplaceOrdering.Autorest/README.md index 6fb1df86fd67..8f7186418b5a 100644 --- a/src/MarketplaceOrdering/MarketplaceOrdering.Autorest/README.md +++ b/src/MarketplaceOrdering/MarketplaceOrdering.Autorest/README.md @@ -64,7 +64,7 @@ directive: subject: MarketplaceTerms remove: true - # List response not mapp swagger define. + # List response not map swagger define. - where: verb: Get subject: MarketplaceTerms