Skip to content

Commit e8193b7

Browse files
committed
fixed the error in tabs display
1 parent d1b4d05 commit e8193b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/update-center/includes/dynamic-scope-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Ensure to register the preview feature in your Azure subscription by following t
1717
1. Search for **Dynamic scoping**.
1818
1. Select **Register** and then select **OK** to get started with Dynamic scope (preview).
1919

20-
### [PowerShell](#tab/ps)
20+
#### [PowerShell](#tab/ps)
2121
To register the preview feature, use the [Get-AzProviderFeature](/powershell/module/az.resources/get-azproviderfeature) cmdlet
2222

2323
```powershell-interactive

articles/update-center/tutorial-dynamic-grouping-for-scheduled-patching.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3030

3131
To create a dynamic scope, follow these steps:
3232

33-
# [Azure portal](#tab/portal)
33+
#### [Azure portal](#tab/az-portal)
3434

3535
1. Sign in to the [Azure portal](https://portal.azure.com) and navigate to Update Manager (preview).
3636
1. Select **Overview** > **Schedule updates** > **Create a maintenance configuration**.
@@ -45,13 +45,13 @@ To create a dynamic scope, follow these steps:
4545
> A dynamic scope exists within the context of a schedule only. You can use one schedule to link to a machine, dynamic scope, or both. One dynamic scope cannot have more than one schedule.
4646
4747

48-
# [Azure CLI](#tab/cli)
48+
#### [Azure CLI](#tab/az-cli)
4949

5050
```azurecli
5151
5252
az maintenance assignment create-or-update-subscription --maintenance-configuration-id "/subscriptions/{subscription_id}/resourcegroups/{rg}/providers/Microsoft.Maintenance/maintenanceConfigurations/clitestmrpconfinguestadvanced" --name cli_dynamicscope_recording01 --filter-locations eastus2euap centraluseuap --filter-os-types windows linux --filter-tags {{tagKey1:[tagKey1Val1,tagKey1Val2],tagKey2:[tagKey2Val1,tagKey2Val2]}} --filter-resource-group rg1, rg2 --filter-tags-operator All -l global
5353
```
54-
# [PowerShell](#tab/ps)
54+
#### [PowerShell](#tab/az-ps)
5555

5656
```powershell
5757
New-AzConfigurationAssignment -ConfigurationAssignmentName $maintenanceConfigurationName -MaintenanceConfigurationId $maintenanceConfigurationInGuestPatchCreated.Id -FilterLocation eastus2euap,centraluseuap -FilterOsType Windows,Linux -FilterTag '{"tagKey1" : ["tagKey1Value1", "tagKey1Value2"], "tagKey2" : ["tagKey2Value1", "tagKey2Value2", "tagKey2Value3"] }' -FilterOperator "Any"

0 commit comments

Comments
 (0)