Skip to content

Commit 9bdf113

Browse files
committed
Revert tweak
1 parent 2e421e6 commit 9bdf113

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-
```powershell
79+
```azurepowershell-interactive
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)