-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Spelling Fixes #28056
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
```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 | ||||||
|
||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. Positive FeedbackNegative Feedback |
||
```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 | ||
|
||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Applied spelling corrections: 'oupt' to 'output' and 'vaule' to 'value'.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
|
||||||
# New-AzMLWorkspaceCustomModelJobInputObject | ||||||
# New-AzMLWorkspaceCustomModelJobOutputObject | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Applied spelling corrections: 'oupt' to 'output' and 'vaule' to 'value'.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
|
||||||
# New-AzMLWorkspaceCustomModelJobInputObject | ||||||
# New-AzMLWorkspaceCustomModelJobOutputObject | ||||||
|
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 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Corrected 'regist' to 'registry' in the comment.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
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 | ||||||
|
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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. Positive FeedbackNegative Feedback |
||
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 | ||
|
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 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
|
||||||
# New-AzMLWorkspaceCustomModelJobInputObject | ||||||
# New-AzMLWorkspaceCustomModelJobOutputObject | ||||||
|
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 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
|
||||||
# New-AzMLWorkspaceCustomModelJobInputObject | ||||||
# New-AzMLWorkspaceCustomModelJobOutputObject | ||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. Positive FeedbackNegative Feedback |
||
# Remove-AzMLWorkspaceJob -ResourceGroupName ml-rg-test01 -WorkspaceName mlworkspacekeep -Name commandJob03 | ||
} | Should -Not -Throw | ||
} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. Positive FeedbackNegative Feedback |
||
$storageAccount1 = New-AzStorageAccount -SkuName "Standard_LRS" -Kind StorageV2 -ResourceGroupName $env.DataGroupName -Name $StorageAccountName1 -Location $env.region | ||
} | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. Positive FeedbackNegative Feedback |
||
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 | ||
{ | ||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -34,7 +34,7 @@ public MaintenanceClient(IAzureContext context) | |||||
{ | ||||||
} | ||||||
|
||||||
public MaintenanceClient(IMaintenanceManagementClient maintenancManagementClient) | ||||||
public MaintenanceClient(IMaintenanceManagementClient maintenanceManagementClient) | ||||||
{ | ||||||
MaintenanceManagementClient = maintenancManagementClient; | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Corrected the parameter name from 'maintenancManagementClient' to 'maintenanceManagementClient'.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
} | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Standardized the terminology by updating 'Isolatoion' to 'Isolation Domain'.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
```powershell | ||||||
Remove-AzNetworkFabricL2Domain -Name $name -ResourceGroupName $resourceGroupName | ||||||
``` | ||||||
|
||||||
This command deletes the L2 Isolatoion Domain resource. | ||||||
This command deletes the L2 Isolation Domain resource. | ||||||
|
||||||
## PARAMETERS | ||||||
|
||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. Positive FeedbackNegative Feedback |
||
```powershell | ||
Remove-AzNetworkFabricL3Domain -Name $name -ResourceGroupName $resourceGroupName | ||
``` | ||
|
||
This command deletes the L3 Isolatoion Domain resource. | ||
This command deletes the L3 Isolation Domain resource. | ||
|
||
## PARAMETERS | ||
|
||
|
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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. Positive FeedbackNegative Feedback |
||
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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. Positive FeedbackNegative Feedback |
||
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 | ||||
---|---|---|---|---|---|---|
|
@@ -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. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixed the typo by replacing 'Update-AzMariaDberver' with 'Update-AzMariaDbServer'.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
#> | ||||||
function Update-AzMariaDbConfiguration { | ||||||
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IConfiguration])] | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Corrected the typo 'girewall' to 'firewall' in the documentation comment.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
|
||||||
### Example 2: Get a firewall rule under a MariaDB | ||||||
```powershell | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Replaced 'Update-AzMariaDberver' with 'Update-AzMariaDbServer' to fix the typo.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
|
||||||
## EXAMPLES | ||||||
|
||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
|
||||||
### Example 2: Get a firewall rule under a MariaDB | ||||||
```powershell | ||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,7 +115,7 @@ directive: | |
subject: PrivateStore | ||
remove: true | ||
|
||
# Change commads names to Get | ||
# Change command names to Get | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. Positive FeedbackNegative Feedback |
||
- where: | ||
verb: Invoke | ||
subject: CollectionPrivateStoreToSubscriptionMapping | ||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -64,7 +64,7 @@ directive: | |||||
subject: MarketplaceTerms | ||||||
remove: true | ||||||
|
||||||
# List response not mapp swagger define. | ||||||
# List response not map swagger define. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
- where: | ||||||
verb: Get | ||||||
subject: MarketplaceTerms | ||||||
|
Uh oh!
There was an error while loading. Please reload this page.