Skip to content
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

Migrate notification-hub to AAZ #243

Merged
merged 7 commits into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Commands/notification-hub/_check-availability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _notification-hub check-availability_

Checks the availability of the given notification hub in a namespace.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vY2hlY2tub3RpZmljYXRpb25odWJhdmFpbGFiaWxpdHk=/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/checknotificationhubavailability 2017-04-01 -->

#### examples

- Check the availability of the given notification hub name
```bash
notification-hub check-availability --resource-group MyResourceGroup --namespace-name "locp-newns" --name my-hub
```
16 changes: 16 additions & 0 deletions Commands/notification-hub/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _notification-hub create_

Create a notification hub in a namespace.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fQ==/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{} 2017-04-01 -->

#### examples

- Create a notification hub
```bash
notification-hub create --resource-group MyResourceGroup --namespace-name my-namespace --name my-hub --location "South Central US"
```
16 changes: 16 additions & 0 deletions Commands/notification-hub/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _notification-hub delete_

Delete a notification hub associated with a namespace.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fQ==/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{} 2017-04-01 -->

#### examples

- Delete a notification hub
```bash
notification-hub delete --resource-group MyResourceGroup --namespace-name my-namespace --name my-hub
```
16 changes: 16 additions & 0 deletions Commands/notification-hub/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _notification-hub list_

List the notification hubs associated with a namespace.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicw==/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs 2017-04-01 -->

#### examples

- List the notification hubs
```bash
notification-hub list --resource-group MyResourceGroup --namespace-name my-namespace
```
9 changes: 9 additions & 0 deletions Commands/notification-hub/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _notification-hub show_

Show the notification hub information.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fQ==/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{} 2017-04-01 -->
16 changes: 16 additions & 0 deletions Commands/notification-hub/_test-send.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _notification-hub test-send_

Test send a push notification.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fS9kZWJ1Z3NlbmQ=/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{}/debugsend 2017-04-01 -->

#### examples

- Test send notification
```bash
notification-hub test-send --resource-group MyResourceGroup --namespace-name my-namespace --notification-hub-name my-hub
```
16 changes: 16 additions & 0 deletions Commands/notification-hub/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _notification-hub update_

Update a notification hub in a namespace.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fQ==/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{} 2017-04-01 -->

#### examples

- Update the notification hub
```bash
notification-hub update --resource-group MyResourceGroup --namespace-name my-namespace --name "sdk-notificationHubs-8708"
```
16 changes: 16 additions & 0 deletions Commands/notification-hub/authorization-rule/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _notification-hub authorization-rule create_

Create an authorization rule for a notification hub.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30=/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{}/authorizationrules/{} 2017-04-01 -->

#### examples

- Create an authorization rule
```bash
notification-hub authorization-rule create --resource-group MyResourceGroup --namespace-name my-namespace --notification-hub-name my-hub --name DefaultListenSharedAccessSignature --rights Listen Send
```
16 changes: 16 additions & 0 deletions Commands/notification-hub/authorization-rule/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _notification-hub authorization-rule delete_

Delete a notificationHub authorization rule.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30=/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{}/authorizationrules/{} 2017-04-01 -->

#### examples

- Delete a notificationHub authorization rule
```bash
notification-hub authorization-rule delete --resource-group MyResourceGroup --namespace-name my-namespace --notification-hub-name my-hub --name DefaultListenSharedAccessSignature
```
16 changes: 16 additions & 0 deletions Commands/notification-hub/authorization-rule/_list-keys.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _notification-hub authorization-rule list-keys_

List the primary and secondary connection strings to the notification hub.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30vbGlzdGtleXM=/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{}/authorizationrules/{}/listkeys 2017-04-01 -->

#### examples

- List connection strings of the authorization rule
```bash
notification-hub authorization-rule list-keys --resource-group MyResourceGroup --namespace-name my-namespace --notification-hub-name my-hub --name "sdk-AuthRules-5800"
```
16 changes: 16 additions & 0 deletions Commands/notification-hub/authorization-rule/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _notification-hub authorization-rule list_

List the authorization rules for a notification hub.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fS9hdXRob3JpemF0aW9ucnVsZXM=/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{}/authorizationrules 2017-04-01 -->

#### examples

- List the authorization rules for a notification hub.
```bash
notification-hub authorization-rule list --resource-group MyResourceGroup --namespace-name my-namespace --notification-hub-name my-hub
```
16 changes: 16 additions & 0 deletions Commands/notification-hub/authorization-rule/_regenerate-keys.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _notification-hub authorization-rule regenerate-keys_

Regenerates the primary/secondary keys to the notification hub authorization rule.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30vcmVnZW5lcmF0ZWtleXM=/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{}/authorizationrules/{}/regeneratekeys 2017-04-01 -->

#### examples

- Regenerate the notification hub authorization rule
```bash
notification-hub authorization-rule regenerate-keys --resource-group MyResourceGroup --namespace-name my-namespace --notification-hub-name my-hub --name DefaultListenSharedAccessSignature --policy-key "Secondary Key"
```
16 changes: 16 additions & 0 deletions Commands/notification-hub/authorization-rule/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _notification-hub authorization-rule show_

