Skip to content

Commit 2e421e6

Browse files
committed
Test
1 parent e2a8481 commit 2e421e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/notification-hubs/create-notification-hub-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The output looks similar to:
7676

7777
When no longer needed, delete the resource group, which deletes the resources in the resource group.
7878

79-
```azurepowershell-interactive
79+
```powershell
8080
$resourceGroupName = Read-Host -Prompt "Enter the resource group name"
8181
Remove-AzResourceGroup -Name $resourceGroupName
8282
Write-Host "Press [ENTER] to continue..."

0 commit comments

Comments
 (0)