Skip to content

Spelling Fixes #28056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public IntegrationAccountCertificate CreateIntegrationAccountCertificate(string
}

/// <summary>
/// Checks whether the integration account certifcate exists or not.
/// Checks whether the integration account certificate exists or not.
/// </summary>
/// <param name="resourceGroupName">The integration account resource group name.</param>
/// <param name="integrationAccountName">The integration account object.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected 'regist' to 'registry' to fix the typo in the header.

Suggested change
### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry
### Example 1: Lists all the keys associated with this workspace. This includes keys for the storage account, app insights, and password for container registryry

Copilot uses AI. Check for mistakes.

```powershell
Get-AzMLWorkspaceKey -ResourceGroupName ml-rg-test -Name mlworkspace-cli01
```
Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensured consistent spelling of 'endpoints' in the documentation header.

Copilot uses AI. Check for mistakes.

```powershell
Get-AzMLWorkspaceOnlineEndpoint -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01
```
Expand All @@ -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
```
Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applied spelling corrections: 'oupt' to 'output' and 'vaule' to 'value'.

Suggested change
# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject
# You can use the following commands to create job input or job output as values passed to the JobInput or JobOutput parameters of the New-AzMLWorkspaceCommandJobObject

Copilot uses AI. Check for mistakes.


# New-AzMLWorkspaceCustomModelJobInputObject
# New-AzMLWorkspaceCustomModelJobOutputObject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applied spelling corrections: 'oupt' to 'output' and 'vaule' to 'value'.

Suggested change
# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject
# You can use the following commands to create job input or job output as values passed to the JobInput or JobOutput parameters of the New-AzMLWorkspacePipelineJobObject

Copilot uses AI. Check for mistakes.


# New-AzMLWorkspaceCustomModelJobInputObject
# New-AzMLWorkspaceCustomModelJobOutputObject
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected 'regist' to 'registry' in the comment.

Suggested change
### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry
### Example 1: Lists all the keys associated with this workspace. This includes keys for the storage account, app insights, and password for container registryry

Copilot uses AI. Check for mistakes.

Get-AzMLWorkspaceKey -ResourceGroupName ml-rg-test -Name mlworkspace-cli01
```
Expand All @@ -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

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Example 1: Lists all online enpoints under a workspace
### Example 1: Lists all online endpoints under a workspace
```powershell
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected the typo 'enpoints' to 'endpoints' in the header.

Copilot uses AI. Check for mistakes.

Get-AzMLWorkspaceOnlineEndpoint -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01
```
Expand All @@ -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
```
Expand All @@ -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

Original file line number Diff line number Diff line change
@@ -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
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed typos in the comment: corrected 'oupt' to 'output' and 'vaule' to 'value'.

Suggested change
# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject
# You can use the following commands to create job input or job output as value passed to the JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject

Copilot uses AI. Check for mistakes.


# New-AzMLWorkspaceCustomModelJobInputObject
# New-AzMLWorkspaceCustomModelJobOutputObject
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed typos in the comment: corrected 'oupt' to 'output' and 'vaule' to 'value'.

Suggested change
# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject
# You can use the following commands to create job input or job output as value passed to the JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject

Copilot uses AI. Check for mistakes.


# New-AzMLWorkspaceCustomModelJobInputObject
# New-AzMLWorkspaceCustomModelJobOutputObject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected 'runing' to 'running' in the comment.

Copilot uses AI. Check for mistakes.

# Remove-AzMLWorkspaceJob -ResourceGroupName ml-rg-test01 -WorkspaceName mlworkspacekeep -Name commandJob03
} | Should -Not -Throw
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the typo 'newwork' to 'network' in the comment.

Copilot uses AI. Check for mistakes.

$storageAccount1 = New-AzStorageAccount -SkuName "Standard_LRS" -Kind StorageV2 -ResourceGroupName $env.DataGroupName -Name $StorageAccountName1 -Location $env.region
}

Expand Down
24 changes: 12 additions & 12 deletions src/Maintenance/Maintenance.Test/ScenarioTests/MaintenanceTests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected 'sifferent' to 'different' and replaced several occurrences of 'Dyamic' with 'Dynamic' in the comments.

Copilot uses AI. Check for mistakes.

for ($i = 0; $i -lt $retrievedConfigurations.Count; $i++) {
try {
Update-AzMaintenanceConfiguration -ResourceGroupName $resourceGroups[$i] -Name $maintenanceConfigurationName -Configuration $retrievedConfigurations[$i]
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion src/Maintenance/Maintenance/Common/MaintenanceClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public MaintenanceClient(IAzureContext context)
{
}

public MaintenanceClient(IMaintenanceManagementClient maintenancManagementClient)
public MaintenanceClient(IMaintenanceManagementClient maintenanceManagementClient)
{
MaintenanceManagementClient = maintenancManagementClient;
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected the parameter name from 'maintenancManagementClient' to 'maintenanceManagementClient'.

Suggested change
MaintenanceManagementClient = maintenancManagementClient;
MaintenanceManagementClient = maintenanceManagementClient;

Copilot uses AI. Check for mistakes.

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Standardized the terminology by updating 'Isolatoion' to 'Isolation Domain'.

Suggested change
### Example 1: Delete the L2 isolationDomain Resource
### Example 1: Delete the L2 Isolation Domain Resource

Copilot uses AI. Check for mistakes.

```powershell
Remove-AzNetworkFabricL2Domain -Name $name -ResourceGroupName $resourceGroupName
```

This command deletes the L2 Isolatoion Domain resource.
This command deletes the L2 Isolation Domain resource.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected the spelling from 'Isolatoion' to 'Isolation' in the documentation header.

Copilot uses AI. Check for mistakes.

```powershell
Remove-AzNetworkFabricL3Domain -Name $name -ResourceGroupName $resourceGroupName
```

This command deletes the L3 Isolatoion Domain resource.
This command deletes the L3 Isolation Domain resource.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Example 1: Delete the L2 Isolatoion Domain Resource
### Example 1: Delete the L2 Isolation Domain Resource
```powershell
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected the typo 'Isolatoion' to 'Isolation' in the header and corresponding comment.

