{"openapi":"3.0.0","info":{"description":"Azure Event Hubs client","title":"EventHubManagementClient","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/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"eventhub-EventHub","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.EventHub/operations":{"get":{"description":"Lists all of the available Event Hub 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":{"EHOperations_List":{"$ref":"#/components/examples/EHOperations_List"}}}}},"default":{"description":"Eventhub 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.EventHub/CheckNameAvailability":{"post":{"description":"Check the give Namespace name availability.","operationId":"Namespaces_CheckNameAvailability","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckNameAvailabilityParameter"}}},"description":"Parameters to check availability of the given Namespace name","required":true},"responses":{"200":{"description":"check availability returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckNameAvailabilityResult"},"examples":{"NamespacesCheckNameAvailability":{"$ref":"#/components/examples/NamespacesCheckNameAvailability"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/namespaces":{"get":{"description":"Lists all the available Namespaces within a subscription, irrespective of the resource groups.","operationId":"Namespaces_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Namespaces returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespaceListResult"},"examples":{"NamespacesListBySubscription":{"$ref":"#/components/examples/NamespacesListBySubscription"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/sku/{sku}/regions":{"get":{"description":"Gets the available Regions for a given sku","operationId":"Regions_ListBySku","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/SkuNameParameter"}],"responses":{"200":{"description":"Regions successfully returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MessagingRegionsListResult"},"examples":{"RegionsListBySkuBasic":{"$ref":"#/components/examples/RegionsListBySkuBasic"},"RegionsListBySkuStandard":{"$ref":"#/components/examples/RegionsListBySkuStandard"}}}}},"default":{"description":"EventHub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Regions"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces":{"get":{"description":"Lists the available Namespaces within a resource group.","operationId":"Namespaces_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Namespaces returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespaceListResult"},"examples":{"NamespaceListByResourceGroup":{"$ref":"#/components/examples/NamespaceListByResourceGroup"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}":{"delete":{"description":"Deletes an existing namespace. This operation also removes all associated resources under the namespace.","operationId":"Namespaces_Delete","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Namespace successfully deleted."},"202":{"description":"Namespace delete request accepted."},"204":{"description":"No content."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-long-running-operation":true},"get":{"description":"Gets the description of the specified namespace.","operationId":"Namespaces_Get","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Namespace returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NameSpaceGet":{"$ref":"#/components/examples/NameSpaceGet"}}}}},"201":{"description":"Namespace update request accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NameSpaceGet":{"$ref":"#/components/examples/NameSpaceGet"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"patch":{"description":"Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent.","operationId":"Namespaces_Update","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"}}},"description":"Parameters for updating a namespace resource.","required":true},"responses":{"200":{"description":"Namespace successfully updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NamespacesUpdate":{"$ref":"#/components/examples/NamespacesUpdate"}}}}},"201":{"description":"Namespace update request accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NamespacesUpdate":{"$ref":"#/components/examples/NamespacesUpdate"}}}}},"202":{"description":"Namespace create or update request accepted."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"put":{"description":"Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent.","operationId":"Namespaces_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"}}},"description":"Parameters for creating a namespace resource.","required":true},"responses":{"200":{"description":"Namespace successfully created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NamespaceCreate":{"$ref":"#/components/examples/NamespaceCreate"}}}}},"201":{"description":"Namespace create request accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NamespaceCreate":{"$ref":"#/components/examples/NamespaceCreate"}}}}},"202":{"description":"Namespace create or update request accepted."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/AuthorizationRules":{"get":{"description":"Gets a list of authorization rules for a Namespace.","operationId":"Namespaces_ListAuthorizationRules","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Namespace AuthorizationRule successfully returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorizationRuleListResult"},"examples":{"ListAuthorizationRules":{"$ref":"#/components/examples/ListAuthorizationRules"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/AuthorizationRules/{authorizationRuleName}":{"delete":{"description":"Deletes an AuthorizationRule for a Namespace.","operationId":"Namespaces_DeleteAuthorizationRule","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/AuthorizationRuleNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Namespace AuthorizationRule successfully deleted."},"204":{"description":"No content."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"get":{"description":"Gets an AuthorizationRule for a Namespace by rule name.","operationId":"Namespaces_GetAuthorizationRule","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/AuthorizationRuleNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Namespace AuthorizationRule returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorizationRule"},"examples":{"NameSpaceAuthorizationRuleGet":{"$ref":"#/components/examples/NameSpaceAuthorizationRuleGet"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"put":{"description":"Creates or updates an AuthorizationRule for a Namespace.","operationId":"Namespaces_CreateOrUpdateAuthorizationRule","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/AuthorizationRuleNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"$ref":"#/components/requestBodies/AuthorizationRule"},"responses":{"200":{"description":"Namespace AuthorizationRule created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorizationRule"},"examples":{"NameSpaceAuthorizationRuleCreate":{"$ref":"#/components/examples/NameSpaceAuthorizationRuleCreate"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/AuthorizationRules/{authorizationRuleName}/listKeys":{"post":{"description":"Gets the primary and secondary connection strings for the Namespace.","operationId":"Namespaces_ListKeys","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/AuthorizationRuleNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Connection strings returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessKeys"},"examples":{"NameSpaceAuthorizationRuleListKey":{"$ref":"#/components/examples/NameSpaceAuthorizationRuleListKey"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/AuthorizationRules/{authorizationRuleName}/regenerateKeys":{"post":{"description":"Regenerates the primary or secondary connection strings for the specified Namespace.","operationId":"Namespaces_RegenerateKeys","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/AuthorizationRuleNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegenerateAccessKeyParameters"}}},"description":"Parameters required to regenerate the connection string.","required":true},"responses":{"200":{"description":"Connection strings regenerated successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessKeys"},"examples":{"NameSpaceAuthorizationRuleRegenerateKey":{"$ref":"#/components/examples/NameSpaceAuthorizationRuleRegenerateKey"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs":{"get":{"description":"Gets all Alias(Disaster Recovery configurations)","operationId":"DisasterRecoveryConfigs_List","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Successfully retrieved the list of Alias(Disaster Recovery configurations) for eventhub namespace","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArmDisasterRecoveryListResult"},"examples":{"EHAliasList":{"$ref":"#/components/examples/EHAliasList"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["DisasterRecoveryConfigs"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/CheckNameAvailability":{"post":{"description":"Check the give Namespace name availability.","operationId":"DisasterRecoveryConfigs_CheckNameAvailability","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckNameAvailabilityParameter"}}},"description":"Parameters to check availability of the given Alias name","required":true},"responses":{"200":{"description":"check availability returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckNameAvailabilityResult"},"examples":{"NamespacesCheckNameAvailability":{"$ref":"#/components/examples/NamespacesCheckNameAvailability"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["DisasterRecoveryConfigs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}":{"delete":{"description":"Deletes an Alias(Disaster Recovery configuration)","operationId":"DisasterRecoveryConfigs_Delete","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/AliasNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Delete Alias(Disaster Recovery configuration) request accepted"},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["DisasterRecoveryConfigs"]},"get":{"description":"Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace","operationId":"DisasterRecoveryConfigs_Get","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/AliasNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Successfully retrieved the Alias(Disaster Recovery configurations)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArmDisasterRecovery"},"examples":{"EHAliasGet":{"$ref":"#/components/examples/EHAliasGet"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["DisasterRecoveryConfigs"]},"put":{"description":"Creates or updates a new Alias(Disaster Recovery configuration)","operationId":"DisasterRecoveryConfigs_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/AliasNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArmDisasterRecovery"}}},"description":"Parameters required to create an Alias(Disaster Recovery configuration)","required":true},"responses":{"200":{"description":"Alias(Disaster Recovery configuration) successfully created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArmDisasterRecovery"},"examples":{"EHAliasCreate":{"$ref":"#/components/examples/EHAliasCreate"}}}}},"201":{"description":"Alias(Disaster Recovery configuration) creation request received"},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["DisasterRecoveryConfigs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}/AuthorizationRules":{"get":{"description":"Gets a list of authorization rules for a Namespace.","operationId":"DisasterRecoveryConfigs_ListAuthorizationRules","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/AliasNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Namespace AuthorizationRule successfully returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorizationRuleListResult"},"examples":{"ListAuthorizationRules":{"$ref":"#/components/examples/ListAuthorizationRules"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["DisasterRecoveryConfigs"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}/AuthorizationRules/{authorizationRuleName}":{"get":{"description":"Gets an AuthorizationRule for a Namespace by rule name.","operationId":"DisasterRecoveryConfigs_GetAuthorizationRule","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/AliasNameParameter"},{"$ref":"#/components/parameters/AuthorizationRuleNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Alias Namespace AuthorizationRule returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorizationRule"},"examples":{"NameSpaceAuthorizationRuleGet":{"$ref":"#/components/examples/NameSpaceAuthorizationRuleGet"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["DisasterRecoveryConfigs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}/AuthorizationRules/{authorizationRuleName}/listKeys":{"post":{"description":"Gets the primary and secondary connection strings for the Namespace.","operationId":"DisasterRecoveryConfigs_ListKeys","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/AliasNameParameter"},{"$ref":"#/components/parameters/AuthorizationRuleNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Connection strings returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessKeys"},"examples":{"NameSpaceAuthorizationRuleListKey":{"$ref":"#/components/examples/NameSpaceAuthorizationRuleListKey"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["DisasterRecoveryConfigs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}/breakPairing":{"post":{"description":"This operation disables the Disaster Recovery and stops replicating changes from primary to secondary namespaces","operationId":"DisasterRecoveryConfigs_BreakPairing","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/AliasNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Break-Pairing operation is successful."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["DisasterRecoveryConfigs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}/failover":{"post":{"description":"Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace","operationId":"DisasterRecoveryConfigs_FailOver","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/AliasNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Failover operation is successful."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["DisasterRecoveryConfigs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs":{"get":{"description":"Gets all the Event Hubs in a Namespace.","operationId":"EventHubs_ListByNamespace","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/SkipParameter"},{"$ref":"#/components/parameters/TopParameter"}],"responses":{"200":{"description":"Successfully retrieved the list of Event Hubs.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventHubListResult"},"examples":{"EventHubsListAll":{"$ref":"#/components/examples/EventHubsListAll"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["EventHubs"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}":{"delete":{"description":"Deletes an Event Hub from the specified Namespace and resource group.","operationId":"EventHubs_Delete","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/EventHubNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Event Hub successfully deleted."},"204":{"description":"No content."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["EventHubs"]},"get":{"description":"Gets an Event Hubs description for the specified Event Hub.","operationId":"EventHubs_Get","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/EventHubNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Successfully retrieved the Event Hub description.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Eventhub"},"examples":{"EventHubGet":{"$ref":"#/components/examples/EventHubGet"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["EventHubs"]},"put":{"description":"Creates or updates a new Event Hub as a nested resource within a Namespace.","operationId":"EventHubs_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/EventHubNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Eventhub"}}},"description":"Parameters supplied to create an Event Hub resource.","required":true},"responses":{"200":{"description":"Event Hub successfully created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Eventhub"},"examples":{"EventHubCreate":{"$ref":"#/components/examples/EventHubCreate"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["EventHubs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/authorizationRules":{"get":{"description":"Gets the authorization rules for an Event Hub.","operationId":"EventHubs_ListAuthorizationRules","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/EventHubNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Event Hub AuthorizationRule returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorizationRuleListResult"},"examples":{"EventHubAuthorizationRuleListAll":{"$ref":"#/components/examples/EventHubAuthorizationRuleListAll"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["EventHubs"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/authorizationRules/{authorizationRuleName}":{"delete":{"description":"Deletes an Event Hub AuthorizationRule.","operationId":"EventHubs_DeleteAuthorizationRule","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/EventHubNameParameter"},{"$ref":"#/components/parameters/AuthorizationRuleNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Event Hub AuthorizationRule successfully deleted."},"204":{"description":"No content."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["EventHubs"]},"get":{"description":"Gets an AuthorizationRule for an Event Hub by rule name.","operationId":"EventHubs_GetAuthorizationRule","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/EventHubNameParameter"},{"$ref":"#/components/parameters/AuthorizationRuleNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Event Hub AuthorizationRule successfully returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorizationRule"},"examples":{"EventHubAuthorizationRuleGet":{"$ref":"#/components/examples/EventHubAuthorizationRuleGet"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["EventHubs"]},"put":{"description":"Creates or updates an AuthorizationRule for the specified Event Hub.","operationId":"EventHubs_CreateOrUpdateAuthorizationRule","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/EventHubNameParameter"},{"$ref":"#/components/parameters/AuthorizationRuleNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"$ref":"#/components/requestBodies/AuthorizationRule"},"responses":{"200":{"description":"Event Hub AuthorizationRule successfully created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorizationRule"},"examples":{"EventHubAuthorizationRuleCreate":{"$ref":"#/components/examples/EventHubAuthorizationRuleCreate"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["EventHubs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/authorizationRules/{authorizationRuleName}/ListKeys":{"post":{"description":"Gets the ACS and SAS connection strings for the Event Hub.","operationId":"EventHubs_ListKeys","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/EventHubNameParameter"},{"$ref":"#/components/parameters/AuthorizationRuleNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Connection strings successfully returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessKeys"},"examples":{"EventHubAuthorizationRuleListKey":{"$ref":"#/components/examples/EventHubAuthorizationRuleListKey"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["EventHubs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/authorizationRules/{authorizationRuleName}/regenerateKeys":{"post":{"description":"Regenerates the ACS and SAS connection strings for the Event Hub.","operationId":"EventHubs_RegenerateKeys","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/EventHubNameParameter"},{"$ref":"#/components/parameters/AuthorizationRuleNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegenerateAccessKeyParameters"}}},"description":"Parameters supplied to regenerate the AuthorizationRule Keys (PrimaryKey/SecondaryKey).","required":true},"responses":{"200":{"description":"Connection strings successfully regenerated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessKeys"},"examples":{"EventHubAuthorizationRuleRegenerateKey":{"$ref":"#/components/examples/EventHubAuthorizationRuleRegenerateKey"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["EventHubs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/consumergroups":{"get":{"description":"Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace.","operationId":"ConsumerGroups_ListByEventHub","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/EventHubNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/SkipParameter"},{"$ref":"#/components/parameters/TopParameter"}],"responses":{"200":{"description":"Successfully retrieved the list of consumer groups.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConsumerGroupListResult"},"examples":{"ConsumerGroupsListAll":{"$ref":"#/components/examples/ConsumerGroupsListAll"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["ConsumerGroups"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/consumergroups/{consumerGroupName}":{"delete":{"description":"Deletes a consumer group from the specified Event Hub and resource group.","operationId":"ConsumerGroups_Delete","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/EventHubNameParameter"},{"$ref":"#/components/parameters/ConsumerGroupNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Consumer group deleted."},"204":{"description":"No content."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["ConsumerGroups"]},"get":{"description":"Gets a description for the specified consumer group.","operationId":"ConsumerGroups_Get","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/EventHubNameParameter"},{"$ref":"#/components/parameters/ConsumerGroupNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Successfully retrieved the consumer group description.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConsumerGroup"},"examples":{"ConsumerGroupGet":{"$ref":"#/components/examples/ConsumerGroupGet"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["ConsumerGroups"]},"put":{"description":"Creates or updates an Event Hubs consumer group as a nested resource within a Namespace.","operationId":"ConsumerGroups_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/EventHubNameParameter"},{"$ref":"#/components/parameters/ConsumerGroupNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConsumerGroup"}}},"description":"Parameters supplied to create or update a consumer group resource.","required":true},"responses":{"200":{"description":"Consumer group successfully created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConsumerGroup"},"examples":{"ConsumerGroupCreate":{"$ref":"#/components/examples/ConsumerGroupCreate"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["ConsumerGroups"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/messagingplan":{"get":{"description":"Gets messaging plan for specified namespace.","operationId":"Namespaces_GetMessagingPlan","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Messaging Plan successfully returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MessagingPlan"},"examples":{"GetNamespaceMessagingPlan":{"$ref":"#/components/examples/GetNamespaceMessagingPlan"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/networkRuleSets":{"get":{"description":"Gets list of NetworkRuleSet for a Namespace.","operationId":"Namespaces_ListNetworkRuleSets","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"List of NetworkRuleSets for Namespace successfully returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkRuleSetListResult"},"examples":{"NameSpaceNetworkRuleSetList":{"$ref":"#/components/examples/NameSpaceNetworkRuleSetList"}}}}},"default":{"description":"EventHub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/networkRuleSets/default":{"get":{"description":"Gets NetworkRuleSet for a Namespace.","operationId":"Namespaces_GetNetworkRuleSet","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Namespace NetworkRuleSet successfully returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkRuleSet"},"examples":{"NameSpaceNetworkRuleSetGet":{"$ref":"#/components/examples/NameSpaceNetworkRuleSetGet"}}}}},"default":{"description":"EventHub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"put":{"description":"Create or update NetworkRuleSet for a Namespace.","operationId":"Namespaces_CreateOrUpdateNetworkRuleSet","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/NamespaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkRuleSet"}}},"description":"The Namespace IpFilterRule.","required":true},"responses":{"200":{"description":"Namespace NetworkRuleSet successfully returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkRuleSet"},"examples":{"NameSpaceNetworkRuleSetCreate":{"$ref":"#/components/examples/NameSpaceNetworkRuleSetCreate"}}}}},"default":{"description":"EventHub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"EHOperations_List":{"value":{"value":[{"display":{"operation":"Get namespace availability.","provider":"Microsoft Azure EventHub","resource":"Non Resource Operation"},"name":"Microsoft.EventHub/checkNameAvailability/action"},{"display":{"operation":"Registers the EventHub Resource Provider","provider":"Microsoft Azure EventHub","resource":"EventHub Resource Provider"},"name":"Microsoft.EventHub/register/action"},{"display":{"operation":"Create Or Update Namespace ","provider":"Microsoft Azure EventHub","resource":"Namespace"},"name":"Microsoft.EventHub/namespaces/write"},{"display":{"operation":"Get Namespace Resource","provider":"Microsoft Azure EventHub","resource":"Namespace"},"name":"Microsoft.EventHub/namespaces/read"},{"display":{"operation":"Delete Namespace","provider":"Microsoft Azure EventHub","resource":"Namespace"},"name":"Microsoft.EventHub/namespaces/Delete"},{"display":{"operation":"Get Namespace Authorization Rules","provider":"Microsoft Azure EventHub","resource":"AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/authorizationRules/read"},{"display":{"operation":"Create or Update Namespace Authorization Rules","provider":"Microsoft Azure EventHub","resource":"AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/authorizationRules/write"},{"display":{"operation":"Delete Namespace Authorization Rule","provider":"Microsoft Azure EventHub","resource":"AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/authorizationRules/delete"},{"display":{"operation":"Get Namespace Listkeys","provider":"Microsoft Azure EventHub","resource":"AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/authorizationRules/listkeys/action"},{"display":{"operation":"Resource Regeneratekeys","provider":"Microsoft Azure EventHub","resource":"AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/authorizationRules/regenerateKeys/action"},{"display":{"operation":"Create or Update EventHub","provider":"Microsoft Azure EventHub","resource":"EventHub"},"name":"Microsoft.EventHub/namespaces/eventhubs/write"},{"display":{"operation":"Get EventHub","provider":"Microsoft Azure EventHub","resource":"EventHub"},"name":"Microsoft.EventHub/namespaces/eventhubs/read"},{"display":{"operation":"Delete EventHub","provider":"Microsoft Azure EventHub","resource":"EventHub"},"name":"Microsoft.EventHub/namespaces/eventhubs/Delete"},{"display":{"operation":" Get EventHub Authorization Rules","provider":"Microsoft Azure EventHub","resource":"EventHub AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/read"},{"display":{"operation":"Create or Update EventHub Authorization Rule","provider":"Microsoft Azure EventHub","resource":"EventHub AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/write"},{"display":{"operation":"Delete EventHub Authorization Rules","provider":"Microsoft Azure EventHub","resource":"EventHub AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/delete"},{"display":{"operation":"List EventHub keys","provider":"Microsoft Azure EventHub","resource":"EventHub AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/listkeys/action"},{"display":{"operation":"Resource Regeneratekeys","provider":"Microsoft Azure EventHub","resource":"EventHub AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/regenerateKeys/action"},{"display":{"operation":"Create or Update ConsumerGroup","provider":"Microsoft Azure EventHub","resource":"ConsumerGroup"},"name":"Microsoft.EventHub/namespaces/eventHubs/consumergroups/write"},{"display":{"operation":"Get ConsumerGroup","provider":"Microsoft Azure EventHub","resource":"ConsumerGroup"},"name":"Microsoft.EventHub/namespaces/eventHubs/consumergroups/read"},{"display":{"operation":"Delete ConsumerGroup","provider":"Microsoft Azure EventHub","resource":"ConsumerGroup"},"name":"Microsoft.EventHub/namespaces/eventHubs/consumergroups/Delete"},{"display":{"operation":"Get Namespace metrics","provider":"Microsoft Azure EventHub","resource":"Namespace metrics"},"name":"Microsoft.EventHub/namespaces/metricDefinitions/read"},{"display":{"operation":"Get Namespace diagnostic settings","provider":"Microsoft Azure EventHub","resource":"Namespace diagnostic settings"},"name":"Microsoft.EventHub/namespaces/diagnosticSettings/read"},{"display":{"operation":"Create or Update Namespace diagnostic settings","provider":"Microsoft Azure EventHub","resource":"Namespace diagnostic settings"},"name":"Microsoft.EventHub/namespaces/diagnosticSettings/write"},{"display":{"operation":"Get Namespace logs","provider":"Microsoft Azure EventHub","resource":"Namespace logs"},"name":"Microsoft.EventHub/namespaces/logDefinitions/read"}]}},"NamespacesCheckNameAvailability":{"value":{"message":"","nameAvailable":true,"reason":"None"}},"NamespacesListBySubscription":{"value":{"value":[{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/sadfsadfsadf/providers/Microsoft.EventHub/namespaces/eh-ns1","location":"South Central US","name":"eh-ns1","properties":{"createdAt":"2016-08-23T04:15:35.263Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:eh-ns1","provisioningState":"Succeeded","serviceBusEndpoint":"https://eh-ns1.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T20:13:04.007Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace1","location":"South Central US","name":"ehnamespace1","properties":{"createdAt":"2016-08-05T16:56:48.657Z","isAutoInflateEnabled":true,"maximumThroughputUnits":20,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace1","provisioningState":"Succeeded","serviceBusEndpoint":"https://ehnamespace1.servicebus.windows-int.net:443/","updatedAt":"2017-05-03T23:49:12.69Z"},"sku":{"capacity":9,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95","location":"South Central US","name":"NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95","properties":{"createdAt":"2016-09-16T01:10:00.96Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T11:15:32.313Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-027302b7-df82-43a1-abf7-b6a2e2429115","location":"South Central US","name":"NS-027302b7-df82-43a1-abf7-b6a2e2429115","properties":{"createdAt":"2016-08-05T04:13:34.727Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-027302b7-df82-43a1-abf7-b6a2e2429115","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-027302b7-df82-43a1-abf7-b6a2e2429115.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T10:35:30.053Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/abc-7-14","location":"South Central US","name":"abc-7-14","properties":{"createdAt":"2017-05-05T17:58:58.433Z","isAutoInflateEnabled":true,"maximumThroughputUnits":14,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:abc-7-14","provisioningState":"Succeeded","serviceBusEndpoint":"https://abc-7-14.servicebus.windows-int.net:443/","updatedAt":"2017-05-05T17:59:20Z"},"sku":{"capacity":7,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3054","location":"South Central US","name":"sdk-Namespace-3054","properties":{"createdAt":"2017-05-24T18:43:53.58Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3054","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-3054.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T18:44:16.657Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/namespace1asdfsa","location":"South Central US","name":"namespace1asdfsa","properties":{"createdAt":"2016-09-12T18:23:15.833Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:namespace1asdfsa","provisioningState":"Succeeded","serviceBusEndpoint":"https://namespace1asdfsa.servicebus.windows-int.net:443/","updatedAt":"2017-02-04T01:58:49.523Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/hello1-3-8","location":"South Central US","name":"hello1-3-8","properties":{"createdAt":"2017-05-05T19:23:18.96Z","isAutoInflateEnabled":true,"maximumThroughputUnits":8,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:hello1-3-8","provisioningState":"Succeeded","serviceBusEndpoint":"https://hello1-3-8.servicebus.windows-int.net:443/","updatedAt":"2017-05-05T19:23:42.497Z"},"sku":{"capacity":3,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBPerplexed","location":"South Central US","name":"SBPerplexed","properties":{"createdAt":"2016-10-10T19:18:57.773Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbperplexed","provisioningState":"Succeeded","serviceBusEndpoint":"https://SBPerplexed.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T23:46:15.22Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace123","location":"South Central US","name":"ehnamespace123","properties":{"createdAt":"2016-08-05T16:57:09Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace123","provisioningState":"Succeeded","serviceBusEndpoint":"https://ehnamespace123.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T08:25:30.093Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/oaisdjfoiasdjfoiajsdfoijasd","location":"South Central US","name":"oaisdjfoiasdjfoiajsdfoijasd","properties":{"createdAt":"2017-05-03T22:05:29.61Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:oaisdjfoiasdjfoiajsdfoijasd","provisioningState":"Succeeded","serviceBusEndpoint":"https://oaisdjfoiasdjfoiajsdfoijasd.servicebus.windows-int.net:443/","updatedAt":"2017-05-03T22:05:51.593Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-ns3","location":"South Central US","name":"rrama-ns3","properties":{"createdAt":"2016-08-23T04:22:40.633Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-ns3","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-ns3.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T12:52:58.277Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/abc123","location":"South Central US","name":"abc123","properties":{"createdAt":"2017-05-04T19:06:00.813Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:abc123","provisioningState":"Succeeded","serviceBusEndpoint":"https://abc123.servicebus.windows-int.net:443/","updatedAt":"2017-05-04T19:06:23.71Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace21","location":"South Central US","name":"ehnamespace21","properties":{"createdAt":"2016-08-05T16:57:00.377Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace21","provisioningState":"Succeeded","serviceBusEndpoint":"https://ehnamespace21.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T09:50:32.86Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBFlerbederp","location":"South Central US","name":"SBFlerbederp","properties":{"createdAt":"2016-10-10T19:32:17.56Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbflerbederp","provisioningState":"Succeeded","serviceBusEndpoint":"https://SBFlerbederp.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T20:46:59.227Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/aaa-001-9-11","location":"South Central US","name":"aaa-001-9-11","properties":{"createdAt":"2017-05-05T17:32:22.37Z","isAutoInflateEnabled":true,"maximumThroughputUnits":11,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:aaa-001-9-11","provisioningState":"Succeeded","serviceBusEndpoint":"https://aaa-001-9-11.servicebus.windows-int.net:443/","updatedAt":"2017-05-05T17:32:44.76Z"},"sku":{"capacity":9,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-47a32389-7331-47c8-9228-4c145b2650d7","location":"South Central US","name":"NS-47a32389-7331-47c8-9228-4c145b2650d7","properties":{"createdAt":"2016-09-16T01:41:51.857Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-47a32389-7331-47c8-9228-4c145b2650d7","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-47a32389-7331-47c8-9228-4c145b2650d7.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T08:28:03.157Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7","location":"South Central US","name":"NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7","properties":{"createdAt":"2016-08-05T03:39:52.323Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T04:40:32.24Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBFeasible","location":"South Central US","name":"SBFeasible","properties":{"createdAt":"2016-10-10T19:05:24.76Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbfeasible","provisioningState":"Succeeded","serviceBusEndpoint":"https://SBFeasible.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T19:51:55.893Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-3b72258b-a8a1-4250-8952-e89a15af71fc","location":"South Central US","name":"NS-3b72258b-a8a1-4250-8952-e89a15af71fc","properties":{"createdAt":"2016-09-16T17:59:27.227Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-3b72258b-a8a1-4250-8952-e89a15af71fc","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-3b72258b-a8a1-4250-8952-e89a15af71fc.servicebus.windows-int.net:443/","updatedAt":"2017-02-27T19:34:26.633Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5849","location":"South Central US","name":"sdk-Namespace-5849","properties":{"createdAt":"2017-05-24T23:23:27.877Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-5849.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T23:23:50.467Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{"tag1":"value1","tag2":"value2"},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/testDC/providers/Microsoft.EventHub/namespaces/TestNamespace1","location":"South Central US","name":"TestNamespace1","properties":{"createdAt":"2017-04-25T00:28:00.243Z","isAutoInflateEnabled":true,"maximumThroughputUnits":10,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:testnamespace1","provisioningState":"Updating","serviceBusEndpoint":"https://TestNamespace1.servicebus.windows-int.net:443/","updatedAt":"2017-04-26T20:54:41.18Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-ehns","location":"South Central US","name":"rrama-ehns","properties":{"createdAt":"2016-08-23T04:22:49.74Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-ehns","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-ehns.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T07:03:51.793Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/testDC/providers/Microsoft.EventHub/namespaces/TestNamespace3","location":"South Central US","name":"TestNamespace3","properties":{"createdAt":"2017-05-03T22:33:17.84Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:testnamespace3","provisioningState":"Succeeded","serviceBusEndpoint":"https://TestNamespace3.servicebus.windows-int.net:443/","updatedAt":"2017-05-03T22:33:40.087Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-4984","location":"South Central US","name":"sdk-Namespace-4984","properties":{"createdAt":"2017-05-24T21:31:03.587Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4984","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-4984.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T21:31:24.967Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-19df9616-54d6-47c9-8779-a4651835a95c","location":"South Central US","name":"NS-19df9616-54d6-47c9-8779-a4651835a95c","properties":{"createdAt":"2016-08-23T02:38:33.8Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-19df9616-54d6-47c9-8779-a4651835a95c","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-19df9616-54d6-47c9-8779-a4651835a95c.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T04:28:01.093Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-463af3de-8c87-4347-a614-a4c24f748109","location":"South Central US","name":"NS-463af3de-8c87-4347-a614-a4c24f748109","properties":{"createdAt":"2016-08-05T00:55:04.807Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-463af3de-8c87-4347-a614-a4c24f748109","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-463af3de-8c87-4347-a614-a4c24f748109.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T06:13:53.343Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5606","location":"South Central US","name":"sdk-Namespace-5606","properties":{"createdAt":"2017-05-24T18:56:05.093Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5606","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-5606.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T18:56:27.32Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3","location":"South Central US","name":"NS-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3","properties":{"createdAt":"2016-08-05T04:18:53.27Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T06:49:39.877Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-7703","location":"South Central US","name":"sdk-Namespace-7703","properties":{"createdAt":"2017-05-24T19:05:23.817Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-7703","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-7703.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T19:05:44.717Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/zzzzzzzzzzzzzzzzzzzzzz-00001","location":"South Central US","name":"zzzzzzzzzzzzzzzzzzzzzz-00001","properties":{"createdAt":"2017-05-04T21:35:49.383Z","isAutoInflateEnabled":true,"maximumThroughputUnits":11,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:zzzzzzzzzzzzzzzzzzzzzz-00001","provisioningState":"Succeeded","serviceBusEndpoint":"https://zzzzzzzzzzzzzzzzzzzzzz-00001.servicebus.windows-int.net:443/","updatedAt":"2017-05-05T17:01:20.733Z"},"sku":{"capacity":3,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBQuestionable","location":"South Central US","name":"SBQuestionable","properties":{"createdAt":"2016-10-10T18:56:24.723Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbquestionable","provisioningState":"Succeeded","serviceBusEndpoint":"https://SBQuestionable.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T19:51:46.983Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace1234","location":"South Central US","name":"ehnamespace1234","properties":{"createdAt":"2016-08-05T16:57:17.863Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace1234","provisioningState":"Succeeded","serviceBusEndpoint":"https://ehnamespace1234.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T10:35:33.817Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3919","location":"South Central US","name":"sdk-Namespace-3919","properties":{"createdAt":"2017-05-24T02:08:20.15Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3919","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-3919.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T02:08:41.313Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/arunarchivetest","location":"South Central US","name":"arunarchivetest","properties":{"createdAt":"2017-03-08T19:25:49.897Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:arunarchivetest","provisioningState":"Succeeded","serviceBusEndpoint":"https://arunarchivetest.servicebus.windows-int.net:443/","updatedAt":"2017-03-08T19:26:17.49Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/aiosdjfaoidjasdoijasdfoijasdfofijsdf","location":"South Central US","name":"aiosdjfaoidjasdoijasdfoijasdfofijsdf","properties":{"createdAt":"2017-05-04T21:23:23.9Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:aiosdjfaoidjasdoijasdfoijasdfofijsdf","provisioningState":"Succeeded","serviceBusEndpoint":"https://aiosdjfaoidjasdoijasdfoijasdfofijsdf.servicebus.windows-int.net:443/","updatedAt":"2017-05-04T21:23:46.78Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3413","location":"South Central US","name":"sdk-Namespace-3413","properties":{"createdAt":"2017-05-24T19:02:15.45Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3413","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-3413.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T19:02:38.047Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBConfuzzled","location":"South Central US","name":"SBConfuzzled","properties":{"createdAt":"2016-10-10T19:30:45.71Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbconfuzzled","provisioningState":"Succeeded","serviceBusEndpoint":"https://SBConfuzzled.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T22:49:17.82Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-8695","location":"South Central US","name":"sdk-Namespace-8695","properties":{"createdAt":"2017-05-24T20:03:43.81Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-8695","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-8695.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T20:04:05.88Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/aaa-11-17","location":"South Central US","name":"aaa-11-17","properties":{"createdAt":"2017-05-08T18:47:07.64Z","isAutoInflateEnabled":true,"maximumThroughputUnits":17,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:aaa-11-17","provisioningState":"Succeeded","serviceBusEndpoint":"https://aaa-11-17.servicebus.windows-int.net:443/","updatedAt":"2017-05-08T18:47:29.587Z"},"sku":{"capacity":11,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/hello1-4-14","location":"South Central US","name":"hello1-4-14","properties":{"createdAt":"2017-05-05T18:54:20.563Z","isAutoInflateEnabled":true,"maximumThroughputUnits":14,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:hello1-4-14","provisioningState":"Succeeded","serviceBusEndpoint":"https://hello1-4-14.servicebus.windows-int.net:443/","updatedAt":"2017-05-05T18:54:42.507Z"},"sku":{"capacity":4,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-4801","location":"South Central US","name":"sdk-Namespace-4801","properties":{"createdAt":"2017-05-24T18:39:39.213Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4801","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-4801.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T18:40:00.087Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/RichardsEventHub1","location":"South Central US","name":"RichardsEventHub1","properties":{"createdAt":"2017-04-27T19:15:13.05Z","isAutoInflateEnabled":true,"maximumThroughputUnits":15,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:richardseventhub1","provisioningState":"Succeeded","serviceBusEndpoint":"https://RichardsEventHub1.servicebus.windows-int.net:443/","updatedAt":"2017-05-09T19:34:41.127Z"},"sku":{"capacity":8,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-autoinflate-test","location":"South Central US","name":"rrama-autoinflate-test","properties":{"createdAt":"2017-05-01T16:58:11.34Z","isAutoInflateEnabled":true,"maximumThroughputUnits":10,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate-test","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-autoinflate-test.servicebus.windows-int.net:443/","updatedAt":"2017-05-08T21:52:42.663Z"},"sku":{"capacity":7,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/foofoofoofoof","location":"South Central US","name":"foofoofoofoof","properties":{"createdAt":"2017-04-29T02:47:53.523Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:foofoofoofoof","provisioningState":"Succeeded","serviceBusEndpoint":"https://foofoofoofoof.servicebus.windows-int.net:443/","updatedAt":"2017-04-29T02:48:17.95Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/asdf1234asdf","location":"South Central US","name":"asdf1234asdf","properties":{"createdAt":"2016-09-13T01:45:40.58Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:asdf1234asdf","provisioningState":"Succeeded","serviceBusEndpoint":"https://asdf1234asdf.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T06:54:38.623Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-2812","location":"South Central US","name":"sdk-Namespace-2812","properties":{"createdAt":"2017-05-24T18:55:44.687Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-2812","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-2812.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T18:56:05.587Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-4aadc830-1029-49b8-8fbd-dd0130e7a84c","location":"South Central US","name":"NS-4aadc830-1029-49b8-8fbd-dd0130e7a84c","properties":{"createdAt":"2016-08-05T04:02:53.43Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-4aadc830-1029-49b8-8fbd-dd0130e7a84c","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-4aadc830-1029-49b8-8fbd-dd0130e7a84c.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T05:13:02.697Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-5e79a429-aa52-42b9-8120-2fe72fc00727","location":"South Central US","name":"NS-5e79a429-aa52-42b9-8120-2fe72fc00727","properties":{"createdAt":"2016-08-05T01:13:41.527Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-5e79a429-aa52-42b9-8120-2fe72fc00727","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-5e79a429-aa52-42b9-8120-2fe72fc00727.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T04:24:44.797Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-df-ns1","location":"South Central US","name":"rrama-df-ns1","properties":{"createdAt":"2016-10-27T23:35:05.453Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-df-ns1","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-df-ns1.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T20:23:49.533Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/bbbb-9-12","location":"South Central US","name":"bbbb-9-12","properties":{"createdAt":"2017-05-05T17:47:35.123Z","isAutoInflateEnabled":true,"maximumThroughputUnits":12,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:bbbb-9-12","provisioningState":"Succeeded","serviceBusEndpoint":"https://bbbb-9-12.servicebus.windows-int.net:443/","updatedAt":"2017-05-05T17:47:56.1Z"},"sku":{"capacity":9,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/eh-autoInflate/providers/Microsoft.EventHub/namespaces/rrama-autoinflate-template1","location":"South Central US","name":"rrama-autoinflate-template1","properties":{"createdAt":"2017-05-03T17:46:36.71Z","isAutoInflateEnabled":true,"maximumThroughputUnits":10,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate-template1","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-autoinflate-template1.servicebus.windows-int.net:443/","updatedAt":"2017-05-03T17:47:00.163Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/RandomPlotTwists","location":"South Central US","name":"RandomPlotTwists","properties":{"createdAt":"2017-05-18T00:37:26.13Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:randomplottwists","provisioningState":"Succeeded","serviceBusEndpoint":"https://RandomPlotTwists.servicebus.windows-int.net:443/","updatedAt":"2017-05-18T00:37:49.533Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-1862d295-09cc-4e54-b23d-a2bc3bab2392","location":"South Central US","name":"NS-1862d295-09cc-4e54-b23d-a2bc3bab2392","properties":{"createdAt":"2016-08-05T04:08:14.253Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-1862d295-09cc-4e54-b23d-a2bc3bab2392","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-1862d295-09cc-4e54-b23d-a2bc3bab2392.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T04:33:53.34Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-MigrateThis","location":"South Central US","name":"NS-MigrateThis","properties":{"createdAt":"2016-08-06T00:23:12.3Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-migratethis","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-MigrateThis.servicebus.windows-int.net:443/","updatedAt":"2017-02-04T00:25:08.043Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-5e01d977-125c-4fd2-8a78-cc50be544d1f","location":"South Central US","name":"NS-5e01d977-125c-4fd2-8a78-cc50be544d1f","properties":{"createdAt":"2016-08-05T04:34:33.617Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-5e01d977-125c-4fd2-8a78-cc50be544d1f","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-5e01d977-125c-4fd2-8a78-cc50be544d1f.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T05:54:42.25Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-2b17fb74-2719-4c68-9ba3-13a018485b1f","location":"South Central US","name":"NS-2b17fb74-2719-4c68-9ba3-13a018485b1f","properties":{"createdAt":"2016-08-05T04:29:17.147Z","isAutoInflateEnabled":true,"maximumThroughputUnits":10,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-2b17fb74-2719-4c68-9ba3-13a018485b1f","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-2b17fb74-2719-4c68-9ba3-13a018485b1f.servicebus.windows-int.net:443/","updatedAt":"2017-05-02T19:52:53.243Z"},"sku":{"capacity":10,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-int7-ehns123","location":"South Central US","name":"rrama-int7-ehns123","properties":{"createdAt":"2016-09-13T23:35:15.473Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-int7-ehns123","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-int7-ehns123.servicebus.int7.windows-int.net:443/","updatedAt":"2016-09-13T23:35:38.63Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-autoinflate-test","location":"South Central US","name":"rrama-autoinflate-test","properties":{"createdAt":"2017-05-01T17:48:04.55Z","isAutoInflateEnabled":true,"maximumThroughputUnits":10,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate-test","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-autoinflate-test.servicebus.int7.windows-int.net:443/","updatedAt":"2017-05-04T21:15:36.013Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-autoinflate2","location":"North Europe","name":"rrama-autoinflate2","properties":{"createdAt":"2017-05-01T20:50:00.22Z","isAutoInflateEnabled":true,"maximumThroughputUnits":10,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate2","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-autoinflate2.servicebus.int7.windows-int.net:443/","updatedAt":"2017-05-01T20:50:24.687Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/db3-rrama-foo1","location":"North Europe","name":"db3-rrama-foo1","properties":{"createdAt":"2017-04-28T23:47:36.503Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:db3-rrama-foo1","provisioningState":"Succeeded","serviceBusEndpoint":"https://db3-rrama-foo1.servicebus.int7.windows-int.net:443/","updatedAt":"2017-05-01T21:14:37.133Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-int7-ehns1","location":"South Central US","name":"rrama-int7-ehns1","properties":{"createdAt":"2016-09-13T23:20:44.853Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-int7-ehns1","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-int7-ehns1.servicebus.int7.windows-int.net:443/","updatedAt":"2016-09-13T23:20:47.35Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-int7-ns1","location":"South Central US","name":"rrama-int7-ns1","properties":{"createdAt":"2016-09-13T23:17:25.24Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-int7-ns1","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-int7-ns1.servicebus.int7.windows-int.net:443/","updatedAt":"2016-09-13T23:17:28.223Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-ehns2-int7","location":"South Central US","name":"rrama-ehns2-int7","properties":{"createdAt":"2016-09-13T23:26:21.64Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-ehns2-int7","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-ehns2-int7.servicebus.int7.windows-int.net:443/","updatedAt":"2016-09-13T23:26:37.95Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"}]}},"RegionsListBySkuBasic":{"value":{"value":[{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/CentralUS","name":"Central US","properties":{"code":"Central US","fullName":"Central US"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/EastUS","name":"East US","properties":{"code":"East US","fullName":"East US"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/EastUS2","name":"East US 2","properties":{"code":"East US 2","fullName":"East US 2"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/NorthCentralUS","name":"North Central US","properties":{"code":"North Central US","fullName":"North Central US"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/SouthCentralUS","name":"South Central US","properties":{"code":"South Central US","fullName":"South Central US"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/WestUS","name":"West US","properties":{"code":"West US","fullName":"West US"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/WestUS2","name":"West US 2","properties":{"code":"West US 2","fullName":"West US 2"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/WestCentralUS","name":"West Central US","properties":{"code":"West Central US","fullName":"West Central US"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/NorthEurope","name":"North Europe","properties":{"code":"North Europe","fullName":"North Europe"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/WestEurope","name":"West Europe","properties":{"code":"West Europe","fullName":"West Europe"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/EastAsia","name":"East Asia","properties":{"code":"East Asia","fullName":"East Asia"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/SoutheastAsia","name":"Southeast Asia","properties":{"code":"Southeast Asia","fullName":"Southeast Asia"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/BrazilSouth","name":"Brazil South","properties":{"code":"Brazil South","fullName":"Brazil South"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/JapanEast","name":"Japan East","properties":{"code":"Japan East","fullName":"Japan East"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/JapanWest","name":"Japan West","properties":{"code":"Japan West","fullName":"Japan West"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/CentralIndia","name":"Central India","properties":{"code":"Central India","fullName":"Central India"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/SouthIndia","name":"South India","properties":{"code":"South India","fullName":"South India"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/WestIndia","name":"West India","properties":{"code":"West India","fullName":"West India"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/UKSouth2","name":"UK South 2","properties":{"code":"UK South 2","fullName":"UK South 2"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/UKNorth","name":"UK North","properties":{"code":"UK North","fullName":"UK North"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/CanadaCentral","name":"Canada Central","properties":{"code":"Canada Central","fullName":"Canada Central"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/CanadaEast","name":"Canada East","properties":{"code":"Canada East","fullName":"Canada East"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/AustraliaEast","name":"Australia East","properties":{"code":"Australia East","fullName":"Australia East"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/AustraliaSoutheast","name":"Australia Southeast","properties":{"code":"Australia Southeast","fullName":"Australia Southeast"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/UKSouth","name":"UK South","properties":{"code":"UK South","fullName":"UK South"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/UKWest","name":"UK West","properties":{"code":"UK West","fullName":"UK West"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/EASTUS2EUAP","name":"EAST US 2 EUAP","properties":{"code":"EAST US 2 EUAP","fullName":"EAST US 2 EUAP"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/CentralUSEUAP","name":"Central US EUAP","properties":{"code":"Central US EUAP","fullName":"Central US EUAP"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/KoreaCentral","name":"Korea Central","properties":{"code":"Korea Central","fullName":"Korea Central"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/KoreaSouth","name":"Korea South","properties":{"code":"Korea South","fullName":"Korea South"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/FranceCentral","name":"France Central","properties":{"code":"France Central","fullName":"France Central"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/FranceSouth","name":"France South","properties":{"code":"France South","fullName":"France South"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/AustraliaCentral","name":"Australia Central","properties":{"code":"Australia Central","fullName":"Australia Central"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Basic/regions/AustraliaCentral2","name":"Australia Central 2","properties":{"code":"Australia Central 2","fullName":"Australia Central 2"},"type":"Microsoft.EventHub/sku/Regions"}]}},"RegionsListBySkuStandard":{"value":{"value":[{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/CentralUS","name":"Central US","properties":{"code":"Central US","fullName":"Central US"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/EastUS","name":"East US","properties":{"code":"East US","fullName":"East US"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/EastUS2","name":"East US 2","properties":{"code":"East US 2","fullName":"East US 2"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/NorthCentralUS","name":"North Central US","properties":{"code":"North Central US","fullName":"North Central US"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/SouthCentralUS","name":"South Central US","properties":{"code":"South Central US","fullName":"South Central US"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/WestUS","name":"West US","properties":{"code":"West US","fullName":"West US"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/WestUS2","name":"West US 2","properties":{"code":"West US 2","fullName":"West US 2"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/WestCentralUS","name":"West Central US","properties":{"code":"West Central US","fullName":"West Central US"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/NorthEurope","name":"North Europe","properties":{"code":"North Europe","fullName":"North Europe"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/WestEurope","name":"West Europe","properties":{"code":"West Europe","fullName":"West Europe"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/EastAsia","name":"East Asia","properties":{"code":"East Asia","fullName":"East Asia"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/SoutheastAsia","name":"Southeast Asia","properties":{"code":"Southeast Asia","fullName":"Southeast Asia"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/BrazilSouth","name":"Brazil South","properties":{"code":"Brazil South","fullName":"Brazil South"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/JapanEast","name":"Japan East","properties":{"code":"Japan East","fullName":"Japan East"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/JapanWest","name":"Japan West","properties":{"code":"Japan West","fullName":"Japan West"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/CentralIndia","name":"Central India","properties":{"code":"Central India","fullName":"Central India"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/SouthIndia","name":"South India","properties":{"code":"South India","fullName":"South India"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/WestIndia","name":"West India","properties":{"code":"West India","fullName":"West India"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/UKSouth2","name":"UK South 2","properties":{"code":"UK South 2","fullName":"UK South 2"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/UKNorth","name":"UK North","properties":{"code":"UK North","fullName":"UK North"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/CanadaCentral","name":"Canada Central","properties":{"code":"Canada Central","fullName":"Canada Central"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/CanadaEast","name":"Canada East","properties":{"code":"Canada East","fullName":"Canada East"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/AustraliaEast","name":"Australia East","properties":{"code":"Australia East","fullName":"Australia East"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/AustraliaSoutheast","name":"Australia Southeast","properties":{"code":"Australia Southeast","fullName":"Australia Southeast"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/UKSouth","name":"UK South","properties":{"code":"UK South","fullName":"UK South"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/UKWest","name":"UK West","properties":{"code":"UK West","fullName":"UK West"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/EASTUS2EUAP","name":"EAST US 2 EUAP","properties":{"code":"EAST US 2 EUAP","fullName":"EAST US 2 EUAP"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/CentralUSEUAP","name":"Central US EUAP","properties":{"code":"Central US EUAP","fullName":"Central US EUAP"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/KoreaCentral","name":"Korea Central","properties":{"code":"Korea Central","fullName":"Korea Central"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/KoreaSouth","name":"Korea South","properties":{"code":"Korea South","fullName":"Korea South"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/FranceCentral","name":"France Central","properties":{"code":"France Central","fullName":"France Central"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/FranceSouth","name":"France South","properties":{"code":"France South","fullName":"France South"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/AustraliaCentral","name":"Australia Central","properties":{"code":"Australia Central","fullName":"Australia Central"},"type":"Microsoft.EventHub/sku/Regions"},{"id":"/subscriptions/subscriptionid/providers/Microsoft.EventHub/sku/Standard/regions/AustraliaCentral2","name":"Australia Central 2","properties":{"code":"Australia Central 2","fullName":"Australia Central 2"},"type":"Microsoft.EventHub/sku/Regions"}]}},"NamespaceListByResourceGroup":{"value":{"value":[{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3054","location":"South Central US","name":"sdk-Namespace-3054","properties":{"createdAt":"2017-05-24T18:43:53.58Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3054","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-3054.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T18:44:16.657Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/oaisdjfoiasdjfoiajsdfoijasd","location":"South Central US","name":"oaisdjfoiasdjfoiajsdfoijasd","properties":{"createdAt":"2017-05-03T22:05:29.61Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:oaisdjfoiasdjfoiajsdfoijasd","provisioningState":"Succeeded","serviceBusEndpoint":"https://oaisdjfoiasdjfoiajsdfoijasd.servicebus.windows-int.net:443/","updatedAt":"2017-05-03T22:05:51.593Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/abc123","location":"South Central US","name":"abc123","properties":{"createdAt":"2017-05-04T19:06:00.813Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:abc123","provisioningState":"Succeeded","serviceBusEndpoint":"https://abc123.servicebus.windows-int.net:443/","updatedAt":"2017-05-04T19:06:23.71Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5849","location":"South Central US","name":"sdk-Namespace-5849","properties":{"createdAt":"2017-05-24T23:23:27.877Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-5849.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T23:23:50.467Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{"tag1":"value1","tag2":"value2"},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-4984","location":"South Central US","name":"sdk-Namespace-4984","properties":{"createdAt":"2017-05-24T21:31:03.587Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4984","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-4984.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T21:31:24.967Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5606","location":"South Central US","name":"sdk-Namespace-5606","properties":{"createdAt":"2017-05-24T18:56:05.093Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5606","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-5606.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T18:56:27.32Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-7703","location":"South Central US","name":"sdk-Namespace-7703","properties":{"createdAt":"2017-05-24T19:05:23.817Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-7703","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-7703.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T19:05:44.717Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/zzzzzzzzzzzzzzzzzzzzzz-00001","location":"South Central US","name":"zzzzzzzzzzzzzzzzzzzzzz-00001","properties":{"createdAt":"2017-05-04T21:35:49.383Z","isAutoInflateEnabled":true,"maximumThroughputUnits":11,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:zzzzzzzzzzzzzzzzzzzzzz-00001","provisioningState":"Succeeded","serviceBusEndpoint":"https://zzzzzzzzzzzzzzzzzzzzzz-00001.servicebus.windows-int.net:443/","updatedAt":"2017-05-05T17:01:20.733Z"},"sku":{"capacity":3,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3919","location":"South Central US","name":"sdk-Namespace-3919","properties":{"createdAt":"2017-05-24T02:08:20.15Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3919","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-3919.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T02:08:41.313Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/aiosdjfaoidjasdoijasdfoijasdfofijsdf","location":"South Central US","name":"aiosdjfaoidjasdoijasdfoijasdfofijsdf","properties":{"createdAt":"2017-05-04T21:23:23.9Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:aiosdjfaoidjasdoijasdfoijasdfofijsdf","provisioningState":"Succeeded","serviceBusEndpoint":"https://aiosdjfaoidjasdoijasdfoijasdfofijsdf.servicebus.windows-int.net:443/","updatedAt":"2017-05-04T21:23:46.78Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3413","location":"South Central US","name":"sdk-Namespace-3413","properties":{"createdAt":"2017-05-24T19:02:15.45Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3413","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-3413.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T19:02:38.047Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-8695","location":"South Central US","name":"sdk-Namespace-8695","properties":{"createdAt":"2017-05-24T20:03:43.81Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-8695","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-8695.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T20:04:05.88Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-4801","location":"South Central US","name":"sdk-Namespace-4801","properties":{"createdAt":"2017-05-24T18:39:39.213Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4801","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-4801.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T18:40:00.087Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-2812","location":"South Central US","name":"sdk-Namespace-2812","properties":{"createdAt":"2017-05-24T18:55:44.687Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-2812","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-2812.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T18:56:05.587Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"}]}},"NameSpaceGet":{"value":{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5849","location":"South Central US","name":"sdk-Namespace-5849","properties":{"createdAt":"2017-05-24T23:23:27.877Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849","provisioningState":"Created","serviceBusEndpoint":"https://sdk-Namespace-5849.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T23:23:27.877Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{"tag1":"value1","tag2":"value2"},"type":"Microsoft.EventHub/Namespaces"}},"NamespacesUpdate":{"value":{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3668","location":"South Central US","name":"sdk-Namespace-3668","properties":{"createdAt":"2017-06-01T21:37:04.46Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3668","provisioningState":"Updating","serviceBusEndpoint":"https://sdk-Namespace-3668.servicebus.windows-int.net:443/","updatedAt":"2017-06-01T21:37:53.413Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{"tag3":"value3","tag4":"value4"},"type":"Microsoft.EventHub/Namespaces"}},"NamespaceCreate":{"value":{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5849","location":"South Central US","name":"sdk-Namespace-5849","properties":{"createdAt":"2017-05-24T23:23:27.877Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849","provisioningState":"Created","serviceBusEndpoint":"https://sdk-Namespace-5849.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T23:23:27.877Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{"tag1":"value1","tag2":"value2"},"type":"Microsoft.EventHub/Namespaces"}},"ListAuthorizationRules":{"value":{"value":[{"id":"/subscriptions/exampleSubscriptionId/resourceGroups/exampleResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-9080/disasterRecoveryConfigs/sdk-DisasterRecovery-4047/AuthorizationRules/RootManageSharedAccessKey","name":"RootManageSharedAccessKey","properties":{"rights":["Listen","Manage","Send"]},"type":"Microsoft.EventHub/Namespaces/AuthorizationRules"},{"id":"/subscriptions/exampleSubscriptionId/resourceGroups/exampleResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-9080/disasterRecoveryConfigs/sdk-DisasterRecovery-4047/AuthorizationRules/sdk-Authrules-1067","name":"sdk-Authrules-1067","properties":{"rights":["Listen","Send"]},"type":"Microsoft.EventHub/Namespaces/AuthorizationRules"},{"id":"/subscriptions/exampleSubscriptionId/resourceGroups/exampleResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-9080/disasterRecoveryConfigs/sdk-DisasterRecovery-4047/AuthorizationRules/sdk-Authrules-1684","name":"sdk-Authrules-1684","properties":{"rights":["Listen","Send"]},"type":"Microsoft.EventHub/Namespaces/AuthorizationRules"},{"id":"/subscriptions/exampleSubscriptionId/resourceGroups/exampleResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-9080/disasterRecoveryConfigs/sdk-DisasterRecovery-4047/AuthorizationRules/sdk-Authrules-4879","name":"sdk-Authrules-4879","properties":{"rights":["Listen","Send"]},"type":"Microsoft.EventHub/Namespaces/AuthorizationRules"}]}},"NameSpaceAuthorizationRuleGet":{"value":{"id":"/subscriptions/exampleSubscriptionId/resourceGroups/exampleResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-9080/disasterRecoveryConfigs/sdk-DisasterRecovery-4047/AuthorizationRules/sdk-Authrules-4879","name":"sdk-Authrules-4879","properties":{"rights":["Listen","Send"]},"type":"Microsoft.EventHub/Namespaces/AuthorizationRules"}},"NameSpaceAuthorizationRuleCreate":{"value":{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-2702/AuthorizationRules/sdk-Authrules-1746","name":"sdk-Authrules-1746","properties":{"rights":["Listen","Send"]},"type":"Microsoft.EventHub/Namespaces/AuthorizationRules"}},"NameSpaceAuthorizationRuleListKey":{"value":{"aliasPrimaryConnectionString":"Endpoint=sb://sdk-disasterrecovery-4047.servicebus.windows-int.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=############################################","aliasSecondaryConnectionString":"Endpoint=sb://sdk-disasterrecovery-4047.servicebus.windows-int.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=############################################","keyName":"sdk-Authrules-1746","primaryKey":"############################################","secondaryKey":"############################################"}},"NameSpaceAuthorizationRuleRegenerateKey":{"value":{"keyName":"sdk-Authrules-8929","primaryConnectionString":"Endpoint=sb://sdk-namespace-8980.servicebus.windows-int.net/;SharedAccessKeyName=sdk-Authrules-8929;SharedAccessKey=############################################","primaryKey":"############################################","secondaryConnectionString":"Endpoint=sb://sdk-namespace-8980.servicebus.windows-int.net/;SharedAccessKeyName=sdk-Authrules-8929;SharedAccessKey=############################################","secondaryKey":"############################################"}},"EHAliasList":{"value":{"value":[{"id":"/subscriptions/exampleSubscriptionId/resourceGroups/exampleResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-8859/disasterRecoveryConfig/sdk-DisasterRecovery-3814","name":"sdk-DisasterRecovery-3814","properties":{"partnerNamespace":"sdk-Namespace-37","provisioningState":"Accepted","role":"Primary"},"type":"Microsoft.EventHub/Namespaces/DisasterRecoveryConfig"}]}},"EHAliasGet":{"value":{"id":"/subscriptions/exampleSubscriptionId/resourceGroups/exampleResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-37/disasterRecoveryConfig/sdk-DisasterRecovery-3814","name":"sdk-DisasterRecovery-3814","properties":{"partnerNamespace":"sdk-Namespace-8859","pendingReplicationOperationsCount":0,"provisioningState":"Accepted","role":"Secondary"},"type":"Microsoft.EventHub/Namespaces/DisasterRecoveryConfig"}},"EHAliasCreate":{"value":{"id":"/subscriptions/exampleResourceGroup/resourceGroups/exampleResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-8859/disasterRecoveryConfig/sdk-DisasterRecovery-3814","name":"sdk-DisasterRecovery-3814","properties":{"partnerNamespace":"sdk-Namespace-37","provisioningState":"Accepted","role":"Primary"},"type":"Microsoft.EventHub/Namespaces/DisasterRecoveryConfig"}},"EventHubsListAll":{"value":{"value":[{"id":"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-NotificationHubs-AustraliaEast/providers/Microsoft.EventHub/namespaces/sdk-Namespace-716/eventhubs/sdk-eventhub-10","name":"sdk-eventhub-10","properties":{"captureDescription":{"destination":{"name":"EventHubArchive.AzureBlockBlob","properties":{"archiveNameFormat":"{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}","blobContainer":"container","storageAccountResourceId":"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-Storage-SouthCentralUS/providers/Microsoft.ClassicStorage/storageAccounts/arjunteststorage"}},"enabled":true,"encoding":"Avro","intervalInSeconds":120,"sizeLimitInBytes":10485763},"createdAt":"2017-06-28T02:45:55.877Z","messageRetentionInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"status":"Active","updatedAt":"2017-06-28T02:46:05.877Z"},"type":"Microsoft.EventHub/Namespaces/EventHubs"}]}},"EventHubGet":{"value":{"id":"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-NotificationHubs-AustraliaEast/providers/Microsoft.EventHub/namespaces/sdk-Namespace-716/eventhubs/sdk-EventHub-10","name":"sdk-EventHub-10","properties":{"captureDescription":{"destination":{"name":"EventHubArchive.AzureBlockBlob","properties":{"archiveNameFormat":"{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}","blobContainer":"container","storageAccountResourceId":"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-Storage-SouthCentralUS/providers/Microsoft.ClassicStorage/storageAccounts/arjunteststorage"}},"enabled":true,"encoding":"Avro","intervalInSeconds":120,"sizeLimitInBytes":10485763},"createdAt":"2017-06-28T02:45:55.877Z","messageRetentionInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"status":"Active","updatedAt":"2017-06-28T02:46:05.877Z"},"type":"Microsoft.EventHub/Namespaces/EventHubs"}},"EventHubCreate":{"value":{"id":"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-NotificationHubs-AustraliaEast/providers/Microsoft.EventHub/namespaces/sdk-Namespace-716/eventhubs/sdk-EventHub-10","name":"sdk-EventHub-10","properties":{"captureDescription":{"destination":{"name":"EventHubArchive.AzureBlockBlob","properties":{"archiveNameFormat":"{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}","blobContainer":"container","storageAccountResourceId":"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-Storage-SouthCentralUS/providers/Microsoft.ClassicStorage/storageAccounts/arjunteststorage"}},"enabled":true,"encoding":"Avro","intervalInSeconds":120,"sizeLimitInBytes":10485763},"createdAt":"2017-06-28T02:45:55.877Z","messageRetentionInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"status":"Active","updatedAt":"2017-06-28T02:46:05.877Z"},"type":"Microsoft.EventHub/Namespaces/EventHubs"}},"EventHubAuthorizationRuleListAll":{"value":{"value":[{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-960/eventhubs/sdk-EventHub-532/authorizationRules/sdk-Authrules-2513","name":"sdk-Authrules-2513","properties":{"rights":["Listen","Send"]},"type":"Microsoft.EventHub/Namespaces/EventHubs/AuthorizationRules"}]}},"EventHubAuthorizationRuleGet":{"value":{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-960/eventhubs/sdk-EventHub-532/authorizationRules/sdk-Authrules-2513","name":"sdk-Authrules-2513","properties":{"rights":["Listen","Send"]},"type":"Microsoft.EventHub/Namespaces/EventHubs/AuthorizationRules"}},"EventHubAuthorizationRuleCreate":{"value":{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-960/eventhubs/sdk-EventHub-532/authorizationRules/sdk-Authrules-2513","name":"sdk-Authrules-2513","properties":{"rights":["Listen","Send"]},"type":"Microsoft.EventHub/Namespaces/EventHubs/AuthorizationRules"}},"EventHubAuthorizationRuleListKey":{"value":{"keyName":"sdk-Authrules-2513","primaryConnectionString":"Endpoint=sb://sdk-namespace-960.servicebus.windows-int.net/;SharedAccessKeyName=sdk-Authrules-2513;SharedAccessKey=############################################;EntityPath=sdk-EventHub-532","primaryKey":"############################################","secondaryConnectionString":"Endpoint=sb://sdk-namespace-960.servicebus.windows-int.net/;SharedAccessKeyName=sdk-Authrules-2513;SharedAccessKey=############################################;EntityPath=sdk-EventHub-532","secondaryKey":"############################################"}},"EventHubAuthorizationRuleRegenerateKey":{"value":{"keyName":"sdk-Authrules-1534","primaryConnectionString":"Endpoint=sb://sdk-namespace-9027.servicebus.windows-int.net/;SharedAccessKeyName=sdk-Authrules-1534;SharedAccessKey=#############################################;EntityPath=sdk-EventHub-1647","primaryKey":"#############################################","secondaryConnectionString":"Endpoint=sb://sdk-namespace-9027.servicebus.windows-int.net/;SharedAccessKeyName=sdk-Authrules-1534;SharedAccessKey=#############################################;EntityPath=sdk-EventHub-1647","secondaryKey":"#############################################"}},"ConsumerGroupsListAll":{"value":{"value":[{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-2661/eventhubs/sdk-EventHub-6681/consumergroups/$Default","name":"$Default","properties":{"createdAt":"2017-05-25T03:42:52.287Z","updatedAt":"2017-05-25T03:42:52.287Z"},"type":"Microsoft.EventHub/Namespaces/EventHubs/ConsumerGroups"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-2661/eventhubs/sdk-EventHub-6681/consumergroups/sdk-consumergroup-5563","name":"sdk-consumergroup-5563","properties":{"createdAt":"2017-05-25T03:43:09.314Z","updatedAt":"2017-05-25T03:43:09.314Z"},"type":"Microsoft.EventHub/Namespaces/EventHubs/ConsumerGroups"}]}},"ConsumerGroupGet":{"value":{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-2661/eventhubs/sdk-EventHub-6681/consumergroups/sdk-ConsumerGroup-5563","name":"sdk-ConsumerGroup-5563","properties":{"createdAt":"2017-05-25T03:43:08.7152556Z","updatedAt":"2017-05-25T03:43:08.7152556Z"},"type":"Microsoft.EventHub/Namespaces/EventHubs/ConsumerGroups"}},"ConsumerGroupCreate":{"value":{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-2661/eventhubs/sdk-EventHub-6681/consumergroups/sdk-ConsumerGroup-5563","name":"sdk-ConsumerGroup-5563","properties":{"createdAt":"2017-05-25T03:43:09.4536234Z","updatedAt":"2017-05-25T03:43:09.4536234Z"},"type":"Microsoft.EventHub/Namespaces/EventHubs/ConsumerGroups"}},"GetNamespaceMessagingPlan":{"value":{"id":"/subscriptions/subscriptionid/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5849/messagingplan","name":"2","properties":{"revision":1,"selectedEventHubUnit":1,"sku":2,"updatedAt":"2018-04-10T17:55:54.4048325Z"},"type":"Microsoft.EventHub/MessagingSKUPlan"}},"NameSpaceNetworkRuleSetList":{"value":{"value":[{"id":"/subscriptions/subscriptionid/resourceGroups/resourcegroupid/providers/Microsoft.EventHub/namespaces/sdk-Namespace-9659/networkrulesets/default","name":"default","properties":{"defaultAction":"Deny","ipRules":[{"action":"Allow","ipMask":"1.1.1.1"},{"action":"Allow","ipMask":"1.1.1.2"},{"action":"Allow","ipMask":"1.1.1.3"},{"action":"Allow","ipMask":"1.1.1.4"},{"action":"Allow","ipMask":"1.1.1.5"}],"virtualNetworkRules":[{"ignoreMissingVnetServiceEndpoint":true,"subnet":{"id":"/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet2"}},{"ignoreMissingVnetServiceEndpoint":false,"subnet":{"id":"/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet3"}},{"ignoreMissingVnetServiceEndpoint":false,"subnet":{"id":"/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet6"}}]},"type":"Microsoft.EventHub/Namespaces/NetworkRuleSet"}]}},"NameSpaceNetworkRuleSetGet":{"value":{"id":"/subscriptions/subscriptionid/resourceGroups/resourcegroupid/providers/Microsoft.EventHub/namespaces/sdk-Namespace-9659/networkrulesets/default","name":"default","properties":{"defaultAction":"Deny","ipRules":[{"action":"Allow","ipMask":"1.1.1.1"},{"action":"Allow","ipMask":"1.1.1.2"},{"action":"Allow","ipMask":"1.1.1.3"},{"action":"Allow","ipMask":"1.1.1.4"},{"action":"Allow","ipMask":"1.1.1.5"}],"virtualNetworkRules":[{"ignoreMissingVnetServiceEndpoint":true,"subnet":{"id":"/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet2"}},{"ignoreMissingVnetServiceEndpoint":false,"subnet":{"id":"/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet3"}},{"ignoreMissingVnetServiceEndpoint":false,"subnet":{"id":"/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet6"}}]},"type":"Microsoft.EventHub/Namespaces/NetworkRuleSet"}},"NameSpaceNetworkRuleSetCreate":{"value":{"id":"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/resourcegroupid/providers/Microsoft.EventHub/namespaces/sdk-Namespace-9659/networkrulesets/default","name":"default","properties":{"defaultAction":"Deny","ipRules":[{"action":"Allow","ipMask":"1.1.1.1"},{"action":"Allow","ipMask":"1.1.1.2"},{"action":"Allow","ipMask":"1.1.1.3"},{"action":"Allow","ipMask":"1.1.1.4"},{"action":"Allow","ipMask":"1.1.1.5"}],"virtualNetworkRules":[{"ignoreMissingVnetServiceEndpoint":true,"subnet":{"id":"/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet2"}},{"ignoreMissingVnetServiceEndpoint":false,"subnet":{"id":"/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet3"}},{"ignoreMissingVnetServiceEndpoint":false,"subnet":{"id":"/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet6"}}]},"type":"Microsoft.EventHub/Namespaces/NetworkRuleSet"}}},"parameters":{"AliasNameParameter":{"description":"The Disaster Recovery configuration name","in":"path","name":"alias","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":50},"examples":{"EHAliasDelete":{"value":"sdk-DisasterRecovery-3814"},"EHAliasGet":{"value":"sdk-DisasterRecovery-3814"},"EHAliasCreate":{"value":"sdk-DisasterRecovery-3814"},"ListAuthorizationRules":{"value":"sdk-DisasterRecovery-4047"},"NameSpaceAuthorizationRuleGet":{"value":"sdk-DisasterRecovery-4879"},"NameSpaceAuthorizationRuleListKey":{"value":"sdk-DisasterRecovery-4047"},"EHAliasBreakPairing":{"value":"sdk-DisasterRecovery-3814"},"EHAliasFailOver":{"value":"sdk-DisasterRecovery-3814"}}},"ApiVersionParameter":{"description":"Client API Version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"EHOperations_List":{"value":"2016-07-01"},"NamespacesCheckNameAvailability":{"value":"2017-04-01"},"NamespacesListBySubscription":{"value":"2017-04-01"},"RegionsListBySkuBasic":{"value":"2017-04-01"},"RegionsListBySkuStandard":{"value":"2017-04-01"},"NamespaceListByResourceGroup":{"value":"2017-04-01"},"NameSpaceDelete":{"value":"2017-04-01"},"NameSpaceGet":{"value":"2017-04-01"},"NamespacesUpdate":{"value":"2017-04-01"},"NamespaceCreate":{"value":"2017-04-01"},"ListAuthorizationRules":{"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"},"EHAliasList":{"value":"2017-04-01"},"EHAliasDelete":{"value":"2017-04-01"},"EHAliasGet":{"value":"2017-04-01"},"EHAliasCreate":{"value":"2017-04-01"},"EHAliasBreakPairing":{"value":"2017-04-01"},"EHAliasFailOver":{"value":"2017-04-01"},"EventHubsListAll":{"value":"2017-04-01"},"EventHubDelete":{"value":"2017-04-01"},"EventHubGet":{"value":"2017-04-01"},"EventHubCreate":{"value":"2017-04-01"},"EventHubAuthorizationRuleListAll":{"value":"2017-04-01"},"EventHubAuthorizationRuleDelete":{"value":"2017-04-01"},"EventHubAuthorizationRuleGet":{"value":"2017-04-01"},"EventHubAuthorizationRuleCreate":{"value":"2017-04-01"},"EventHubAuthorizationRuleListKey":{"value":"2017-04-01"},"EventHubAuthorizationRuleRegenerateKey":{"value":"2017-04-01"},"ConsumerGroupsListAll":{"value":"2017-04-01"},"ConsumerGroupDelete":{"value":"2017-04-01"},"ConsumerGroupGet":{"value":"2017-04-01"},"ConsumerGroupCreate":{"value":"2017-04-01"},"GetNamespaceMessagingPlan":{"value":"2017-04-01"},"NameSpaceNetworkRuleSetList":{"value":"2017-04-01"},"NameSpaceNetworkRuleSetGet":{"value":"2017-04-01"},"NameSpaceNetworkRuleSetCreate":{"value":"2017-04-01"}}},"AuthorizationRuleNameParameter":{"description":"The authorization rule name.","in":"path","name":"authorizationRuleName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1},"examples":{"NameSpaceAuthorizationRuleDelete":{"value":"sdk-Authrules-8929"},"NameSpaceAuthorizationRuleGet":{"value":"sdk-Authrules-4879"},"NameSpaceAuthorizationRuleCreate":{"value":"sdk-Authrules-1746"},"NameSpaceAuthorizationRuleListKey":{"value":"sdk-Authrules-1746"},"NameSpaceAuthorizationRuleRegenerateKey":{"value":"sdk-Authrules-8929"},"EventHubAuthorizationRuleDelete":{"value":"sdk-Authrules-2513"},"EventHubAuthorizationRuleGet":{"value":"sdk-Authrules-2513"},"EventHubAuthorizationRuleCreate":{"value":"sdk-Authrules-2513"},"EventHubAuthorizationRuleListKey":{"value":"sdk-Authrules-2513"},"EventHubAuthorizationRuleRegenerateKey":{"value":"sdk-Authrules-1534"}}},"ConsumerGroupNameParameter":{"description":"The consumer group name","in":"path","name":"consumerGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":50},"examples":{"ConsumerGroupDelete":{"value":"sdk-ConsumerGroup-5563"},"ConsumerGroupGet":{"value":"sdk-ConsumerGroup-5563"},"ConsumerGroupCreate":{"value":"sdk-ConsumerGroup-5563"}}},"EventHubNameParameter":{"description":"The Event Hub name","in":"path","name":"eventHubName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":50},"examples":{"EventHubDelete":{"value":"sdk-EventHub-6547"},"EventHubGet":{"value":"sdk-EventHub-10"},"EventHubCreate":{"value":"sdk-EventHub-6547"},"EventHubAuthorizationRuleListAll":{"value":"sdk-EventHub-532"},"EventHubAuthorizationRuleDelete":{"value":"sdk-EventHub-532"},"EventHubAuthorizationRuleGet":{"value":"sdk-EventHub-532"},"EventHubAuthorizationRuleCreate":{"value":"sdk-EventHub-532"},"EventHubAuthorizationRuleListKey":{"value":"sdk-EventHub-532"},"EventHubAuthorizationRuleRegenerateKey":{"value":"sdk-EventHub-532"},"ConsumerGroupsListAll":{"value":"sdk-EventHub-6681"},"ConsumerGroupDelete":{"value":"sdk-EventHub-6681"},"ConsumerGroupGet":{"value":"sdk-EventHub-6681"},"ConsumerGroupCreate":{"value":"sdk-EventHub-6681"}}},"NamespaceNameParameter":{"description":"The Namespace name","in":"path","name":"namespaceName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":6,"maxLength":50},"examples":{"NameSpaceDelete":{"value":"sdk-Namespace-5849"},"NameSpaceGet":{"value":"sdk-Namespace-5849"},"NamespacesUpdate":{"value":"sdk-Namespace-3668"},"NamespaceCreate":{"value":"sdk-Namespace-5849"},"ListAuthorizationRules":{"value":"sdk-Namespace-9080"},"NameSpaceAuthorizationRuleDelete":{"value":"sdk-Namespace-8980"},"NameSpaceAuthorizationRuleGet":{"value":"sdk-Namespace-9080"},"NameSpaceAuthorizationRuleCreate":{"value":"sdk-Namespace-2702"},"NameSpaceAuthorizationRuleListKey":{"value":"sdk-Namespace-2702"},"NameSpaceAuthorizationRuleRegenerateKey":{"value":"sdk-Namespace-8980"},"EHAliasList":{"value":"sdk-Namespace-8859"},"NamespacesCheckNameAvailability":{"value":"sdk-Namespace-9080"},"EHAliasDelete":{"value":"sdk-Namespace-5849"},"EHAliasGet":{"value":"sdk-Namespace-8859"},"EHAliasCreate":{"value":"sdk-Namespace-8859"},"EHAliasBreakPairing":{"value":"sdk-Namespace-8859"},"EHAliasFailOver":{"value":"sdk-Namespace-8859"},"EventHubsListAll":{"value":"sdk-Namespace-5357"},"EventHubDelete":{"value":"sdk-Namespace-5357"},"EventHubGet":{"value":"sdk-Namespace-716"},"EventHubCreate":{"value":"sdk-Namespace-5357"},"EventHubAuthorizationRuleListAll":{"value":"sdk-Namespace-960"},"EventHubAuthorizationRuleDelete":{"value":"sdk-Namespace-960"},"EventHubAuthorizationRuleGet":{"value":"sdk-Namespace-960"},"EventHubAuthorizationRuleCreate":{"value":"sdk-Namespace-960"},"EventHubAuthorizationRuleListKey":{"value":"sdk-namespace-960"},"EventHubAuthorizationRuleRegenerateKey":{"value":"sdk-namespace-960"},"ConsumerGroupsListAll":{"value":"sdk-Namespace-2661"},"ConsumerGroupDelete":{"value":"sdk-Namespace-2661"},"ConsumerGroupGet":{"value":"sdk-Namespace-2661"},"ConsumerGroupCreate":{"value":"sdk-Namespace-2661"},"GetNamespaceMessagingPlan":{"value":"sdk-Namespace-5849"},"NameSpaceNetworkRuleSetList":{"value":"sdk-Namespace-6019"},"NameSpaceNetworkRuleSetGet":{"value":"sdk-Namespace-6019"},"NameSpaceNetworkRuleSetCreate":{"value":"sdk-Namespace-6019"}}},"ResourceGroupNameParameter":{"description":"Name of the resource group within the azure subscription.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90},"examples":{"NamespaceListByResourceGroup":{"value":"ArunMonocle"},"NameSpaceDelete":{"value":"SouthCentralUS"},"NameSpaceGet":{"value":"ArunMonocle"},"NamespacesUpdate":{"value":"ArunMonocle"},"NamespaceCreate":{"value":"ArunMonocle"},"ListAuthorizationRules":{"value":"exampleResourceGroup"},"NameSpaceAuthorizationRuleDelete":{"value":"ArunMonocle"},"NameSpaceAuthorizationRuleGet":{"value":"exampleResourceGroup"},"NameSpaceAuthorizationRuleCreate":{"value":"ArunMonocle"},"NameSpaceAuthorizationRuleListKey":{"value":"exampleResourceGroup"},"NameSpaceAuthorizationRuleRegenerateKey":{"value":"ArunMonocle"},"EHAliasList":{"value":"exampleResourceGroup"},"NamespacesCheckNameAvailability":{"value":"exampleResourceGroup"},"EHAliasDelete":{"value":"exampleResourceGroup"},"EHAliasGet":{"value":"exampleResourceGroup"},"EHAliasCreate":{"value":"exampleResourceGroup"},"EHAliasBreakPairing":{"value":"exampleResourceGroup"},"EHAliasFailOver":{"value":"exampleResourceGroup"},"EventHubsListAll":{"value":"Default-NotificationHubs-AustraliaEast"},"EventHubDelete":{"value":"ArunMonocle"},"EventHubGet":{"value":"Default-NotificationHubs-AustraliaEast"},"EventHubCreate":{"value":"Default-NotificationHubs-AustraliaEast"},"EventHubAuthorizationRuleListAll":{"value":"ArunMonocle"},"EventHubAuthorizationRuleDelete":{"value":"ArunMonocle"},"EventHubAuthorizationRuleGet":{"value":"ArunMonocle"},"EventHubAuthorizationRuleCreate":{"value":"ArunMonocle"},"EventHubAuthorizationRuleListKey":{"value":"ArunMonocle"},"EventHubAuthorizationRuleRegenerateKey":{"value":"ArunMonocle"},"ConsumerGroupsListAll":{"value":"ArunMonocle"},"ConsumerGroupDelete":{"value":"ArunMonocle"},"ConsumerGroupGet":{"value":"ArunMonocle"},"ConsumerGroupCreate":{"value":"ArunMonocle"},"GetNamespaceMessagingPlan":{"value":"ResourceGroup"},"NameSpaceNetworkRuleSetList":{"value":"ResourceGroup"},"NameSpaceNetworkRuleSetGet":{"value":"ResourceGroup"},"NameSpaceNetworkRuleSetCreate":{"value":"ResourceGroup"}}},"SkipParameter":{"description":"Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls.","in":"query","name":"$skip","required":false,"x-ms-parameter-location":"method","schema":{"type":"integer","minimum":0,"maximum":1000}},"SkuNameParameter":{"description":"The sku type.","in":"path","name":"sku","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":50},"examples":{"RegionsListBySkuBasic":{"value":"Basic"},"RegionsListBySkuStandard":{"value":"Standard"}}},"SubscriptionIdParameter":{"description":"Subscription credentials that uniquely identify a 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":{"NamespacesCheckNameAvailability":{"value":"exampleSubscriptionId"},"NamespacesListBySubscription":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"RegionsListBySkuBasic":{"value":"subscriptionid"},"RegionsListBySkuStandard":{"value":"subscriptionid"},"NamespaceListByResourceGroup":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"NameSpaceDelete":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"NameSpaceGet":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"NamespacesUpdate":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"NamespaceCreate":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"ListAuthorizationRules":{"value":"exampleSubscriptionId"},"NameSpaceAuthorizationRuleDelete":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"NameSpaceAuthorizationRuleGet":{"value":"exampleSubscriptionId"},"NameSpaceAuthorizationRuleCreate":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"NameSpaceAuthorizationRuleListKey":{"value":"exampleSubscriptionId"},"NameSpaceAuthorizationRuleRegenerateKey":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"EHAliasList":{"value":"exampleSubscriptionId"},"EHAliasDelete":{"value":"exampleSubscriptionId"},"EHAliasGet":{"value":"exampleSubscriptionId"},"EHAliasCreate":{"value":"exampleSubscriptionId"},"EHAliasBreakPairing":{"value":"exampleSubscriptionId"},"EHAliasFailOver":{"value":"exampleSubscriptionId"},"EventHubsListAll":{"value":"e2f361f0-3b27-4503-a9cc-21cfba380093"},"EventHubDelete":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"EventHubGet":{"value":"e2f361f0-3b27-4503-a9cc-21cfba380093"},"EventHubCreate":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"EventHubAuthorizationRuleListAll":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"EventHubAuthorizationRuleDelete":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"EventHubAuthorizationRuleGet":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"EventHubAuthorizationRuleCreate":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"EventHubAuthorizationRuleListKey":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"EventHubAuthorizationRuleRegenerateKey":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"ConsumerGroupsListAll":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"ConsumerGroupDelete":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"ConsumerGroupGet":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"ConsumerGroupCreate":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"GetNamespaceMessagingPlan":{"value":"subscriptionid"},"NameSpaceNetworkRuleSetList":{"value":"Subscription"},"NameSpaceNetworkRuleSetGet":{"value":"Subscription"},"NameSpaceNetworkRuleSetCreate":{"value":"Subscription"}}},"TopParameter":{"description":"May be used to limit the number of results to the most recent N usageDetails.","in":"query","name":"$top","required":false,"x-ms-parameter-location":"method","schema":{"type":"integer","minimum":1,"maximum":1000}}},"requestBodies":{"AuthorizationRule":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorizationRule"}}},"description":"The shared access AuthorizationRule.","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":{"AccessKeys":{"description":"Namespace/EventHub Connection String","properties":{"aliasPrimaryConnectionString":{"description":"Primary connection string of the alias if GEO DR is enabled","readOnly":true,"type":"string"},"aliasSecondaryConnectionString":{"description":"Secondary  connection string of the alias if GEO DR is enabled","readOnly":true,"type":"string"},"keyName":{"description":"A string that describes the AuthorizationRule.","readOnly":true,"type":"string"},"primaryConnectionString":{"description":"Primary connection string of the created namespace AuthorizationRule.","readOnly":true,"type":"string"},"primaryKey":{"description":"A base64-encoded 256-bit primary key for signing and validating the SAS token.","readOnly":true,"type":"string"},"secondaryConnectionString":{"description":"Secondary connection string of the created namespace AuthorizationRule.","readOnly":true,"type":"string"},"secondaryKey":{"description":"A base64-encoded 256-bit primary key for signing and validating the SAS token.","readOnly":true,"type":"string"}}},"ArmDisasterRecovery":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Single item in List or Get Alias(Disaster Recovery configuration) operation","properties":{"properties":{"description":"Properties required to the Create Or Update Alias(Disaster Recovery configurations)","properties":{"alternateName":{"description":"Alternate name specified when alias and namespace names are same.","type":"string"},"partnerNamespace":{"description":"ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing","type":"string"},"pendingReplicationOperationsCount":{"description":"Number of entities pending to be replicated.","format":"int64","readOnly":true,"type":"integer"},"provisioningState":{"description":"Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'","enum":["Accepted","Succeeded","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":false,"name":"ProvisioningStateDR"}},"role":{"description":"role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'","enum":["Primary","PrimaryNotReplicating","Secondary"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":false,"name":"RoleDisasterRecovery"}}},"x-ms-client-flatten":true}}},"ArmDisasterRecoveryListResult":{"description":"The result of the List Alias(Disaster Recovery configuration) operation.","properties":{"nextLink":{"description":"Link to the next set of results. Not empty if Value contains incomplete list of Alias(Disaster Recovery configuration)","readOnly":true,"type":"string"},"value":{"description":"List of Alias(Disaster Recovery configurations)","items":{"$ref":"#/components/schemas/ArmDisasterRecovery"},"type":"array"}}},"AuthorizationRule":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Single item in a List or Get AuthorizationRule operation","properties":{"properties":{"description":"Properties supplied to create or update AuthorizationRule","properties":{"rights":{"description":"The rights associated with the rule.","items":{"enum":["Manage","Send","Listen"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"AccessRights"}},"type":"array"}},"required":["rights"],"x-ms-client-flatten":true}}},"AuthorizationRuleListResult":{"description":"The response from the List namespace operation.","properties":{"nextLink":{"description":"Link to the next set of results. Not empty if Value contains an incomplete list of Authorization Rules","type":"string"},"value":{"description":"Result of the List Authorization Rules operation.","items":{"$ref":"#/components/schemas/AuthorizationRule"},"type":"array"}}},"CaptureDescription":{"description":"Properties to configure capture description for eventhub","properties":{"destination":{"$ref":"#/components/schemas/Destination"},"enabled":{"description":"A value that indicates whether capture description is enabled. ","type":"boolean"},"encoding":{"description":"Enumerates the possible values for the encoding format of capture description. Note: 'AvroDeflate' will be deprecated in New API Version","enum":["Avro","AvroDeflate"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"EncodingCaptureDescription"}},"intervalInSeconds":{"description":"The time window allows you to set the frequency with which the capture to Azure Blobs will happen, value should between 60 to 900 seconds","format":"int32","maximum":900,"minimum":60,"type":"integer"},"sizeLimitInBytes":{"description":"The size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes","format":"int32","maximum":524288000,"minimum":10485760,"type":"integer"},"skipEmptyArchives":{"description":"A value that indicates whether to Skip Empty Archives","type":"boolean"}}},"CheckNameAvailabilityParameter":{"description":"Parameter supplied to check Namespace name availability operation ","properties":{"name":{"description":"Name to check the namespace name availability","type":"string"}},"required":["name"]},"CheckNameAvailabilityResult":{"description":"The Result of the CheckNameAvailability operation","properties":{"message":{"description":"The detailed info regarding the reason associated with the Namespace.","readOnly":true,"type":"string"},"nameAvailable":{"description":"Value indicating Namespace is availability, true if the Namespace is available; otherwise, false.","type":"boolean"},"reason":{"$ref":"#/components/schemas/UnavailableReason"}}},"ConsumerGroup":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Single item in List or Get Consumer group operation","properties":{"properties":{"description":"Single item in List or Get Consumer group operation","properties":{"createdAt":{"description":"Exact time the message was created.","format":"date-time","readOnly":true,"type":"string"},"updatedAt":{"description":"The exact time the message was updated.","format":"date-time","readOnly":true,"type":"string"},"userMetadata":{"description":"User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.","type":"string"}},"x-ms-client-flatten":true}}},"ConsumerGroupListResult":{"description":"The result to the List Consumer Group operation.","properties":{"nextLink":{"description":"Link to the next set of results. Not empty if Value contains incomplete list of Consumer Group","type":"string"},"value":{"description":"Result of the List Consumer Group operation.","items":{"$ref":"#/components/schemas/ConsumerGroup"},"type":"array"}}},"Destination":{"description":"Capture storage details for capture description","properties":{"name":{"description":"Name for capture destination","type":"string"},"properties":{"description":"Properties describing the storage account, blob container and archive name format for capture destination","properties":{"archiveNameFormat":{"description":"Blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order","type":"string"},"blobContainer":{"description":"Blob container Name","type":"string"},"storageAccountResourceId":{"description":"Resource id of the storage account to be used to create the blobs","type":"string"}},"x-ms-client-flatten":true}}},"EHNamespace":{"allOf":[{"$ref":"#/components/schemas/TrackedResource"}],"description":"Single Namespace item in List or Get Operation","properties":{"properties":{"description":"Namespace properties supplied for create namespace operation.","properties":{"createdAt":{"description":"The time the Namespace was created.","format":"date-time","readOnly":true,"type":"string"},"isAutoInflateEnabled":{"description":"Value that indicates whether AutoInflate is enabled for eventhub namespace.","type":"boolean"},"kafkaEnabled":{"description":"Value that indicates whether Kafka is enabled for eventhub namespace.","type":"boolean"},"maximumThroughputUnits":{"description":"Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)","format":"int32","maximum":20,"minimum":0,"type":"integer"},"metricId":{"description":"Identifier for Azure Insights metrics.","readOnly":true,"type":"string"},"provisioningState":{"description":"Provisioning state of the Namespace.","readOnly":true,"type":"string"},"serviceBusEndpoint":{"description":"Endpoint you can use to perform Service Bus operations.","readOnly":true,"type":"string"},"updatedAt":{"description":"The time the Namespace was updated.","format":"date-time","readOnly":true,"type":"string"}},"x-ms-client-flatten":true},"sku":{"$ref":"#/components/schemas/Sku"}}},"EHNamespaceListResult":{"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/EHNamespace"},"type":"array"}}},"ErrorResponse":{"description":"Error response indicates EventHub 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"},"EventHubListResult":{"description":"The result of the List EventHubs operation.","properties":{"nextLink":{"description":"Link to the next set of results. Not empty if Value contains incomplete list of EventHubs.","type":"string"},"value":{"description":"Result of the List EventHubs operation.","items":{"$ref":"#/components/schemas/Eventhub"},"type":"array"}}},"Eventhub":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Single item in List or Get Event Hub operation","properties":{"properties":{"description":"Properties supplied to the Create Or Update Event Hub operation.","properties":{"captureDescription":{"$ref":"#/components/schemas/CaptureDescription"},"createdAt":{"description":"Exact time the Event Hub was created.","format":"date-time","readOnly":true,"type":"string"},"messageRetentionInDays":{"description":"Number of days to retain the events for this Event Hub, value should be 1 to 7 days","format":"int64","minimum":1,"type":"integer"},"partitionCount":{"description":"Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions.","format":"int64","minimum":1,"type":"integer"},"partitionIds":{"description":"Current number of shards on the Event Hub.","items":{"type":"string"},"readOnly":true,"type":"array"},"status":{"description":"Enumerates the possible values for the status of the Event Hub.","enum":["Active","Disabled","Restoring","SendDisabled","ReceiveDisabled","Creating","Deleting","Renaming","Unknown"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"EntityStatus"}},"updatedAt":{"description":"The exact time the message was updated.","format":"date-time","readOnly":true,"type":"string"}},"x-ms-client-flatten":true}}},"MessagingPlan":{"allOf":[{"$ref":"#/components/schemas/TrackedResource"}],"description":"Messaging Plan for the namespace","properties":{"properties":{"properties":{"revision":{"description":"revision number","format":"int64","readOnly":true,"type":"integer"},"selectedEventHubUnit":{"description":"Selected event hub unit","format":"int32","readOnly":true,"type":"integer"},"sku":{"description":"Sku type","format":"int32","readOnly":true,"type":"integer"},"updatedAt":{"description":"The exact time the messaging plan was updated.","format":"date-time","readOnly":true,"type":"string"}},"x-ms-client-flatten":true}}},"MessagingRegions":{"allOf":[{"$ref":"#/components/schemas/TrackedResource"}],"description":"Messaging Region","properties":{"properties":{"properties":{"code":{"description":"Region code","readOnly":true,"type":"string"},"fullName":{"description":"Full name of the region","readOnly":true,"type":"string"}}}}},"MessagingRegionsListResult":{"description":"The response of the List MessagingRegions operation.","properties":{"nextLink":{"description":"Link to the next set of results. Not empty if Value contains incomplete list of MessagingRegions.","readOnly":true,"type":"string"},"value":{"description":"Result of the List MessagingRegions type.","items":{"$ref":"#/components/schemas/MessagingRegions"},"type":"array"}}},"NWRuleSetIpRules":{"description":"Description of NetWorkRuleSet - IpRules resource.","properties":{"action":{"default":"Allow","description":"The IP Filter Action","enum":["Allow"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"NetworkRuleIPAction"}},"ipMask":{"description":"IP Mask","type":"string"}},"x-ms-client-flatten":true},"NWRuleSetVirtualNetworkRules":{"description":"Description of VirtualNetworkRules - NetworkRules resource.","properties":{"ignoreMissingVnetServiceEndpoint":{"description":"Value that indicates whether to ignore missing VNet Service Endpoint","type":"boolean"},"subnet":{"$ref":"#/components/schemas/Subnet"}},"x-ms-client-flatten":true},"NetworkRuleSet":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Description of NetworkRuleSet resource.","properties":{"properties":{"description":"NetworkRuleSet properties","properties":{"defaultAction":{"description":"Default Action for Network Rule Set","enum":["Allow","Deny"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"DefaultAction"}},"ipRules":{"description":"List of IpRules","items":{"$ref":"#/components/schemas/NWRuleSetIpRules"},"type":"array"},"virtualNetworkRules":{"description":"List VirtualNetwork Rules","items":{"$ref":"#/components/schemas/NWRuleSetVirtualNetworkRules"},"type":"array"}},"x-ms-client-flatten":true}}},"NetworkRuleSetListResult":{"description":"The response of the List NetworkRuleSet operation","properties":{"nextLink":{"description":"Link to the next set of results. Not empty if Value contains incomplete list of NetworkRuleSet.","type":"string"},"value":{"description":"Result of the List NetworkRuleSet operation.","items":{"$ref":"#/components/schemas/NetworkRuleSet"},"type":"array"}}},"Operation":{"description":"A Event Hub 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.EventHub","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 Event Hub 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 Event Hub operations supported by the Microsoft.EventHub resource provider.","items":{"$ref":"#/components/schemas/Operation"},"readOnly":true,"type":"array"}}},"RegenerateAccessKeyParameters":{"description":"Parameters supplied to the Regenerate Authorization Rule operation, specifies which key needs to be reset.","properties":{"key":{"description":"Optional, if the key value provided, is set for KeyType or autogenerated Key value set for keyType","type":"string"},"keyType":{"description":"The access key to regenerate.","enum":["PrimaryKey","SecondaryKey"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"KeyType"}}},"required":["keyType"]},"Resource":{"description":"The Resource definition","properties":{"id":{"description":"Resource Id","readOnly":true,"type":"string"},"name":{"description":"Resource name","readOnly":true,"type":"string"},"type":{"description":"Resource type","readOnly":true,"type":"string"}},"x-ms-azure-resource":true},"Sku":{"description":"SKU parameters supplied to the create namespace operation","properties":{"capacity":{"description":"The Event Hubs throughput units, value should be 0 to 20 throughput units.","format":"int32","maximum":20,"minimum":0,"type":"integer"},"name":{"description":"Name of this SKU.","enum":["Basic","Standard"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"SkuName"}},"tier":{"description":"The billing tier of this particular SKU.","enum":["Basic","Standard"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"SkuTier"}}},"required":["name"],"type":"object"},"Subnet":{"description":"Properties supplied for Subnet","properties":{"id":{"description":"Resource ID of Virtual Network Subnet","type":"string"}},"required":["id"]},"TrackedResource":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Definition of Resource","properties":{"location":{"description":"Resource location","type":"string","x-ms-mutability":["read","create"]},"tags":{"additionalProperties":{"type":"string"},"description":"Resource tags","type":"object","x-ms-mutability":["read","create","update"]}}},"UnavailableReason":{"description":"Specifies the reason for the unavailability of the service.","enum":["None","InvalidName","SubscriptionIsDisabled","NameInUse","NameInLockdown","TooManyNamespaceInCurrentSubscription"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"UnavailableReason"}}}}}