From 404397de394d3b95fed3a58e4ca6fd30a01c0733 Mon Sep 17 00:00:00 2001 From: "Mytri Ramanathpur Manjunath (MINDTREE LIMITED)" Date: Fri, 20 Mar 2020 11:16:02 -0700 Subject: [PATCH 1/7] Committing the Realy preview swagger changes --- .../2018-01-01-preview/Relay-preview.json | 751 +++++++++ .../examples/Clusters/ClusterDelete.json | 13 + .../examples/Clusters/ClusterGet.json | 31 + .../examples/Clusters/ClusterPatch.json | 60 + .../examples/Clusters/ClusterPut.json | 64 + .../ClusterQuotaConfigurationGet.json | 18 + .../ClusterQuotaConfigurationPatch.json | 33 + .../Clusters/ClustersListByResourceGroup.json | 31 + .../Clusters/ClustersListBySubscription.json | 30 + .../Clusters/ListAvailableClustersGet.json | 20 + .../Clusters/ListNamespacesInClusterGet.json | 25 + .../EHNameSpaceIPFilterRuleListAll.json | 26 + ...EHNameSpaceIpFilterRuleCreateorUpdate.json | 30 + .../EHNameSpaceIpFilterRuleDelete.json | 13 + .../EHNameSpaceIpFilterRuleGet.json | 23 + .../EHNameSpaceIpFilterRuleUpdate.json | 30 + .../NameSpaces/RelayNameSpaceCreate.json | 74 + .../NameSpaces/RelayNameSpaceDelete.json | 13 + .../NameSpaces/RelayNameSpaceGet.json | 62 + .../RelayNameSpaceGetMessagningPlan.json | 25 + .../NameSpaces/RelayNameSpaceList.json | 1361 +++++++++++++++++ .../RelayNameSpaceListByResourceGroup.json | 312 ++++ .../NameSpaces/RelayNameSpaceUpdate.json | 70 + ...SpaceVirtualNetworkRuleCreateorUpdate.json | 26 + .../EHNameSpaceVirtualNetworkRuleDelete.json | 13 + .../EHNameSpaceVirtualNetworkRuleGet.json | 21 + .../EHNameSpaceVirtualNetworkRuleListAll.json | 24 + .../EHNameSpaceVirtualNetworkRuleupdate.json | 26 + .../EHNetworkRuleSetCreate.json | 109 ++ .../EHNetworkRuleSetGet.json | 62 + .../examples/Operations_List.json | 229 +++ 31 files changed, 3625 insertions(+) create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/Relay-preview.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterDelete.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterGet.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterPatch.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterPut.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterQuotaConfigurationGet.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterQuotaConfigurationPatch.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClustersListByResourceGroup.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClustersListBySubscription.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ListAvailableClustersGet.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ListNamespacesInClusterGet.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIPFilterRuleListAll.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleCreateorUpdate.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleDelete.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleGet.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleUpdate.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceDelete.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGet.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGetMessagningPlan.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListByResourceGroup.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceUpdate.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleCreateorUpdate.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleDelete.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleGet.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleListAll.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleupdate.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNetworkRuleSetCreate.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNetworkRuleSetGet.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Operations_List.json diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/Relay-preview.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/Relay-preview.json new file mode 100644 index 000000000000..d0fbc6562d88 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/Relay-preview.json @@ -0,0 +1,751 @@ +{ + "swagger": "2.0", + "info": { + "title": "Relay API", + "description": "Use these API to manage Azure Relay resources through Azure Resource Manager.", + "version": "2017-04-01-preview", + "x-ms-code-generation-settings": { + "name": "RelayManagementClient" + } + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/providers/Microsoft.Relay/operations": { + "get": { + "tags": [ + "Operations" + ], + "operationId": "Operations_List", + "x-ms-examples": { + "RelayOperationsList": { + "$ref": "./examples/RelayOperations_List.json" + } + }, + "description": "Lists all available Relay REST API operations.", + "parameters": [ + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK. The request has succeeded.", + "schema": { + "$ref": "#/definitions/OperationListResult" + } + }, + "default": { + "description": "Relay error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.Relay/checkNameAvailability": { + "post": { + "tags": [ + "Namespaces" + ], + "operationId": "Namespaces_CheckNameAvailability", + "x-ms-examples": { + "RelayCheckNameAvailability": { + "$ref": "./examples/NameSpaces/RelayNameSpaceCheckNameAvailability.json" + } + }, + "description": "Check the specified namespace name availability.", + "parameters": [ + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/CheckNameAvailability" + }, + "description": "Parameters to check availability of the specified namespace name." + } + ], + "responses": { + "200": { + "description": "Check availability returned successfully.", + "schema": { + "$ref": "#/definitions/CheckNameAvailabilityResult" + } + }, + "default": { + "description": "Relay error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.Relay/namespaces":{ + "get": { + "tags": [ + "Namespaces" + ], + "operationId": "Namespaces_List", + "x-ms-examples": { + "RelayNameSpaceListBySubscription": { + "$ref": "./examples/NameSpaces/RelayNameSpaceListBySubscription.json" + } + }, + "description": "Lists all the available namespaces within the subscription regardless of the resourceGroups.", + "parameters": [ + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Namespaces returned successfully", + "schema": { + "$ref": "#/definitions/RelayNamespaceListResult" + } + }, + "default": { + "description": "Relay error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces": { + "get": { + "tags": [ + "Namespaces" + ], + "operationId": "Namespaces_ListByResourceGroup", + "x-ms-examples": { + "RelayNameSpaceListByResourceGroup": { + "$ref": "./examples/NameSpaces/RelayNameSpaceListByResourceGroup.json" + } + }, + "description": "Lists all the available namespaces within the ResourceGroup.", + "parameters": [ + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Namespaces by resource group returned successfully", + "schema": { + "$ref": "#/definitions/RelayNamespaceListResult" + } + }, + "default": { + "description": "Relay error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}": { + "put": { + "tags": [ + "Namespaces" + ], + "operationId": "Namespaces_CreateOrUpdate", + "x-ms-examples": { + "RelayNamespaceCreate": { + "$ref": "./examples/NameSpaces/RelayNameSpaceCreate.json" + } + }, + "description": "Create Azure Relay namespace.", + "parameters": [ + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/namespaceNameParameter" + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/RelayNamespace" + }, + "description": "Parameters supplied to create a namespace resource." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Namespace create request succeeded.", + "schema": { + "$ref": "#/definitions/RelayNamespace" + } + }, + "201": { + "description": "Namespace create request accepted.", + "schema": { + "$ref": "#/definitions/RelayNamespace" + } + }, + "default": { + "description": "Relay error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation": true + }, + "delete": { + "tags": [ + "Namespaces" + ], + "operationId": "Namespaces_Delete", + "x-ms-examples": { + "RelayNameSpaceDelete": { + "$ref": "./examples/NameSpaces/RelayNameSpaceDelete.json" + } + }, + "description": "Deletes an existing namespace. This operation also removes all associated resources under the namespace.", + "parameters": [ + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/namespaceNameParameter" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Namespace delete request succeeded." + }, + "202": { + "description": "Namespace delete request has been accepted for processing and the operation will complete asynchronously." + }, + "204": { + "description": "Namespace delete request has been accepted, but the namespace was not found." + }, + "default": { + "description": "Relay error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation": true + }, + "get": { + "tags": [ + "Namespaces" + ], + "operationId": "Namespaces_Get", + "x-ms-examples": { + "RelayNameSpaceGet": { + "$ref": "./examples/NameSpaces/RelayNameSpaceGet.json" + } + }, + "description": "Returns the description for the specified namespace.", + "parameters": [ + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/namespaceNameParameter" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Namespace description returned successfully.", + "schema": { + "$ref": "#/definitions/RelayNamespace" + } + }, + "default": { + "description": "Relay error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + } + }, + "patch": { + "tags": [ + "Namespaces" + ], + "operationId": "Namespaces_Update", + "x-ms-examples": { + "RelayNameSpaceUpdate": { + "$ref": "./examples/NameSpaces/RelayNameSpaceUpdate.json" + } + }, + "description": "Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent.", + "parameters": [ + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/namespaceNameParameter" + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/RelayUpdateParameters" + }, + "description": "Parameters for updating a namespace resource." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Namespace successfuly updated.", + "schema": { + "$ref": "#/definitions/RelayNamespace" + } + }, + "201": { + "description": "Namespace update request accepted.", + "schema": { + "$ref": "#/definitions/RelayNamespace" + } + }, + "default": { + "description": "Relay error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + } + } + } + + }, + "definitions": { + "TrackedResource": { + "properties": { + "location": { + "type": "string", + "x-ms-mutability": [ + "read", + "create" + ], + "description": "Resource location." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + } + }, + "allOf": [ + { + "$ref": "#/definitions/Resource" + } + ], + "required": [ + "location" + ], + "description": "Definition of resource." + }, + "ResourceNamespacePatch": { + "properties": { + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + } + }, + "allOf": [ + { + "$ref": "#/definitions/Resource" + } + ], + "description": "Definition of resource." + }, + "Resource": { + "properties": { + "id": { + "readOnly": true, + "type": "string", + "description": "Resource ID." + }, + "name": { + "readOnly": true, + "type": "string", + "description": "Resource name." + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type." + } + }, + "description": "The resource definition.", + "x-ms-azure-resource": true + }, + "RelayNamespaceListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/RelayNamespace" + }, + "description": "Result of the list namespace operation." + }, + "nextLink": { + "type": "string", + "description": "Link to the next set of results. Not empty if value contains incomplete list of namespaces." + } + }, + "description": "The response from the list namespace operation." + }, + "RelayNamespace": { + "properties": { + "sku": { + "$ref": "#/definitions/Sku", + "description": "SKU of the namespace." + }, + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RelayNamespaceProperties", + "description": "Description of Relay namespace" + } + }, + "description": "Description of a namespace resource.", + "allOf": [ + { + "$ref": "#/definitions/TrackedResource" + } + ] + }, + "RelayNamespaceProperties": { + "properties": { + "provisioningState": { + "type": "string", + "readOnly": true, + "enum": [ + "Created", + "Succeeded", + "Deleted", + "Failed", + "Updating", + "Unknown" + ], + "x-ms-enum": { + "name": "provisioningStateEnum", + "modelAsString": false + } + }, + "createdAt": { + "type": "string", + "format": "date-time", + "readOnly": true, + "description": "The time the namespace was created." + }, + "updatedAt": { + "type": "string", + "format": "date-time", + "readOnly": true, + "description": "The time the namespace was updated." + }, + "serviceBusEndpoint": { + "type": "string", + "readOnly": true, + "description": "Endpoint you can use to perform Service Bus operations." + }, + "metricId": { + "type": "string", + "readOnly": true, + "description": "Identifier for Azure Insights metrics." + } + }, + "description": "Properties of the namespace." + }, + "RelayUpdateParameters": { + "properties": { + "sku": { + "$ref": "#/definitions/Sku", + "description": "SKU of the namespace." + }, + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RelayNamespaceProperties", + "description": "Description of Relay namespace." + } + }, + "description": "Description of a namespace resource.", + "allOf": [ + { + "$ref": "#/definitions/ResourceNamespacePatch" + } + ] + }, + "Sku": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Name of this SKU.", + "enum": [ + "Standard" + ], + "x-ms-enum": { + "name": "SkuName", + "modelAsString": false + } + }, + "tier": { + "type": "string", + "description": "The tier of this SKU.", + "enum": [ + "Standard" + ], + "x-ms-enum": { + "name": "SkuTier", + "modelAsString": false + } + } + }, + "description": "SKU of the namespace.", + "required": [ + "name" + ] + }, + "UnavailableReason": { + "type": "string", + "enum": [ + "None", + "InvalidName", + "SubscriptionIsDisabled", + "NameInUse", + "NameInLockdown", + "TooManyNamespaceInCurrentSubscription" + ], + "x-ms-enum": { + "name": "UnavailableReason", + "modelAsString": false + }, + "description": "Specifies the reason for the unavailability of the service." + }, + "CheckNameAvailability": { + "properties": { + "name": { + "type": "string", + "description": "The namespace name to check for availability. The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number." + } + }, + "required": [ + "name" + ], + "description": "Description of the check name availability request properties." + }, + "CheckNameAvailabilityResult": { + "properties": { + "message": { + "type": "string", + "readOnly": true, + "description": "The detailed info regarding the reason associated with the namespace." + }, + "nameAvailable": { + "type": "boolean", + "description": "Value indicating namespace is available. Returns true if the namespace is available; otherwise, false." + }, + "reason": { + "$ref": "#/definitions/UnavailableReason", + "description": "The reason for unavailability of a namespace." + } + }, + "description": "Description of the check name availability request properties." + }, + "OperationListResult": { + "description": "Result of the request to list Relay operations. It contains a list of operations and a URL link to get the next set of results.", + "properties": { + "value": { + "description": "List of Relay operations supported by resource provider.", + "type": "array", + "readOnly": true, + "items": { + "$ref": "#/definitions/Operation" + } + }, + "nextLink": { + "description": "URL to get the next set of operation list results if there are any.", + "type": "string", + "readOnly": true + } + } + }, + "Operation": { + "description": "A Relay REST API operation.", + "type": "object", + "properties": { + "name": { + "description": "Operation name: {provider}/{resource}/{operation}", + "type": "string", + "readOnly": true + }, + "display": { + "description": "The object that represents the operation.", + "properties": { + "provider": { + "description": "Service provider: Relay.", + "type": "string", + "readOnly": true + }, + "resource": { + "description": "Resource on which the operation is performed: Invoice, etc.", + "type": "string", + "readOnly": true + }, + "operation": { + "description": "Operation type: Read, write, delete, etc.", + "type": "string", + "readOnly": true + } + } + } + } + }, + "ErrorResponse": { + "description": "Error reponse indicates Relay service is not able to process the incoming request. The reason is provided in the error message.", + "type": "object", + "properties": { + "code": { + "description": "Error code.", + "type": "string" + }, + "message": { + "description": "Error message indicating why the operation failed.", + "type": "string" + } + } + } + }, + "parameters": { + "SubscriptionIdParameter": { + "name": "subscriptionId", + "in": "path", + "required": true, + "type": "string", + "description": "Subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." + }, + "ApiVersionParameter": { + "name": "api-version", + "in": "query", + "required": true, + "type": "string", + "description": "Client API version." + }, + "resourceGroupNameParameter": { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "minLength": 1, + "maxLength": 90, + "x-ms-parameter-location": "method", + "description": "Name of the Resource group within the Azure subscription." + }, + "namespaceNameParameter": { + "name": "namespaceName", + "in": "path", + "required": true, + "type": "string", + "minLength": 6, + "maxLength": 50, + "x-ms-parameter-location": "method", + "description": "The namespace name" + }, + "relayNameParameter": { + "name": "relayName", + "in": "path", + "required": true, + "type": "string", + "minLength": 1, + "x-ms-parameter-location": "method", + "description": "The relay name." + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterDelete.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterDelete.json new file mode 100644 index 000000000000..455a9036a4d5 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterDelete.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "clusterName": "testCluster", + "resourceGroupName": "myResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" + }, + "responses": { + "200": {}, + "202": {}, + "204": {} + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterGet.json new file mode 100644 index 000000000000..decf1dc12a9f --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterGet.json @@ -0,0 +1,31 @@ +{ + "parameters": { + "clusterName": "testCluster", + "resourceGroupName": "myResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/clusters/testCluster", + "name": "testCluster", + "type": "Microsoft.EventHub/Clusters", + "location": "South Central US", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "sku": { + "name": "Dedicated", + "capacity": 4 + }, + "properties": { + "created": "2017-05-24T23:23:27.877Z", + "updated": "2017-05-24T23:23:27.877Z", + "metricId": "SN6-008" + } + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterPatch.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterPatch.json new file mode 100644 index 000000000000..49d40843e81d --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterPatch.json @@ -0,0 +1,60 @@ +{ + "parameters": { + "clusterName": "testCluster", + "resourceGroupName": "myResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", + "parameters": { + "location": "South Central US", + "tags": { + "tag3": "value3", + "tag4": "value4" + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/clusters/testCluster", + "name": "testCluster", + "type": "Microsoft.EventHub/Clusters", + "location": "South Central US", + "tags": { + "tag3": "value3", + "tag4": "value4" + }, + "sku": { + "name": "Dedicated", + "capacity": 4 + }, + "properties": { + "created": "2017-06-01T21:37:04.46Z", + "updated": "2017-06-01T21:37:53.413Z", + "metricId": "SN6-008" + } + } + }, + "201": { + "body": { + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/clusters/testCluster", + "name": "testCluster", + "type": "Microsoft.EventHub/Clusters", + "location": "South Central US", + "tags": { + "tag3": "value3", + "tag4": "value4" + }, + "sku": { + "name": "Dedicated", + "capacity": 4 + }, + "properties": { + "created": "2017-06-01T21:37:04.46Z", + "updated": "2017-06-01T21:37:53.413Z", + "metricId": "SN6-008" + } + } + }, + "202": {} + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterPut.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterPut.json new file mode 100644 index 000000000000..47d7194db72e --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterPut.json @@ -0,0 +1,64 @@ +{ + "parameters": { + "clusterName": "testCluster", + "resourceGroupName": "myResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", + "parameters": { + "sku": { + "tier": "Dedicated", + "capacity": 1 + }, + "location": "South Central US", + "tags": { + "tag1": "value1", + "tag2": "value2" + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/clusters/testCluster", + "name": "testCluster", + "type": "Microsoft.EventHub/Clusters", + "location": "South Central US", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "sku": { + "name": "Dedicated", + "capacity": 1 + }, + "properties": { + "created": "2017-05-24T23:23:27.877Z", + "updated": "2017-05-24T23:23:27.877Z", + "metricId": "SN6-008" + } + } + }, + "201": { + "body": { + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/clusters/testCluster", + "name": "testCluster", + "type": "Microsoft.EventHub/Clusters", + "location": "South Central US", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "sku": { + "name": "Dedicated", + "capacity": 1 + }, + "properties": { + "created": "2017-05-24T23:23:27.877Z", + "updated": "2017-05-24T23:23:27.877Z", + "metricId": "SN6-008" + } + } + }, + "202": {} + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterQuotaConfigurationGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterQuotaConfigurationGet.json new file mode 100644 index 000000000000..8139d5613de8 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterQuotaConfigurationGet.json @@ -0,0 +1,18 @@ +{ + "parameters": { + "clusterName": "testCluster", + "resourceGroupName": "myResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" + }, + "responses": { + "200": { + "body": { + "settings": { + "namespaces-per-cluster-quota": "200", + "eventhub-per-namespace-quota": "20" + } + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterQuotaConfigurationPatch.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterQuotaConfigurationPatch.json new file mode 100644 index 000000000000..3f4b9d4ba1f9 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterQuotaConfigurationPatch.json @@ -0,0 +1,33 @@ +{ + "parameters": { + "clusterName": "testCluster", + "resourceGroupName": "ArunMonocle", + "api-version": "2018-01-01-preview", + "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", + "parameters": { + "settings": { + "namespaces-per-cluster-quota": "200", + "eventhub-per-namespace-quota": "20" + } + } + }, + "responses": { + "200": { + "body": { + "settings": { + "namespaces-per-cluster-quota": "200", + "eventhub-per-namespace-quota": "20" + } + } + }, + "201": { + "body": { + "settings": { + "namespaces-per-cluster-quota": "200", + "eventhub-per-namespace-quota": "20" + } + } + }, + "202": {} + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClustersListByResourceGroup.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClustersListByResourceGroup.json new file mode 100644 index 000000000000..8f80c72ed5c0 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClustersListByResourceGroup.json @@ -0,0 +1,31 @@ +{ + "parameters": { + "api-version": "2017-04-01", + "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", + "resourceGroupName": "myResourceGroup" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/clusters/testCluster", + "name": "testCluster", + "type": "Microsoft.EventHub/Clusters", + "location": "South Central US", + "tags": {}, + "sku": { + "name": "Dedicated", + "capacity": 4 + }, + "properties": { + "created": "2016-09-13T23:17:25.24Z", + "updated": "2016-09-13T23:17:28.223Z", + "metricId": "SN6-008" + } + } + ] + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClustersListBySubscription.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClustersListBySubscription.json new file mode 100644 index 000000000000..4d4e78b47ed5 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClustersListBySubscription.json @@ -0,0 +1,30 @@ +{ + "parameters": { + "api-version": "2018-01-01-preview", + "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/clusters/testCluster", + "name": "testCluster", + "type": "Microsoft.EventHub/Clusters", + "location": "South Central US", + "tags": {}, + "sku": { + "name": "Dedicated", + "capacity": 4 + }, + "properties": { + "created": "2016-09-13T23:17:25.24Z", + "updated": "2016-09-13T23:17:28.223Z", + "metricId": "SN6-008" + } + } + ] + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ListAvailableClustersGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ListAvailableClustersGet.json new file mode 100644 index 000000000000..479ccfee5b6e --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ListAvailableClustersGet.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "api-version": "2018-01-01-preview", + "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "location": "westus" + }, + { + "location": "eastus" + } + ] + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ListNamespacesInClusterGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ListNamespacesInClusterGet.json new file mode 100644 index 000000000000..309fe95a493a --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ListNamespacesInClusterGet.json @@ -0,0 +1,25 @@ +{ + "parameters": { + "clusterName": "testCluster", + "resourceGroupName": "myResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-int7-ns1" + }, + { + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-ehns2-int7" + }, + { + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/db3-rrama-foo1" + } + ] + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIPFilterRuleListAll.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIPFilterRuleListAll.json new file mode 100644 index 000000000000..52485839683e --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIPFilterRuleListAll.json @@ -0,0 +1,26 @@ +{ + "parameters": { + "namespaceName": "sdk-Namespace-5232", + "resourceGroupName": "ResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "Subscription" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", + "name": "sdk-IPFilterRules-7337", + "type": "Microsoft.EventHub/Namespaces/IpFilterRules", + "properties": { + "ipMask": "13.78.143.246/32", + "action": "Accept", + "filterName": "sdk-IPFilterRules-7337" + } + } + ] + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleCreateorUpdate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleCreateorUpdate.json new file mode 100644 index 000000000000..84ef236a04fa --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleCreateorUpdate.json @@ -0,0 +1,30 @@ +{ + "parameters": { + "namespaceName": "sdk-Namespace-5232", + "resourceGroupName": "ResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "Subscription", + "ipFilterRuleName": "sdk-IPFilterRules-7337", + "parameters": { + "properties": { + "ipMask": "13.78.143.246/32", + "action": "Accept", + "filterName": "sdk-IPFilterRules-7337" + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", + "name": "sdk-IPFilterRules-7337", + "type": "Microsoft.EventHub/Namespaces/IpFilterRules", + "properties": { + "ipMask": "13.78.143.246/32", + "action": "Accept", + "filterName": "sdk-IPFilterRules-7337" + } + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleDelete.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleDelete.json new file mode 100644 index 000000000000..3cf7783a59c7 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleDelete.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "namespaceName": "sdk-Namespace-5232", + "resourceGroupName": "ResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "Subscription", + "ipFilterRuleName": "sdk-IPFilterRules-7337" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleGet.json new file mode 100644 index 000000000000..23808d27ec79 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleGet.json @@ -0,0 +1,23 @@ +{ + "parameters": { + "namespaceName": "sdk-Namespace-5232", + "resourceGroupName": "ResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "Subscription", + "ipFilterRuleName": "sdk-IPFilterRules-7337" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", + "name": "sdk-IPFilterRules-7337", + "type": "Microsoft.EventHub/Namespaces/IpFilterRules", + "properties": { + "ipMask": "13.78.143.246/32", + "action": "Accept", + "filterName": "sdk-IPFilterRules-7337" + } + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleUpdate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleUpdate.json new file mode 100644 index 000000000000..42b29c8427a2 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleUpdate.json @@ -0,0 +1,30 @@ +{ + "parameters": { + "namespaceName": "sdk-Namespace-5849", + "resourceGroupName": "ResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "Subscription", + "ipFilterRuleName": "sdk-IPFilterRules-7337", + "parameters": { + "properties": { + "ipMask": "13.78.143.246/32", + "action": "Accept", + "filterName": "sdk-IPFilterRules-7337" + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-NotificationHubs-AustraliaEast/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", + "name": "sdk-IPFilterRules-7337", + "type": "Microsoft.EventHub/Namespaces/IpFilterRules", + "properties": { + "ipMask": "13.78.143.246/32", + "action": "Accept", + "filterName": "sdk-IPFilterRules-7337" + } + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json new file mode 100644 index 000000000000..3f6c61c9de8e --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json @@ -0,0 +1,74 @@ +{ + "parameters": { + "namespaceName": "sdk-Namespace-5849", + "resourceGroupName": "ArunMonocle", + "api-version": "2017-04-01", + "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", + "parameters": { + "sku": { + "name": "Standard", + "tier": "Standard" + }, + "location": "South Central US", + "tags": { + "tag1": "value1", + "tag2": "value2" + } + } + }, + "responses": { + "200": { + "body": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849", + "name": "sdk-Namespace-5849", + "type": "Microsoft.Relay/Namespaces", + "location": "South Central US", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Created", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", + "createdAt": "2017-05-24T23:23:27.877Z", + "updatedAt": "2017-05-24T23:23:27.877Z", + "serviceBusEndpoint": "https://sdk-Namespace-5849.servicebus.windows-int.net:443/" + } + } + }, + "201": { + "body": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849", + "name": "sdk-Namespace-5849", + "type": "Microsoft.Relay/Namespaces", + "location": "South Central US", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Created", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", + "createdAt": "2017-05-24T23:23:27.877Z", + "updatedAt": "2017-05-24T23:23:27.877Z", + "serviceBusEndpoint": "https://sdk-Namespace-5849.servicebus.windows-int.net:443/" + } + } + }, + "202": {} + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceDelete.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceDelete.json new file mode 100644 index 000000000000..b697874b2418 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceDelete.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "namespaceName": "sdk-Namespace-5849", + "resourceGroupName": "SouthCentralUS", + "api-version": "2017-04-01", + "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" + }, + "responses": { + "200": {}, + "202": {}, + "204": {} + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGet.json new file mode 100644 index 000000000000..70bf15fc0902 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGet.json @@ -0,0 +1,62 @@ +{ + "parameters": { + "namespaceName": "sdk-Namespace-5849", + "resourceGroupName": "ArunMonocle", + "api-version": "2017-04-01", + "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" + }, + "responses": { + "200": { + "body": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849", + "name": "sdk-Namespace-5849", + "type": "Microsoft.Relay/Namespaces", + "location": "South Central US", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Created", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", + "createdAt": "2017-05-24T23:23:27.877Z", + "updatedAt": "2017-05-24T23:23:27.877Z", + "serviceBusEndpoint": "https://sdk-Namespace-5849.servicebus.windows-int.net:443/" + } + } + }, + "201": { + "body": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849", + "name": "sdk-Namespace-5849", + "type": "Microsoft.Relay/Namespaces", + "location": "South Central US", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Created", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", + "createdAt": "2017-05-24T23:23:27.877Z", + "updatedAt": "2017-05-24T23:23:27.877Z", + "serviceBusEndpoint": "https://sdk-Namespace-5849.servicebus.windows-int.net:443/" + } + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGetMessagningPlan.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGetMessagningPlan.json new file mode 100644 index 000000000000..0eae116aa7cb --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGetMessagningPlan.json @@ -0,0 +1,25 @@ +{ + "parameters": { + "namespaceName": "sdk-Namespace-5849", + "resourceGroupName": "ResourceGroup", + "api-version": "2017-04-01", + "subscriptionId": "subscriptionid" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/subscriptionid/resourceGroups/ResourceGroup/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849/messagingplan", + "name": "2", + "type": "Microsoft.Relay/MessagingSKUPlan", + "location": null, + "tags": null, + "properties": { + "sku": 2, + "selectedEventHubUnit": 1, + "updatedAt": "2018-04-10T17:55:54.4048325Z", + "revision": 1 + } + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json new file mode 100644 index 000000000000..75b41c727efd --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json @@ -0,0 +1,1361 @@ +{ + "parameters": { + "api-version": "2017-04-01", + "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/sadfsadfsadf/providers/Microsoft.Relay/namespaces/eh-ns1", + "name": "eh-ns1", + "type": "Microsoft.Relay/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:eh-ns1", + "createdAt": "2016-08-23T04:15:35.263Z", + "updatedAt": "2017-02-03T20:13:04.007Z", + "serviceBusEndpoint": "https://eh-ns1.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 9 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace1", + "name": "ehnamespace1", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": true, + "maximumThroughputUnits": 20, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace1", + "createdAt": "2016-08-05T16:56:48.657Z", + "updatedAt": "2017-05-03T23:49:12.69Z", + "serviceBusEndpoint": "https://ehnamespace1.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95", + "name": "NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95", + "createdAt": "2016-09-16T01:10:00.96Z", + "updatedAt": "2017-02-11T11:15:32.313Z", + "serviceBusEndpoint": "https://NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-027302b7-df82-43a1-abf7-b6a2e2429115", + "name": "NS-027302b7-df82-43a1-abf7-b6a2e2429115", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-027302b7-df82-43a1-abf7-b6a2e2429115", + "createdAt": "2016-08-05T04:13:34.727Z", + "updatedAt": "2017-02-11T10:35:30.053Z", + "serviceBusEndpoint": "https://NS-027302b7-df82-43a1-abf7-b6a2e2429115.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 7 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/abc-7-14", + "name": "abc-7-14", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": true, + "maximumThroughputUnits": 14, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:abc-7-14", + "createdAt": "2017-05-05T17:58:58.433Z", + "updatedAt": "2017-05-05T17:59:20Z", + "serviceBusEndpoint": "https://abc-7-14.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3054", + "name": "sdk-Namespace-3054", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3054", + "createdAt": "2017-05-24T18:43:53.58Z", + "updatedAt": "2017-05-24T18:44:16.657Z", + "serviceBusEndpoint": "https://sdk-Namespace-3054.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/namespace1asdfsa", + "name": "namespace1asdfsa", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:namespace1asdfsa", + "createdAt": "2016-09-12T18:23:15.833Z", + "updatedAt": "2017-02-04T01:58:49.523Z", + "serviceBusEndpoint": "https://namespace1asdfsa.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 3 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/hello1-3-8", + "name": "hello1-3-8", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": true, + "maximumThroughputUnits": 8, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:hello1-3-8", + "createdAt": "2017-05-05T19:23:18.96Z", + "updatedAt": "2017-05-05T19:23:42.497Z", + "serviceBusEndpoint": "https://hello1-3-8.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBPerplexed", + "name": "SBPerplexed", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbperplexed", + "createdAt": "2016-10-10T19:18:57.773Z", + "updatedAt": "2017-02-03T23:46:15.22Z", + "serviceBusEndpoint": "https://SBPerplexed.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace123", + "name": "ehnamespace123", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace123", + "createdAt": "2016-08-05T16:57:09Z", + "updatedAt": "2017-02-11T08:25:30.093Z", + "serviceBusEndpoint": "https://ehnamespace123.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/oaisdjfoiasdjfoiajsdfoijasd", + "name": "oaisdjfoiasdjfoiajsdfoijasd", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:oaisdjfoiasdjfoiajsdfoijasd", + "createdAt": "2017-05-03T22:05:29.61Z", + "updatedAt": "2017-05-03T22:05:51.593Z", + "serviceBusEndpoint": "https://oaisdjfoiasdjfoiajsdfoijasd.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-ns3", + "name": "rrama-ns3", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-ns3", + "createdAt": "2016-08-23T04:22:40.633Z", + "updatedAt": "2017-02-11T12:52:58.277Z", + "serviceBusEndpoint": "https://rrama-ns3.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/abc123", + "name": "abc123", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:abc123", + "createdAt": "2017-05-04T19:06:00.813Z", + "updatedAt": "2017-05-04T19:06:23.71Z", + "serviceBusEndpoint": "https://abc123.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace21", + "name": "ehnamespace21", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace21", + "createdAt": "2016-08-05T16:57:00.377Z", + "updatedAt": "2017-02-11T09:50:32.86Z", + "serviceBusEndpoint": "https://ehnamespace21.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBFlerbederp", + "name": "SBFlerbederp", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbflerbederp", + "createdAt": "2016-10-10T19:32:17.56Z", + "updatedAt": "2017-02-03T20:46:59.227Z", + "serviceBusEndpoint": "https://SBFlerbederp.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 9 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/aaa-001-9-11", + "name": "aaa-001-9-11", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": true, + "maximumThroughputUnits": 11, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:aaa-001-9-11", + "createdAt": "2017-05-05T17:32:22.37Z", + "updatedAt": "2017-05-05T17:32:44.76Z", + "serviceBusEndpoint": "https://aaa-001-9-11.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-47a32389-7331-47c8-9228-4c145b2650d7", + "name": "NS-47a32389-7331-47c8-9228-4c145b2650d7", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-47a32389-7331-47c8-9228-4c145b2650d7", + "createdAt": "2016-09-16T01:41:51.857Z", + "updatedAt": "2017-02-11T08:28:03.157Z", + "serviceBusEndpoint": "https://NS-47a32389-7331-47c8-9228-4c145b2650d7.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7", + "name": "NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7", + "createdAt": "2016-08-05T03:39:52.323Z", + "updatedAt": "2017-02-11T04:40:32.24Z", + "serviceBusEndpoint": "https://NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBFeasible", + "name": "SBFeasible", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbfeasible", + "createdAt": "2016-10-10T19:05:24.76Z", + "updatedAt": "2017-02-03T19:51:55.893Z", + "serviceBusEndpoint": "https://SBFeasible.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-3b72258b-a8a1-4250-8952-e89a15af71fc", + "name": "NS-3b72258b-a8a1-4250-8952-e89a15af71fc", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-3b72258b-a8a1-4250-8952-e89a15af71fc", + "createdAt": "2016-09-16T17:59:27.227Z", + "updatedAt": "2017-02-27T19:34:26.633Z", + "serviceBusEndpoint": "https://NS-3b72258b-a8a1-4250-8952-e89a15af71fc.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5849", + "name": "sdk-Namespace-5849", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", + "createdAt": "2017-05-24T23:23:27.877Z", + "updatedAt": "2017-05-24T23:23:50.467Z", + "serviceBusEndpoint": "https://sdk-Namespace-5849.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/testDC/providers/Microsoft.EventHub/namespaces/TestNamespace1", + "name": "TestNamespace1", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": true, + "maximumThroughputUnits": 10, + "provisioningState": "Updating", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:testnamespace1", + "createdAt": "2017-04-25T00:28:00.243Z", + "updatedAt": "2017-04-26T20:54:41.18Z", + "serviceBusEndpoint": "https://TestNamespace1.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-ehns", + "name": "rrama-ehns", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-ehns", + "createdAt": "2016-08-23T04:22:49.74Z", + "updatedAt": "2017-02-11T07:03:51.793Z", + "serviceBusEndpoint": "https://rrama-ehns.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/testDC/providers/Microsoft.EventHub/namespaces/TestNamespace3", + "name": "TestNamespace3", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:testnamespace3", + "createdAt": "2017-05-03T22:33:17.84Z", + "updatedAt": "2017-05-03T22:33:40.087Z", + "serviceBusEndpoint": "https://TestNamespace3.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-4984", + "name": "sdk-Namespace-4984", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4984", + "createdAt": "2017-05-24T21:31:03.587Z", + "updatedAt": "2017-05-24T21:31:24.967Z", + "serviceBusEndpoint": "https://sdk-Namespace-4984.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-19df9616-54d6-47c9-8779-a4651835a95c", + "name": "NS-19df9616-54d6-47c9-8779-a4651835a95c", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-19df9616-54d6-47c9-8779-a4651835a95c", + "createdAt": "2016-08-23T02:38:33.8Z", + "updatedAt": "2017-02-11T04:28:01.093Z", + "serviceBusEndpoint": "https://NS-19df9616-54d6-47c9-8779-a4651835a95c.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-463af3de-8c87-4347-a614-a4c24f748109", + "name": "NS-463af3de-8c87-4347-a614-a4c24f748109", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-463af3de-8c87-4347-a614-a4c24f748109", + "createdAt": "2016-08-05T00:55:04.807Z", + "updatedAt": "2017-02-11T06:13:53.343Z", + "serviceBusEndpoint": "https://NS-463af3de-8c87-4347-a614-a4c24f748109.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5606", + "name": "sdk-Namespace-5606", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5606", + "createdAt": "2017-05-24T18:56:05.093Z", + "updatedAt": "2017-05-24T18:56:27.32Z", + "serviceBusEndpoint": "https://sdk-Namespace-5606.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3", + "name": "NS-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3", + "createdAt": "2016-08-05T04:18:53.27Z", + "updatedAt": "2017-02-11T06:49:39.877Z", + "serviceBusEndpoint": "https://NS-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-7703", + "name": "sdk-Namespace-7703", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-7703", + "createdAt": "2017-05-24T19:05:23.817Z", + "updatedAt": "2017-05-24T19:05:44.717Z", + "serviceBusEndpoint": "https://sdk-Namespace-7703.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 3 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/zzzzzzzzzzzzzzzzzzzzzz-00001", + "name": "zzzzzzzzzzzzzzzzzzzzzz-00001", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": true, + "maximumThroughputUnits": 11, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:zzzzzzzzzzzzzzzzzzzzzz-00001", + "createdAt": "2017-05-04T21:35:49.383Z", + "updatedAt": "2017-05-05T17:01:20.733Z", + "serviceBusEndpoint": "https://zzzzzzzzzzzzzzzzzzzzzz-00001.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBQuestionable", + "name": "SBQuestionable", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbquestionable", + "createdAt": "2016-10-10T18:56:24.723Z", + "updatedAt": "2017-02-03T19:51:46.983Z", + "serviceBusEndpoint": "https://SBQuestionable.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace1234", + "name": "ehnamespace1234", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace1234", + "createdAt": "2016-08-05T16:57:17.863Z", + "updatedAt": "2017-02-11T10:35:33.817Z", + "serviceBusEndpoint": "https://ehnamespace1234.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3919", + "name": "sdk-Namespace-3919", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3919", + "createdAt": "2017-05-24T02:08:20.15Z", + "updatedAt": "2017-05-24T02:08:41.313Z", + "serviceBusEndpoint": "https://sdk-Namespace-3919.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/arunarchivetest", + "name": "arunarchivetest", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:arunarchivetest", + "createdAt": "2017-03-08T19:25:49.897Z", + "updatedAt": "2017-03-08T19:26:17.49Z", + "serviceBusEndpoint": "https://arunarchivetest.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/aiosdjfaoidjasdoijasdfoijasdfofijsdf", + "name": "aiosdjfaoidjasdoijasdfoijasdfofijsdf", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:aiosdjfaoidjasdoijasdfoijasdfofijsdf", + "createdAt": "2017-05-04T21:23:23.9Z", + "updatedAt": "2017-05-04T21:23:46.78Z", + "serviceBusEndpoint": "https://aiosdjfaoidjasdoijasdfoijasdfofijsdf.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3413", + "name": "sdk-Namespace-3413", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3413", + "createdAt": "2017-05-24T19:02:15.45Z", + "updatedAt": "2017-05-24T19:02:38.047Z", + "serviceBusEndpoint": "https://sdk-Namespace-3413.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBConfuzzled", + "name": "SBConfuzzled", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbconfuzzled", + "createdAt": "2016-10-10T19:30:45.71Z", + "updatedAt": "2017-02-03T22:49:17.82Z", + "serviceBusEndpoint": "https://SBConfuzzled.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-8695", + "name": "sdk-Namespace-8695", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-8695", + "createdAt": "2017-05-24T20:03:43.81Z", + "updatedAt": "2017-05-24T20:04:05.88Z", + "serviceBusEndpoint": "https://sdk-Namespace-8695.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 11 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/aaa-11-17", + "name": "aaa-11-17", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": true, + "maximumThroughputUnits": 17, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:aaa-11-17", + "createdAt": "2017-05-08T18:47:07.64Z", + "updatedAt": "2017-05-08T18:47:29.587Z", + "serviceBusEndpoint": "https://aaa-11-17.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 4 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/hello1-4-14", + "name": "hello1-4-14", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": true, + "maximumThroughputUnits": 14, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:hello1-4-14", + "createdAt": "2017-05-05T18:54:20.563Z", + "updatedAt": "2017-05-05T18:54:42.507Z", + "serviceBusEndpoint": "https://hello1-4-14.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-4801", + "name": "sdk-Namespace-4801", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4801", + "createdAt": "2017-05-24T18:39:39.213Z", + "updatedAt": "2017-05-24T18:40:00.087Z", + "serviceBusEndpoint": "https://sdk-Namespace-4801.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 8 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/RichardsEventHub1", + "name": "RichardsEventHub1", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": true, + "maximumThroughputUnits": 15, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:richardseventhub1", + "createdAt": "2017-04-27T19:15:13.05Z", + "updatedAt": "2017-05-09T19:34:41.127Z", + "serviceBusEndpoint": "https://RichardsEventHub1.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 7 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-autoinflate-test", + "name": "rrama-autoinflate-test", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": true, + "maximumThroughputUnits": 10, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate-test", + "createdAt": "2017-05-01T16:58:11.34Z", + "updatedAt": "2017-05-08T21:52:42.663Z", + "serviceBusEndpoint": "https://rrama-autoinflate-test.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/foofoofoofoof", + "name": "foofoofoofoof", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:foofoofoofoof", + "createdAt": "2017-04-29T02:47:53.523Z", + "updatedAt": "2017-04-29T02:48:17.95Z", + "serviceBusEndpoint": "https://foofoofoofoof.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/asdf1234asdf", + "name": "asdf1234asdf", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:asdf1234asdf", + "createdAt": "2016-09-13T01:45:40.58Z", + "updatedAt": "2017-02-11T06:54:38.623Z", + "serviceBusEndpoint": "https://asdf1234asdf.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-2812", + "name": "sdk-Namespace-2812", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-2812", + "createdAt": "2017-05-24T18:55:44.687Z", + "updatedAt": "2017-05-24T18:56:05.587Z", + "serviceBusEndpoint": "https://sdk-Namespace-2812.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-4aadc830-1029-49b8-8fbd-dd0130e7a84c", + "name": "NS-4aadc830-1029-49b8-8fbd-dd0130e7a84c", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-4aadc830-1029-49b8-8fbd-dd0130e7a84c", + "createdAt": "2016-08-05T04:02:53.43Z", + "updatedAt": "2017-02-11T05:13:02.697Z", + "serviceBusEndpoint": "https://NS-4aadc830-1029-49b8-8fbd-dd0130e7a84c.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-5e79a429-aa52-42b9-8120-2fe72fc00727", + "name": "NS-5e79a429-aa52-42b9-8120-2fe72fc00727", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-5e79a429-aa52-42b9-8120-2fe72fc00727", + "createdAt": "2016-08-05T01:13:41.527Z", + "updatedAt": "2017-02-11T04:24:44.797Z", + "serviceBusEndpoint": "https://NS-5e79a429-aa52-42b9-8120-2fe72fc00727.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-df-ns1", + "name": "rrama-df-ns1", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-df-ns1", + "createdAt": "2016-10-27T23:35:05.453Z", + "updatedAt": "2017-02-03T20:23:49.533Z", + "serviceBusEndpoint": "https://rrama-df-ns1.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 9 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/bbbb-9-12", + "name": "bbbb-9-12", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": true, + "maximumThroughputUnits": 12, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:bbbb-9-12", + "createdAt": "2017-05-05T17:47:35.123Z", + "updatedAt": "2017-05-05T17:47:56.1Z", + "serviceBusEndpoint": "https://bbbb-9-12.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/eh-autoInflate/providers/Microsoft.EventHub/namespaces/rrama-autoinflate-template1", + "name": "rrama-autoinflate-template1", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": true, + "maximumThroughputUnits": 10, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate-template1", + "createdAt": "2017-05-03T17:46:36.71Z", + "updatedAt": "2017-05-03T17:47:00.163Z", + "serviceBusEndpoint": "https://rrama-autoinflate-template1.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/RandomPlotTwists", + "name": "RandomPlotTwists", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:randomplottwists", + "createdAt": "2017-05-18T00:37:26.13Z", + "updatedAt": "2017-05-18T00:37:49.533Z", + "serviceBusEndpoint": "https://RandomPlotTwists.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-1862d295-09cc-4e54-b23d-a2bc3bab2392", + "name": "NS-1862d295-09cc-4e54-b23d-a2bc3bab2392", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-1862d295-09cc-4e54-b23d-a2bc3bab2392", + "createdAt": "2016-08-05T04:08:14.253Z", + "updatedAt": "2017-02-11T04:33:53.34Z", + "serviceBusEndpoint": "https://NS-1862d295-09cc-4e54-b23d-a2bc3bab2392.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-MigrateThis", + "name": "NS-MigrateThis", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-migratethis", + "createdAt": "2016-08-06T00:23:12.3Z", + "updatedAt": "2017-02-04T00:25:08.043Z", + "serviceBusEndpoint": "https://NS-MigrateThis.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-5e01d977-125c-4fd2-8a78-cc50be544d1f", + "name": "NS-5e01d977-125c-4fd2-8a78-cc50be544d1f", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-5e01d977-125c-4fd2-8a78-cc50be544d1f", + "createdAt": "2016-08-05T04:34:33.617Z", + "updatedAt": "2017-02-11T05:54:42.25Z", + "serviceBusEndpoint": "https://NS-5e01d977-125c-4fd2-8a78-cc50be544d1f.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 10 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-2b17fb74-2719-4c68-9ba3-13a018485b1f", + "name": "NS-2b17fb74-2719-4c68-9ba3-13a018485b1f", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": true, + "maximumThroughputUnits": 10, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-2b17fb74-2719-4c68-9ba3-13a018485b1f", + "createdAt": "2016-08-05T04:29:17.147Z", + "updatedAt": "2017-05-02T19:52:53.243Z", + "serviceBusEndpoint": "https://NS-2b17fb74-2719-4c68-9ba3-13a018485b1f.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-int7-ehns123", + "name": "rrama-int7-ehns123", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-int7-ehns123", + "createdAt": "2016-09-13T23:35:15.473Z", + "updatedAt": "2016-09-13T23:35:38.63Z", + "serviceBusEndpoint": "https://rrama-int7-ehns123.servicebus.int7.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-autoinflate-test", + "name": "rrama-autoinflate-test", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": true, + "maximumThroughputUnits": 10, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate-test", + "createdAt": "2017-05-01T17:48:04.55Z", + "updatedAt": "2017-05-04T21:15:36.013Z", + "serviceBusEndpoint": "https://rrama-autoinflate-test.servicebus.int7.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-autoinflate2", + "name": "rrama-autoinflate2", + "type": "Microsoft.EventHub/Namespaces", + "location": "North Europe", + "tags": {}, + "properties": { + "isAutoInflateEnabled": true, + "maximumThroughputUnits": 10, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate2", + "createdAt": "2017-05-01T20:50:00.22Z", + "updatedAt": "2017-05-01T20:50:24.687Z", + "serviceBusEndpoint": "https://rrama-autoinflate2.servicebus.int7.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/db3-rrama-foo1", + "name": "db3-rrama-foo1", + "type": "Microsoft.EventHub/Namespaces", + "location": "North Europe", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:db3-rrama-foo1", + "createdAt": "2017-04-28T23:47:36.503Z", + "updatedAt": "2017-05-01T21:14:37.133Z", + "serviceBusEndpoint": "https://db3-rrama-foo1.servicebus.int7.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-int7-ehns1", + "name": "rrama-int7-ehns1", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-int7-ehns1", + "createdAt": "2016-09-13T23:20:44.853Z", + "updatedAt": "2016-09-13T23:20:47.35Z", + "serviceBusEndpoint": "https://rrama-int7-ehns1.servicebus.int7.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-int7-ns1", + "name": "rrama-int7-ns1", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-int7-ns1", + "createdAt": "2016-09-13T23:17:25.24Z", + "updatedAt": "2016-09-13T23:17:28.223Z", + "serviceBusEndpoint": "https://rrama-int7-ns1.servicebus.int7.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-ehns2-int7", + "name": "rrama-ehns2-int7", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-ehns2-int7", + "createdAt": "2016-09-13T23:26:21.64Z", + "updatedAt": "2016-09-13T23:26:37.95Z", + "serviceBusEndpoint": "https://rrama-ehns2-int7.servicebus.int7.windows-int.net:443/" + } + } + ] + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListByResourceGroup.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListByResourceGroup.json new file mode 100644 index 000000000000..d24a3aa85d62 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListByResourceGroup.json @@ -0,0 +1,312 @@ +{ + "parameters": { + "api-version": "2017-04-01", + "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", + "resourceGroupName": "ArunMonocle" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-3054", + "name": "sdk-Namespace-3054", + "type": "Microsoft.Relay/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3054", + "createdAt": "2017-05-24T18:43:53.58Z", + "updatedAt": "2017-05-24T18:44:16.657Z", + "serviceBusEndpoint": "https://sdk-Namespace-3054.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/oaisdjfoiasdjfoiajsdfoijasd", + "name": "oaisdjfoiasdjfoiajsdfoijasd", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:oaisdjfoiasdjfoiajsdfoijasd", + "createdAt": "2017-05-03T22:05:29.61Z", + "updatedAt": "2017-05-03T22:05:51.593Z", + "serviceBusEndpoint": "https://oaisdjfoiasdjfoiajsdfoijasd.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/abc123", + "name": "abc123", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:abc123", + "createdAt": "2017-05-04T19:06:00.813Z", + "updatedAt": "2017-05-04T19:06:23.71Z", + "serviceBusEndpoint": "https://abc123.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5849", + "name": "sdk-Namespace-5849", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", + "createdAt": "2017-05-24T23:23:27.877Z", + "updatedAt": "2017-05-24T23:23:50.467Z", + "serviceBusEndpoint": "https://sdk-Namespace-5849.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-4984", + "name": "sdk-Namespace-4984", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4984", + "createdAt": "2017-05-24T21:31:03.587Z", + "updatedAt": "2017-05-24T21:31:24.967Z", + "serviceBusEndpoint": "https://sdk-Namespace-4984.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5606", + "name": "sdk-Namespace-5606", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5606", + "createdAt": "2017-05-24T18:56:05.093Z", + "updatedAt": "2017-05-24T18:56:27.32Z", + "serviceBusEndpoint": "https://sdk-Namespace-5606.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-7703", + "name": "sdk-Namespace-7703", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-7703", + "createdAt": "2017-05-24T19:05:23.817Z", + "updatedAt": "2017-05-24T19:05:44.717Z", + "serviceBusEndpoint": "https://sdk-Namespace-7703.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 3 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/zzzzzzzzzzzzzzzzzzzzzz-00001", + "name": "zzzzzzzzzzzzzzzzzzzzzz-00001", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": true, + "maximumThroughputUnits": 11, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:zzzzzzzzzzzzzzzzzzzzzz-00001", + "createdAt": "2017-05-04T21:35:49.383Z", + "updatedAt": "2017-05-05T17:01:20.733Z", + "serviceBusEndpoint": "https://zzzzzzzzzzzzzzzzzzzzzz-00001.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3919", + "name": "sdk-Namespace-3919", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3919", + "createdAt": "2017-05-24T02:08:20.15Z", + "updatedAt": "2017-05-24T02:08:41.313Z", + "serviceBusEndpoint": "https://sdk-Namespace-3919.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 0 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/aiosdjfaoidjasdoijasdfoijasdfofijsdf", + "name": "aiosdjfaoidjasdoijasdfoijasdfofijsdf", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:aiosdjfaoidjasdoijasdfoijasdfofijsdf", + "createdAt": "2017-05-04T21:23:23.9Z", + "updatedAt": "2017-05-04T21:23:46.78Z", + "serviceBusEndpoint": "https://aiosdjfaoidjasdoijasdfoijasdfofijsdf.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3413", + "name": "sdk-Namespace-3413", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3413", + "createdAt": "2017-05-24T19:02:15.45Z", + "updatedAt": "2017-05-24T19:02:38.047Z", + "serviceBusEndpoint": "https://sdk-Namespace-3413.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-8695", + "name": "sdk-Namespace-8695", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-8695", + "createdAt": "2017-05-24T20:03:43.81Z", + "updatedAt": "2017-05-24T20:04:05.88Z", + "serviceBusEndpoint": "https://sdk-Namespace-8695.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-4801", + "name": "sdk-Namespace-4801", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4801", + "createdAt": "2017-05-24T18:39:39.213Z", + "updatedAt": "2017-05-24T18:40:00.087Z", + "serviceBusEndpoint": "https://sdk-Namespace-4801.servicebus.windows-int.net:443/" + } + }, + { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-2812", + "name": "sdk-Namespace-2812", + "type": "Microsoft.EventHub/Namespaces", + "location": "South Central US", + "tags": {}, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Succeeded", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-2812", + "createdAt": "2017-05-24T18:55:44.687Z", + "updatedAt": "2017-05-24T18:56:05.587Z", + "serviceBusEndpoint": "https://sdk-Namespace-2812.servicebus.windows-int.net:443/" + } + } + ] + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceUpdate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceUpdate.json new file mode 100644 index 000000000000..4c78e1003314 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceUpdate.json @@ -0,0 +1,70 @@ +{ + "parameters": { + "namespaceName": "sdk-Namespace-3668", + "resourceGroupName": "ArunMonocle", + "api-version": "2017-04-01", + "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", + "parameters": { + "location": "South Central US", + "tags": { + "tag3": "value3", + "tag4": "value4" + } + } + }, + "responses": { + "200": { + "body": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-3668", + "name": "sdk-Namespace-3668", + "type": "Microsoft.Relay/Namespaces", + "location": "South Central US", + "tags": { + "tag3": "value3", + "tag4": "value4" + }, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Updating", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3668", + "createdAt": "2017-06-01T21:37:04.46Z", + "updatedAt": "2017-06-01T21:37:53.413Z", + "serviceBusEndpoint": "https://sdk-Namespace-3668.servicebus.windows-int.net:443/" + } + } + }, + "201": { + "body": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-3668", + "name": "sdk-Namespace-3668", + "type": "Microsoft.Relay/Namespaces", + "location": "South Central US", + "tags": { + "tag3": "value3", + "tag4": "value4" + }, + "properties": { + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "provisioningState": "Updating", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3668", + "createdAt": "2017-06-01T21:37:04.46Z", + "updatedAt": "2017-06-01T21:37:53.413Z", + "serviceBusEndpoint": "https://sdk-Namespace-3668.servicebus.windows-int.net:443/" + } + } + }, + "202": {} + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleCreateorUpdate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleCreateorUpdate.json new file mode 100644 index 000000000000..a704f210cbad --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleCreateorUpdate.json @@ -0,0 +1,26 @@ +{ + "parameters": { + "namespaceName": "sdk-Namespace-6019", + "resourceGroupName": "ResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "Subscription", + "virtualNetworkRuleName": "sdk-VirtualNetworkRules-9191", + "parameters": { + "properties": { + "virtualNetworkSubnetId": "/subscriptions/Subscription/resourceGroups/sbehvnettest/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default" + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191", + "name": "sdk-VirtualNetworkRules-9191", + "type": "Microsoft.EventHub/Namespaces/VirtualNetworkRules", + "properties": { + "virtualNetworkSubnetId": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default" + } + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleDelete.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleDelete.json new file mode 100644 index 000000000000..e2f63871f214 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleDelete.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "namespaceName": "sdk-Namespace-6019", + "resourceGroupName": "ResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "Subscription", + "virtualNetworkRuleName": "sdk-VirtualNetworkRules-9191" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleGet.json new file mode 100644 index 000000000000..d5c72d8e0f06 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleGet.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "namespaceName": "sdk-Namespace-6019", + "resourceGroupName": "ResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "Subscription", + "virtualNetworkRuleName": "sdk-VirtualNetworkRules-9191" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191", + "name": "sdk-VirtualNetworkRules-9191", + "type": "Microsoft.EventHub/Namespaces/VirtualNetworkRules", + "properties": { + "virtualNetworkSubnetId": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default" + } + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleListAll.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleListAll.json new file mode 100644 index 000000000000..ae96ec6fefd1 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleListAll.json @@ -0,0 +1,24 @@ +{ + "parameters": { + "namespaceName": "sdk-Namespace-6019", + "resourceGroupName": "ResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "Subscription" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191", + "name": "sdk-VirtualNetworkRules-9191", + "type": "Microsoft.EventHub/Namespaces/VirtualNetworkRules", + "properties": { + "virtualNetworkSubnetId": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default" + } + } + ] + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleupdate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleupdate.json new file mode 100644 index 000000000000..a704f210cbad --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleupdate.json @@ -0,0 +1,26 @@ +{ + "parameters": { + "namespaceName": "sdk-Namespace-6019", + "resourceGroupName": "ResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "Subscription", + "virtualNetworkRuleName": "sdk-VirtualNetworkRules-9191", + "parameters": { + "properties": { + "virtualNetworkSubnetId": "/subscriptions/Subscription/resourceGroups/sbehvnettest/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default" + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191", + "name": "sdk-VirtualNetworkRules-9191", + "type": "Microsoft.EventHub/Namespaces/VirtualNetworkRules", + "properties": { + "virtualNetworkSubnetId": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default" + } + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNetworkRuleSetCreate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNetworkRuleSetCreate.json new file mode 100644 index 000000000000..e7969c387337 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNetworkRuleSetCreate.json @@ -0,0 +1,109 @@ +{ + "parameters": { + "namespaceName": "sdk-Namespace-6019", + "resourceGroupName": "ResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "Subscription", + "parameters": { + "properties": { + "defaultAction": "Deny", + "virtualNetworkRules": [ + { + "subnet": { + "id": "/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet2" + }, + "ignoreMissingVnetServiceEndpoint": true + }, + { + "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" + }, + "ignoreMissingVnetServiceEndpoint": false + } + ], + "ipRules": [ + { + "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", + "action": "Allow" + } + ] + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/resourcegroupid/providers/Microsoft.EventHub/namespaces/sdk-Namespace-9659/networkruleset/default", + "name": "default", + "type": "Microsoft.EventHub/Namespaces/NetworkRuleSet", + "properties": { + "defaultAction": "Deny", + "virtualNetworkRules": [ + { + "subnet": { + "id": "/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet2" + }, + "ignoreMissingVnetServiceEndpoint": true + }, + { + "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" + }, + "ignoreMissingVnetServiceEndpoint": false + } + ], + "ipRules": [ + { + "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", + "action": "Allow" + } + ] + } + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNetworkRuleSetGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNetworkRuleSetGet.json new file mode 100644 index 000000000000..d63c8fbad4bd --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNetworkRuleSetGet.json @@ -0,0 +1,62 @@ +{ + "parameters": { + "namespaceName": "sdk-Namespace-6019", + "resourceGroupName": "ResourceGroup", + "api-version": "2018-01-01-preview", + "subscriptionId": "Subscription" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/subscriptionid/resourceGroups/resourcegroupid/providers/Microsoft.EventHub/namespaces/sdk-Namespace-9659/networkruleset/default", + "name": "default", + "type": "Microsoft.EventHub/Namespaces/NetworkRuleSet", + "properties": { + "defaultAction": "Deny", + "virtualNetworkRules": [ + { + "subnet": { + "id": "/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet2" + }, + "ignoreMissingVnetServiceEndpoint": true + }, + { + "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" + }, + "ignoreMissingVnetServiceEndpoint": false + } + ], + "ipRules": [ + { + "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", + "action": "Allow" + } + ] + } + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Operations_List.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Operations_List.json new file mode 100644 index 000000000000..2b7934171ac1 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Operations_List.json @@ -0,0 +1,229 @@ +{ + "parameters": { + "api-version": "2018-01-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": "Microsoft.EventHub/checkNameAvailability/action", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "Non Resource Operation", + "operation": "Get namespace availability." + } + }, + { + "name": "Microsoft.EventHub/register/action", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "EventHub Resource Provider", + "operation": "Registers the EventHub Resource Provider" + } + }, + { + "name": "Microsoft.EventHub/namespaces/write", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "Namespace", + "operation": "Create Or Update Namespace " + } + }, + { + "name": "Microsoft.EventHub/namespaces/read", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "Namespace", + "operation": "Get Namespace Resource" + } + }, + { + "name": "Microsoft.EventHub/namespaces/Delete", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "Namespace", + "operation": "Delete Namespace" + } + }, + { + "name": "Microsoft.EventHub/namespaces/authorizationRules/read", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "AuthorizationRules", + "operation": "Get Namespace Authorization Rules" + } + }, + { + "name": "Microsoft.EventHub/namespaces/authorizationRules/write", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "AuthorizationRules", + "operation": "Create or Update Namespace Authorization Rules" + } + }, + { + "name": "Microsoft.EventHub/namespaces/authorizationRules/delete", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "AuthorizationRules", + "operation": "Delete Namespace Authorization Rule" + } + }, + { + "name": "Microsoft.EventHub/namespaces/authorizationRules/listkeys/action", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "AuthorizationRules", + "operation": "Get Namespace Listkeys" + } + }, + { + "name": "Microsoft.EventHub/namespaces/authorizationRules/regenerateKeys/action", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "AuthorizationRules", + "operation": "Resource Regeneratekeys" + } + }, + { + "name": "Microsoft.EventHub/namespaces/eventhubs/write", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "EventHub", + "operation": "Create or Update EventHub" + } + }, + { + "name": "Microsoft.EventHub/namespaces/eventhubs/read", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "EventHub", + "operation": "Get EventHub" + } + }, + { + "name": "Microsoft.EventHub/namespaces/eventhubs/Delete", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "EventHub", + "operation": "Delete EventHub" + } + }, + { + "name": "Microsoft.EventHub/namespaces/eventhubs/authorizationRules/read", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "EventHub AuthorizationRules", + "operation": " Get EventHub Authorization Rules" + } + }, + { + "name": "Microsoft.EventHub/namespaces/eventhubs/authorizationRules/write", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "EventHub AuthorizationRules", + "operation": "Create or Update EventHub Authorization Rule" + } + }, + { + "name": "Microsoft.EventHub/namespaces/eventhubs/authorizationRules/delete", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "EventHub AuthorizationRules", + "operation": "Delete EventHub Authorization Rules" + } + }, + { + "name": "Microsoft.EventHub/namespaces/eventhubs/authorizationRules/listkeys/action", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "EventHub AuthorizationRules", + "operation": "List EventHub keys" + } + }, + { + "name": "Microsoft.EventHub/namespaces/eventhubs/authorizationRules/regenerateKeys/action", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "EventHub AuthorizationRules", + "operation": "Resource Regeneratekeys" + } + }, + { + "name": "Microsoft.EventHub/namespaces/eventHubs/consumergroups/write", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "ConsumerGroup", + "operation": "Create or Update ConsumerGroup" + } + }, + { + "name": "Microsoft.EventHub/namespaces/eventHubs/consumergroups/read", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "ConsumerGroup", + "operation": "Get ConsumerGroup" + } + }, + { + "name": "Microsoft.EventHub/namespaces/eventHubs/consumergroups/Delete", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "ConsumerGroup", + "operation": "Delete ConsumerGroup" + } + }, + { + "name": "Microsoft.EventHub/namespaces/metricDefinitions/read", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "Namespace metrics", + "operation": "Get Namespace metrics" + } + }, + { + "name": "Microsoft.EventHub/namespaces/diagnosticSettings/read", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "Namespace diagnostic settings", + "operation": "Get Namespace diagnostic settings" + } + }, + { + "name": "Microsoft.EventHub/namespaces/diagnosticSettings/write", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "Namespace diagnostic settings", + "operation": "Create or Update Namespace diagnostic settings" + } + }, + { + "name": "Microsoft.EventHub/namespaces/logDefinitions/read", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "Namespace logs", + "operation": "Get Namespace logs" + } + }, + { + "name": "Microsoft.EventHub/clusters/read", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "Cluster", + "operation": "Get Event Hubs Clusters" + } + }, + { + "name": "Microsoft.EventHub/clusters/write", + "display": { + "provider": "Microsoft Azure EventHub", + "resource": "Cluster", + "operation": "Update Cluster" + } + } + ] + } + } + } +} From 56bca60642e927ae87f36999a71b519316d3a1ef Mon Sep 17 00:00:00 2001 From: "Mytri Ramanathpur Manjunath (MINDTREE LIMITED)" Date: Fri, 20 Mar 2020 12:09:22 -0700 Subject: [PATCH 2/7] Committing the relay preview swagger changes --- .../examples/Clusters/ClusterDelete.json | 13 - .../examples/Clusters/ClusterGet.json | 31 --- .../examples/Clusters/ClusterPatch.json | 60 ---- .../examples/Clusters/ClusterPut.json | 64 ----- .../ClusterQuotaConfigurationGet.json | 18 -- .../ClusterQuotaConfigurationPatch.json | 33 --- .../Clusters/ClustersListByResourceGroup.json | 31 --- .../Clusters/ClustersListBySubscription.json | 30 -- .../Clusters/ListAvailableClustersGet.json | 20 -- .../Clusters/ListNamespacesInClusterGet.json | 25 -- ...=> RelayNameSpaceIPFilterRuleListAll.json} | 4 +- ...yNameSpaceIpFilterRuleCreateorUpdate.json} | 4 +- ... => RelayNameSpaceIpFilterRuleDelete.json} | 0 ...son => RelayNameSpaceIpFilterRuleGet.json} | 4 +- ... => RelayNameSpaceIpFilterRuleUpdate.json} | 4 +- .../NameSpaces/RelayNameSpaceList.json | 258 +++++++++--------- .../RelayNameSpaceListByResourceGroup.json | 52 ++-- ...paceVirtualNetworkRuleCreateorUpdate.json} | 4 +- ...layNameSpaceVirtualNetworkRuleDelete.json} | 0 ... RelayNameSpaceVirtualNetworkRuleGet.json} | 4 +- ...ayNameSpaceVirtualNetworkRuleListAll.json} | 4 +- ...layNameSpaceVirtualNetworkRuleupdate.json} | 4 +- ...te.json => RelayNetworkRuleSetCreate.json} | 4 +- ...etGet.json => RelayNetworkRuleSetGet.json} | 4 +- 24 files changed, 175 insertions(+), 500 deletions(-) delete mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterDelete.json delete mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterGet.json delete mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterPatch.json delete mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterPut.json delete mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterQuotaConfigurationGet.json delete mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterQuotaConfigurationPatch.json delete mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClustersListByResourceGroup.json delete mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClustersListBySubscription.json delete mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ListAvailableClustersGet.json delete mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ListNamespacesInClusterGet.json rename specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/{EHNameSpaceIPFilterRuleListAll.json => RelayNameSpaceIPFilterRuleListAll.json} (76%) rename specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/{EHNameSpaceIpFilterRuleCreateorUpdate.json => RelayNameSpaceIpFilterRuleCreateorUpdate.json} (81%) rename specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/{EHNameSpaceIpFilterRuleDelete.json => RelayNameSpaceIpFilterRuleDelete.json} (100%) rename specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/{EHNameSpaceIpFilterRuleGet.json => RelayNameSpaceIpFilterRuleGet.json} (76%) rename specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/{EHNameSpaceIpFilterRuleUpdate.json => RelayNameSpaceIpFilterRuleUpdate.json} (83%) rename specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/{EHNameSpaceVirtualNetworkRuleupdate.json => RelayNameSpaceVirtualNetworkRuleCreateorUpdate.json} (82%) rename specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/{EHNameSpaceVirtualNetworkRuleDelete.json => RelayNameSpaceVirtualNetworkRuleDelete.json} (100%) rename specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/{EHNameSpaceVirtualNetworkRuleGet.json => RelayNameSpaceVirtualNetworkRuleGet.json} (77%) rename specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/{EHNameSpaceVirtualNetworkRuleListAll.json => RelayNameSpaceVirtualNetworkRuleListAll.json} (76%) rename specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/{EHNameSpaceVirtualNetworkRuleCreateorUpdate.json => RelayNameSpaceVirtualNetworkRuleupdate.json} (82%) rename specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/{EHNetworkRuleSetCreate.json => RelayNetworkRuleSetCreate.json} (94%) rename specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/{EHNetworkRuleSetGet.json => RelayNetworkRuleSetGet.json} (91%) diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterDelete.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterDelete.json deleted file mode 100644 index 455a9036a4d5..000000000000 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterDelete.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "parameters": { - "clusterName": "testCluster", - "resourceGroupName": "myResourceGroup", - "api-version": "2018-01-01-preview", - "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" - }, - "responses": { - "200": {}, - "202": {}, - "204": {} - } -} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterGet.json deleted file mode 100644 index decf1dc12a9f..000000000000 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterGet.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "parameters": { - "clusterName": "testCluster", - "resourceGroupName": "myResourceGroup", - "api-version": "2018-01-01-preview", - "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" - }, - "responses": { - "200": { - "body": { - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/clusters/testCluster", - "name": "testCluster", - "type": "Microsoft.EventHub/Clusters", - "location": "South Central US", - "tags": { - "tag1": "value1", - "tag2": "value2" - }, - "sku": { - "name": "Dedicated", - "capacity": 4 - }, - "properties": { - "created": "2017-05-24T23:23:27.877Z", - "updated": "2017-05-24T23:23:27.877Z", - "metricId": "SN6-008" - } - } - } - } -} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterPatch.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterPatch.json deleted file mode 100644 index 49d40843e81d..000000000000 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterPatch.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "parameters": { - "clusterName": "testCluster", - "resourceGroupName": "myResourceGroup", - "api-version": "2018-01-01-preview", - "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", - "parameters": { - "location": "South Central US", - "tags": { - "tag3": "value3", - "tag4": "value4" - } - } - }, - "responses": { - "200": { - "body": { - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/clusters/testCluster", - "name": "testCluster", - "type": "Microsoft.EventHub/Clusters", - "location": "South Central US", - "tags": { - "tag3": "value3", - "tag4": "value4" - }, - "sku": { - "name": "Dedicated", - "capacity": 4 - }, - "properties": { - "created": "2017-06-01T21:37:04.46Z", - "updated": "2017-06-01T21:37:53.413Z", - "metricId": "SN6-008" - } - } - }, - "201": { - "body": { - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/clusters/testCluster", - "name": "testCluster", - "type": "Microsoft.EventHub/Clusters", - "location": "South Central US", - "tags": { - "tag3": "value3", - "tag4": "value4" - }, - "sku": { - "name": "Dedicated", - "capacity": 4 - }, - "properties": { - "created": "2017-06-01T21:37:04.46Z", - "updated": "2017-06-01T21:37:53.413Z", - "metricId": "SN6-008" - } - } - }, - "202": {} - } -} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterPut.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterPut.json deleted file mode 100644 index 47d7194db72e..000000000000 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterPut.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "parameters": { - "clusterName": "testCluster", - "resourceGroupName": "myResourceGroup", - "api-version": "2018-01-01-preview", - "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", - "parameters": { - "sku": { - "tier": "Dedicated", - "capacity": 1 - }, - "location": "South Central US", - "tags": { - "tag1": "value1", - "tag2": "value2" - } - } - }, - "responses": { - "200": { - "body": { - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/clusters/testCluster", - "name": "testCluster", - "type": "Microsoft.EventHub/Clusters", - "location": "South Central US", - "tags": { - "tag1": "value1", - "tag2": "value2" - }, - "sku": { - "name": "Dedicated", - "capacity": 1 - }, - "properties": { - "created": "2017-05-24T23:23:27.877Z", - "updated": "2017-05-24T23:23:27.877Z", - "metricId": "SN6-008" - } - } - }, - "201": { - "body": { - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/clusters/testCluster", - "name": "testCluster", - "type": "Microsoft.EventHub/Clusters", - "location": "South Central US", - "tags": { - "tag1": "value1", - "tag2": "value2" - }, - "sku": { - "name": "Dedicated", - "capacity": 1 - }, - "properties": { - "created": "2017-05-24T23:23:27.877Z", - "updated": "2017-05-24T23:23:27.877Z", - "metricId": "SN6-008" - } - } - }, - "202": {} - } -} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterQuotaConfigurationGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterQuotaConfigurationGet.json deleted file mode 100644 index 8139d5613de8..000000000000 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterQuotaConfigurationGet.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parameters": { - "clusterName": "testCluster", - "resourceGroupName": "myResourceGroup", - "api-version": "2018-01-01-preview", - "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" - }, - "responses": { - "200": { - "body": { - "settings": { - "namespaces-per-cluster-quota": "200", - "eventhub-per-namespace-quota": "20" - } - } - } - } -} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterQuotaConfigurationPatch.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterQuotaConfigurationPatch.json deleted file mode 100644 index 3f4b9d4ba1f9..000000000000 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClusterQuotaConfigurationPatch.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parameters": { - "clusterName": "testCluster", - "resourceGroupName": "ArunMonocle", - "api-version": "2018-01-01-preview", - "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", - "parameters": { - "settings": { - "namespaces-per-cluster-quota": "200", - "eventhub-per-namespace-quota": "20" - } - } - }, - "responses": { - "200": { - "body": { - "settings": { - "namespaces-per-cluster-quota": "200", - "eventhub-per-namespace-quota": "20" - } - } - }, - "201": { - "body": { - "settings": { - "namespaces-per-cluster-quota": "200", - "eventhub-per-namespace-quota": "20" - } - } - }, - "202": {} - } -} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClustersListByResourceGroup.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClustersListByResourceGroup.json deleted file mode 100644 index 8f80c72ed5c0..000000000000 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClustersListByResourceGroup.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "parameters": { - "api-version": "2017-04-01", - "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", - "resourceGroupName": "myResourceGroup" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/clusters/testCluster", - "name": "testCluster", - "type": "Microsoft.EventHub/Clusters", - "location": "South Central US", - "tags": {}, - "sku": { - "name": "Dedicated", - "capacity": 4 - }, - "properties": { - "created": "2016-09-13T23:17:25.24Z", - "updated": "2016-09-13T23:17:28.223Z", - "metricId": "SN6-008" - } - } - ] - } - } - } -} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClustersListBySubscription.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClustersListBySubscription.json deleted file mode 100644 index 4d4e78b47ed5..000000000000 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ClustersListBySubscription.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "parameters": { - "api-version": "2018-01-01-preview", - "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/clusters/testCluster", - "name": "testCluster", - "type": "Microsoft.EventHub/Clusters", - "location": "South Central US", - "tags": {}, - "sku": { - "name": "Dedicated", - "capacity": 4 - }, - "properties": { - "created": "2016-09-13T23:17:25.24Z", - "updated": "2016-09-13T23:17:28.223Z", - "metricId": "SN6-008" - } - } - ] - } - } - } -} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ListAvailableClustersGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ListAvailableClustersGet.json deleted file mode 100644 index 479ccfee5b6e..000000000000 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ListAvailableClustersGet.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "parameters": { - "api-version": "2018-01-01-preview", - "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "location": "westus" - }, - { - "location": "eastus" - } - ] - } - } - } -} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ListNamespacesInClusterGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ListNamespacesInClusterGet.json deleted file mode 100644 index 309fe95a493a..000000000000 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Clusters/ListNamespacesInClusterGet.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "parameters": { - "clusterName": "testCluster", - "resourceGroupName": "myResourceGroup", - "api-version": "2018-01-01-preview", - "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-int7-ns1" - }, - { - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-ehns2-int7" - }, - { - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/db3-rrama-foo1" - } - ] - } - } - } -} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIPFilterRuleListAll.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/RelayNameSpaceIPFilterRuleListAll.json similarity index 76% rename from specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIPFilterRuleListAll.json rename to specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/RelayNameSpaceIPFilterRuleListAll.json index 52485839683e..05b35714dea0 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIPFilterRuleListAll.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/RelayNameSpaceIPFilterRuleListAll.json @@ -10,9 +10,9 @@ "body": { "value": [ { - "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", + "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Relay/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", "name": "sdk-IPFilterRules-7337", - "type": "Microsoft.EventHub/Namespaces/IpFilterRules", + "type": "Microsoft.Relay/Namespaces/IpFilterRules", "properties": { "ipMask": "13.78.143.246/32", "action": "Accept", diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleCreateorUpdate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/RelayNameSpaceIpFilterRuleCreateorUpdate.json similarity index 81% rename from specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleCreateorUpdate.json rename to specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/RelayNameSpaceIpFilterRuleCreateorUpdate.json index 84ef236a04fa..da67ef338b93 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleCreateorUpdate.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/RelayNameSpaceIpFilterRuleCreateorUpdate.json @@ -16,9 +16,9 @@ "responses": { "200": { "body": { - "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", + "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Relay/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", "name": "sdk-IPFilterRules-7337", - "type": "Microsoft.EventHub/Namespaces/IpFilterRules", + "type": "Microsoft.Relay/Namespaces/IpFilterRules", "properties": { "ipMask": "13.78.143.246/32", "action": "Accept", diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleDelete.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/RelayNameSpaceIpFilterRuleDelete.json similarity index 100% rename from specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleDelete.json rename to specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/RelayNameSpaceIpFilterRuleDelete.json diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/RelayNameSpaceIpFilterRuleGet.json similarity index 76% rename from specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleGet.json rename to specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/RelayNameSpaceIpFilterRuleGet.json index 23808d27ec79..0529cae4735f 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleGet.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/RelayNameSpaceIpFilterRuleGet.json @@ -9,9 +9,9 @@ "responses": { "200": { "body": { - "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", + "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Relay/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", "name": "sdk-IPFilterRules-7337", - "type": "Microsoft.EventHub/Namespaces/IpFilterRules", + "type": "Microsoft.Relay/Namespaces/IpFilterRules", "properties": { "ipMask": "13.78.143.246/32", "action": "Accept", diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleUpdate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/RelayNameSpaceIpFilterRuleUpdate.json similarity index 83% rename from specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleUpdate.json rename to specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/RelayNameSpaceIpFilterRuleUpdate.json index 42b29c8427a2..f3caed1bbb77 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleUpdate.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/RelayNameSpaceIpFilterRuleUpdate.json @@ -16,9 +16,9 @@ "responses": { "200": { "body": { - "id": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-NotificationHubs-AustraliaEast/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", + "id": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-NotificationHubs-AustraliaEast/providers/Microsoft.Relay/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", "name": "sdk-IPFilterRules-7337", - "type": "Microsoft.EventHub/Namespaces/IpFilterRules", + "type": "Microsoft.Relay/Namespaces/IpFilterRules", "properties": { "ipMask": "13.78.143.246/32", "action": "Accept", diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json index 75b41c727efd..65f001514312 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json @@ -34,9 +34,9 @@ "tier": "Standard", "capacity": 9 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace1", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/ehnamespace1", "name": "ehnamespace1", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -55,9 +55,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95", "name": "NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -76,9 +76,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-027302b7-df82-43a1-abf7-b6a2e2429115", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-027302b7-df82-43a1-abf7-b6a2e2429115", "name": "NS-027302b7-df82-43a1-abf7-b6a2e2429115", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -97,9 +97,9 @@ "tier": "Standard", "capacity": 7 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/abc-7-14", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.Relay/namespaces/abc-7-14", "name": "abc-7-14", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -118,9 +118,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3054", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-3054", "name": "sdk-Namespace-3054", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -139,9 +139,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/namespace1asdfsa", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/namespace1asdfsa", "name": "namespace1asdfsa", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -160,9 +160,9 @@ "tier": "Standard", "capacity": 3 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/hello1-3-8", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.Relay/namespaces/hello1-3-8", "name": "hello1-3-8", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -181,9 +181,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBPerplexed", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.Relay/namespaces/SBPerplexed", "name": "SBPerplexed", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -202,9 +202,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace123", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/ehnamespace123", "name": "ehnamespace123", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -223,9 +223,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/oaisdjfoiasdjfoiajsdfoijasd", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/oaisdjfoiasdjfoiajsdfoijasd", "name": "oaisdjfoiasdjfoiajsdfoijasd", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -244,9 +244,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-ns3", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-ns3", "name": "rrama-ns3", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -265,9 +265,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/abc123", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/abc123", "name": "abc123", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -286,9 +286,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace21", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/ehnamespace21", "name": "ehnamespace21", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -307,9 +307,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBFlerbederp", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.Relay/namespaces/SBFlerbederp", "name": "SBFlerbederp", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -328,9 +328,9 @@ "tier": "Standard", "capacity": 9 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/aaa-001-9-11", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.Relay/namespaces/aaa-001-9-11", "name": "aaa-001-9-11", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -349,9 +349,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-47a32389-7331-47c8-9228-4c145b2650d7", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-47a32389-7331-47c8-9228-4c145b2650d7", "name": "NS-47a32389-7331-47c8-9228-4c145b2650d7", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -370,9 +370,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7", "name": "NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -391,9 +391,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBFeasible", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.Relay/namespaces/SBFeasible", "name": "SBFeasible", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -412,9 +412,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-3b72258b-a8a1-4250-8952-e89a15af71fc", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-3b72258b-a8a1-4250-8952-e89a15af71fc", "name": "NS-3b72258b-a8a1-4250-8952-e89a15af71fc", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -433,9 +433,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5849", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849", "name": "sdk-Namespace-5849", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": { "tag1": "value1", @@ -457,9 +457,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/testDC/providers/Microsoft.EventHub/namespaces/TestNamespace1", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/testDC/providers/Microsoft.Relay/namespaces/TestNamespace1", "name": "TestNamespace1", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -478,9 +478,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-ehns", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-ehns", "name": "rrama-ehns", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -499,9 +499,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/testDC/providers/Microsoft.EventHub/namespaces/TestNamespace3", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/testDC/providers/Microsoft.Relay/namespaces/TestNamespace3", "name": "TestNamespace3", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -520,9 +520,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-4984", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-4984", "name": "sdk-Namespace-4984", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -541,9 +541,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-19df9616-54d6-47c9-8779-a4651835a95c", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-19df9616-54d6-47c9-8779-a4651835a95c", "name": "NS-19df9616-54d6-47c9-8779-a4651835a95c", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -562,9 +562,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-463af3de-8c87-4347-a614-a4c24f748109", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-463af3de-8c87-4347-a614-a4c24f748109", "name": "NS-463af3de-8c87-4347-a614-a4c24f748109", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -583,9 +583,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5606", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5606", "name": "sdk-Namespace-5606", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -604,9 +604,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3", "name": "NS-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -625,9 +625,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-7703", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-7703", "name": "sdk-Namespace-7703", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -646,9 +646,9 @@ "tier": "Standard", "capacity": 3 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/zzzzzzzzzzzzzzzzzzzzzz-00001", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/zzzzzzzzzzzzzzzzzzzzzz-00001", "name": "zzzzzzzzzzzzzzzzzzzzzz-00001", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -667,9 +667,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBQuestionable", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.Relay/namespaces/SBQuestionable", "name": "SBQuestionable", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -688,9 +688,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace1234", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/ehnamespace1234", "name": "ehnamespace1234", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -709,9 +709,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3919", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-3919", "name": "sdk-Namespace-3919", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -730,9 +730,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/arunarchivetest", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/arunarchivetest", "name": "arunarchivetest", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -751,9 +751,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/aiosdjfaoidjasdoijasdfoijasdfofijsdf", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/aiosdjfaoidjasdoijasdfoijasdfofijsdf", "name": "aiosdjfaoidjasdoijasdfoijasdfofijsdf", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -772,9 +772,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3413", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-3413", "name": "sdk-Namespace-3413", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -793,9 +793,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBConfuzzled", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.Relay/namespaces/SBConfuzzled", "name": "SBConfuzzled", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -814,9 +814,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-8695", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-8695", "name": "sdk-Namespace-8695", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -835,9 +835,9 @@ "tier": "Standard", "capacity": 11 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/aaa-11-17", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.Relay/namespaces/aaa-11-17", "name": "aaa-11-17", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -856,9 +856,9 @@ "tier": "Standard", "capacity": 4 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/hello1-4-14", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.Relay/namespaces/hello1-4-14", "name": "hello1-4-14", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -877,9 +877,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-4801", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-4801", "name": "sdk-Namespace-4801", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -898,19 +898,19 @@ "tier": "Standard", "capacity": 8 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/RichardsEventHub1", - "name": "RichardsEventHub1", - "type": "Microsoft.EventHub/Namespaces", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.Relay/namespaces/RichardsRelay1", + "name": "RichardsRelay1", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { "isAutoInflateEnabled": true, "maximumThroughputUnits": 15, "provisioningState": "Succeeded", - "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:richardseventhub1", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:richardsRelay1", "createdAt": "2017-04-27T19:15:13.05Z", "updatedAt": "2017-05-09T19:34:41.127Z", - "serviceBusEndpoint": "https://RichardsEventHub1.servicebus.windows-int.net:443/" + "serviceBusEndpoint": "https://RichardsRelay1.servicebus.windows-int.net:443/" } }, { @@ -919,9 +919,9 @@ "tier": "Standard", "capacity": 7 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-autoinflate-test", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-autoinflate-test", "name": "rrama-autoinflate-test", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -940,9 +940,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/foofoofoofoof", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/foofoofoofoof", "name": "foofoofoofoof", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -961,9 +961,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/asdf1234asdf", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/asdf1234asdf", "name": "asdf1234asdf", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -982,9 +982,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-2812", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-2812", "name": "sdk-Namespace-2812", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -1003,9 +1003,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-4aadc830-1029-49b8-8fbd-dd0130e7a84c", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-4aadc830-1029-49b8-8fbd-dd0130e7a84c", "name": "NS-4aadc830-1029-49b8-8fbd-dd0130e7a84c", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -1024,9 +1024,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-5e79a429-aa52-42b9-8120-2fe72fc00727", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-5e79a429-aa52-42b9-8120-2fe72fc00727", "name": "NS-5e79a429-aa52-42b9-8120-2fe72fc00727", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -1045,9 +1045,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-df-ns1", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-df-ns1", "name": "rrama-df-ns1", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -1066,9 +1066,9 @@ "tier": "Standard", "capacity": 9 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/bbbb-9-12", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.Relay/namespaces/bbbb-9-12", "name": "bbbb-9-12", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -1087,9 +1087,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/eh-autoInflate/providers/Microsoft.EventHub/namespaces/rrama-autoinflate-template1", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/eh-autoInflate/providers/Microsoft.Relay/namespaces/rrama-autoinflate-template1", "name": "rrama-autoinflate-template1", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -1108,9 +1108,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/RandomPlotTwists", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.Relay/namespaces/RandomPlotTwists", "name": "RandomPlotTwists", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -1129,9 +1129,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-1862d295-09cc-4e54-b23d-a2bc3bab2392", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-1862d295-09cc-4e54-b23d-a2bc3bab2392", "name": "NS-1862d295-09cc-4e54-b23d-a2bc3bab2392", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -1150,9 +1150,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-MigrateThis", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-MigrateThis", "name": "NS-MigrateThis", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -1171,9 +1171,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-5e01d977-125c-4fd2-8a78-cc50be544d1f", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-5e01d977-125c-4fd2-8a78-cc50be544d1f", "name": "NS-5e01d977-125c-4fd2-8a78-cc50be544d1f", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -1192,9 +1192,9 @@ "tier": "Standard", "capacity": 10 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-2b17fb74-2719-4c68-9ba3-13a018485b1f", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-2b17fb74-2719-4c68-9ba3-13a018485b1f", "name": "NS-2b17fb74-2719-4c68-9ba3-13a018485b1f", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -1213,9 +1213,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-int7-ehns123", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-int7-ehns123", "name": "rrama-int7-ehns123", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -1234,9 +1234,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-autoinflate-test", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-autoinflate-test", "name": "rrama-autoinflate-test", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -1255,9 +1255,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-autoinflate2", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-autoinflate2", "name": "rrama-autoinflate2", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "North Europe", "tags": {}, "properties": { @@ -1276,9 +1276,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/db3-rrama-foo1", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/db3-rrama-foo1", "name": "db3-rrama-foo1", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "North Europe", "tags": {}, "properties": { @@ -1297,9 +1297,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-int7-ehns1", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-int7-ehns1", "name": "rrama-int7-ehns1", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -1318,9 +1318,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-int7-ns1", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-int7-ns1", "name": "rrama-int7-ns1", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -1339,9 +1339,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-ehns2-int7", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-ehns2-int7", "name": "rrama-ehns2-int7", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListByResourceGroup.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListByResourceGroup.json index d24a3aa85d62..fad26c3ca121 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListByResourceGroup.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListByResourceGroup.json @@ -35,9 +35,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/oaisdjfoiasdjfoiajsdfoijasd", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/oaisdjfoiasdjfoiajsdfoijasd", "name": "oaisdjfoiasdjfoiajsdfoijasd", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -56,9 +56,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/abc123", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/abc123", "name": "abc123", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -77,9 +77,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5849", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849", "name": "sdk-Namespace-5849", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": { "tag1": "value1", @@ -101,9 +101,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-4984", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-4984", "name": "sdk-Namespace-4984", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -122,9 +122,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5606", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5606", "name": "sdk-Namespace-5606", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -143,9 +143,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-7703", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-7703", "name": "sdk-Namespace-7703", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -164,9 +164,9 @@ "tier": "Standard", "capacity": 3 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/zzzzzzzzzzzzzzzzzzzzzz-00001", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/zzzzzzzzzzzzzzzzzzzzzz-00001", "name": "zzzzzzzzzzzzzzzzzzzzzz-00001", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -185,9 +185,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3919", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-3919", "name": "sdk-Namespace-3919", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -206,9 +206,9 @@ "tier": "Standard", "capacity": 0 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/aiosdjfaoidjasdoijasdfoijasdfofijsdf", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/aiosdjfaoidjasdoijasdfoijasdfofijsdf", "name": "aiosdjfaoidjasdoijasdfoijasdfofijsdf", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -227,9 +227,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3413", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-3413", "name": "sdk-Namespace-3413", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -248,9 +248,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-8695", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-8695", "name": "sdk-Namespace-8695", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -269,9 +269,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-4801", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-4801", "name": "sdk-Namespace-4801", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { @@ -290,9 +290,9 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-2812", + "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-2812", "name": "sdk-Namespace-2812", - "type": "Microsoft.EventHub/Namespaces", + "type": "Microsoft.Relay/Namespaces", "location": "South Central US", "tags": {}, "properties": { diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleupdate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNameSpaceVirtualNetworkRuleCreateorUpdate.json similarity index 82% rename from specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleupdate.json rename to specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNameSpaceVirtualNetworkRuleCreateorUpdate.json index a704f210cbad..1fe343fba15a 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleupdate.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNameSpaceVirtualNetworkRuleCreateorUpdate.json @@ -14,9 +14,9 @@ "responses": { "200": { "body": { - "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191", + "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Relay/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191", "name": "sdk-VirtualNetworkRules-9191", - "type": "Microsoft.EventHub/Namespaces/VirtualNetworkRules", + "type": "Microsoft.Relay/Namespaces/VirtualNetworkRules", "properties": { "virtualNetworkSubnetId": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default" } diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleDelete.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNameSpaceVirtualNetworkRuleDelete.json similarity index 100% rename from specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleDelete.json rename to specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNameSpaceVirtualNetworkRuleDelete.json diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNameSpaceVirtualNetworkRuleGet.json similarity index 77% rename from specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleGet.json rename to specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNameSpaceVirtualNetworkRuleGet.json index d5c72d8e0f06..f1cda6c4e3ac 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleGet.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNameSpaceVirtualNetworkRuleGet.json @@ -9,9 +9,9 @@ "responses": { "200": { "body": { - "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191", + "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Relay/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191", "name": "sdk-VirtualNetworkRules-9191", - "type": "Microsoft.EventHub/Namespaces/VirtualNetworkRules", + "type": "Microsoft.Relay/Namespaces/VirtualNetworkRules", "properties": { "virtualNetworkSubnetId": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default" } diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleListAll.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNameSpaceVirtualNetworkRuleListAll.json similarity index 76% rename from specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleListAll.json rename to specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNameSpaceVirtualNetworkRuleListAll.json index ae96ec6fefd1..4f216656878c 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleListAll.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNameSpaceVirtualNetworkRuleListAll.json @@ -10,9 +10,9 @@ "body": { "value": [ { - "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191", + "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Relay/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191", "name": "sdk-VirtualNetworkRules-9191", - "type": "Microsoft.EventHub/Namespaces/VirtualNetworkRules", + "type": "Microsoft.Relay/Namespaces/VirtualNetworkRules", "properties": { "virtualNetworkSubnetId": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default" } diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleCreateorUpdate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNameSpaceVirtualNetworkRuleupdate.json similarity index 82% rename from specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleCreateorUpdate.json rename to specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNameSpaceVirtualNetworkRuleupdate.json index a704f210cbad..1fe343fba15a 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleCreateorUpdate.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNameSpaceVirtualNetworkRuleupdate.json @@ -14,9 +14,9 @@ "responses": { "200": { "body": { - "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191", + "id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Relay/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191", "name": "sdk-VirtualNetworkRules-9191", - "type": "Microsoft.EventHub/Namespaces/VirtualNetworkRules", + "type": "Microsoft.Relay/Namespaces/VirtualNetworkRules", "properties": { "virtualNetworkSubnetId": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default" } diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNetworkRuleSetCreate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNetworkRuleSetCreate.json similarity index 94% rename from specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNetworkRuleSetCreate.json rename to specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNetworkRuleSetCreate.json index e7969c387337..88eb22112c82 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNetworkRuleSetCreate.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNetworkRuleSetCreate.json @@ -55,9 +55,9 @@ "responses": { "200": { "body": { - "id": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/resourcegroupid/providers/Microsoft.EventHub/namespaces/sdk-Namespace-9659/networkruleset/default", + "id": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/resourcegroupid/providers/Microsoft.Relay/namespaces/sdk-Namespace-9659/networkruleset/default", "name": "default", - "type": "Microsoft.EventHub/Namespaces/NetworkRuleSet", + "type": "Microsoft.Relay/Namespaces/NetworkRuleSet", "properties": { "defaultAction": "Deny", "virtualNetworkRules": [ diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNetworkRuleSetGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNetworkRuleSetGet.json similarity index 91% rename from specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNetworkRuleSetGet.json rename to specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNetworkRuleSetGet.json index d63c8fbad4bd..62ba540dbd79 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/EHNetworkRuleSetGet.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/VirtualNetworkRule/RelayNetworkRuleSetGet.json @@ -8,9 +8,9 @@ "responses": { "200": { "body": { - "id": "/subscriptions/subscriptionid/resourceGroups/resourcegroupid/providers/Microsoft.EventHub/namespaces/sdk-Namespace-9659/networkruleset/default", + "id": "/subscriptions/subscriptionid/resourceGroups/resourcegroupid/providers/Microsoft.Relay/namespaces/sdk-Namespace-9659/networkruleset/default", "name": "default", - "type": "Microsoft.EventHub/Namespaces/NetworkRuleSet", + "type": "Microsoft.Relay/Namespaces/NetworkRuleSet", "properties": { "defaultAction": "Deny", "virtualNetworkRules": [ From 51dfa0e988cf0177a9e76346c58890daeb0830c7 Mon Sep 17 00:00:00 2001 From: "Mytri Ramanathpur Manjunath (MINDTREE LIMITED)" Date: Fri, 20 Mar 2020 14:21:57 -0700 Subject: [PATCH 3/7] Committing the Relay preview swagger property changes --- .../2018-01-01-preview/Relay-preview.json | 2 +- .../NameSpaces/RelayNameSpaceCreate.json | 14 +- .../NameSpaces/RelayNameSpaceDelete.json | 2 +- .../NameSpaces/RelayNameSpaceGet.json | 12 +- .../RelayNameSpaceGetMessagningPlan.json | 2 +- .../NameSpaces/RelayNameSpaceList.json | 318 ++++-------------- .../RelayNameSpaceListByResourceGroup.json | 72 +--- .../NameSpaces/RelayNameSpaceUpdate.json | 12 +- .../examples/Operations_List.json | 180 +++------- 9 files changed, 130 insertions(+), 484 deletions(-) diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/Relay-preview.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/Relay-preview.json index d0fbc6562d88..3feed0209dd0 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/Relay-preview.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/Relay-preview.json @@ -3,7 +3,7 @@ "info": { "title": "Relay API", "description": "Use these API to manage Azure Relay resources through Azure Resource Manager.", - "version": "2017-04-01-preview", + "version": "2018-01-01-preview", "x-ms-code-generation-settings": { "name": "RelayManagementClient" } diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json index 3f6c61c9de8e..a4f1e736df55 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json @@ -2,7 +2,7 @@ "parameters": { "namespaceName": "sdk-Namespace-5849", "resourceGroupName": "ArunMonocle", - "api-version": "2017-04-01", + "api-version": "2018-01-01-preview", "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", "parameters": { "sku": { @@ -21,8 +21,7 @@ "body": { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849", "name": "sdk-Namespace-5849", @@ -32,9 +31,7 @@ "tag1": "value1", "tag2": "value2" }, - "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, + "properties": { "provisioningState": "Created", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", "createdAt": "2017-05-24T23:23:27.877Z", @@ -47,8 +44,7 @@ "body": { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849", "name": "sdk-Namespace-5849", @@ -59,8 +55,6 @@ "tag2": "value2" }, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Created", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", "createdAt": "2017-05-24T23:23:27.877Z", diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceDelete.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceDelete.json index b697874b2418..1b76118965d6 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceDelete.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceDelete.json @@ -2,7 +2,7 @@ "parameters": { "namespaceName": "sdk-Namespace-5849", "resourceGroupName": "SouthCentralUS", - "api-version": "2017-04-01", + "api-version": "2018-01-01-preview", "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" }, "responses": { diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGet.json index 70bf15fc0902..abd48541434c 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGet.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGet.json @@ -2,7 +2,7 @@ "parameters": { "namespaceName": "sdk-Namespace-5849", "resourceGroupName": "ArunMonocle", - "api-version": "2017-04-01", + "api-version": "2018-01-01-preview", "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" }, "responses": { @@ -10,8 +10,7 @@ "body": { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849", "name": "sdk-Namespace-5849", @@ -22,8 +21,6 @@ "tag2": "value2" }, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Created", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", "createdAt": "2017-05-24T23:23:27.877Z", @@ -36,8 +33,7 @@ "body": { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849", "name": "sdk-Namespace-5849", @@ -48,8 +44,6 @@ "tag2": "value2" }, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Created", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", "createdAt": "2017-05-24T23:23:27.877Z", diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGetMessagningPlan.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGetMessagningPlan.json index 0eae116aa7cb..eb9b758ba0b8 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGetMessagningPlan.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGetMessagningPlan.json @@ -2,7 +2,7 @@ "parameters": { "namespaceName": "sdk-Namespace-5849", "resourceGroupName": "ResourceGroup", - "api-version": "2017-04-01", + "api-version": "2018-01-01-preview", "subscriptionId": "subscriptionid" }, "responses": { diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json index 65f001514312..73f00c031504 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2017-04-01", + "api-version": "2018-01-01-preview", "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" }, "responses": { @@ -10,8 +10,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/sadfsadfsadf/providers/Microsoft.Relay/namespaces/eh-ns1", "name": "eh-ns1", @@ -19,8 +18,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:eh-ns1", "createdAt": "2016-08-23T04:15:35.263Z", @@ -31,8 +28,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 9 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/ehnamespace1", "name": "ehnamespace1", @@ -40,8 +36,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": true, - "maximumThroughputUnits": 20, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace1", "createdAt": "2016-08-05T16:56:48.657Z", @@ -52,8 +46,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95", "name": "NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95", @@ -61,8 +54,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95", "createdAt": "2016-09-16T01:10:00.96Z", @@ -73,8 +64,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-027302b7-df82-43a1-abf7-b6a2e2429115", "name": "NS-027302b7-df82-43a1-abf7-b6a2e2429115", @@ -82,8 +72,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-027302b7-df82-43a1-abf7-b6a2e2429115", "createdAt": "2016-08-05T04:13:34.727Z", @@ -94,8 +82,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 7 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.Relay/namespaces/abc-7-14", "name": "abc-7-14", @@ -103,8 +90,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": true, - "maximumThroughputUnits": 14, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:abc-7-14", "createdAt": "2017-05-05T17:58:58.433Z", @@ -115,8 +100,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-3054", "name": "sdk-Namespace-3054", @@ -124,8 +108,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3054", "createdAt": "2017-05-24T18:43:53.58Z", @@ -136,8 +118,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/namespace1asdfsa", "name": "namespace1asdfsa", @@ -145,8 +126,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:namespace1asdfsa", "createdAt": "2016-09-12T18:23:15.833Z", @@ -157,8 +136,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 3 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.Relay/namespaces/hello1-3-8", "name": "hello1-3-8", @@ -166,8 +144,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": true, - "maximumThroughputUnits": 8, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:hello1-3-8", "createdAt": "2017-05-05T19:23:18.96Z", @@ -178,8 +154,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.Relay/namespaces/SBPerplexed", "name": "SBPerplexed", @@ -187,8 +162,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbperplexed", "createdAt": "2016-10-10T19:18:57.773Z", @@ -199,8 +172,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/ehnamespace123", "name": "ehnamespace123", @@ -208,8 +180,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace123", "createdAt": "2016-08-05T16:57:09Z", @@ -220,8 +190,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/oaisdjfoiasdjfoiajsdfoijasd", "name": "oaisdjfoiasdjfoiajsdfoijasd", @@ -241,8 +210,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-ns3", "name": "rrama-ns3", @@ -250,8 +218,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-ns3", "createdAt": "2016-08-23T04:22:40.633Z", @@ -262,8 +228,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/abc123", "name": "abc123", @@ -271,8 +236,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:abc123", "createdAt": "2017-05-04T19:06:00.813Z", @@ -283,8 +246,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/ehnamespace21", "name": "ehnamespace21", @@ -292,8 +254,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace21", "createdAt": "2016-08-05T16:57:00.377Z", @@ -304,8 +264,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.Relay/namespaces/SBFlerbederp", "name": "SBFlerbederp", @@ -313,8 +272,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbflerbederp", "createdAt": "2016-10-10T19:32:17.56Z", @@ -325,8 +282,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 9 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.Relay/namespaces/aaa-001-9-11", "name": "aaa-001-9-11", @@ -334,8 +290,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": true, - "maximumThroughputUnits": 11, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:aaa-001-9-11", "createdAt": "2017-05-05T17:32:22.37Z", @@ -346,8 +300,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-47a32389-7331-47c8-9228-4c145b2650d7", "name": "NS-47a32389-7331-47c8-9228-4c145b2650d7", @@ -355,8 +308,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-47a32389-7331-47c8-9228-4c145b2650d7", "createdAt": "2016-09-16T01:41:51.857Z", @@ -367,8 +318,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7", "name": "NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7", @@ -376,8 +326,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7", "createdAt": "2016-08-05T03:39:52.323Z", @@ -388,8 +336,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.Relay/namespaces/SBFeasible", "name": "SBFeasible", @@ -397,8 +344,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbfeasible", "createdAt": "2016-10-10T19:05:24.76Z", @@ -409,8 +354,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-3b72258b-a8a1-4250-8952-e89a15af71fc", "name": "NS-3b72258b-a8a1-4250-8952-e89a15af71fc", @@ -418,8 +362,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-3b72258b-a8a1-4250-8952-e89a15af71fc", "createdAt": "2016-09-16T17:59:27.227Z", @@ -430,8 +372,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849", "name": "sdk-Namespace-5849", @@ -442,8 +383,6 @@ "tag2": "value2" }, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", "createdAt": "2017-05-24T23:23:27.877Z", @@ -455,7 +394,6 @@ "sku": { "name": "Standard", "tier": "Standard", - "capacity": 1 }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/testDC/providers/Microsoft.Relay/namespaces/TestNamespace1", "name": "TestNamespace1", @@ -463,8 +401,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": true, - "maximumThroughputUnits": 10, "provisioningState": "Updating", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:testnamespace1", "createdAt": "2017-04-25T00:28:00.243Z", @@ -475,8 +411,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-ehns", "name": "rrama-ehns", @@ -484,8 +419,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-ehns", "createdAt": "2016-08-23T04:22:49.74Z", @@ -496,8 +429,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/testDC/providers/Microsoft.Relay/namespaces/TestNamespace3", "name": "TestNamespace3", @@ -505,8 +437,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:testnamespace3", "createdAt": "2017-05-03T22:33:17.84Z", @@ -517,8 +447,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-4984", "name": "sdk-Namespace-4984", @@ -526,8 +455,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4984", "createdAt": "2017-05-24T21:31:03.587Z", @@ -538,8 +465,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-19df9616-54d6-47c9-8779-a4651835a95c", "name": "NS-19df9616-54d6-47c9-8779-a4651835a95c", @@ -547,8 +473,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-19df9616-54d6-47c9-8779-a4651835a95c", "createdAt": "2016-08-23T02:38:33.8Z", @@ -559,8 +483,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-463af3de-8c87-4347-a614-a4c24f748109", "name": "NS-463af3de-8c87-4347-a614-a4c24f748109", @@ -568,8 +491,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-463af3de-8c87-4347-a614-a4c24f748109", "createdAt": "2016-08-05T00:55:04.807Z", @@ -580,8 +501,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5606", "name": "sdk-Namespace-5606", @@ -589,8 +509,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5606", "createdAt": "2017-05-24T18:56:05.093Z", @@ -601,8 +519,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3", "name": "NS-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3", @@ -610,8 +527,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3", "createdAt": "2016-08-05T04:18:53.27Z", @@ -622,8 +537,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-7703", "name": "sdk-Namespace-7703", @@ -631,8 +545,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-7703", "createdAt": "2017-05-24T19:05:23.817Z", @@ -643,8 +555,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 3 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/zzzzzzzzzzzzzzzzzzzzzz-00001", "name": "zzzzzzzzzzzzzzzzzzzzzz-00001", @@ -652,8 +563,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": true, - "maximumThroughputUnits": 11, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:zzzzzzzzzzzzzzzzzzzzzz-00001", "createdAt": "2017-05-04T21:35:49.383Z", @@ -664,8 +573,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.Relay/namespaces/SBQuestionable", "name": "SBQuestionable", @@ -673,8 +581,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbquestionable", "createdAt": "2016-10-10T18:56:24.723Z", @@ -685,8 +591,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/ehnamespace1234", "name": "ehnamespace1234", @@ -694,8 +599,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace1234", "createdAt": "2016-08-05T16:57:17.863Z", @@ -706,8 +609,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-3919", "name": "sdk-Namespace-3919", @@ -715,8 +617,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3919", "createdAt": "2017-05-24T02:08:20.15Z", @@ -727,8 +627,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/arunarchivetest", "name": "arunarchivetest", @@ -736,8 +635,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:arunarchivetest", "createdAt": "2017-03-08T19:25:49.897Z", @@ -748,8 +645,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/aiosdjfaoidjasdoijasdfoijasdfofijsdf", "name": "aiosdjfaoidjasdoijasdfoijasdfofijsdf", @@ -757,8 +653,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:aiosdjfaoidjasdoijasdfoijasdfofijsdf", "createdAt": "2017-05-04T21:23:23.9Z", @@ -769,8 +663,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-3413", "name": "sdk-Namespace-3413", @@ -778,8 +671,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3413", "createdAt": "2017-05-24T19:02:15.45Z", @@ -790,8 +681,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.Relay/namespaces/SBConfuzzled", "name": "SBConfuzzled", @@ -799,8 +689,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbconfuzzled", "createdAt": "2016-10-10T19:30:45.71Z", @@ -811,8 +699,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-8695", "name": "sdk-Namespace-8695", @@ -820,8 +707,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-8695", "createdAt": "2017-05-24T20:03:43.81Z", @@ -832,8 +717,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 11 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.Relay/namespaces/aaa-11-17", "name": "aaa-11-17", @@ -841,8 +725,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": true, - "maximumThroughputUnits": 17, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:aaa-11-17", "createdAt": "2017-05-08T18:47:07.64Z", @@ -853,8 +735,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 4 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.Relay/namespaces/hello1-4-14", "name": "hello1-4-14", @@ -862,8 +743,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": true, - "maximumThroughputUnits": 14, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:hello1-4-14", "createdAt": "2017-05-05T18:54:20.563Z", @@ -874,8 +753,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-4801", "name": "sdk-Namespace-4801", @@ -883,8 +761,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4801", "createdAt": "2017-05-24T18:39:39.213Z", @@ -895,8 +771,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 8 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.Relay/namespaces/RichardsRelay1", "name": "RichardsRelay1", @@ -904,8 +779,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": true, - "maximumThroughputUnits": 15, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:richardsRelay1", "createdAt": "2017-04-27T19:15:13.05Z", @@ -916,8 +789,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 7 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-autoinflate-test", "name": "rrama-autoinflate-test", @@ -925,8 +797,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": true, - "maximumThroughputUnits": 10, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate-test", "createdAt": "2017-05-01T16:58:11.34Z", @@ -937,8 +807,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/foofoofoofoof", "name": "foofoofoofoof", @@ -946,8 +815,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:foofoofoofoof", "createdAt": "2017-04-29T02:47:53.523Z", @@ -958,8 +825,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/asdf1234asdf", "name": "asdf1234asdf", @@ -967,8 +833,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:asdf1234asdf", "createdAt": "2016-09-13T01:45:40.58Z", @@ -979,8 +843,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-2812", "name": "sdk-Namespace-2812", @@ -988,8 +851,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-2812", "createdAt": "2017-05-24T18:55:44.687Z", @@ -1000,8 +861,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-4aadc830-1029-49b8-8fbd-dd0130e7a84c", "name": "NS-4aadc830-1029-49b8-8fbd-dd0130e7a84c", @@ -1009,8 +869,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-4aadc830-1029-49b8-8fbd-dd0130e7a84c", "createdAt": "2016-08-05T04:02:53.43Z", @@ -1021,8 +879,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-5e79a429-aa52-42b9-8120-2fe72fc00727", "name": "NS-5e79a429-aa52-42b9-8120-2fe72fc00727", @@ -1030,8 +887,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-5e79a429-aa52-42b9-8120-2fe72fc00727", "createdAt": "2016-08-05T01:13:41.527Z", @@ -1042,8 +897,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-df-ns1", "name": "rrama-df-ns1", @@ -1051,8 +905,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-df-ns1", "createdAt": "2016-10-27T23:35:05.453Z", @@ -1063,8 +915,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 9 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.Relay/namespaces/bbbb-9-12", "name": "bbbb-9-12", @@ -1072,8 +923,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": true, - "maximumThroughputUnits": 12, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:bbbb-9-12", "createdAt": "2017-05-05T17:47:35.123Z", @@ -1084,8 +933,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/eh-autoInflate/providers/Microsoft.Relay/namespaces/rrama-autoinflate-template1", "name": "rrama-autoinflate-template1", @@ -1093,8 +941,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": true, - "maximumThroughputUnits": 10, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate-template1", "createdAt": "2017-05-03T17:46:36.71Z", @@ -1105,8 +951,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.Relay/namespaces/RandomPlotTwists", "name": "RandomPlotTwists", @@ -1114,8 +959,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:randomplottwists", "createdAt": "2017-05-18T00:37:26.13Z", @@ -1126,8 +969,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-1862d295-09cc-4e54-b23d-a2bc3bab2392", "name": "NS-1862d295-09cc-4e54-b23d-a2bc3bab2392", @@ -1135,8 +977,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-1862d295-09cc-4e54-b23d-a2bc3bab2392", "createdAt": "2016-08-05T04:08:14.253Z", @@ -1147,8 +987,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-MigrateThis", "name": "NS-MigrateThis", @@ -1156,8 +995,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-migratethis", "createdAt": "2016-08-06T00:23:12.3Z", @@ -1168,8 +1005,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-5e01d977-125c-4fd2-8a78-cc50be544d1f", "name": "NS-5e01d977-125c-4fd2-8a78-cc50be544d1f", @@ -1177,8 +1013,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-5e01d977-125c-4fd2-8a78-cc50be544d1f", "createdAt": "2016-08-05T04:34:33.617Z", @@ -1189,8 +1023,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 10 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/NS-2b17fb74-2719-4c68-9ba3-13a018485b1f", "name": "NS-2b17fb74-2719-4c68-9ba3-13a018485b1f", @@ -1198,8 +1031,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": true, - "maximumThroughputUnits": 10, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-2b17fb74-2719-4c68-9ba3-13a018485b1f", "createdAt": "2016-08-05T04:29:17.147Z", @@ -1210,8 +1041,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-int7-ehns123", "name": "rrama-int7-ehns123", @@ -1219,8 +1049,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-int7-ehns123", "createdAt": "2016-09-13T23:35:15.473Z", @@ -1231,8 +1059,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-autoinflate-test", "name": "rrama-autoinflate-test", @@ -1240,8 +1067,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": true, - "maximumThroughputUnits": 10, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate-test", "createdAt": "2017-05-01T17:48:04.55Z", @@ -1252,8 +1077,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-autoinflate2", "name": "rrama-autoinflate2", @@ -1261,8 +1085,6 @@ "location": "North Europe", "tags": {}, "properties": { - "isAutoInflateEnabled": true, - "maximumThroughputUnits": 10, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate2", "createdAt": "2017-05-01T20:50:00.22Z", @@ -1273,8 +1095,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.Relay/namespaces/db3-rrama-foo1", "name": "db3-rrama-foo1", @@ -1282,8 +1103,6 @@ "location": "North Europe", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:db3-rrama-foo1", "createdAt": "2017-04-28T23:47:36.503Z", @@ -1294,8 +1113,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-int7-ehns1", "name": "rrama-int7-ehns1", @@ -1303,8 +1121,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-int7-ehns1", "createdAt": "2016-09-13T23:20:44.853Z", @@ -1315,8 +1131,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-int7-ns1", "name": "rrama-int7-ns1", @@ -1324,8 +1139,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-int7-ns1", "createdAt": "2016-09-13T23:17:25.24Z", @@ -1336,8 +1149,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-Relay-SouthCentralUS/providers/Microsoft.Relay/namespaces/rrama-ehns2-int7", "name": "rrama-ehns2-int7", @@ -1345,8 +1157,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-ehns2-int7", "createdAt": "2016-09-13T23:26:21.64Z", diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListByResourceGroup.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListByResourceGroup.json index fad26c3ca121..775bbb9d932b 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListByResourceGroup.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListByResourceGroup.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2017-04-01", + "api-version": "2018-01-01-preview", "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", "resourceGroupName": "ArunMonocle" }, @@ -11,8 +11,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-3054", "name": "sdk-Namespace-3054", @@ -20,8 +19,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3054", "createdAt": "2017-05-24T18:43:53.58Z", @@ -32,8 +29,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/oaisdjfoiasdjfoiajsdfoijasd", "name": "oaisdjfoiasdjfoiajsdfoijasd", @@ -41,8 +37,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:oaisdjfoiasdjfoiajsdfoijasd", "createdAt": "2017-05-03T22:05:29.61Z", @@ -53,8 +47,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/abc123", "name": "abc123", @@ -62,8 +55,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:abc123", "createdAt": "2017-05-04T19:06:00.813Z", @@ -74,8 +65,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849", "name": "sdk-Namespace-5849", @@ -86,8 +76,6 @@ "tag2": "value2" }, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", "createdAt": "2017-05-24T23:23:27.877Z", @@ -98,8 +86,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-4984", "name": "sdk-Namespace-4984", @@ -107,8 +94,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4984", "createdAt": "2017-05-24T21:31:03.587Z", @@ -119,8 +104,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5606", "name": "sdk-Namespace-5606", @@ -128,8 +112,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5606", "createdAt": "2017-05-24T18:56:05.093Z", @@ -140,8 +122,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-7703", "name": "sdk-Namespace-7703", @@ -149,8 +130,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-7703", "createdAt": "2017-05-24T19:05:23.817Z", @@ -161,8 +140,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 3 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/zzzzzzzzzzzzzzzzzzzzzz-00001", "name": "zzzzzzzzzzzzzzzzzzzzzz-00001", @@ -170,8 +148,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": true, - "maximumThroughputUnits": 11, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:zzzzzzzzzzzzzzzzzzzzzz-00001", "createdAt": "2017-05-04T21:35:49.383Z", @@ -182,8 +158,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-3919", "name": "sdk-Namespace-3919", @@ -191,8 +166,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3919", "createdAt": "2017-05-24T02:08:20.15Z", @@ -203,8 +176,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 0 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/aiosdjfaoidjasdoijasdfoijasdfofijsdf", "name": "aiosdjfaoidjasdoijasdfoijasdfofijsdf", @@ -212,8 +184,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:aiosdjfaoidjasdoijasdfoijasdfofijsdf", "createdAt": "2017-05-04T21:23:23.9Z", @@ -224,8 +194,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-3413", "name": "sdk-Namespace-3413", @@ -233,8 +202,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3413", "createdAt": "2017-05-24T19:02:15.45Z", @@ -245,8 +212,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-8695", "name": "sdk-Namespace-8695", @@ -254,8 +220,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-8695", "createdAt": "2017-05-24T20:03:43.81Z", @@ -266,8 +230,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-4801", "name": "sdk-Namespace-4801", @@ -275,8 +238,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4801", "createdAt": "2017-05-24T18:39:39.213Z", @@ -287,8 +248,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-2812", "name": "sdk-Namespace-2812", @@ -296,8 +256,6 @@ "location": "South Central US", "tags": {}, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-2812", "createdAt": "2017-05-24T18:55:44.687Z", diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceUpdate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceUpdate.json index 4c78e1003314..0879a5988895 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceUpdate.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceUpdate.json @@ -2,7 +2,7 @@ "parameters": { "namespaceName": "sdk-Namespace-3668", "resourceGroupName": "ArunMonocle", - "api-version": "2017-04-01", + "api-version": "2018-01-01-preview", "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", "parameters": { "location": "South Central US", @@ -17,8 +17,7 @@ "body": { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-3668", "name": "sdk-Namespace-3668", @@ -29,8 +28,6 @@ "tag4": "value4" }, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Updating", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3668", "createdAt": "2017-06-01T21:37:04.46Z", @@ -43,8 +40,7 @@ "body": { "sku": { "name": "Standard", - "tier": "Standard", - "capacity": 1 + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-3668", "name": "sdk-Namespace-3668", @@ -55,8 +51,6 @@ "tag4": "value4" }, "properties": { - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "provisioningState": "Updating", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3668", "createdAt": "2017-06-01T21:37:04.46Z", diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Operations_List.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Operations_List.json index 2b7934171ac1..10817df47577 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Operations_List.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Operations_List.json @@ -7,217 +7,113 @@ "body": { "value": [ { - "name": "Microsoft.EventHub/checkNameAvailability/action", + "name": "Microsoft.Relay/checkNameAvailability/action", "display": { - "provider": "Microsoft Azure EventHub", + "provider": "Microsoft Azure Relay", "resource": "Non Resource Operation", "operation": "Get namespace availability." } }, { - "name": "Microsoft.EventHub/register/action", + "name": "Microsoft.Relay/register/action", "display": { - "provider": "Microsoft Azure EventHub", - "resource": "EventHub Resource Provider", - "operation": "Registers the EventHub Resource Provider" + "provider": "Microsoft Azure Relay", + "resource": "Relay Resource Provider", + "operation": "Registers the Relay Resource Provider" } }, { - "name": "Microsoft.EventHub/namespaces/write", + "name": "Microsoft.Relay/namespaces/write", "display": { - "provider": "Microsoft Azure EventHub", + "provider": "Microsoft Azure Relay", "resource": "Namespace", "operation": "Create Or Update Namespace " } }, { - "name": "Microsoft.EventHub/namespaces/read", + "name": "Microsoft.Relay/namespaces/read", "display": { - "provider": "Microsoft Azure EventHub", + "provider": "Microsoft Azure Relay", "resource": "Namespace", "operation": "Get Namespace Resource" } }, { - "name": "Microsoft.EventHub/namespaces/Delete", + "name": "Microsoft.Relay/namespaces/Delete", "display": { - "provider": "Microsoft Azure EventHub", + "provider": "Microsoft Azure Relay", "resource": "Namespace", "operation": "Delete Namespace" } - }, - { - "name": "Microsoft.EventHub/namespaces/authorizationRules/read", - "display": { - "provider": "Microsoft Azure EventHub", - "resource": "AuthorizationRules", - "operation": "Get Namespace Authorization Rules" - } - }, - { - "name": "Microsoft.EventHub/namespaces/authorizationRules/write", - "display": { - "provider": "Microsoft Azure EventHub", - "resource": "AuthorizationRules", - "operation": "Create or Update Namespace Authorization Rules" - } - }, - { - "name": "Microsoft.EventHub/namespaces/authorizationRules/delete", - "display": { - "provider": "Microsoft Azure EventHub", - "resource": "AuthorizationRules", - "operation": "Delete Namespace Authorization Rule" - } - }, - { - "name": "Microsoft.EventHub/namespaces/authorizationRules/listkeys/action", - "display": { - "provider": "Microsoft Azure EventHub", - "resource": "AuthorizationRules", - "operation": "Get Namespace Listkeys" - } - }, - { - "name": "Microsoft.EventHub/namespaces/authorizationRules/regenerateKeys/action", - "display": { - "provider": "Microsoft Azure EventHub", - "resource": "AuthorizationRules", - "operation": "Resource Regeneratekeys" - } - }, - { - "name": "Microsoft.EventHub/namespaces/eventhubs/write", - "display": { - "provider": "Microsoft Azure EventHub", - "resource": "EventHub", - "operation": "Create or Update EventHub" - } - }, - { - "name": "Microsoft.EventHub/namespaces/eventhubs/read", - "display": { - "provider": "Microsoft Azure EventHub", - "resource": "EventHub", - "operation": "Get EventHub" - } - }, - { - "name": "Microsoft.EventHub/namespaces/eventhubs/Delete", - "display": { - "provider": "Microsoft Azure EventHub", - "resource": "EventHub", - "operation": "Delete EventHub" - } - }, - { - "name": "Microsoft.EventHub/namespaces/eventhubs/authorizationRules/read", - "display": { - "provider": "Microsoft Azure EventHub", - "resource": "EventHub AuthorizationRules", - "operation": " Get EventHub Authorization Rules" - } - }, - { - "name": "Microsoft.EventHub/namespaces/eventhubs/authorizationRules/write", - "display": { - "provider": "Microsoft Azure EventHub", - "resource": "EventHub AuthorizationRules", - "operation": "Create or Update EventHub Authorization Rule" - } - }, + }, { - "name": "Microsoft.EventHub/namespaces/eventhubs/authorizationRules/delete", + "name": "Microsoft.Relay/namespaces/Relays/write", "display": { - "provider": "Microsoft Azure EventHub", - "resource": "EventHub AuthorizationRules", - "operation": "Delete EventHub Authorization Rules" + "provider": "Microsoft Azure Relay", + "resource": "Relay", + "operation": "Create or Update Relay" } }, { - "name": "Microsoft.EventHub/namespaces/eventhubs/authorizationRules/listkeys/action", + "name": "Microsoft.Relay/namespaces/Relays/read", "display": { - "provider": "Microsoft Azure EventHub", - "resource": "EventHub AuthorizationRules", - "operation": "List EventHub keys" + "provider": "Microsoft Azure Relay", + "resource": "Relay", + "operation": "Get Relay" } }, { - "name": "Microsoft.EventHub/namespaces/eventhubs/authorizationRules/regenerateKeys/action", + "name": "Microsoft.Relay/namespaces/Relays/Delete", "display": { - "provider": "Microsoft Azure EventHub", - "resource": "EventHub AuthorizationRules", - "operation": "Resource Regeneratekeys" + "provider": "Microsoft Azure Relay", + "resource": "Relay", + "operation": "Delete Relay" } - }, - { - "name": "Microsoft.EventHub/namespaces/eventHubs/consumergroups/write", - "display": { - "provider": "Microsoft Azure EventHub", - "resource": "ConsumerGroup", - "operation": "Create or Update ConsumerGroup" - } - }, - { - "name": "Microsoft.EventHub/namespaces/eventHubs/consumergroups/read", - "display": { - "provider": "Microsoft Azure EventHub", - "resource": "ConsumerGroup", - "operation": "Get ConsumerGroup" - } - }, - { - "name": "Microsoft.EventHub/namespaces/eventHubs/consumergroups/Delete", - "display": { - "provider": "Microsoft Azure EventHub", - "resource": "ConsumerGroup", - "operation": "Delete ConsumerGroup" - } - }, + }, { - "name": "Microsoft.EventHub/namespaces/metricDefinitions/read", + "name": "Microsoft.Relay/namespaces/metricDefinitions/read", "display": { - "provider": "Microsoft Azure EventHub", + "provider": "Microsoft Azure Relay", "resource": "Namespace metrics", "operation": "Get Namespace metrics" } }, { - "name": "Microsoft.EventHub/namespaces/diagnosticSettings/read", + "name": "Microsoft.Relay/namespaces/diagnosticSettings/read", "display": { - "provider": "Microsoft Azure EventHub", + "provider": "Microsoft Azure Relay", "resource": "Namespace diagnostic settings", "operation": "Get Namespace diagnostic settings" } }, { - "name": "Microsoft.EventHub/namespaces/diagnosticSettings/write", + "name": "Microsoft.Relay/namespaces/diagnosticSettings/write", "display": { - "provider": "Microsoft Azure EventHub", + "provider": "Microsoft Azure Relay", "resource": "Namespace diagnostic settings", "operation": "Create or Update Namespace diagnostic settings" } }, { - "name": "Microsoft.EventHub/namespaces/logDefinitions/read", + "name": "Microsoft.Relay/namespaces/logDefinitions/read", "display": { - "provider": "Microsoft Azure EventHub", + "provider": "Microsoft Azure Relay", "resource": "Namespace logs", "operation": "Get Namespace logs" } }, { - "name": "Microsoft.EventHub/clusters/read", + "name": "Microsoft.Relay/clusters/read", "display": { - "provider": "Microsoft Azure EventHub", + "provider": "Microsoft Azure Relay", "resource": "Cluster", "operation": "Get Event Hubs Clusters" } }, { - "name": "Microsoft.EventHub/clusters/write", + "name": "Microsoft.Relay/clusters/write", "display": { - "provider": "Microsoft Azure EventHub", + "provider": "Microsoft Azure Relay", "resource": "Cluster", "operation": "Update Cluster" } From 1a7a7b0eff400e53637243652a95ebb1a9a251b0 Mon Sep 17 00:00:00 2001 From: "Mytri Ramanathpur Manjunath (MINDTREE LIMITED)" Date: Fri, 20 Mar 2020 17:03:28 -0700 Subject: [PATCH 4/7] commititng the formatting changes for the relay preview swagger --- .../2018-01-01-preview/Relay-preview.json | 33 +++++++++---------- .../NameSpaces/RelayNameSpaceCreate.json | 4 +-- .../RelayNameSpaceGetMessagningPlan.json | 25 -------------- .../NameSpaces/RelayNameSpaceList.json | 2 +- .../examples/Operations_List.json | 20 ++--------- 5 files changed, 21 insertions(+), 63 deletions(-) delete mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGetMessagningPlan.json diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/Relay-preview.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/Relay-preview.json index 3feed0209dd0..1417f7e0e214 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/Relay-preview.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/Relay-preview.json @@ -4,7 +4,7 @@ "title": "Relay API", "description": "Use these API to manage Azure Relay resources through Azure Resource Manager.", "version": "2018-01-01-preview", - "x-ms-code-generation-settings": { + "x-ms-code-generation-settings": { "name": "RelayManagementClient" } }, @@ -92,7 +92,7 @@ { "$ref": "#/parameters/SubscriptionIdParameter" }, - { + { "name": "parameters", "in": "body", "required": true, @@ -118,14 +118,14 @@ } } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Relay/namespaces":{ + "/subscriptions/{subscriptionId}/providers/Microsoft.Relay/namespaces": { "get": { "tags": [ "Namespaces" ], "operationId": "Namespaces_List", "x-ms-examples": { - "RelayNameSpaceListBySubscription": { + "RelayNameSpaceListBySubscription": { "$ref": "./examples/NameSpaces/RelayNameSpaceListBySubscription.json" } }, @@ -194,12 +194,12 @@ } } }, - "x-ms-pageable": { + "x-ms-pageable": { "nextLinkName": "nextLink" - } } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}": { + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}": { "put": { "tags": [ "Namespaces" @@ -305,7 +305,7 @@ "Namespaces" ], "operationId": "Namespaces_Get", - "x-ms-examples": { + "x-ms-examples": { "RelayNameSpaceGet": { "$ref": "./examples/NameSpaces/RelayNameSpaceGet.json" } @@ -339,12 +339,12 @@ } } } - }, + }, "patch": { "tags": [ "Namespaces" ], - "operationId": "Namespaces_Update", + "operationId": "Namespaces_Update", "x-ms-examples": { "RelayNameSpaceUpdate": { "$ref": "./examples/NameSpaces/RelayNameSpaceUpdate.json" @@ -396,10 +396,9 @@ } } } - }, "definitions": { - "TrackedResource": { + "TrackedResource": { "properties": { "location": { "type": "string", @@ -427,7 +426,7 @@ ], "description": "Definition of resource." }, - "ResourceNamespacePatch": { + "ResourceNamespacePatch": { "properties": { "tags": { "type": "object", @@ -592,7 +591,7 @@ "required": [ "name" ] - }, + }, "UnavailableReason": { "type": "string", "enum": [ @@ -702,7 +701,7 @@ } } } - }, + }, "parameters": { "SubscriptionIdParameter": { "name": "subscriptionId", @@ -737,7 +736,7 @@ "maxLength": 50, "x-ms-parameter-location": "method", "description": "The namespace name" - }, + }, "relayNameParameter": { "name": "relayName", "in": "path", diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json index a4f1e736df55..1618f6ee12ed 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json @@ -21,7 +21,7 @@ "body": { "sku": { "name": "Standard", - "tier": "Standard" + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849", "name": "sdk-Namespace-5849", @@ -31,7 +31,7 @@ "tag1": "value1", "tag2": "value2" }, - "properties": { + "properties": { "provisioningState": "Created", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", "createdAt": "2017-05-24T23:23:27.877Z", diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGetMessagningPlan.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGetMessagningPlan.json deleted file mode 100644 index eb9b758ba0b8..000000000000 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGetMessagningPlan.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "parameters": { - "namespaceName": "sdk-Namespace-5849", - "resourceGroupName": "ResourceGroup", - "api-version": "2018-01-01-preview", - "subscriptionId": "subscriptionid" - }, - "responses": { - "200": { - "body": { - "id": "/subscriptions/subscriptionid/resourceGroups/ResourceGroup/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849/messagingplan", - "name": "2", - "type": "Microsoft.Relay/MessagingSKUPlan", - "location": null, - "tags": null, - "properties": { - "sku": 2, - "selectedEventHubUnit": 1, - "updatedAt": "2018-04-10T17:55:54.4048325Z", - "revision": 1 - } - } - } - } -} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json index 73f00c031504..b38b07047b91 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json @@ -393,7 +393,7 @@ { "sku": { "name": "Standard", - "tier": "Standard", + "tier": "Standard" }, "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/testDC/providers/Microsoft.Relay/namespaces/TestNamespace1", "name": "TestNamespace1", diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Operations_List.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Operations_List.json index 10817df47577..343f26864584 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Operations_List.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Operations_List.json @@ -45,7 +45,7 @@ "resource": "Namespace", "operation": "Delete Namespace" } - }, + }, { "name": "Microsoft.Relay/namespaces/Relays/write", "display": { @@ -69,7 +69,7 @@ "resource": "Relay", "operation": "Delete Relay" } - }, + }, { "name": "Microsoft.Relay/namespaces/metricDefinitions/read", "display": { @@ -101,22 +101,6 @@ "resource": "Namespace logs", "operation": "Get Namespace logs" } - }, - { - "name": "Microsoft.Relay/clusters/read", - "display": { - "provider": "Microsoft Azure Relay", - "resource": "Cluster", - "operation": "Get Event Hubs Clusters" - } - }, - { - "name": "Microsoft.Relay/clusters/write", - "display": { - "provider": "Microsoft Azure Relay", - "resource": "Cluster", - "operation": "Update Cluster" - } } ] } From e0c417cd337a1d018fbf27ce49cfd6ba0c77674d Mon Sep 17 00:00:00 2001 From: "Mytri Ramanathpur Manjunath (MINDTREE LIMITED)" Date: Sun, 22 Mar 2020 14:00:44 -0700 Subject: [PATCH 5/7] Removing the created date and updated date properties in the relay preview swagger --- .../NameSpaces/RelayNameSpaceCreate.json | 8 +- .../NameSpaces/RelayNameSpaceGet.json | 6 +- .../NameSpaces/RelayNameSpaceList.json | 128 ------------------ .../RelayNameSpaceListByResourceGroup.json | 28 ---- .../NameSpaces/RelayNameSpaceUpdate.json | 4 - 5 files changed, 3 insertions(+), 171 deletions(-) diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json index 1618f6ee12ed..5f3044ffe5d8 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json @@ -33,9 +33,7 @@ }, "properties": { "provisioningState": "Created", - "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", - "createdAt": "2017-05-24T23:23:27.877Z", - "updatedAt": "2017-05-24T23:23:27.877Z", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", "serviceBusEndpoint": "https://sdk-Namespace-5849.servicebus.windows-int.net:443/" } } @@ -56,9 +54,7 @@ }, "properties": { "provisioningState": "Created", - "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", - "createdAt": "2017-05-24T23:23:27.877Z", - "updatedAt": "2017-05-24T23:23:27.877Z", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", "serviceBusEndpoint": "https://sdk-Namespace-5849.servicebus.windows-int.net:443/" } } diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGet.json index abd48541434c..3809c8f94687 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGet.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGet.json @@ -23,8 +23,6 @@ "properties": { "provisioningState": "Created", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", - "createdAt": "2017-05-24T23:23:27.877Z", - "updatedAt": "2017-05-24T23:23:27.877Z", "serviceBusEndpoint": "https://sdk-Namespace-5849.servicebus.windows-int.net:443/" } } @@ -45,9 +43,7 @@ }, "properties": { "provisioningState": "Created", - "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", - "createdAt": "2017-05-24T23:23:27.877Z", - "updatedAt": "2017-05-24T23:23:27.877Z", + "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", "serviceBusEndpoint": "https://sdk-Namespace-5849.servicebus.windows-int.net:443/" } } diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json index b38b07047b91..4a5562c88f81 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceList.json @@ -20,8 +20,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:eh-ns1", - "createdAt": "2016-08-23T04:15:35.263Z", - "updatedAt": "2017-02-03T20:13:04.007Z", "serviceBusEndpoint": "https://eh-ns1.servicebus.windows-int.net:443/" } }, @@ -38,8 +36,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace1", - "createdAt": "2016-08-05T16:56:48.657Z", - "updatedAt": "2017-05-03T23:49:12.69Z", "serviceBusEndpoint": "https://ehnamespace1.servicebus.windows-int.net:443/" } }, @@ -56,8 +52,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95", - "createdAt": "2016-09-16T01:10:00.96Z", - "updatedAt": "2017-02-11T11:15:32.313Z", "serviceBusEndpoint": "https://NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95.servicebus.windows-int.net:443/" } }, @@ -74,8 +68,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-027302b7-df82-43a1-abf7-b6a2e2429115", - "createdAt": "2016-08-05T04:13:34.727Z", - "updatedAt": "2017-02-11T10:35:30.053Z", "serviceBusEndpoint": "https://NS-027302b7-df82-43a1-abf7-b6a2e2429115.servicebus.windows-int.net:443/" } }, @@ -92,8 +84,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:abc-7-14", - "createdAt": "2017-05-05T17:58:58.433Z", - "updatedAt": "2017-05-05T17:59:20Z", "serviceBusEndpoint": "https://abc-7-14.servicebus.windows-int.net:443/" } }, @@ -110,8 +100,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3054", - "createdAt": "2017-05-24T18:43:53.58Z", - "updatedAt": "2017-05-24T18:44:16.657Z", "serviceBusEndpoint": "https://sdk-Namespace-3054.servicebus.windows-int.net:443/" } }, @@ -128,8 +116,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:namespace1asdfsa", - "createdAt": "2016-09-12T18:23:15.833Z", - "updatedAt": "2017-02-04T01:58:49.523Z", "serviceBusEndpoint": "https://namespace1asdfsa.servicebus.windows-int.net:443/" } }, @@ -146,8 +132,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:hello1-3-8", - "createdAt": "2017-05-05T19:23:18.96Z", - "updatedAt": "2017-05-05T19:23:42.497Z", "serviceBusEndpoint": "https://hello1-3-8.servicebus.windows-int.net:443/" } }, @@ -164,8 +148,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbperplexed", - "createdAt": "2016-10-10T19:18:57.773Z", - "updatedAt": "2017-02-03T23:46:15.22Z", "serviceBusEndpoint": "https://SBPerplexed.servicebus.windows-int.net:443/" } }, @@ -182,8 +164,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace123", - "createdAt": "2016-08-05T16:57:09Z", - "updatedAt": "2017-02-11T08:25:30.093Z", "serviceBusEndpoint": "https://ehnamespace123.servicebus.windows-int.net:443/" } }, @@ -202,8 +182,6 @@ "maximumThroughputUnits": 0, "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:oaisdjfoiasdjfoiajsdfoijasd", - "createdAt": "2017-05-03T22:05:29.61Z", - "updatedAt": "2017-05-03T22:05:51.593Z", "serviceBusEndpoint": "https://oaisdjfoiasdjfoiajsdfoijasd.servicebus.windows-int.net:443/" } }, @@ -220,8 +198,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-ns3", - "createdAt": "2016-08-23T04:22:40.633Z", - "updatedAt": "2017-02-11T12:52:58.277Z", "serviceBusEndpoint": "https://rrama-ns3.servicebus.windows-int.net:443/" } }, @@ -238,8 +214,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:abc123", - "createdAt": "2017-05-04T19:06:00.813Z", - "updatedAt": "2017-05-04T19:06:23.71Z", "serviceBusEndpoint": "https://abc123.servicebus.windows-int.net:443/" } }, @@ -256,8 +230,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace21", - "createdAt": "2016-08-05T16:57:00.377Z", - "updatedAt": "2017-02-11T09:50:32.86Z", "serviceBusEndpoint": "https://ehnamespace21.servicebus.windows-int.net:443/" } }, @@ -274,8 +246,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbflerbederp", - "createdAt": "2016-10-10T19:32:17.56Z", - "updatedAt": "2017-02-03T20:46:59.227Z", "serviceBusEndpoint": "https://SBFlerbederp.servicebus.windows-int.net:443/" } }, @@ -292,8 +262,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:aaa-001-9-11", - "createdAt": "2017-05-05T17:32:22.37Z", - "updatedAt": "2017-05-05T17:32:44.76Z", "serviceBusEndpoint": "https://aaa-001-9-11.servicebus.windows-int.net:443/" } }, @@ -310,8 +278,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-47a32389-7331-47c8-9228-4c145b2650d7", - "createdAt": "2016-09-16T01:41:51.857Z", - "updatedAt": "2017-02-11T08:28:03.157Z", "serviceBusEndpoint": "https://NS-47a32389-7331-47c8-9228-4c145b2650d7.servicebus.windows-int.net:443/" } }, @@ -328,8 +294,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7", - "createdAt": "2016-08-05T03:39:52.323Z", - "updatedAt": "2017-02-11T04:40:32.24Z", "serviceBusEndpoint": "https://NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7.servicebus.windows-int.net:443/" } }, @@ -346,8 +310,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbfeasible", - "createdAt": "2016-10-10T19:05:24.76Z", - "updatedAt": "2017-02-03T19:51:55.893Z", "serviceBusEndpoint": "https://SBFeasible.servicebus.windows-int.net:443/" } }, @@ -364,8 +326,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-3b72258b-a8a1-4250-8952-e89a15af71fc", - "createdAt": "2016-09-16T17:59:27.227Z", - "updatedAt": "2017-02-27T19:34:26.633Z", "serviceBusEndpoint": "https://NS-3b72258b-a8a1-4250-8952-e89a15af71fc.servicebus.windows-int.net:443/" } }, @@ -385,8 +345,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", - "createdAt": "2017-05-24T23:23:27.877Z", - "updatedAt": "2017-05-24T23:23:50.467Z", "serviceBusEndpoint": "https://sdk-Namespace-5849.servicebus.windows-int.net:443/" } }, @@ -403,8 +361,6 @@ "properties": { "provisioningState": "Updating", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:testnamespace1", - "createdAt": "2017-04-25T00:28:00.243Z", - "updatedAt": "2017-04-26T20:54:41.18Z", "serviceBusEndpoint": "https://TestNamespace1.servicebus.windows-int.net:443/" } }, @@ -421,8 +377,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-ehns", - "createdAt": "2016-08-23T04:22:49.74Z", - "updatedAt": "2017-02-11T07:03:51.793Z", "serviceBusEndpoint": "https://rrama-ehns.servicebus.windows-int.net:443/" } }, @@ -439,8 +393,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:testnamespace3", - "createdAt": "2017-05-03T22:33:17.84Z", - "updatedAt": "2017-05-03T22:33:40.087Z", "serviceBusEndpoint": "https://TestNamespace3.servicebus.windows-int.net:443/" } }, @@ -457,8 +409,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4984", - "createdAt": "2017-05-24T21:31:03.587Z", - "updatedAt": "2017-05-24T21:31:24.967Z", "serviceBusEndpoint": "https://sdk-Namespace-4984.servicebus.windows-int.net:443/" } }, @@ -475,8 +425,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-19df9616-54d6-47c9-8779-a4651835a95c", - "createdAt": "2016-08-23T02:38:33.8Z", - "updatedAt": "2017-02-11T04:28:01.093Z", "serviceBusEndpoint": "https://NS-19df9616-54d6-47c9-8779-a4651835a95c.servicebus.windows-int.net:443/" } }, @@ -493,8 +441,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-463af3de-8c87-4347-a614-a4c24f748109", - "createdAt": "2016-08-05T00:55:04.807Z", - "updatedAt": "2017-02-11T06:13:53.343Z", "serviceBusEndpoint": "https://NS-463af3de-8c87-4347-a614-a4c24f748109.servicebus.windows-int.net:443/" } }, @@ -511,8 +457,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5606", - "createdAt": "2017-05-24T18:56:05.093Z", - "updatedAt": "2017-05-24T18:56:27.32Z", "serviceBusEndpoint": "https://sdk-Namespace-5606.servicebus.windows-int.net:443/" } }, @@ -529,8 +473,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3", - "createdAt": "2016-08-05T04:18:53.27Z", - "updatedAt": "2017-02-11T06:49:39.877Z", "serviceBusEndpoint": "https://NS-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3.servicebus.windows-int.net:443/" } }, @@ -547,8 +489,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-7703", - "createdAt": "2017-05-24T19:05:23.817Z", - "updatedAt": "2017-05-24T19:05:44.717Z", "serviceBusEndpoint": "https://sdk-Namespace-7703.servicebus.windows-int.net:443/" } }, @@ -565,8 +505,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:zzzzzzzzzzzzzzzzzzzzzz-00001", - "createdAt": "2017-05-04T21:35:49.383Z", - "updatedAt": "2017-05-05T17:01:20.733Z", "serviceBusEndpoint": "https://zzzzzzzzzzzzzzzzzzzzzz-00001.servicebus.windows-int.net:443/" } }, @@ -583,8 +521,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbquestionable", - "createdAt": "2016-10-10T18:56:24.723Z", - "updatedAt": "2017-02-03T19:51:46.983Z", "serviceBusEndpoint": "https://SBQuestionable.servicebus.windows-int.net:443/" } }, @@ -601,8 +537,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace1234", - "createdAt": "2016-08-05T16:57:17.863Z", - "updatedAt": "2017-02-11T10:35:33.817Z", "serviceBusEndpoint": "https://ehnamespace1234.servicebus.windows-int.net:443/" } }, @@ -619,8 +553,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3919", - "createdAt": "2017-05-24T02:08:20.15Z", - "updatedAt": "2017-05-24T02:08:41.313Z", "serviceBusEndpoint": "https://sdk-Namespace-3919.servicebus.windows-int.net:443/" } }, @@ -637,8 +569,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:arunarchivetest", - "createdAt": "2017-03-08T19:25:49.897Z", - "updatedAt": "2017-03-08T19:26:17.49Z", "serviceBusEndpoint": "https://arunarchivetest.servicebus.windows-int.net:443/" } }, @@ -655,8 +585,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:aiosdjfaoidjasdoijasdfoijasdfofijsdf", - "createdAt": "2017-05-04T21:23:23.9Z", - "updatedAt": "2017-05-04T21:23:46.78Z", "serviceBusEndpoint": "https://aiosdjfaoidjasdoijasdfoijasdfofijsdf.servicebus.windows-int.net:443/" } }, @@ -673,8 +601,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3413", - "createdAt": "2017-05-24T19:02:15.45Z", - "updatedAt": "2017-05-24T19:02:38.047Z", "serviceBusEndpoint": "https://sdk-Namespace-3413.servicebus.windows-int.net:443/" } }, @@ -691,8 +617,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbconfuzzled", - "createdAt": "2016-10-10T19:30:45.71Z", - "updatedAt": "2017-02-03T22:49:17.82Z", "serviceBusEndpoint": "https://SBConfuzzled.servicebus.windows-int.net:443/" } }, @@ -709,8 +633,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-8695", - "createdAt": "2017-05-24T20:03:43.81Z", - "updatedAt": "2017-05-24T20:04:05.88Z", "serviceBusEndpoint": "https://sdk-Namespace-8695.servicebus.windows-int.net:443/" } }, @@ -727,8 +649,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:aaa-11-17", - "createdAt": "2017-05-08T18:47:07.64Z", - "updatedAt": "2017-05-08T18:47:29.587Z", "serviceBusEndpoint": "https://aaa-11-17.servicebus.windows-int.net:443/" } }, @@ -745,8 +665,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:hello1-4-14", - "createdAt": "2017-05-05T18:54:20.563Z", - "updatedAt": "2017-05-05T18:54:42.507Z", "serviceBusEndpoint": "https://hello1-4-14.servicebus.windows-int.net:443/" } }, @@ -763,8 +681,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4801", - "createdAt": "2017-05-24T18:39:39.213Z", - "updatedAt": "2017-05-24T18:40:00.087Z", "serviceBusEndpoint": "https://sdk-Namespace-4801.servicebus.windows-int.net:443/" } }, @@ -781,8 +697,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:richardsRelay1", - "createdAt": "2017-04-27T19:15:13.05Z", - "updatedAt": "2017-05-09T19:34:41.127Z", "serviceBusEndpoint": "https://RichardsRelay1.servicebus.windows-int.net:443/" } }, @@ -799,8 +713,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate-test", - "createdAt": "2017-05-01T16:58:11.34Z", - "updatedAt": "2017-05-08T21:52:42.663Z", "serviceBusEndpoint": "https://rrama-autoinflate-test.servicebus.windows-int.net:443/" } }, @@ -817,8 +729,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:foofoofoofoof", - "createdAt": "2017-04-29T02:47:53.523Z", - "updatedAt": "2017-04-29T02:48:17.95Z", "serviceBusEndpoint": "https://foofoofoofoof.servicebus.windows-int.net:443/" } }, @@ -835,8 +745,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:asdf1234asdf", - "createdAt": "2016-09-13T01:45:40.58Z", - "updatedAt": "2017-02-11T06:54:38.623Z", "serviceBusEndpoint": "https://asdf1234asdf.servicebus.windows-int.net:443/" } }, @@ -853,8 +761,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-2812", - "createdAt": "2017-05-24T18:55:44.687Z", - "updatedAt": "2017-05-24T18:56:05.587Z", "serviceBusEndpoint": "https://sdk-Namespace-2812.servicebus.windows-int.net:443/" } }, @@ -871,8 +777,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-4aadc830-1029-49b8-8fbd-dd0130e7a84c", - "createdAt": "2016-08-05T04:02:53.43Z", - "updatedAt": "2017-02-11T05:13:02.697Z", "serviceBusEndpoint": "https://NS-4aadc830-1029-49b8-8fbd-dd0130e7a84c.servicebus.windows-int.net:443/" } }, @@ -889,8 +793,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-5e79a429-aa52-42b9-8120-2fe72fc00727", - "createdAt": "2016-08-05T01:13:41.527Z", - "updatedAt": "2017-02-11T04:24:44.797Z", "serviceBusEndpoint": "https://NS-5e79a429-aa52-42b9-8120-2fe72fc00727.servicebus.windows-int.net:443/" } }, @@ -907,8 +809,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-df-ns1", - "createdAt": "2016-10-27T23:35:05.453Z", - "updatedAt": "2017-02-03T20:23:49.533Z", "serviceBusEndpoint": "https://rrama-df-ns1.servicebus.windows-int.net:443/" } }, @@ -925,8 +825,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:bbbb-9-12", - "createdAt": "2017-05-05T17:47:35.123Z", - "updatedAt": "2017-05-05T17:47:56.1Z", "serviceBusEndpoint": "https://bbbb-9-12.servicebus.windows-int.net:443/" } }, @@ -943,8 +841,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate-template1", - "createdAt": "2017-05-03T17:46:36.71Z", - "updatedAt": "2017-05-03T17:47:00.163Z", "serviceBusEndpoint": "https://rrama-autoinflate-template1.servicebus.windows-int.net:443/" } }, @@ -961,8 +857,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:randomplottwists", - "createdAt": "2017-05-18T00:37:26.13Z", - "updatedAt": "2017-05-18T00:37:49.533Z", "serviceBusEndpoint": "https://RandomPlotTwists.servicebus.windows-int.net:443/" } }, @@ -979,8 +873,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-1862d295-09cc-4e54-b23d-a2bc3bab2392", - "createdAt": "2016-08-05T04:08:14.253Z", - "updatedAt": "2017-02-11T04:33:53.34Z", "serviceBusEndpoint": "https://NS-1862d295-09cc-4e54-b23d-a2bc3bab2392.servicebus.windows-int.net:443/" } }, @@ -997,8 +889,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-migratethis", - "createdAt": "2016-08-06T00:23:12.3Z", - "updatedAt": "2017-02-04T00:25:08.043Z", "serviceBusEndpoint": "https://NS-MigrateThis.servicebus.windows-int.net:443/" } }, @@ -1015,8 +905,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-5e01d977-125c-4fd2-8a78-cc50be544d1f", - "createdAt": "2016-08-05T04:34:33.617Z", - "updatedAt": "2017-02-11T05:54:42.25Z", "serviceBusEndpoint": "https://NS-5e01d977-125c-4fd2-8a78-cc50be544d1f.servicebus.windows-int.net:443/" } }, @@ -1033,8 +921,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-2b17fb74-2719-4c68-9ba3-13a018485b1f", - "createdAt": "2016-08-05T04:29:17.147Z", - "updatedAt": "2017-05-02T19:52:53.243Z", "serviceBusEndpoint": "https://NS-2b17fb74-2719-4c68-9ba3-13a018485b1f.servicebus.windows-int.net:443/" } }, @@ -1051,8 +937,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-int7-ehns123", - "createdAt": "2016-09-13T23:35:15.473Z", - "updatedAt": "2016-09-13T23:35:38.63Z", "serviceBusEndpoint": "https://rrama-int7-ehns123.servicebus.int7.windows-int.net:443/" } }, @@ -1069,8 +953,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate-test", - "createdAt": "2017-05-01T17:48:04.55Z", - "updatedAt": "2017-05-04T21:15:36.013Z", "serviceBusEndpoint": "https://rrama-autoinflate-test.servicebus.int7.windows-int.net:443/" } }, @@ -1087,8 +969,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate2", - "createdAt": "2017-05-01T20:50:00.22Z", - "updatedAt": "2017-05-01T20:50:24.687Z", "serviceBusEndpoint": "https://rrama-autoinflate2.servicebus.int7.windows-int.net:443/" } }, @@ -1105,8 +985,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:db3-rrama-foo1", - "createdAt": "2017-04-28T23:47:36.503Z", - "updatedAt": "2017-05-01T21:14:37.133Z", "serviceBusEndpoint": "https://db3-rrama-foo1.servicebus.int7.windows-int.net:443/" } }, @@ -1123,8 +1001,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-int7-ehns1", - "createdAt": "2016-09-13T23:20:44.853Z", - "updatedAt": "2016-09-13T23:20:47.35Z", "serviceBusEndpoint": "https://rrama-int7-ehns1.servicebus.int7.windows-int.net:443/" } }, @@ -1141,8 +1017,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-int7-ns1", - "createdAt": "2016-09-13T23:17:25.24Z", - "updatedAt": "2016-09-13T23:17:28.223Z", "serviceBusEndpoint": "https://rrama-int7-ns1.servicebus.int7.windows-int.net:443/" } }, @@ -1159,8 +1033,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-ehns2-int7", - "createdAt": "2016-09-13T23:26:21.64Z", - "updatedAt": "2016-09-13T23:26:37.95Z", "serviceBusEndpoint": "https://rrama-ehns2-int7.servicebus.int7.windows-int.net:443/" } } diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListByResourceGroup.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListByResourceGroup.json index 775bbb9d932b..d96fc39ccb25 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListByResourceGroup.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListByResourceGroup.json @@ -21,8 +21,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3054", - "createdAt": "2017-05-24T18:43:53.58Z", - "updatedAt": "2017-05-24T18:44:16.657Z", "serviceBusEndpoint": "https://sdk-Namespace-3054.servicebus.windows-int.net:443/" } }, @@ -39,8 +37,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:oaisdjfoiasdjfoiajsdfoijasd", - "createdAt": "2017-05-03T22:05:29.61Z", - "updatedAt": "2017-05-03T22:05:51.593Z", "serviceBusEndpoint": "https://oaisdjfoiasdjfoiajsdfoijasd.servicebus.windows-int.net:443/" } }, @@ -57,8 +53,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:abc123", - "createdAt": "2017-05-04T19:06:00.813Z", - "updatedAt": "2017-05-04T19:06:23.71Z", "serviceBusEndpoint": "https://abc123.servicebus.windows-int.net:443/" } }, @@ -78,8 +72,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", - "createdAt": "2017-05-24T23:23:27.877Z", - "updatedAt": "2017-05-24T23:23:50.467Z", "serviceBusEndpoint": "https://sdk-Namespace-5849.servicebus.windows-int.net:443/" } }, @@ -96,8 +88,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4984", - "createdAt": "2017-05-24T21:31:03.587Z", - "updatedAt": "2017-05-24T21:31:24.967Z", "serviceBusEndpoint": "https://sdk-Namespace-4984.servicebus.windows-int.net:443/" } }, @@ -114,8 +104,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5606", - "createdAt": "2017-05-24T18:56:05.093Z", - "updatedAt": "2017-05-24T18:56:27.32Z", "serviceBusEndpoint": "https://sdk-Namespace-5606.servicebus.windows-int.net:443/" } }, @@ -132,8 +120,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-7703", - "createdAt": "2017-05-24T19:05:23.817Z", - "updatedAt": "2017-05-24T19:05:44.717Z", "serviceBusEndpoint": "https://sdk-Namespace-7703.servicebus.windows-int.net:443/" } }, @@ -150,8 +136,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:zzzzzzzzzzzzzzzzzzzzzz-00001", - "createdAt": "2017-05-04T21:35:49.383Z", - "updatedAt": "2017-05-05T17:01:20.733Z", "serviceBusEndpoint": "https://zzzzzzzzzzzzzzzzzzzzzz-00001.servicebus.windows-int.net:443/" } }, @@ -168,8 +152,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3919", - "createdAt": "2017-05-24T02:08:20.15Z", - "updatedAt": "2017-05-24T02:08:41.313Z", "serviceBusEndpoint": "https://sdk-Namespace-3919.servicebus.windows-int.net:443/" } }, @@ -186,8 +168,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:aiosdjfaoidjasdoijasdfoijasdfofijsdf", - "createdAt": "2017-05-04T21:23:23.9Z", - "updatedAt": "2017-05-04T21:23:46.78Z", "serviceBusEndpoint": "https://aiosdjfaoidjasdoijasdfoijasdfofijsdf.servicebus.windows-int.net:443/" } }, @@ -204,8 +184,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3413", - "createdAt": "2017-05-24T19:02:15.45Z", - "updatedAt": "2017-05-24T19:02:38.047Z", "serviceBusEndpoint": "https://sdk-Namespace-3413.servicebus.windows-int.net:443/" } }, @@ -222,8 +200,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-8695", - "createdAt": "2017-05-24T20:03:43.81Z", - "updatedAt": "2017-05-24T20:04:05.88Z", "serviceBusEndpoint": "https://sdk-Namespace-8695.servicebus.windows-int.net:443/" } }, @@ -240,8 +216,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4801", - "createdAt": "2017-05-24T18:39:39.213Z", - "updatedAt": "2017-05-24T18:40:00.087Z", "serviceBusEndpoint": "https://sdk-Namespace-4801.servicebus.windows-int.net:443/" } }, @@ -258,8 +232,6 @@ "properties": { "provisioningState": "Succeeded", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-2812", - "createdAt": "2017-05-24T18:55:44.687Z", - "updatedAt": "2017-05-24T18:56:05.587Z", "serviceBusEndpoint": "https://sdk-Namespace-2812.servicebus.windows-int.net:443/" } } diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceUpdate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceUpdate.json index 0879a5988895..ebc9b7d0c01a 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceUpdate.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceUpdate.json @@ -30,8 +30,6 @@ "properties": { "provisioningState": "Updating", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3668", - "createdAt": "2017-06-01T21:37:04.46Z", - "updatedAt": "2017-06-01T21:37:53.413Z", "serviceBusEndpoint": "https://sdk-Namespace-3668.servicebus.windows-int.net:443/" } } @@ -53,8 +51,6 @@ "properties": { "provisioningState": "Updating", "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3668", - "createdAt": "2017-06-01T21:37:04.46Z", - "updatedAt": "2017-06-01T21:37:53.413Z", "serviceBusEndpoint": "https://sdk-Namespace-3668.servicebus.windows-int.net:443/" } } From 9a0bfed76b745bbc35efe066be32f1dcf4a76922 Mon Sep 17 00:00:00 2001 From: "Mytri Ramanathpur Manjunath (MINDTREE LIMITED)" Date: Mon, 30 Mar 2020 16:53:36 -0700 Subject: [PATCH 6/7] Correcting the relay preview swagger errors and committing the changes --- ...RelayNameSpaceAuthorizationRuleCreate.json | 32 +++++++++++ ...elayNameSpaceAuthorizationRuleListKey.json | 20 +++++++ ...ameSpaceAuthorizationRuleRegenrateKey.json | 23 ++++++++ .../RelayNameSpaceAutorizationRuleDelete.json | 13 +++++ .../RelayNameSpaceAutorizationRuleGet.json | 23 ++++++++ ...RelayNameSpaceAutorizationRuleListAll.json | 39 +++++++++++++ .../RelayNameSpaceCheckNameAvailability.json | 18 ++++++ .../RelayNameSpaceListBySubscription.json | 56 +++++++++++++++++++ ...ns_List.json => RelayOperations_List.json} | 0 9 files changed, 224 insertions(+) create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleCreate.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleListKey.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleRegenrateKey.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleDelete.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleGet.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleListAll.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCheckNameAvailability.json create mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListBySubscription.json rename specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/{Operations_List.json => RelayOperations_List.json} (100%) diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleCreate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleCreate.json new file mode 100644 index 000000000000..2a41fbeb467c --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleCreate.json @@ -0,0 +1,32 @@ +{ + "parameters": { + "namespaceName": "sdk-RelayNamespace-01", + "authorizationRuleName": "sdk-RelayAuthRules-01", + "resourceGroupName": "RG-eg", + "api-version": "2017-04-01", + "subscriptionId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef", + "parameters": { + "properties": { + "rights": [ + "Listen", + "Send" + ] + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/8c246e6a-cbc6-4a87-aff1-d6a886f376ef/resourceGroups/RG-eg/providers/Microsoft.Relay/namespaces/sdk-RelayNamespace-01/AuthorizationRules/sdk-RelayAuthRules-01", + "name": "sdk-RelayAuthRules-01", + "type": "Microsoft.Relay/Namespaces/AuthorizationRules", + "properties": { + "rights": [ + "Listen", + "Send" + ] + } + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleListKey.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleListKey.json new file mode 100644 index 000000000000..4b9a381fee34 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleListKey.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "namespaceName": "sdk-RelayNamespace-01", + "authorizationRuleName": "sdk-RelayAuthRules-01", + "resourceGroupName": "RG-eg", + "api-version": "2017-04-01", + "subscriptionId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef" + }, + "responses": { + "200": { + "body": { + "primaryConnectionString": "Endpoint=sb://sdk-relaynamespace-01.servicebus.windows.net/;SharedAccessKeyName=sdk-RelayAuthRules-01;SharedAccessKey=############################################", + "secondaryConnectionString": "Endpoint=sb://sdk-relaynamespace-01.servicebus.windows.net/;SharedAccessKeyName=sdk-RelayAuthRules-01;SharedAccessKey=############################################", + "primaryKey": "############################################", + "secondaryKey": "############################################", + "keyName": "sdk-RelayAuthRules-01" + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleRegenrateKey.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleRegenrateKey.json new file mode 100644 index 000000000000..4e5851e3e45e --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleRegenrateKey.json @@ -0,0 +1,23 @@ +{ + "parameters": { + "namespaceName": "sdk-RelayNamespace-01", + "authorizationRuleName": "sdk-RelayAuthRules-01", + "resourceGroupName": "RG-eg", + "api-version": "2017-04-01", + "subscriptionId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef", + "parameters": { + "keyType": "PrimaryKey" + } + }, + "responses": { + "200": { + "body": { + "primaryConnectionString": "Endpoint=sb://sdk-relaynamespace-01.servicebus.windows.net/;SharedAccessKeyName=sdk-RelayAuthRules-01;SharedAccessKey=############################################", + "secondaryConnectionString": "Endpoint=sb://sdk-relaynamespace-01.servicebus.windows.net/;SharedAccessKeyName=sdk-RelayAuthRules-01;SharedAccessKey=############################################", + "primaryKey": "############################################", + "secondaryKey": "############################################", + "keyName": "sdk-RelayAuthRules-01" + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleDelete.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleDelete.json new file mode 100644 index 000000000000..3a69853d14dd --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleDelete.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "namespaceName": "sdk-RelayNamespace-01", + "authorizationRuleName": "sdk-RelayAuthRules-01", + "resourceGroupName": "RG-eg", + "api-version": "2017-04-01", + "subscriptionId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleGet.json new file mode 100644 index 000000000000..6b59482fec96 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleGet.json @@ -0,0 +1,23 @@ +{ + "parameters": { + "namespaceName": "sdk-RelayNamespace-01", + "authorizationRuleName": "sdk-RelayAuthRules-01", + "resourceGroupName": "RG-eg", + "api-version": "2017-04-01", + "subscriptionId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/8c246e6a-cbc6-4a87-aff1-d6a886f376ef/resourceGroups/RG-eg/providers/Microsoft.Relay/namespaces/sdk-RelayNamespace-01/AuthorizationRules/sdk-RelayAuthRules-01", + "name": "sdk-RelayAuthRules-01", + "type": "Microsoft.Relay/Namespaces/AuthorizationRules", + "properties": { + "rights": [ + "Listen" + ] + } + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleListAll.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleListAll.json new file mode 100644 index 000000000000..6bbd4b02dbbc --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleListAll.json @@ -0,0 +1,39 @@ +{ + "parameters": { + "namespaceName": "sdk-RelayNamespace-01", + "resourceGroupName": "RG-eg", + "api-version": "2017-04-01", + "subscriptionId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/8c246e6a-cbc6-4a87-aff1-d6a886f376ef/resourceGroups/RG-eg/providers/Microsoft.Relay/namespaces/sdk-RelayNamespace-01/AuthorizationRules/RootManageSharedAccessKey", + "name": "RootManageSharedAccessKey", + "type": "Microsoft.Relay/Namespaces/AuthorizationRules", + "properties": { + "rights": [ + "Listen", + "Manage", + "Send" + ] + } + }, + { + "id": "/subscriptions/8c246e6a-cbc6-4a87-aff1-d6a886f376ef/resourceGroups/RG-eg/providers/Microsoft.Relay/namespaces/sdk-RelayNamespace-01/AuthorizationRules/sdk-RelayAuthRules-01", + "name": "sdk-RelayAuthRules-01", + "type": "Microsoft.Relay/Namespaces/AuthorizationRules", + "properties": { + "rights": [ + "Listen", + "Send" + ] + } + } + ] + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCheckNameAvailability.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCheckNameAvailability.json new file mode 100644 index 000000000000..ceb1912fe6be --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCheckNameAvailability.json @@ -0,0 +1,18 @@ +{ + "parameters": { + "api-version": "2017-04-01", + "subscriptionId": "e2f361f0-3b27-4503-a9cc-21cfba380093", + "parameters": { + "name": "sdk-Namespace1321" + } + }, + "responses": { + "200": { + "body": { + "nameAvailable": true, + "reason": "None", + "message": "" + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListBySubscription.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListBySubscription.json new file mode 100644 index 000000000000..322e170db494 --- /dev/null +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceListBySubscription.json @@ -0,0 +1,56 @@ +{ + "parameters": { + "api-version": "2017-04-01", + "subscriptionId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/8c246e6a-cbc6-4a87-aff1-d6a886f376ef/resourceGroups/RG1-eg/providers/Microsoft.Relay/namespaces/sdk-RelayNamespace-01", + "name": "sdk-RelayNamespace-01", + "type": "Microsoft.Relay/Namespaces", + "location": "West US", + "sku": { + "name": "Standard", + "tier": "Standard" + }, + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "properties": { + "provisioningState": "Succeeded", + "metricId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef:sdk-RelayNamespace-01", + "createdAt": "2017-01-23T20:34:49.4131724Z", + "serviceBusEndpoint": "https://sdk-RelayNamespace-01.servicebus.windows.net:443/", + "updatedAt": "2017-01-23T20:34:59.4131724Z" + } + }, + { + "id": "/subscriptions/8c246e6a-cbc6-4a87-aff1-d6a886f376ef/resourceGroups/RG1-eg/providers/Microsoft.Relay/namespaces/sdk-RelayNamespace-02", + "name": "sdk-RelayNamespace-02", + "type": "Microsoft.Relay/Namespaces", + "location": "West US", + "sku": { + "name": "Standard", + "tier": "Standard" + }, + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "properties": { + "provisioningState": "Succeeded", + "metricId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef:sdk-RelayNamespace-02", + "createdAt": "2017-01-23T20:34:39.4131724Z", + "serviceBusEndpoint": "https://sdk-RelayNamespace-02.servicebus.windows.net:443/", + "updatedAt": "2017-01-23T20:34:49.4131724Z" + } + } + ] + } + } + } +} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Operations_List.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/RelayOperations_List.json similarity index 100% rename from specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/Operations_List.json rename to specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/RelayOperations_List.json From 0d23664ad36383178f628bbd020524d1d6b56881 Mon Sep 17 00:00:00 2001 From: "Mytri Ramanathpur Manjunath (MINDTREE LIMITED)" Date: Wed, 1 Apr 2020 13:51:27 -0700 Subject: [PATCH 7/7] Correcting the relay preview swagger example errors and committing the changes --- .../2018-01-01-preview/Relay-preview.json | 2 +- ...RelayNameSpaceAuthorizationRuleCreate.json | 32 --------------- ...elayNameSpaceAuthorizationRuleListKey.json | 20 ---------- ...ameSpaceAuthorizationRuleRegenrateKey.json | 23 ----------- .../RelayNameSpaceAutorizationRuleDelete.json | 13 ------- .../RelayNameSpaceAutorizationRuleGet.json | 23 ----------- ...RelayNameSpaceAutorizationRuleListAll.json | 39 ------------------- .../NameSpaces/RelayNameSpaceCreate.json | 3 +- .../NameSpaces/RelayNameSpaceGet.json | 23 +---------- .../NameSpaces/RelayNameSpaceUpdate.json | 8 ++-- 10 files changed, 6 insertions(+), 180 deletions(-) delete mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleCreate.json delete mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleListKey.json delete mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleRegenrateKey.json delete mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleDelete.json delete mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleGet.json delete mode 100644 specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleListAll.json diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/Relay-preview.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/Relay-preview.json index 1417f7e0e214..22b2b57da82c 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/Relay-preview.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/Relay-preview.json @@ -747,4 +747,4 @@ "description": "The relay name." } } -} +} \ No newline at end of file diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleCreate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleCreate.json deleted file mode 100644 index 2a41fbeb467c..000000000000 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleCreate.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parameters": { - "namespaceName": "sdk-RelayNamespace-01", - "authorizationRuleName": "sdk-RelayAuthRules-01", - "resourceGroupName": "RG-eg", - "api-version": "2017-04-01", - "subscriptionId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef", - "parameters": { - "properties": { - "rights": [ - "Listen", - "Send" - ] - } - } - }, - "responses": { - "200": { - "body": { - "id": "/subscriptions/8c246e6a-cbc6-4a87-aff1-d6a886f376ef/resourceGroups/RG-eg/providers/Microsoft.Relay/namespaces/sdk-RelayNamespace-01/AuthorizationRules/sdk-RelayAuthRules-01", - "name": "sdk-RelayAuthRules-01", - "type": "Microsoft.Relay/Namespaces/AuthorizationRules", - "properties": { - "rights": [ - "Listen", - "Send" - ] - } - } - } - } -} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleListKey.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleListKey.json deleted file mode 100644 index 4b9a381fee34..000000000000 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleListKey.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "parameters": { - "namespaceName": "sdk-RelayNamespace-01", - "authorizationRuleName": "sdk-RelayAuthRules-01", - "resourceGroupName": "RG-eg", - "api-version": "2017-04-01", - "subscriptionId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef" - }, - "responses": { - "200": { - "body": { - "primaryConnectionString": "Endpoint=sb://sdk-relaynamespace-01.servicebus.windows.net/;SharedAccessKeyName=sdk-RelayAuthRules-01;SharedAccessKey=############################################", - "secondaryConnectionString": "Endpoint=sb://sdk-relaynamespace-01.servicebus.windows.net/;SharedAccessKeyName=sdk-RelayAuthRules-01;SharedAccessKey=############################################", - "primaryKey": "############################################", - "secondaryKey": "############################################", - "keyName": "sdk-RelayAuthRules-01" - } - } - } -} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleRegenrateKey.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleRegenrateKey.json deleted file mode 100644 index 4e5851e3e45e..000000000000 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAuthorizationRuleRegenrateKey.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "parameters": { - "namespaceName": "sdk-RelayNamespace-01", - "authorizationRuleName": "sdk-RelayAuthRules-01", - "resourceGroupName": "RG-eg", - "api-version": "2017-04-01", - "subscriptionId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef", - "parameters": { - "keyType": "PrimaryKey" - } - }, - "responses": { - "200": { - "body": { - "primaryConnectionString": "Endpoint=sb://sdk-relaynamespace-01.servicebus.windows.net/;SharedAccessKeyName=sdk-RelayAuthRules-01;SharedAccessKey=############################################", - "secondaryConnectionString": "Endpoint=sb://sdk-relaynamespace-01.servicebus.windows.net/;SharedAccessKeyName=sdk-RelayAuthRules-01;SharedAccessKey=############################################", - "primaryKey": "############################################", - "secondaryKey": "############################################", - "keyName": "sdk-RelayAuthRules-01" - } - } - } -} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleDelete.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleDelete.json deleted file mode 100644 index 3a69853d14dd..000000000000 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleDelete.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "parameters": { - "namespaceName": "sdk-RelayNamespace-01", - "authorizationRuleName": "sdk-RelayAuthRules-01", - "resourceGroupName": "RG-eg", - "api-version": "2017-04-01", - "subscriptionId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef" - }, - "responses": { - "200": {}, - "204": {} - } -} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleGet.json deleted file mode 100644 index 6b59482fec96..000000000000 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleGet.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "parameters": { - "namespaceName": "sdk-RelayNamespace-01", - "authorizationRuleName": "sdk-RelayAuthRules-01", - "resourceGroupName": "RG-eg", - "api-version": "2017-04-01", - "subscriptionId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef" - }, - "responses": { - "200": { - "body": { - "id": "/subscriptions/8c246e6a-cbc6-4a87-aff1-d6a886f376ef/resourceGroups/RG-eg/providers/Microsoft.Relay/namespaces/sdk-RelayNamespace-01/AuthorizationRules/sdk-RelayAuthRules-01", - "name": "sdk-RelayAuthRules-01", - "type": "Microsoft.Relay/Namespaces/AuthorizationRules", - "properties": { - "rights": [ - "Listen" - ] - } - } - } - } -} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleListAll.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleListAll.json deleted file mode 100644 index 6bbd4b02dbbc..000000000000 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceAutorizationRuleListAll.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "parameters": { - "namespaceName": "sdk-RelayNamespace-01", - "resourceGroupName": "RG-eg", - "api-version": "2017-04-01", - "subscriptionId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "id": "/subscriptions/8c246e6a-cbc6-4a87-aff1-d6a886f376ef/resourceGroups/RG-eg/providers/Microsoft.Relay/namespaces/sdk-RelayNamespace-01/AuthorizationRules/RootManageSharedAccessKey", - "name": "RootManageSharedAccessKey", - "type": "Microsoft.Relay/Namespaces/AuthorizationRules", - "properties": { - "rights": [ - "Listen", - "Manage", - "Send" - ] - } - }, - { - "id": "/subscriptions/8c246e6a-cbc6-4a87-aff1-d6a886f376ef/resourceGroups/RG-eg/providers/Microsoft.Relay/namespaces/sdk-RelayNamespace-01/AuthorizationRules/sdk-RelayAuthRules-01", - "name": "sdk-RelayAuthRules-01", - "type": "Microsoft.Relay/Namespaces/AuthorizationRules", - "properties": { - "rights": [ - "Listen", - "Send" - ] - } - } - ] - } - } - } -} diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json index 5f3044ffe5d8..05565466062a 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceCreate.json @@ -58,7 +58,6 @@ "serviceBusEndpoint": "https://sdk-Namespace-5849.servicebus.windows-int.net:443/" } } - }, - "202": {} + } } } diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGet.json index 3809c8f94687..6f28c4e88644 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGet.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceGet.json @@ -26,27 +26,6 @@ "serviceBusEndpoint": "https://sdk-Namespace-5849.servicebus.windows-int.net:443/" } } - }, - "201": { - "body": { - "sku": { - "name": "Standard", - "tier": "Standard" - }, - "id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849", - "name": "sdk-Namespace-5849", - "type": "Microsoft.Relay/Namespaces", - "location": "South Central US", - "tags": { - "tag1": "value1", - "tag2": "value2" - }, - "properties": { - "provisioningState": "Created", - "metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849", - "serviceBusEndpoint": "https://sdk-Namespace-5849.servicebus.windows-int.net:443/" - } - } } - } + } } diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceUpdate.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceUpdate.json index ebc9b7d0c01a..ae0858edd407 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceUpdate.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/NameSpaces/RelayNameSpaceUpdate.json @@ -4,8 +4,7 @@ "resourceGroupName": "ArunMonocle", "api-version": "2018-01-01-preview", "subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", - "parameters": { - "location": "South Central US", + "parameters": { "tags": { "tag3": "value3", "tag4": "value4" @@ -54,7 +53,6 @@ "serviceBusEndpoint": "https://sdk-Namespace-3668.servicebus.windows-int.net:443/" } } - }, - "202": {} + } } -} +} \ No newline at end of file