Copilot uses AI. Check for mistakes.

Remove-AzNetworkFabricL2Domain -Name $name -ResourceGroupName $resourceGroupName
```

This command deletes the L2 Isolatoion Domain resource.
This command deletes the L2 Isolation Domain resource.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Example 1: Delete the L3 Isolatoion Domain Resource
### Example 1: Delete the L3 Isolation Domain Resource
```powershell
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected 'Isolatoion' to 'Isolation' in the header for consistency.

Copilot uses AI. Check for mistakes.

Remove-AzNetworkFabricL3Domain -Name $name -ResourceGroupName $resourceGroupName
```

This command deletes the L3 Isolatoion Domain resource.
This command deletes the L3 Isolation Domain resource.

Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the typo by replacing 'Update-AzMariaDberver' with 'Update-AzMariaDbServer'.

Suggested change
Use Update-AzMariaDbServer instead if you want update AdministratorLoginPassword, sku, etc.
Use Update-AzMariaDbServer instead if you want to update AdministratorLoginPassword, sku, etc.

Copilot uses AI. Check for mistakes.

#>
function Update-AzMariaDbConfiguration {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IConfiguration])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected the typo 'girewall' to 'firewall' in the documentation comment.

Suggested change
This command lists all firewall rule under a MariaDB.
This command lists all firewall rules under a MariaDB.

Copilot uses AI. Check for mistakes.


### Example 2: Get a firewall rule under a MariaDB
```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Update-AzMariaDbConfiguration -InputObject <IMariaDbIdentity> [-Source <String>]

## 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.
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replaced 'Update-AzMariaDberver' with 'Update-AzMariaDbServer' to fix the typo.

Suggested change
Use Update-AzMariaDbServer instead if you want update AdministratorLoginPassword, sku, etc.
Use Update-AzMariaDbServer instead if you want to update AdministratorLoginPassword, SKU, etc.

Copilot uses AI. Check for mistakes.


## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed 'girewall' to 'firewall' to correct the typo in the comment.

Suggested change
This command lists all firewall rule under a MariaDB.
This command lists all firewall rules under a MariaDB.

Copilot uses AI. Check for mistakes.


### Example 2: Get a firewall rule under a MariaDB
```powershell
Expand Down
2 changes: 1 addition & 1 deletion src/Marketplace/Marketplace.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ directive:
subject: PrivateStore
remove: true

# Change commads names to Get
# Change command names to Get
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the typo 'commads' to 'command' in the comment.

Copilot uses AI. Check for mistakes.

- where:
verb: Invoke
subject: CollectionPrivateStoreToSubscriptionMapping
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ directive:
subject: MarketplaceTerms
remove: true

# List response not mapp swagger define.
# List response not map swagger define.
Copy link
Preview

Copilot AI Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected the typo 'mapp' to 'map' in the comment for clarity.

Suggested change
# List response not map swagger define.
# List response not mapped swagger definition.

Copilot uses AI. Check for mistakes.

- where:
verb: Get
subject: MarketplaceTerms
Expand Down
Loading