{"openapi":"3.0.0","info":{"description":"Azure NotificationHub client","title":"NotificationHubsManagementClient","version":"2017-04-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2017-04-01/notificationhubs.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"notificationhubs","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.NotificationHubs/operations":{"get":{"description":"Lists all of the available NotificationHubs REST API operations.","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationListResult"},"examples":{"OperationsList":{"$ref":"#/components/examples/OperationsList"}}}}},"default":{"description":"NotificationHubs error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Operations"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.NotificationHubs/checkNamespaceAvailability":{"post":{"description":"Checks the availability of the given service namespace across all Azure subscriptions. This is useful because the domain name is created based on the service namespace name.","operationId":"Namespaces_CheckAvailability","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckAvailabilityParameters"}}},"description":"The namespace name.","required":true},"responses":{"200":{"description":"Checks if the Namespace name is a valid available name","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckAvailabilityResult"},"examples":{"NameSpaceCheckNameAvailability":{"$ref":"#/components/examples/NameSpaceCheckNameAvailability"}}}}}},"tags":["Namespaces"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.NotificationHubs/namespaces":{"get":{"description":"Lists all the available namespaces within the subscription irrespective of the resourceGroups.","operationId":"Namespaces_ListAll","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Gets all the Namespaces within the subscription irrespective of the ResourceGroup","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NamespaceListResult"},"examples":{"NameSpaceList":{"$ref":"#/components/examples/NameSpaceList"}}}}}},"tags":["Namespaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces":{"get":{"description":"Lists the available namespaces within a resourceGroup.","operationId":"Namespaces_List","parameters":[{"description":"The name of the resource group. If resourceGroupName value is null the method lists all the namespaces within subscription","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceListByResourceGroup":{"value":"5ktrial"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Lists all Namespaces with the ResourceGroup","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NamespaceListResult"},"examples":{"NameSpaceListByResourceGroup":{"$ref":"#/components/examples/NameSpaceListByResourceGroup"}}}}}},"tags":["Namespaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}":{"delete":{"description":"Deletes an existing namespace. This operation also removes all associated notificationHubs under the namespace.","externalDocs":{"url":"http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx"},"operationId":"Namespaces_Delete","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceDelete":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceDelete":{"value":"nh-sdk-ns"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Namespace is deleted"},"202":{"description":"Namespace delete request has been accepted"},"204":{"description":"Namespace is already Deleted"}},"tags":["Namespaces"],"x-ms-long-running-operation":true},"get":{"description":"Returns the description for the specified namespace.","operationId":"Namespaces_Get","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceGet":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceGet":{"value":"nh-sdk-ns"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Get Namespace","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NamespaceResource"},"examples":{"NameSpaceGet":{"$ref":"#/components/examples/NameSpaceGet"}}}}}},"tags":["Namespaces"]},"patch":{"description":"Patches the existing namespace","operationId":"Namespaces_Patch","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceUpdate":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceUpdate":{"value":"nh-sdk-ns"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NamespacePatchParameters"}}},"description":"Parameters supplied to patch a Namespace Resource.","required":true},"responses":{"200":{"description":"Namespace is Updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NamespaceResource"},"examples":{"NameSpaceUpdate":{"$ref":"#/components/examples/NameSpaceUpdate"}}}}}},"tags":["Namespaces"]},"put":{"description":"Creates/Updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent.","externalDocs":{"url":"http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx"},"operationId":"Namespaces_CreateOrUpdate","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceCreate":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceCreate":{"value":"nh-sdk-ns"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NamespaceCreateOrUpdateParameters"}}},"description":"Parameters supplied to create a Namespace Resource.","required":true},"responses":{"200":{"description":"Namespace is Create/Update","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NamespaceResource"},"examples":{"NameSpaceCreate":{"$ref":"#/components/examples/NameSpaceCreate"}}}}},"201":{"description":"Namespace is Create/Update","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NamespaceResource"},"examples":{"NameSpaceCreate":{"$ref":"#/components/examples/NameSpaceCreate"}}}}}},"tags":["Namespaces"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/AuthorizationRules":{"get":{"description":"Gets the authorization rules for a namespace.","operationId":"Namespaces_ListAuthorizationRules","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceAuthorizationRuleListAll":{"value":"5ktrial"}}},{"description":"The namespace name","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceAuthorizationRuleListAll":{"value":"nh-sdk-ns"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Get the List of AuthorizationRules of a Namespace","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SharedAccessAuthorizationRuleListResult"},"examples":{"NameSpaceAuthorizationRuleListAll":{"$ref":"#/components/examples/NameSpaceAuthorizationRuleListAll"}}}}}},"tags":["Namespaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/AuthorizationRules/{authorizationRuleName}":{"delete":{"description":"Deletes a namespace authorization rule","operationId":"Namespaces_DeleteAuthorizationRule","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceAuthorizationRuleDelete":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceAuthorizationRuleDelete":{"value":"nh-sdk-ns"}}},{"description":"Authorization Rule Name.","in":"path","name":"authorizationRuleName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceAuthorizationRuleDelete":{"value":"RootManageSharedAccessKey"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Namespace AuthorizationRule is deleted"},"204":{"description":"Namespace AuthorizationRule is already deleted"}},"tags":["Namespaces"]},"get":{"description":"Gets an authorization rule for a namespace by name.","operationId":"Namespaces_GetAuthorizationRule","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceAuthorizationRuleGet":{"value":"5ktrial"}}},{"description":"The namespace name","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceAuthorizationRuleGet":{"value":"nh-sdk-ns"}}},{"description":"Authorization rule name.","in":"path","name":"authorizationRuleName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceAuthorizationRuleGet":{"value":"RootManageSharedAccessKey"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Get the Namespace AuthorizationRule","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SharedAccessAuthorizationRuleResource"},"examples":{"NameSpaceAuthorizationRuleGet":{"$ref":"#/components/examples/NameSpaceAuthorizationRuleGet"}}}}}},"tags":["Namespaces"]},"put":{"description":"Creates an authorization rule for a namespace","operationId":"Namespaces_CreateOrUpdateAuthorizationRule","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceAuthorizationRuleCreate":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceAuthorizationRuleCreate":{"value":"nh-sdk-ns"}}},{"description":"Authorization Rule Name.","in":"path","name":"authorizationRuleName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceAuthorizationRuleCreate":{"value":"sdk-AuthRules-1788"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"$ref":"#/components/requestBodies/SharedAccessAuthorizationRuleCreateOrUpdateParameters"},"responses":{"200":{"description":"Namespace Authorization Rule is Created/Updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SharedAccessAuthorizationRuleResource"},"examples":{"NameSpaceAuthorizationRuleCreate":{"$ref":"#/components/examples/NameSpaceAuthorizationRuleCreate"}}}}}},"tags":["Namespaces"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/AuthorizationRules/{authorizationRuleName}/listKeys":{"post":{"description":"Gets the Primary and Secondary ConnectionStrings to the namespace ","operationId":"Namespaces_ListKeys","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceAuthorizationRuleListKey":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceAuthorizationRuleListKey":{"value":"nh-sdk-ns"}}},{"description":"The connection string of the namespace for the specified authorizationRule.","in":"path","name":"authorizationRuleName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceAuthorizationRuleListKey":{"value":"RootManageSharedAccessKey"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Gets the Namespace AuthorizationRule's Primary keys and Secondary keys along with the ConnectionStrings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SharedAccessAuthorizationRuleListResult"},"examples":{"NameSpaceAuthorizationRuleListKey":{"$ref":"#/components/examples/NameSpaceAuthorizationRuleListKey"}}}}}},"tags":["Namespaces"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/AuthorizationRules/{authorizationRuleName}/regenerateKeys":{"post":{"description":"Regenerates the Primary/Secondary Keys to the Namespace Authorization Rule","operationId":"Namespaces_RegenerateKeys","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceAuthorizationRuleRegenerateKey":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceAuthorizationRuleRegenerateKey":{"value":"nh-sdk-ns"}}},{"description":"The connection string of the namespace for the specified authorizationRule.","in":"path","name":"authorizationRuleName","required":true,"schema":{"type":"string"},"examples":{"NameSpaceAuthorizationRuleRegenerateKey":{"value":"RootManageSharedAccessKey"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PolicykeyResource"}}},"description":"Parameters supplied to regenerate the Namespace Authorization Rule Key.","required":true},"responses":{"200":{"description":"Regenerate the Primary/Secondary Key and returns the Keys and the connection string","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceListKeys"},"examples":{"NameSpaceAuthorizationRuleRegenerateKey":{"$ref":"#/components/examples/NameSpaceAuthorizationRuleRegenerateKey"}}}}}},"tags":["Namespaces"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/checkNotificationHubAvailability":{"post":{"description":"Checks the availability of the given notificationHub in a namespace.","operationId":"NotificationHubs_CheckNotificationHubAvailability","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"notificationHubCheckNameAvailability":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"notificationHubCheckNameAvailability":{"value":"locp-newns"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckAvailabilityParameters"}}},"description":"The notificationHub name.","required":true},"responses":{"200":{"description":"Checks if the NotificationHub name is a valid available name","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckAvailabilityResult"},"examples":{"notificationHubCheckNameAvailability":{"$ref":"#/components/examples/notificationHubCheckNameAvailability"}}}}}},"tags":["NotificationHubs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/notificationHubs":{"get":{"description":"Lists the notification hubs associated with a namespace.","operationId":"NotificationHubs_List","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubListByNameSpace":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubListByNameSpace":{"value":"nh-sdk-ns"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Get all NotificationHubs within a Namespace","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotificationHubListResult"},"examples":{"NotificationHubListByNameSpace":{"$ref":"#/components/examples/NotificationHubListByNameSpace"}}}}}},"tags":["NotificationHubs"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/notificationHubs/{notificationHubName}":{"delete":{"description":"Deletes a notification hub associated with a namespace.","operationId":"NotificationHubs_Delete","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubDelete":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubDelete":{"value":"nh-sdk-ns"}}},{"description":"The notification hub name.","in":"path","name":"notificationHubName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubDelete":{"value":"nh-sdk-hub"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Namespace is deleted"}},"tags":["NotificationHubs"]},"get":{"description":"Lists the notification hubs associated with a namespace.","operationId":"NotificationHubs_Get","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubGet":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubGet":{"value":"nh-sdk-ns"}}},{"description":"The notification hub name.","in":"path","name":"notificationHubName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubGet":{"value":"nh-sdk-hub"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Get the NotificationHub","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotificationHubResource"},"examples":{"NotificationHubGet":{"$ref":"#/components/examples/NotificationHubGet"}}}}}},"tags":["NotificationHubs"]},"patch":{"description":"Patch a NotificationHub in a namespace.","operationId":"NotificationHubs_Patch","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubPatch":{"value":"sdkresourceGroup"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubPatch":{"value":"nh-sdk-ns"}}},{"description":"The notification hub name.","in":"path","name":"notificationHubName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubPatch":{"value":"sdk-notificationHubs-8708"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotificationHubPatchParameters"}}},"description":"Parameters supplied to patch a NotificationHub Resource."},"responses":{"200":{"description":"NotificationHub is patched","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotificationHubResource"},"examples":{"NotificationHubPatch":{"$ref":"#/components/examples/NotificationHubPatch"}}}}}},"tags":["NotificationHubs"]},"put":{"description":"Creates/Update a NotificationHub in a namespace.","operationId":"NotificationHubs_CreateOrUpdate","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubCreate":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubCreate":{"value":"nh-sdk-ns"}}},{"description":"The notification hub name.","in":"path","name":"notificationHubName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubCreate":{"value":"nh-sdk-hub"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotificationHubCreateOrUpdateParameters"}}},"description":"Parameters supplied to the create/update a NotificationHub Resource.","required":true},"responses":{"200":{"description":"NotificationHub is Created/Updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotificationHubResource"},"examples":{"NotificationHubCreate":{"$ref":"#/components/examples/NotificationHubCreate"}}}}},"201":{"description":"NotificationHub is Created/Updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotificationHubResource"},"examples":{"NotificationHubCreate":{"$ref":"#/components/examples/NotificationHubCreate"}}}}}},"tags":["NotificationHubs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/notificationHubs/{notificationHubName}/AuthorizationRules":{"get":{"description":"Gets the authorization rules for a NotificationHub.","operationId":"NotificationHubs_ListAuthorizationRules","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleListAll":{"value":"5ktrial"}}},{"description":"The namespace name","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleListAll":{"value":"nh-sdk-ns"}}},{"description":"The notification hub name.","in":"path","name":"notificationHubName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleListAll":{"value":"nh-sdk-hub"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Get all NotificationHub AuthorizationRules","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SharedAccessAuthorizationRuleListResult"},"examples":{"NotificationHubAuthorizationRuleListAll":{"$ref":"#/components/examples/NotificationHubAuthorizationRuleListAll"}}}}}},"tags":["NotificationHubs"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/notificationHubs/{notificationHubName}/AuthorizationRules/{authorizationRuleName}":{"delete":{"description":"Deletes a notificationHub authorization rule","operationId":"NotificationHubs_DeleteAuthorizationRule","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleDelete":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleDelete":{"value":"nh-sdk-ns"}}},{"description":"The notification hub name.","in":"path","name":"notificationHubName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleDelete":{"value":"nh-sdk-hub"}}},{"description":"Authorization Rule Name.","in":"path","name":"authorizationRuleName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleDelete":{"value":"DefaultListenSharedAccessSignature"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"NotificationHub AuthorizationRule is deleted"},"204":{"description":"NotificationHub AuthorizationRule is already deleted"}},"tags":["NotificationHubs"]},"get":{"description":"Gets an authorization rule for a NotificationHub by name.","operationId":"NotificationHubs_GetAuthorizationRule","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleGet":{"value":"5ktrial"}}},{"description":"The namespace name","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleGet":{"value":"nh-sdk-ns"}}},{"description":"The notification hub name.","in":"path","name":"notificationHubName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleGet":{"value":"nh-sdk-hub"}}},{"description":"authorization rule name.","in":"path","name":"authorizationRuleName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleGet":{"value":"DefaultListenSharedAccessSignature"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Get NotificationHub AuthorizationRule","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SharedAccessAuthorizationRuleResource"},"examples":{"NotificationHubAuthorizationRuleGet":{"$ref":"#/components/examples/NotificationHubAuthorizationRuleGet"}}}}}},"tags":["NotificationHubs"]},"put":{"description":"Creates/Updates an authorization rule for a NotificationHub","operationId":"NotificationHubs_CreateOrUpdateAuthorizationRule","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleCreate":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleCreate":{"value":"nh-sdk-ns"}}},{"description":"The notification hub name.","in":"path","name":"notificationHubName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleCreate":{"value":"nh-sdk-hub"}}},{"description":"Authorization Rule Name.","in":"path","name":"authorizationRuleName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleCreate":{"value":"DefaultListenSharedAccessSignature"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"$ref":"#/components/requestBodies/SharedAccessAuthorizationRuleCreateOrUpdateParameters"},"responses":{"200":{"description":"NotificationHub AuthorizationRule is Created/Updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SharedAccessAuthorizationRuleResource"},"examples":{"NotificationHubAuthorizationRuleCreate":{"$ref":"#/components/examples/NotificationHubAuthorizationRuleCreate"}}}}}},"tags":["NotificationHubs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/notificationHubs/{notificationHubName}/AuthorizationRules/{authorizationRuleName}/listKeys":{"post":{"description":"Gets the Primary and Secondary ConnectionStrings to the NotificationHub ","operationId":"NotificationHubs_ListKeys","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleListKey":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleListKey":{"value":"nh-sdk-ns"}}},{"description":"The notification hub name.","in":"path","name":"notificationHubName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleListKey":{"value":"nh-sdk-hub"}}},{"description":"The connection string of the NotificationHub for the specified authorizationRule.","in":"path","name":"authorizationRuleName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleListKey":{"value":"sdk-AuthRules-5800"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Gets the Namespace AuthorizationRule's Primary keys and Secondary keys along with the ConnectionStrings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceListKeys"},"examples":{"NotificationHubAuthorizationRuleListKey":{"$ref":"#/components/examples/NotificationHubAuthorizationRuleListKey"}}}}}},"tags":["NotificationHubs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/notificationHubs/{notificationHubName}/AuthorizationRules/{authorizationRuleName}/regenerateKeys":{"post":{"description":"Regenerates the Primary/Secondary Keys to the NotificationHub Authorization Rule","operationId":"NotificationHubs_RegenerateKeys","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleRegenrateKey":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleRegenrateKey":{"value":"nh-sdk-ns"}}},{"description":"The notification hub name.","in":"path","name":"notificationHubName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleRegenrateKey":{"value":"nh-sdk-hub"}}},{"description":"The connection string of the NotificationHub for the specified authorizationRule.","in":"path","name":"authorizationRuleName","required":true,"schema":{"type":"string"},"examples":{"NotificationHubAuthorizationRuleRegenrateKey":{"value":"DefaultListenSharedAccessSignature"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PolicykeyResource"}}},"description":"Parameters supplied to regenerate the NotificationHub Authorization Rule Key.","required":true},"responses":{"200":{"description":"Regenerate the Primary/Secondary Key and returns the Keys and the connection string","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceListKeys"},"examples":{"NotificationHubAuthorizationRuleRegenrateKey":{"$ref":"#/components/examples/NotificationHubAuthorizationRuleRegenrateKey"}}}}}},"tags":["NotificationHubs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/notificationHubs/{notificationHubName}/debugsend":{"post":{"description":"test send a push notification","operationId":"NotificationHubs_DebugSend","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"debugsend":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"debugsend":{"value":"nh-sdk-ns"}}},{"description":"The notification hub name.","in":"path","name":"notificationHubName","required":true,"schema":{"type":"string"},"examples":{"debugsend":{"value":"nh-sdk-hub"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DebugSendParameters"}}},"description":"Debug send parameters"},"responses":{"201":{"description":"push send status","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DebugSendResponse"},"examples":{"debugsend":{"$ref":"#/components/examples/debugsend"}}}}}},"tags":["NotificationHubs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/notificationHubs/{notificationHubName}/pnsCredentials":{"post":{"description":"Lists the PNS Credentials associated with a notification hub .","operationId":"NotificationHubs_GetPnsCredentials","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"notificationHubPnsCredentials":{"value":"5ktrial"}}},{"description":"The namespace name.","in":"path","name":"namespaceName","required":true,"schema":{"type":"string"},"examples":{"notificationHubPnsCredentials":{"value":"nh-sdk-ns"}}},{"description":"The notification hub name.","in":"path","name":"notificationHubName","required":true,"schema":{"type":"string"},"examples":{"notificationHubPnsCredentials":{"value":"nh-sdk-hub"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Gets all the NotificationHub PNS credentials","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PnsCredentialsResource"},"examples":{"notificationHubPnsCredentials":{"$ref":"#/components/examples/notificationHubPnsCredentials"}}}}}},"tags":["NotificationHubs"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"OperationsList":{"value":{"value":[{"display":{"operation":"Registers the NotificationHubs Provider","provider":"Microsoft Azure Notification Hub","resource":"Microsoft Azure Notification Hub"},"name":"Microsoft.NotificationHubs/register/action"},{"display":{"operation":"Unregisters the NotificationHubs Provider","provider":"Microsoft Azure Notification Hub","resource":"Microsoft Azure Notification Hub"},"name":"Microsoft.NotificationHubs/unregister/action"},{"display":{"operation":"Operation results for Notification Hubs provider","provider":"Microsoft Azure Notification Hub","resource":"Microsoft Azure Notification Hub"},"name":"Microsoft.NotificationHubs/operationResults/read"},{"display":{"operation":"Get namespace availability.","provider":"Microsoft Azure Notification Hub","resource":"Microsoft Azure Notification Hub"},"name":"Microsoft.NotificationHubs/CheckNamespaceAvailability/action"},{"display":{"operation":"Create Or Update Namespace ","provider":"Microsoft Azure Notification Hub","resource":"Namespace"},"name":"Microsoft.NotificationHubs/namespaces/write"},{"display":{"operation":"Get Namespace Resource","provider":"Microsoft Azure NotificationHubs","resource":"Namespace"},"name":"Microsoft.NotificationHubs/namespaces/read"},{"display":{"operation":"Delete Namespace","provider":"Microsoft Azure NotificationHubs","resource":"Namespace"},"name":"Microsoft.NotificationHubs/namespaces/Delete"},{"display":{"operation":"Create or Update Namespace Authorization Rules","provider":"Microsoft Azure NotificationHubs","resource":"AuthorizationRules"},"name":"Microsoft.NotificationHubs/namespaces/authorizationRules/write"},{"display":{"operation":"Get Namespace Authorization Rules","provider":"Microsoft Azure NotificationHubs","resource":"AuthorizationRules"},"name":"Microsoft.NotificationHubs/namespaces/authorizationRules/action"},{"display":{"operation":"Get Namespace Authorization Rules","provider":"Microsoft Azure NotificationHubs","resource":"AuthorizationRules"},"name":"Microsoft.NotificationHubs/namespaces/authorizationRules/read"},{"display":{"operation":"Delete Namespace Authorization Rule","provider":"Microsoft Azure NotificationHubs","resource":"AuthorizationRules"},"name":"Microsoft.NotificationHubs/namespaces/authorizationRules/delete"},{"display":{"operation":"Get Namespace Listkeys","provider":"Microsoft Azure NotificationHubs","resource":"AuthorizationRules"},"name":"Microsoft.NotificationHubs/namespaces/authorizationRules/listkeys/action"},{"display":{"operation":"Resource Regeneratekeys","provider":"Microsoft Azure NotificationHubs","resource":"AuthorizationRules"},"name":"Microsoft.NotificationHubs/namespaces/authorizationRules/regenerateKeys/action"},{"display":{"operation":"CheckNotificationHubAvailability","provider":"Microsoft Azure NotificationHubs","resource":"AuthorizationRules"},"name":"Microsoft.NotificationHubs/Namespaces/CheckNotificationHubAvailability/action"},{"display":{"operation":"Create or Update notification hub","provider":"Microsoft Azure NotificationHubs","resource":"NotificationHub"},"name":"Microsoft.NotificationHubs/namespaces/notificationHubs/write"},{"display":{"operation":"Get notification hub","provider":"Microsoft Azure NotificationHubs","resource":"NotificationHub"},"name":"Microsoft.NotificationHubs/namespaces/notificationHubs/read"},{"display":{"operation":"Delete notification hub","provider":"Microsoft Azure NotificationHubs","resource":"NotificationHub"},"name":"Microsoft.NotificationHubs/namespaces/notificationHubs/Delete"},{"display":{"operation":"Create or Update NotificationHub Authorization Rule","provider":"Microsoft Azure NotificationHubs","resource":"NotificationHub Authorization Rule"},"name":"Microsoft.NotificationHubs/namespaces/notificationHubs/authorizationRules/write"},{"display":{"operation":" Get NotificationHub Authorization Rules","provider":"Microsoft Azure NotificationHubs","resource":"NotificationHub AuthorizationRules"},"name":"Microsoft.NotificationHubs/namespaces/notificationHubs/authorizationRules/action"},{"display":{"operation":" Get NotificationHub Authorization Rules","provider":"Microsoft Azure NotificationHubs","resource":"NotificationHub AuthorizationRules"},"name":"Microsoft.NotificationHubs/namespaces/notificationHubs/authorizationRules/read"},{"display":{"operation":"Delete NotificationHub Authorization Rules","provider":"Microsoft Azure NotificationHubs","resource":"NotificationHub AuthorizationRules"},"name":"Microsoft.NotificationHubs/namespaces/notificationHubs/authorizationRules/delete"},{"display":{"operation":"List NotificationHub keys","provider":"Microsoft Azure NotificationHubs","resource":"NotificationHub AuthorizationRules"},"name":"Microsoft.NotificationHubs/namespaces/notificationHubs/authorizationRules/listkeys/action"},{"display":{"operation":"Resource Regeneratekeys","provider":"Microsoft Azure NotificationHubs","resource":"NotificationHub AuthorizationRules"},"name":"Microsoft.NotificationHubs/namespaces/notificationHubs/authorizationRules/regenerateKeys/action"},{"display":{"operation":"Resource Get Notification Hub PNS Credentials","provider":"Microsoft Azure NotificationHubs","resource":"NotificationHub PnsCredential"},"name":"Microsoft.NotificationHubs/Namespaces/NotificationHubs/pnsCredentials/action"},{"display":{"operation":"Send a test push notification","provider":"Microsoft Azure NotificationHubs","resource":"NotificationHub resource"},"name":"Microsoft.NotificationHubs/Namespaces/NotificationHubs/debugSend/action"},{"display":{"operation":"Get NotificationHub metrics","provider":"Microsoft Azure NotificationHubs","resource":"NotificationHub metrics"},"name":"Microsoft.NotificationHubs/Namespaces/NotificationHubs/metricDefinitions/read"}]}},"NameSpaceCheckNameAvailability":{"value":{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/providers/Microsoft.NotificationHubs/CheckNamespaceAvailability","isAvailiable":false,"location":"West Europe","name":"mytestnamespace","type":"Microsoft.NotificationHubs/namespaces/checkNamespaceAvailability"}},"NameSpaceList":{"value":{"value":[{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-91f08e47-2b04-4943-b0cd-a5fb02b88f20","location":"South Central US","name":"NS-91f08e47-2b04-4943-b0cd-a5fb02b88f20","properties":{"createdAt":"2016-08-23T02:40:17.27Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-91f08e47-2b04-4943-b0cd-a5fb02b88f20","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-91f08e47-2b04-4943-b0cd-a5fb02b88f20.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T07:15:30.78Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-41dc63f4-0b08-4029-b3ef-535a131bfa65","location":"South Central US","name":"NS-41dc63f4-0b08-4029-b3ef-535a131bfa65","properties":{"createdAt":"2016-08-23T03:50:38.98Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-41dc63f4-0b08-4029-b3ef-535a131bfa65","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-41dc63f4-0b08-4029-b3ef-535a131bfa65.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T10:42:58.003Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-df52cf51-e831-4bf2-bd92-e9885f68a996","location":"South Central US","name":"NS-df52cf51-e831-4bf2-bd92-e9885f68a996","properties":{"createdAt":"2016-09-16T01:17:54.997Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-df52cf51-e831-4bf2-bd92-e9885f68a996","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-df52cf51-e831-4bf2-bd92-e9885f68a996.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T06:44:39.737Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/sadfsadfsadf/providers/Microsoft.NotificationHubs/namespaces/rrama-ns2","location":"South Central US","name":"rrama-ns2","properties":{"createdAt":"2016-08-23T04:14:00.013Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:rrama-ns2","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-ns2.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T22:53:32.927Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-20e57600-29d0-4035-ac85-74f4c54dcda1","location":"South Central US","name":"NS-20e57600-29d0-4035-ac85-74f4c54dcda1","properties":{"createdAt":"2016-08-23T03:30:49.16Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-20e57600-29d0-4035-ac85-74f4c54dcda1","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-20e57600-29d0-4035-ac85-74f4c54dcda1.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T04:17:58.483Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-3e538a1a-58fb-4315-b2ce-76f5c944114c","location":"South Central US","name":"NS-3e538a1a-58fb-4315-b2ce-76f5c944114c","properties":{"createdAt":"2016-09-16T18:07:30.05Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-3e538a1a-58fb-4315-b2ce-76f5c944114c","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-3e538a1a-58fb-4315-b2ce-76f5c944114c.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T10:42:57.747Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-4e1bfdf1-0cff-4e86-ae80-cdcac4873039","location":"South Central US","name":"NS-4e1bfdf1-0cff-4e86-ae80-cdcac4873039","properties":{"createdAt":"2016-09-16T01:01:58.73Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-4e1bfdf1-0cff-4e86-ae80-cdcac4873039","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-4e1bfdf1-0cff-4e86-ae80-cdcac4873039.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T03:02:59.8Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-6b90b7f3-7aa0-48c9-bc30-b299dcb66c03","location":"South Central US","name":"NS-6b90b7f3-7aa0-48c9-bc30-b299dcb66c03","properties":{"createdAt":"2016-08-23T03:22:45.327Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-6b90b7f3-7aa0-48c9-bc30-b299dcb66c03","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-6b90b7f3-7aa0-48c9-bc30-b299dcb66c03.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T06:08:01.207Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-c05e9df3-7737-44ee-a321-15f6e0545b97","location":"South Central US","name":"NS-c05e9df3-7737-44ee-a321-15f6e0545b97","properties":{"createdAt":"2016-08-05T03:29:19.75Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-c05e9df3-7737-44ee-a321-15f6e0545b97","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-c05e9df3-7737-44ee-a321-15f6e0545b97.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T08:10:35.527Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-dcb4152c-231b-4c16-a683-07cc6b38fa46","location":"South Central US","name":"NS-dcb4152c-231b-4c16-a683-07cc6b38fa46","properties":{"createdAt":"2016-08-05T03:34:35.363Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-dcb4152c-231b-4c16-a683-07cc6b38fa46","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-dcb4152c-231b-4c16-a683-07cc6b38fa46.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T05:33:00.957Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-f501f5e6-1f24-439b-8982-9af665156d40","location":"South Central US","name":"NS-f501f5e6-1f24-439b-8982-9af665156d40","properties":{"createdAt":"2016-09-16T01:25:55.707Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-f501f5e6-1f24-439b-8982-9af665156d40","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-f501f5e6-1f24-439b-8982-9af665156d40.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T07:42:59.687Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-fe2ed660-2cd6-46f2-a9c3-7e11551a1f30","location":"South Central US","name":"NS-fe2ed660-2cd6-46f2-a9c3-7e11551a1f30","properties":{"createdAt":"2016-08-23T02:32:08.227Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-fe2ed660-2cd6-46f2-a9c3-7e11551a1f30","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-fe2ed660-2cd6-46f2-a9c3-7e11551a1f30.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T06:32:57.77Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-8a5e3b4e-4e97-4d85-9083-cd33536c9d71","location":"South Central US","name":"NS-8a5e3b4e-4e97-4d85-9083-cd33536c9d71","properties":{"createdAt":"2016-09-16T00:54:05.103Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-8a5e3b4e-4e97-4d85-9083-cd33536c9d71","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-8a5e3b4e-4e97-4d85-9083-cd33536c9d71.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T10:43:50.313Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-6520cc09-01ac-40a3-bc09-c5c431116e92","location":"South Central US","name":"NS-6520cc09-01ac-40a3-bc09-c5c431116e92","properties":{"createdAt":"2016-09-16T01:49:59.243Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-6520cc09-01ac-40a3-bc09-c5c431116e92","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-6520cc09-01ac-40a3-bc09-c5c431116e92.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T08:15:36.95Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-bfba6d5c-a425-42d9-85db-0f4da770e29a","location":"South Central US","name":"NS-bfba6d5c-a425-42d9-85db-0f4da770e29a","properties":{"createdAt":"2016-08-05T03:23:32.083Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-bfba6d5c-a425-42d9-85db-0f4da770e29a","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-bfba6d5c-a425-42d9-85db-0f4da770e29a.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T09:02:57.433Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-43b136b4-8716-40b2-97c5-0d77cac0062c","location":"South Central US","name":"NS-43b136b4-8716-40b2-97c5-0d77cac0062c","properties":{"createdAt":"2016-08-23T03:14:50.577Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-43b136b4-8716-40b2-97c5-0d77cac0062c","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-43b136b4-8716-40b2-97c5-0d77cac0062c.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T09:23:01.067Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-7c0443de-5f88-450c-b574-83f60a097dd1","location":"South Central US","name":"NS-7c0443de-5f88-450c-b574-83f60a097dd1","properties":{"createdAt":"2016-08-23T04:07:15.397Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-7c0443de-5f88-450c-b574-83f60a097dd1","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-7c0443de-5f88-450c-b574-83f60a097dd1.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T04:03:03.097Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-62dd7753-a5f9-42fd-a354-ca38a4505d69","location":"South Central US","name":"NS-62dd7753-a5f9-42fd-a354-ca38a4505d69","properties":{"createdAt":"2016-09-16T01:33:50.45Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-62dd7753-a5f9-42fd-a354-ca38a4505d69","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-62dd7753-a5f9-42fd-a354-ca38a4505d69.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T05:35:33.053Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-ae18a18c-97ab-4089-965d-8acbf4794091","location":"South Central US","name":"NS-ae18a18c-97ab-4089-965d-8acbf4794091","properties":{"createdAt":"2016-08-23T02:43:36.517Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-ae18a18c-97ab-4089-965d-8acbf4794091","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-ae18a18c-97ab-4089-965d-8acbf4794091.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T12:40:30.587Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-8e3b56c1-0ee8-4e13-ae88-5cadf6e2ce11","location":"South Central US","name":"NS-8e3b56c1-0ee8-4e13-ae88-5cadf6e2ce11","properties":{"createdAt":"2016-09-16T00:46:03.773Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-8e3b56c1-0ee8-4e13-ae88-5cadf6e2ce11","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-8e3b56c1-0ee8-4e13-ae88-5cadf6e2ce11.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T04:43:54.56Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-7ffca4b4-4728-4fb0-b2d0-1e7c016e3a44","location":"South Central US","name":"NS-7ffca4b4-4728-4fb0-b2d0-1e7c016e3a44","properties":{"createdAt":"2016-08-23T03:59:12.1Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-7ffca4b4-4728-4fb0-b2d0-1e7c016e3a44","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-7ffca4b4-4728-4fb0-b2d0-1e7c016e3a44.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T06:33:52.23Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-d9337efd-9b27-454c-b2a5-dcfea56920d9","location":"South Central US","name":"NS-d9337efd-9b27-454c-b2a5-dcfea56920d9","properties":{"createdAt":"2016-08-05T03:45:09.27Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-d9337efd-9b27-454c-b2a5-dcfea56920d9","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-d9337efd-9b27-454c-b2a5-dcfea56920d9.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T06:20:31.863Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-ad5ae732-abea-4e62-9de0-c90de0ddec0a","location":"South Central US","name":"NS-ad5ae732-abea-4e62-9de0-c90de0ddec0a","properties":{"createdAt":"2016-08-23T02:34:36.447Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-ad5ae732-abea-4e62-9de0-c90de0ddec0a","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-ad5ae732-abea-4e62-9de0-c90de0ddec0a.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T06:15:31.607Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-d447fb03-c7da-40fe-b5eb-14f36888837b","location":"South Central US","name":"NS-d447fb03-c7da-40fe-b5eb-14f36888837b","properties":{"createdAt":"2016-08-05T00:53:46.697Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-d447fb03-c7da-40fe-b5eb-14f36888837b","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-d447fb03-c7da-40fe-b5eb-14f36888837b.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T11:09:41.26Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/RapscallionResources/providers/Microsoft.NotificationHubs/namespaces/ReproSB","location":"South Central US","name":"ReproSB","properties":{"createdAt":"2017-02-27T19:29:34.523Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:reprosb","provisioningState":"Succeeded","serviceBusEndpoint":"https://ReproSB.servicebus.windows-int.net:443/","updatedAt":"2017-02-27T19:29:58.64Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-4c90097f-19a8-42e7-bb3c-4ac088994719","location":"South Central US","name":"NS-4c90097f-19a8-42e7-bb3c-4ac088994719","properties":{"createdAt":"2016-09-16T17:35:32.61Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-4c90097f-19a8-42e7-bb3c-4ac088994719","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-4c90097f-19a8-42e7-bb3c-4ac088994719.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T09:13:52.27Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/rrama-1-23-17","location":"South Central US","name":"rrama-1-23-17","properties":{"createdAt":"2017-01-23T22:54:40.907Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:rrama-1-23-17","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-1-23-17.servicebus.windows-int.net:443/","updatedAt":"2017-02-04T00:53:28.777Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-5191e541-8e4e-4229-9fdc-b89f6c3e7f12","location":"South Central US","name":"NS-5191e541-8e4e-4229-9fdc-b89f6c3e7f12","properties":{"createdAt":"2016-09-16T17:43:25.71Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-5191e541-8e4e-4229-9fdc-b89f6c3e7f12","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-5191e541-8e4e-4229-9fdc-b89f6c3e7f12.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T11:05:31.89Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-be903820-3533-46e8-90e4-72c132411848","location":"South Central US","name":"NS-be903820-3533-46e8-90e4-72c132411848","properties":{"createdAt":"2016-08-05T03:24:01.923Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-be903820-3533-46e8-90e4-72c132411848","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-be903820-3533-46e8-90e4-72c132411848.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T10:09:42.513Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/rrama-namespace1","location":"South Central US","name":"rrama-namespace1","properties":{"createdAt":"2016-08-05T00:47:22.963Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:rrama-namespace1","provisioningState":"Created","serviceBusEndpoint":"https://rrama-namespace1.servicebus.windows-int.net:443/","updatedAt":"2016-08-05T00:47:27.297Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-a3c38e9b-32a3-4c51-85d7-263150a8dda9","location":"South Central US","name":"NS-a3c38e9b-32a3-4c51-85d7-263150a8dda9","properties":{"createdAt":"2016-09-16T00:38:02.517Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-a3c38e9b-32a3-4c51-85d7-263150a8dda9","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-a3c38e9b-32a3-4c51-85d7-263150a8dda9.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T05:03:55.96Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-70d3fa25-6bbe-4a6b-a381-a52cf0d539e6","location":"South Central US","name":"NS-70d3fa25-6bbe-4a6b-a381-a52cf0d539e6","properties":{"createdAt":"2016-08-23T03:42:40.01Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-70d3fa25-6bbe-4a6b-a381-a52cf0d539e6","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-70d3fa25-6bbe-4a6b-a381-a52cf0d539e6.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T06:33:02.363Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-e6536f77-0d1b-4a6b-8f42-29cc15b2930a","location":"South Central US","name":"NS-e6536f77-0d1b-4a6b-8f42-29cc15b2930a","properties":{"createdAt":"2016-08-05T04:28:10.71Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-e6536f77-0d1b-4a6b-8f42-29cc15b2930a","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-e6536f77-0d1b-4a6b-8f42-29cc15b2930a.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T08:43:51.587Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/ArunMonocle/providers/Microsoft.NotificationHubs/namespaces/sdk-Namespace-2924","location":"South Central US","name":"sdk-Namespace-2924","properties":{"createdAt":"2017-05-25T22:26:36.76Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:sdk-namespace-2924","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-2924.servicebus.windows-int.net:443/","updatedAt":"2017-05-25T22:26:59.35Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{"tag1":"value1","tag2":"value2"},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/rrama-sb1","location":"South Central US","name":"rrama-sb1","properties":{"createdAt":"2017-05-01T21:47:34.903Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:rrama-sb1","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-sb1.servicebus.windows-int.net:443/","updatedAt":"2017-05-02T02:10:03.083Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/RapscallionResources/providers/Microsoft.NotificationHubs/namespaces/WhackWhack","location":"South Central US","name":"WhackWhack","properties":{"createdAt":"2016-10-10T23:39:01.347Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:whackwhack","provisioningState":"Succeeded","serviceBusEndpoint":"https://WhackWhack.servicebus.windows-int.net:443/","updatedAt":"2017-02-04T00:56:32.687Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-66ed32d6-611e-4bb0-8e1a-a6d0fc65427c","location":"South Central US","name":"NS-66ed32d6-611e-4bb0-8e1a-a6d0fc65427c","properties":{"createdAt":"2016-09-16T17:51:27.73Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-66ed32d6-611e-4bb0-8e1a-a6d0fc65427c","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-66ed32d6-611e-4bb0-8e1a-a6d0fc65427c.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T08:19:43.383Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/NS-e0cab401-6df8-465d-8d4a-da9a9e55cf0e","location":"South Central US","name":"NS-e0cab401-6df8-465d-8d4a-da9a9e55cf0e","properties":{"createdAt":"2016-08-05T01:14:25.613Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:ns-e0cab401-6df8-465d-8d4a-da9a9e55cf0e","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-e0cab401-6df8-465d-8d4a-da9a9e55cf0e.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T12:33:01.727Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/bn3-rrama-foo1","location":"East US 2","name":"bn3-rrama-foo1","properties":{"createdAt":"2017-04-28T23:54:26.927Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:bn3-rrama-foo1","provisioningState":"Created","serviceBusEndpoint":"https://bn3-rrama-foo1.servicebus.int7.windows-int.net:443/","updatedAt":"2017-04-28T23:54:26.927Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/bn3-rrama-foo3","location":"East US 2","name":"bn3-rrama-foo3","properties":{"createdAt":"2017-04-29T00:24:09.907Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:bn3-rrama-foo3","provisioningState":"Succeeded","serviceBusEndpoint":"https://bn3-rrama-foo3.servicebus.int7.windows-int.net:443/","updatedAt":"2017-04-29T00:24:33.233Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/bn3-rrama-foo2","location":"East US 2","name":"bn3-rrama-foo2","properties":{"createdAt":"2017-04-28T23:57:40.82Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:bn3-rrama-foo2","provisioningState":"Created","serviceBusEndpoint":"https://bn3-rrama-foo2.servicebus.int7.windows-int.net:443/","updatedAt":"2017-04-28T23:57:40.82Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.NotificationHubs/namespaces/db3-rrama-foo2","location":"North Europe","name":"db3-rrama-foo2","properties":{"createdAt":"2017-04-29T00:10:43.463Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:db3-rrama-foo2","provisioningState":"Succeeded","serviceBusEndpoint":"https://db3-rrama-foo2.servicebus.int7.windows-int.net:443/","updatedAt":"2017-04-29T00:11:09.133Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.NotificationHubs/Namespaces"}]}},"NameSpaceListByResourceGroup":{"value":{"value":[{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/ArunMonocle/providers/Microsoft.NotificationHubs/namespaces/sdk-Namespace-2924","location":"South Central US","name":"sdk-Namespace-2924","properties":{"createdAt":"2017-05-25T22:26:36.76Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:sdk-namespace-2924","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-2924.servicebus.windows-int.net:443/","updatedAt":"2017-05-25T22:26:59.35Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{"tag1":"value1","tag2":"value2"},"type":"Microsoft.NotificationHubs/Namespaces"}]}},"NameSpaceGet":{"value":{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/5ktrial/providers/Microsoft.NotificationHubs/namespaces/nh-sdk-ns","location":"South Central US","name":"nh-sdk-ns","properties":{"createdAt":"2018-05-02T00:44:56.58Z","critical":false,"dataCenter":"SN1","enabled":true,"namespaceType":"NotificationHub","provisioningState":"Succeeded","scaleUnit":"SN1-001","serviceBusEndpoint":"https://nh-sdk-ns.servicebus.windows.net:443/","status":"Active","updatedAt":"2018-05-02T01:02:19.79Z"},"sku":{"name":"Basic"},"tags":{},"type":"Microsoft.NotificationHubs/namespaces"}},"NameSpaceUpdate":{"value":{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/ArunMonocle/providers/Microsoft.NotificationHubs/namespaces/sdk-Namespace-3285","location":"South Central US","name":"sdk-Namespace-3285","properties":{"createdAt":"2017-05-25T23:07:58.17Z","provisioningState":"Updating","serviceBusEndpoint":"https://sdk-Namespace-3285.servicebus.windows-int.net:443/"},"sku":{"name":"Standard","tier":"Standard"},"tags":{"tag3":"value3","tag4":"value4"},"type":"Microsoft.NotificationHubs/Namespaces"}},"NameSpaceCreate":{"value":{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/ArunMonocle/providers/Microsoft.NotificationHubs/namespaces/sdk-Namespace-2924","location":"South Central US","name":"sdk-Namespace-2924","properties":{"createdAt":"2017-05-25T22:26:36.76Z","metricId":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40:sdk-namespace-2924","provisioningState":"Created","serviceBusEndpoint":"https://sdk-Namespace-2924.servicebus.windows-int.net:443/","updatedAt":"2017-05-25T22:26:36.76Z"},"sku":{"name":"Standard","tier":"Standard"},"tags":{"tag1":"value1","tag2":"value2"},"type":"Microsoft.NotificationHubs/Namespaces"}},"NameSpaceAuthorizationRuleListAll":{"value":{"value":[{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/5ktrial/providers/Microsoft.NotificationHubs/namespaces/nh-sdk-ns/AuthorizationRules/RootManageSharedAccessKey","name":"RootManageSharedAccessKey","properties":{"claimType":"SharedAccessKey","claimValue":"None","createdTime":"2018-05-02T18:24:51.0690674Z","keyName":"RootManageSharedAccessKey","modifiedTime":"2018-05-02T18:31:28.5201555Z","primaryKey":"e5FIqldZtpiWCwXfFn/MfofvpaqRpB2NzAlq+kGtoZ8=","revision":1,"rights":["Listen","Manage","Send"],"secondaryKey":"p88zp8l/FSPLQyzOj2t2jMZk1k463SoFcQ13ritYjmI="},"type":"Microsoft.NotificationHubs/Namespaces/AuthorizationRules"}]}},"NameSpaceAuthorizationRuleGet":{"value":{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/5ktrial/providers/Microsoft.NotificationHubs/namespaces/nh-sdk-ns/AuthorizationRules/RootManageSharedAccessKey","location":"South Central US","name":"RootManageSharedAccessKey","properties":{"claimType":"SharedAccessKey","claimValue":"None","createdTime":"2018-05-02T18:24:51.0690674Z","keyName":"RootManageSharedAccessKey","modifiedTime":"2018-05-02T18:24:51.0690674Z","primaryKey":"############################################","rights":["Listen","Manage","Send"],"secondaryKey":"############################################"},"type":"Microsoft.NotificationHubs/Namespaces/AuthorizationRules"}},"NameSpaceAuthorizationRuleCreate":{"value":{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/ArunMonocle/providers/Microsoft.NotificationHubs/namespaces/sdk-Namespace-6914/AuthorizationRules/sdk-AuthRules-1788","name":"sdk-AuthRules-1788","properties":{"rights":["Listen","Send"]},"type":"Microsoft.NotificationHubs/Namespaces/AuthorizationRules"}},"NameSpaceAuthorizationRuleListKey":{"value":{"value":[{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/5ktrial/providers/Microsoft.NotificationHubs/namespaces/nh-sdk-ns/AuthorizationRules/RootManageSharedAccessKey","name":"RootManageSharedAccessKey","properties":{"claimType":"SharedAccessKey","claimValue":"None","createdTime":"2018-05-02T18:24:51.0690674Z","keyName":"RootManageSharedAccessKey","modifiedTime":"2018-05-02T18:24:51.0690674Z","primaryKey":"############################################","rights":["Listen","Manage","Send"],"secondaryKey":"############################################"},"type":"Microsoft.NotificationHubs/Namespaces/AuthorizationRules"}]}},"NameSpaceAuthorizationRuleRegenerateKey":{"value":{"keyName":"RootManageSharedAccessKey","primaryConnectionString":"Endpoint=sb://nh-sdk-ns.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=############################################","primaryKey":"############################################","secondaryConnectionString":"Endpoint=sb://nh-sdk-ns.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=############################################","secondaryKey":"############################################"}},"notificationHubCheckNameAvailability":{"value":{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourcegroups/5ktrial/providers/Microsoft.NotificationHubs/namespaces/locp-newns/CheckNotificationHubAvailability","isAvailiable":true,"location":"West Europe","name":"sdktest","type":"Microsoft.NotificationHubs/namespaces/notificationHubs/checkNotificationHubAvailability"}},"NotificationHubListByNameSpace":{"value":{"value":[{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/5ktrial/providers/Microsoft.NotificationHubs/namespaces/nh-sdk-ns/NotificationHubs/nh-sdk-hub","location":"South Central US","name":"nh-sdk-hub","properties":{"authorizationRules":[],"registrationTtl":"10675199.02:48:05.4775807"},"type":"Microsoft.NotificationHubs/namespaces/notificationHubs"}]}},"NotificationHubGet":{"value":{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/sdkresourceGroup/providers/Microsoft.NotificationHubs/namespaces/nh-sdk-ns/notificationHubs/nh-sdk-hub","location":"South Central US","name":"nh-sdk-hub","properties":{"authorizationRules":[],"registrationTtl":"10675199.02:48:05.4775807"},"type":"Microsoft.NotificationHubs/namespaces/notificationHubs"}},"NotificationHubPatch":{"value":{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/sdkresourceGroup/providers/Microsoft.NotificationHubs/namespaces/nh-sdk-ns/notificationHubs/nh-sdk-hub","location":"South Central US","name":"nh-sdk-hub","properties":{"authorizationRules":[],"registrationTtl":"10675199.02:48:05.4775807"},"type":"Microsoft.NotificationHubs/namespaces/notificationHubs"}},"NotificationHubCreate":{"value":{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/sdkresourceGroup/providers/Microsoft.NotificationHubs/namespaces/nh-sdk-ns/notificationHubs/nh-sdk-hub","location":"eastus","name":"nh-sdk-hub","properties":{"authorizationRules":[],"registrationTtl":"10675199.02:48:05.4775807"},"type":"Microsoft.NotificationHubs/namespaces/notificationHubs"}},"NotificationHubAuthorizationRuleListAll":{"value":{"value":[{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/5ktrial/providers/Microsoft.NotificationHubs/namespaces/nh-sdk-ns/NotificationHubs/nh-sdk-hub/AuthorizationRules/DefaultListenSharedAccessSignature","location":"West Europe","name":"DefaultListenSharedAccessSignature","properties":{"claimType":"SharedAccessKey","claimValue":"None","createdTime":"2018-05-02T00:45:22.0150024Z","keyName":"DefaultListenSharedAccessSignature","modifiedTime":"2018-05-02T00:45:22.0150024Z","primaryKey":"#################################","rights":["Listen"],"secondaryKey":"#################################"},"type":"Microsoft.NotificationHubs/namespaces/notificationHubs/authorizationRules"},{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/5ktrial/providers/Microsoft.NotificationHubs/namespaces/nh-sdk-ns/NotificationHubs/nh-sdk-hub/AuthorizationRules/DefaultFullSharedAccessSignature","location":"West Europe","name":"DefaultFullSharedAccessSignature","properties":{"claimType":"SharedAccessKey","claimValue":"None","createdTime":"2018-05-02T00:45:22.0150024Z","keyName":"DefaultFullSharedAccessSignature","modifiedTime":"2018-05-02T00:45:22.0150024Z","primaryKey":"#################################","rights":["Listen","Manage","Send"],"secondaryKey":"#################################"},"type":"Microsoft.NotificationHubs/namespaces/notificationHubs/authorizationRules"}]}},"NotificationHubAuthorizationRuleGet":{"value":{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/5ktrial/providers/Microsoft.NotificationHubs/namespaces/nh-sdk-ns/NotificationHubs/nh-sdk-hub/AuthorizationRules/DefaultListenSharedAccessSignature","location":"West Europe","name":"DefaultListenSharedAccessSignature","properties":{"claimType":"SharedAccessKey","claimValue":"None","createdTime":"2018-05-02T00:45:22.0150024Z","keyName":"DefaultListenSharedAccessSignature","modifiedTime":"2018-05-02T00:45:22.0150024Z","primaryKey":"#################################","rights":["Listen"],"secondaryKey":"#################################"},"type":"Microsoft.NotificationHubs/namespaces/notificationHubs/authorizationRules"}},"NotificationHubAuthorizationRuleCreate":{"value":{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/5ktrial/providers/Microsoft.NotificationHubs/namespaces/nh-sdk-ns/NotificationHubs/nh-sdk-hub/AuthorizationRules/DefaultListenSharedAccessSignature","location":"West Europe","name":"DefaultListenSharedAccessSignature","properties":{"claimType":"SharedAccessKey","claimValue":"None","createdTime":"2018-05-02T00:45:22.0150024Z","keyName":"DefaultListenSharedAccessSignature","modifiedTime":"2018-05-02T00:45:22.0150024Z","primaryKey":"#################################","rights":["Listen"],"secondaryKey":"#################################"},"type":"Microsoft.NotificationHubs/namespaces/notificationHubs/authorizationRules"}},"NotificationHubAuthorizationRuleListKey":{"value":{"keyName":"sdk-AuthRules-5800","primaryConnectionString":"Endpoint=sb://sdk-namespace-7982.servicebus.windows-int.net/;SharedAccessKeyName=sdk-AuthRules-5800;SharedAccessKey=############################################;EntityPath=sdk-notificationHubs-2317","primaryKey":"############################################","secondaryConnectionString":"Endpoint=sb://sdk-namespace-7982.servicebus.windows-int.net/;SharedAccessKeyName=sdk-AuthRules-5800;SharedAccessKey=############################################;EntityPath=sdk-notificationHubs-2317","secondaryKey":"############################################"}},"NotificationHubAuthorizationRuleRegenrateKey":{"value":{"keyName":"DefaultListenSharedAccessSignature","primaryConnectionString":"Endpoint=sb://nh-sdk-ns.servicebus.windows.net/;SharedAccessKeyName=DefaultListenSharedAccessSignature;SharedAccessKey=#################################","primaryKey":"#################################","secondaryConnectionString":"Endpoint=sb://nh-sdk-ns.servicebus.windows.net/;SharedAccessKeyName=DefaultListenSharedAccessSignature;SharedAccessKey=#################################","secondaryKey":"#################################"}},"debugsend":{"value":{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/sdkresourceGroup/providers/Microsoft.NotificationHubs/namespaces/nh-sdk-ns/notificationHubs/nh-sdk-hub","location":"South Central US","name":"nh-sdk-hub","properties":{"failure":0,"success":1},"type":"Microsoft.NotificationHubs/namespaces/notificationHubs"}},"notificationHubPnsCredentials":{"value":{"id":"/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/5ktrial/providers/Microsoft.NotificationHubs/namespaces/nh-sdk-ns/notificationHubs/nh-sdk-hub/pnsCredentials","location":"West Europe","name":"nh-sdk-hub","properties":{"mpnsCredential":{"properties":{"thumbprint":"#################################"}}},"type":"Microsoft.NotificationHubs/namespaces/notificationHubs/pnsCredentials"}}},"parameters":{"ApiVersionParameter":{"description":"Client Api Version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"OperationsList":{"value":"2017-04-01"},"NameSpaceCheckNameAvailability":{"value":"2017-04-01"},"NameSpaceList":{"value":"2017-04-01"},"NameSpaceListByResourceGroup":{"value":"2017-04-01"},"NameSpaceDelete":{"value":"2017-04-01"},"NameSpaceGet":{"value":"2017-04-01"},"NameSpaceUpdate":{"value":"2017-04-01"},"NameSpaceCreate":{"value":"2017-04-01"},"NameSpaceAuthorizationRuleListAll":{"value":"2017-04-01"},"NameSpaceAuthorizationRuleDelete":{"value":"2017-04-01"},"NameSpaceAuthorizationRuleGet":{"value":"2017-04-01"},"NameSpaceAuthorizationRuleCreate":{"value":"2017-04-01"},"NameSpaceAuthorizationRuleListKey":{"value":"2017-04-01"},"NameSpaceAuthorizationRuleRegenerateKey":{"value":"2017-04-01"},"notificationHubCheckNameAvailability":{"value":"2017-04-01"},"NotificationHubListByNameSpace":{"value":"2017-04-01"},"NotificationHubDelete":{"value":"2017-04-01"},"NotificationHubGet":{"value":"2017-04-01"},"NotificationHubPatch":{"value":"2017-04-01"},"NotificationHubCreate":{"value":"2017-04-01"},"NotificationHubAuthorizationRuleListAll":{"value":"2017-04-01"},"NotificationHubAuthorizationRuleDelete":{"value":"2017-04-01"},"NotificationHubAuthorizationRuleGet":{"value":"2017-04-01"},"NotificationHubAuthorizationRuleCreate":{"value":"2017-04-01"},"NotificationHubAuthorizationRuleListKey":{"value":"2017-04-01"},"NotificationHubAuthorizationRuleRegenrateKey":{"value":"2017-04-01"},"debugsend":{"value":"2017-04-01"},"notificationHubPnsCredentials":{"value":"2017-04-01"}}},"SubscriptionIdParameter":{"description":"Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"NameSpaceCheckNameAvailability":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NameSpaceList":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NameSpaceListByResourceGroup":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NameSpaceDelete":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NameSpaceGet":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NameSpaceUpdate":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NameSpaceCreate":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NameSpaceAuthorizationRuleListAll":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NameSpaceAuthorizationRuleDelete":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NameSpaceAuthorizationRuleGet":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NameSpaceAuthorizationRuleCreate":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NameSpaceAuthorizationRuleListKey":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NameSpaceAuthorizationRuleRegenerateKey":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"notificationHubCheckNameAvailability":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NotificationHubListByNameSpace":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NotificationHubDelete":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NotificationHubGet":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NotificationHubPatch":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NotificationHubCreate":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NotificationHubAuthorizationRuleListAll":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NotificationHubAuthorizationRuleDelete":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NotificationHubAuthorizationRuleGet":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NotificationHubAuthorizationRuleCreate":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NotificationHubAuthorizationRuleListKey":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"NotificationHubAuthorizationRuleRegenrateKey":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"debugsend":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"},"notificationHubPnsCredentials":{"value":"29cfa613-cbbc-4512-b1d6-1b3a92c7fa40"}}}},"requestBodies":{"SharedAccessAuthorizationRuleCreateOrUpdateParameters":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SharedAccessAuthorizationRuleCreateOrUpdateParameters"}}},"description":"The shared access authorization rule.","required":true}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate your user account"}}}}},"schemas":{"AdmCredential":{"description":"Description of a NotificationHub AdmCredential.","properties":{"properties":{"$ref":"#/components/schemas/AdmCredentialProperties"}}},"AdmCredentialProperties":{"description":"Description of a NotificationHub AdmCredential.","properties":{"authTokenUrl":{"description":"The URL of the authorization token.","type":"string"},"clientId":{"description":"The client identifier.","type":"string"},"clientSecret":{"description":"The credential secret access key.","type":"string"}}},"ApnsCredential":{"description":"Description of a NotificationHub ApnsCredential.","properties":{"properties":{"$ref":"#/components/schemas/ApnsCredentialProperties"}}},"ApnsCredentialProperties":{"description":"Description of a NotificationHub ApnsCredential.","properties":{"apnsCertificate":{"description":"The APNS certificate.","type":"string"},"appId":{"description":"The issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account","type":"string"},"appName":{"description":"The name of the application","type":"string"},"certificateKey":{"description":"The certificate key.","type":"string"},"endpoint":{"description":"The endpoint of this credential.","type":"string"},"keyId":{"description":"A 10-character key identifier (kid) key, obtained from your developer account","type":"string"},"thumbprint":{"description":"The APNS certificate Thumbprint","type":"string"},"token":{"description":"Provider Authentication Token, obtained through your developer account","type":"string"}}},"BaiduCredential":{"description":"Description of a NotificationHub BaiduCredential.","properties":{"properties":{"$ref":"#/components/schemas/BaiduCredentialProperties"}}},"BaiduCredentialProperties":{"description":"Description of a NotificationHub BaiduCredential.","properties":{"baiduApiKey":{"description":"Baidu Api Key.","type":"string"},"baiduEndPoint":{"description":"Baidu Endpoint.","type":"string"},"baiduSecretKey":{"description":"Baidu Secret Key","type":"string"}}},"CheckAvailabilityParameters":{"description":"Parameters supplied to the Check Name Availability for Namespace and NotificationHubs.","properties":{"id":{"description":"Resource Id","readOnly":true,"type":"string"},"isAvailiable":{"description":"True if the name is available and can be used to create new Namespace/NotificationHub. Otherwise false.","type":"boolean"},"location":{"description":"Resource location","type":"string"},"name":{"description":"Resource name","type":"string"},"sku":{"$ref":"#/components/schemas/Sku"},"tags":{"additionalProperties":{"type":"string"},"description":"Resource tags","type":"object"},"type":{"description":"Resource type","readOnly":true,"type":"string"}},"required":["name"]},"CheckAvailabilityResult":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Description of a CheckAvailability resource.","properties":{"isAvailiable":{"description":"True if the name is available and can be used to create new Namespace/NotificationHub. Otherwise false.","type":"boolean"}}},"DebugSendParameters":{"description":"Debug Send payload","type":"object"},"DebugSendResponse":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Description of a NotificationHub Resource.","properties":{"properties":{"$ref":"#/components/schemas/DebugSendResult"}}},"DebugSendResult":{"properties":{"failure":{"description":"send failure","type":"number"},"results":{"description":"actual failure description","type":"object"},"success":{"description":"successful send","type":"number"}},"x-ms-azure-resource":true},"ErrorResponse":{"description":"Error response indicates NotificationHubs service is not able to process the incoming request. The reason is provided in the error message.","properties":{"code":{"description":"Error code.","type":"string"},"message":{"description":"Error message indicating why the operation failed.","type":"string"}},"type":"object"},"GcmCredential":{"description":"Description of a NotificationHub GcmCredential.","properties":{"properties":{"$ref":"#/components/schemas/GcmCredentialProperties"}}},"GcmCredentialProperties":{"description":"Description of a NotificationHub GcmCredential.","properties":{"gcmEndpoint":{"description":"The GCM endpoint.","type":"string"},"googleApiKey":{"description":"The Google API key.","type":"string"}}},"MpnsCredential":{"description":"Description of a NotificationHub MpnsCredential.","properties":{"properties":{"$ref":"#/components/schemas/MpnsCredentialProperties"}}},"MpnsCredentialProperties":{"description":"Description of a NotificationHub MpnsCredential.","properties":{"certificateKey":{"description":"The certificate key for this credential.","type":"string"},"mpnsCertificate":{"description":"The MPNS certificate.","type":"string"},"thumbprint":{"description":"The MPNS certificate Thumbprint","type":"string"}}},"NamespaceCreateOrUpdateParameters":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Parameters supplied to the CreateOrUpdate Namespace operation.","properties":{"properties":{"$ref":"#/components/schemas/NamespaceProperties"}},"required":["location"]},"NamespaceListResult":{"description":"The response of the List Namespace operation.","properties":{"nextLink":{"description":"Link to the next set of results. Not empty if Value contains incomplete list of Namespaces","type":"string"},"value":{"description":"Result of the List Namespace operation.","items":{"$ref":"#/components/schemas/NamespaceResource"},"type":"array"}}},"NamespacePatchParameters":{"description":"Parameters supplied to the Patch Namespace operation.","properties":{"sku":{"$ref":"#/components/schemas/Sku"},"tags":{"additionalProperties":{"type":"string"},"description":"Resource tags","type":"object"}}},"NamespaceProperties":{"description":"Namespace properties.","properties":{"createdAt":{"description":"The time the namespace was created.","format":"date-time","type":"string"},"critical":{"description":"Whether or not the namespace is set as Critical.","type":"boolean"},"dataCenter":{"description":"Data center for the namespace","type":"string"},"enabled":{"description":"Whether or not the namespace is currently enabled.","type":"boolean"},"metricId":{"description":"Identifier for Azure Insights metrics","readOnly":true,"type":"string"},"name":{"description":"The name of the namespace.","type":"string"},"namespaceType":{"description":"The namespace type.","enum":["Messaging","NotificationHub"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"NamespaceType"}},"provisioningState":{"description":"Provisioning state of the Namespace.","type":"string"},"region":{"description":"Specifies the targeted region in which the namespace should be created. It can be any of the following values: Australia East, Australia Southeast, Central US, East US, East US 2, West US, North Central US, South Central US, East Asia, Southeast Asia, Brazil South, Japan East, Japan West, North Europe, West Europe","externalDocs":{"url":"http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx"},"type":"string"},"scaleUnit":{"description":"ScaleUnit where the namespace gets created","type":"string"},"serviceBusEndpoint":{"description":"Endpoint you can use to perform NotificationHub operations.","externalDocs":{"url":"http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx"},"type":"string"},"status":{"description":"Status of the namespace. It can be any of these values:1 = Created/Active2 = Creating3 = Suspended4 = Deleting","externalDocs":{"url":"http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx"},"type":"string"},"subscriptionId":{"description":"The Id of the Azure subscription associated with the namespace.","type":"string"},"updatedAt":{"description":"The time the namespace was updated.","format":"date-time","type":"string"}}},"NamespaceResource":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Description of a Namespace resource.","properties":{"properties":{"$ref":"#/components/schemas/NamespaceProperties"}}},"NotificationHubCreateOrUpdateParameters":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Parameters supplied to the CreateOrUpdate NotificationHub operation.","properties":{"properties":{"$ref":"#/components/schemas/NotificationHubProperties"}},"required":["properties"]},"NotificationHubListResult":{"description":"The response of the List NotificationHub operation.","properties":{"nextLink":{"description":"Link to the next set of results. Not empty if Value contains incomplete list of NotificationHub","type":"string"},"value":{"description":"Result of the List NotificationHub operation.","items":{"$ref":"#/components/schemas/NotificationHubResource"},"type":"array"}}},"NotificationHubPatchParameters":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Parameters supplied to the patch NotificationHub operation.","properties":{"properties":{"$ref":"#/components/schemas/NotificationHubProperties"}}},"NotificationHubProperties":{"description":"NotificationHub properties.","properties":{"admCredential":{"$ref":"#/components/schemas/AdmCredential"},"apnsCredential":{"$ref":"#/components/schemas/ApnsCredential"},"authorizationRules":{"description":"The AuthorizationRules of the created NotificationHub","items":{"$ref":"#/components/schemas/SharedAccessAuthorizationRuleProperties"},"type":"array"},"baiduCredential":{"$ref":"#/components/schemas/BaiduCredential"},"gcmCredential":{"$ref":"#/components/schemas/GcmCredential"},"mpnsCredential":{"$ref":"#/components/schemas/MpnsCredential"},"name":{"description":"The NotificationHub name.","type":"string"},"registrationTtl":{"description":"The RegistrationTtl of the created NotificationHub","type":"string"},"wnsCredential":{"$ref":"#/components/schemas/WnsCredential"}}},"NotificationHubResource":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Description of a NotificationHub Resource.","properties":{"properties":{"$ref":"#/components/schemas/NotificationHubProperties"}}},"Operation":{"description":"A NotificationHubs REST API operation","properties":{"display":{"description":"The object that represents the operation.","properties":{"operation":{"description":"Operation type: Read, write, delete, etc.","readOnly":true,"type":"string"},"provider":{"description":"Service provider: Microsoft.NotificationHubs","readOnly":true,"type":"string"},"resource":{"description":"Resource on which the operation is performed: Invoice, etc.","readOnly":true,"type":"string"}}},"name":{"description":"Operation name: {provider}/{resource}/{operation}","readOnly":true,"type":"string"}},"type":"object"},"OperationListResult":{"description":"Result of the request to list NotificationHubs operations. It contains a list of operations and a URL link to get the next set of results.","properties":{"nextLink":{"description":"URL to get the next set of operation list results if there are any.","readOnly":true,"type":"string"},"value":{"description":"List of NotificationHubs operations supported by the Microsoft.NotificationHubs resource provider.","items":{"$ref":"#/components/schemas/Operation"},"readOnly":true,"type":"array"}}},"PnsCredentialsProperties":{"description":"Description of a NotificationHub PNS Credentials.","properties":{"admCredential":{"$ref":"#/components/schemas/AdmCredential"},"apnsCredential":{"$ref":"#/components/schemas/ApnsCredential"},"baiduCredential":{"$ref":"#/components/schemas/BaiduCredential"},"gcmCredential":{"$ref":"#/components/schemas/GcmCredential"},"mpnsCredential":{"$ref":"#/components/schemas/MpnsCredential"},"wnsCredential":{"$ref":"#/components/schemas/WnsCredential"}}},"PnsCredentialsResource":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Description of a NotificationHub PNS Credentials.","properties":{"properties":{"$ref":"#/components/schemas/PnsCredentialsProperties"}}},"PolicykeyResource":{"description":"Namespace/NotificationHub Regenerate Keys","properties":{"policyKey":{"description":"Name of the key that has to be regenerated for the Namespace/Notification Hub Authorization Rule. The value can be Primary Key/Secondary Key.","type":"string"}}},"Resource":{"properties":{"id":{"description":"Resource Id","readOnly":true,"type":"string"},"location":{"description":"Resource location","type":"string"},"name":{"description":"Resource name","readOnly":true,"type":"string"},"sku":{"$ref":"#/components/schemas/Sku"},"tags":{"additionalProperties":{"type":"string"},"description":"Resource tags","type":"object"},"type":{"description":"Resource type","readOnly":true,"type":"string"}},"x-ms-azure-resource":true},"ResourceListKeys":{"description":"Namespace/NotificationHub Connection String","properties":{"keyName":{"description":"KeyName of the created AuthorizationRule","type":"string"},"primaryConnectionString":{"description":"PrimaryConnectionString of the AuthorizationRule.","type":"string"},"primaryKey":{"description":"PrimaryKey of the created AuthorizationRule.","type":"string"},"secondaryConnectionString":{"description":"SecondaryConnectionString of the created AuthorizationRule","type":"string"},"secondaryKey":{"description":"SecondaryKey of the created AuthorizationRule","type":"string"}}},"SharedAccessAuthorizationRuleCreateOrUpdateParameters":{"description":"Parameters supplied to the CreateOrUpdate Namespace AuthorizationRules.","properties":{"properties":{"$ref":"#/components/schemas/SharedAccessAuthorizationRuleProperties"}},"required":["properties"]},"SharedAccessAuthorizationRuleListResult":{"description":"The response of the List Namespace operation.","properties":{"nextLink":{"description":"Link to the next set of results. Not empty if Value contains incomplete list of AuthorizationRules","type":"string"},"value":{"description":"Result of the List AuthorizationRules operation.","items":{"$ref":"#/components/schemas/SharedAccessAuthorizationRuleResource"},"type":"array"}}},"SharedAccessAuthorizationRuleProperties":{"description":"SharedAccessAuthorizationRule properties.","properties":{"claimType":{"description":"A string that describes the claim type","readOnly":true,"type":"string"},"claimValue":{"description":"A string that describes the claim value","readOnly":true,"type":"string"},"createdTime":{"description":"The created time for this rule","readOnly":true,"type":"string"},"keyName":{"description":"A string that describes the authorization rule.","readOnly":true,"type":"string"},"modifiedTime":{"description":"The last modified time for this rule","readOnly":true,"type":"string"},"primaryKey":{"description":"A base64-encoded 256-bit primary key for signing and validating the SAS token.","readOnly":true,"type":"string"},"revision":{"description":"The revision number for the rule","readOnly":true,"type":"integer"},"rights":{"description":"The rights associated with the rule.","items":{"enum":["Manage","Send","Listen"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"AccessRights"}},"type":"array"},"secondaryKey":{"description":"A base64-encoded 256-bit primary key for signing and validating the SAS token.","readOnly":true,"type":"string"}}},"SharedAccessAuthorizationRuleResource":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Description of a Namespace AuthorizationRules.","properties":{"properties":{"$ref":"#/components/schemas/SharedAccessAuthorizationRuleProperties"}}},"Sku":{"description":"The Sku description for a namespace","properties":{"capacity":{"description":"The capacity of the resource","type":"integer"},"family":{"description":"The Sku Family","type":"string"},"name":{"description":"Name of the notification hub sku","enum":["Free","Basic","Standard"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"SkuName"}},"size":{"description":"The Sku size","type":"string"},"tier":{"description":"The tier of particular sku","type":"string"}},"required":["name"]},"SubResource":{"properties":{"id":{"description":"Resource Id","type":"string"}},"x-ms-azure-resource":true},"WnsCredential":{"description":"Description of a NotificationHub WnsCredential.","properties":{"properties":{"$ref":"#/components/schemas/WnsCredentialProperties"}}},"WnsCredentialProperties":{"description":"Description of a NotificationHub WnsCredential.","properties":{"packageSid":{"description":"The package ID for this credential.","type":"string"},"secretKey":{"description":"The secret key.","type":"string"},"windowsLiveEndpoint":{"description":"The Windows Live endpoint.","type":"string"}}}}}}