Show an authorization rule for a notification hub by name.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30=/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{}/authorizationrules/{} 2017-04-01 -->

#### examples

- Show the authorization rule information
```bash
notification-hub authorization-rule show --resource-group MyResourceGroup --namespace-name my-namespace --notification-hub-name my-hub --name DefaultListenSharedAccessSignature
```
9 changes: 9 additions & 0 deletions Commands/notification-hub/authorization-rule/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _notification-hub authorization-rule update_

Update an authorization rule for a notification hub.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30=/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{}/authorizationrules/{} 2017-04-01 -->
26 changes: 26 additions & 0 deletions Commands/notification-hub/authorization-rule/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# [Group] _notification-hub authorization-rule_

Commands to manage notification hubs authorization rule.

## Commands

- [create](/Commands/notification-hub/authorization-rule/_create.md)
: Create an authorization rule for a notification hub.

- [delete](/Commands/notification-hub/authorization-rule/_delete.md)
: Delete a notificationHub authorization rule.

- [list](/Commands/notification-hub/authorization-rule/_list.md)
: List the authorization rules for a notification hub.

- [list-keys](/Commands/notification-hub/authorization-rule/_list-keys.md)
: List the primary and secondary connection strings to the notification hub.

- [regenerate-keys](/Commands/notification-hub/authorization-rule/_regenerate-keys.md)
: Regenerates the primary/secondary keys to the notification hub authorization rule.

- [show](/Commands/notification-hub/authorization-rule/_show.md)
: Show an authorization rule for a notification hub by name.

- [update](/Commands/notification-hub/authorization-rule/_update.md)
: Update an authorization rule for a notification hub.
16 changes: 16 additions & 0 deletions Commands/notification-hub/credential/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _notification-hub credential list_

Lists the PNS credentials associated with a notification hub.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fS9wbnNjcmVkZW50aWFscw==/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{}/pnscredentials 2017-04-01 -->

#### examples

- List the PNS credentials associated with a notification hub .
```bash
notification-hub credential list --resource-group MyResourceGroup --namespace-name my-namespace --notification-hub-name my-hub
```
9 changes: 9 additions & 0 deletions Commands/notification-hub/credential/adm/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _notification-hub credential adm create_

Update credential for Amazon(ADM).

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fQ==/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{} 2017-04-01 properties.admCredential -->
9 changes: 9 additions & 0 deletions Commands/notification-hub/credential/adm/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _notification-hub credential adm delete_

None

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fQ==/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{} 2017-04-01 properties.admCredential -->
9 changes: 9 additions & 0 deletions Commands/notification-hub/credential/adm/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _notification-hub credential adm show_

None

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fQ==/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{} 2017-04-01 properties.admCredential -->
9 changes: 9 additions & 0 deletions Commands/notification-hub/credential/adm/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _notification-hub credential adm update_

None

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fQ==/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{} 2017-04-01 properties.admCredential -->
17 changes: 17 additions & 0 deletions Commands/notification-hub/credential/adm/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [Group] _notification-hub credential adm_

Commands to manage notification hub credential for Amazon(ADM).

## Commands

- [create](/Commands/notification-hub/credential/adm/_create.md)
: Update credential for Amazon(ADM).

- [delete](/Commands/notification-hub/credential/adm/_delete.md)
: None

- [show](/Commands/notification-hub/credential/adm/_show.md)
: None

- [update](/Commands/notification-hub/credential/adm/_update.md)
: None
16 changes: 16 additions & 0 deletions Commands/notification-hub/credential/apns/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _notification-hub credential apns create_

Update credential for Apple(APNS).

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fQ==/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{} 2017-04-01 properties.apnsCredential -->

#### examples

- Update APNS certificate
```bash
notification-hub credential apns update --namespace-name my-namespace --notification-hub-name my-hub --apns-certificate "/path/to/certificate" --certificate-key "xxxxxx" --resource-group MyResourceGroup
```
9 changes: 9 additions & 0 deletions Commands/notification-hub/credential/apns/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _notification-hub credential apns delete_

None

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fQ==/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{} 2017-04-01 properties.apnsCredential -->
9 changes: 9 additions & 0 deletions Commands/notification-hub/credential/apns/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _notification-hub credential apns show_

None

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fQ==/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{} 2017-04-01 properties.apnsCredential -->
9 changes: 9 additions & 0 deletions Commands/notification-hub/credential/apns/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _notification-hub credential apns update_

None

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ub3RpZmljYXRpb25odWJzL25hbWVzcGFjZXMve30vbm90aWZpY2F0aW9uaHVicy97fQ==/2017-04-01.xml) **Experimental**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.notificationhubs/namespaces/{}/notificationhubs/{} 2017-04-01 properties.apnsCredential -->
17 changes: 17 additions & 0 deletions Commands/notification-hub/credential/apns/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [Group] _notification-hub credential apns_

Commands to manage notification hub credential for Apple(APNS).

## Commands

- [create](/Commands/notification-hub/credential/apns/_create.md)
: Update credential for Apple(APNS).

- [delete](/Commands/notification-hub/credential/apns/_delete.md)
: None

- [show](/Commands/notification-hub/credential/apns/_show.md)
: None

- [update](/Commands/notification-hub/credential/apns/_update.md)
: None
Loading