Skip to content

Commit 8f9432b

Browse files
Fix Az.NotificationHubs Syntax Errors (Azure#17736)
1 parent 9248add commit 8f9432b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/NotificationHubs/NotificationHubs/help/New-AzNotificationHubsNamespace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The namespace will be located in the West US datacenter and be assigned to the C
4141

4242
### Example 2: Create a notification hub with tags
4343
```powershell
44-
New-AzNotificationHubsNamespace -ResourceGroup "ContosoNotificationsGroup" -Location "West US" -Namespace "ContosoPartners" -Tags @{Name="Audience";Value="PartnerOrganizations"}
44+
New-AzNotificationHubsNamespace -ResourceGroup "ContosoNotificationsGroup" -Location "West US" -Namespace "ContosoPartners" -Tag @{Name="Audience";Value="PartnerOrganizations"}
4545
```
4646

4747
This command creates a notification hub named ContosoPartners.

src/NotificationHubs/NotificationHubs/help/Remove-AzNotificationHubsNamespaceAuthorizationRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Removing an authorization rule also removes the corresponding user permission.
3535

3636
### Example 1: Remove an authorization rule from a namespace
3737
```powershell
38-
Remove-AzNotificationHubNamespaceAuthorizationRule -Namespace "ContosoNamespace" -ResourceGroup "ContosoNotificationsGroup" -AuthorizationRule "ListenRule"
38+
Remove-AzNotificationHubsNamespaceAuthorizationRule -Namespace "ContosoNamespace" -ResourceGroup "ContosoNotificationsGroup" -AuthorizationRule "ListenRule"
3939
```
4040

4141
This command removes the authorization rule named ListenRule from the namespace named ContosoNamespace.

0 commit comments

Comments
 (0)