diff --git a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/CreateOrUpdate.json b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/CreateOrUpdate.json index f0b90c9ae4ea..d4b8ba5e4e13 100644 --- a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/CreateOrUpdate.json +++ b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/CreateOrUpdate.json @@ -34,6 +34,7 @@ "hostName": "myservice.service.signalr.net", "publicPort": 5001, "serverPort": 5002, + "version": "1.0-preview", "hostNamePrefix": null }, "location": "eastus", diff --git a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/Get.json b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/Get.json index e5c12304fdde..b2df3e1aacd4 100644 --- a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/Get.json +++ b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/Get.json @@ -9,9 +9,9 @@ "200": { "body": { "sku": { - "name": "Basic_DS2", - "tier": "Basic", - "size": "DS2", + "name": "Standard_S1", + "tier": "Standard", + "size": "S1", "capacity": 1 }, "properties": { @@ -20,6 +20,7 @@ "hostName": "myservice.service.signalr.net", "publicPort": 5001, "serverPort": 5002, + "version": "1.0-preview", "hostNamePrefix": null }, "location": "eastus", diff --git a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/ListByResourceGroup.json b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/ListByResourceGroup.json index 4cfc7fa8ce31..3c7b9a17a185 100644 --- a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/ListByResourceGroup.json +++ b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/ListByResourceGroup.json @@ -10,9 +10,9 @@ "value": [ { "sku": { - "name": "Basic_DS2", - "tier": "Basic", - "size": "DS2", + "name": "Standard_S1", + "tier": "Standard", + "size": "S1", "capacity": 1 }, "properties": { @@ -21,6 +21,7 @@ "hostName": "myservice.service.signalr.net", "publicPort": 5001, "serverPort": 5002, + "version": "1.0-preview", "hostNamePrefix": null }, "location": "eastus", diff --git a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/ListBySubscription.json b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/ListBySubscription.json index e30deedf1515..c92dbcd8eb33 100644 --- a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/ListBySubscription.json +++ b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/ListBySubscription.json @@ -9,9 +9,9 @@ "value": [ { "sku": { - "name": "Basic_DS2", - "tier": "Basic", - "size": "DS2", + "name": "Standard_S1", + "tier": "Standard", + "size": "S1", "capacity": 1 }, "properties": { @@ -20,6 +20,7 @@ "hostName": "myservice.service.signalr.net", "publicPort": 5001, "serverPort": 5002, + "version": "1.0-preview", "hostNamePrefix": null }, "location": "eastus", diff --git a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/ListKeys.json b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/ListKeys.json index 9fb08975c5ee..d3b0c75cb72d 100644 --- a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/ListKeys.json +++ b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/ListKeys.json @@ -9,7 +9,9 @@ "200": { "body": { "primaryKey": "primaryAccessKey", - "secondaryKey": "secondaryAccessKey" + "secondaryKey": "secondaryAccessKey", + "primaryConnectionString": "Endpoint=https://yourServiceName.service.signalr.net;AccessKey=primaryAccessKey;", + "secondaryConnectionString": "Endpoint=https://yourServiceName.service.signalr.net;AccessKey=secondaryAccessKey;" } } } diff --git a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/RegenerateKey.json b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/RegenerateKey.json index 798962ef6782..bb7ddab4a546 100644 --- a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/RegenerateKey.json +++ b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/RegenerateKey.json @@ -12,7 +12,9 @@ "201": { "body": { "primaryKey": "primaryAccessKey", - "secondaryKey": "secondaryAccessKey" + "secondaryKey": "secondaryAccessKey", + "primaryConnectionString": "Endpoint=https://yourServiceName.service.signalr.net;AccessKey=primaryAccessKey;", + "secondaryConnectionString": "Endpoint=https://yourServiceName.service.signalr.net;AccessKey=secondaryAccessKey;" }, "headers": { "Location": "https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult..." diff --git a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/Update.json b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/Update.json index e3f2b57999b5..2356120e0344 100644 --- a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/Update.json +++ b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/examples/Update.json @@ -5,8 +5,8 @@ "key1": "value1" }, "sku": { - "name": "Basic_DS2", - "tier": "Basic", + "name": "Standard_S1", + "tier": "Standard", "capacity": 1 }, "properties": { @@ -22,9 +22,9 @@ "200": { "body": { "sku": { - "name": "Basic_DS2", - "tier": "Basic", - "size": "DS2", + "name": "Standard_S1", + "tier": "Standard", + "size": "S1", "capacity": 1 }, "properties": { @@ -33,6 +33,7 @@ "hostName": "myservice.service.signalr.net", "publicPort": 5001, "serverPort": 5002, + "version": "1.0-preview", "hostNamePrefix": null }, "location": "eastus", diff --git a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/signalr.json b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/signalr.json index 1fc5ba165057..5ef1352de2f8 100644 --- a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/signalr.json +++ b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2018-03-01-preview/signalr.json @@ -566,6 +566,35 @@ "category": { "description": "The name of the metric category that the metric belongs to. A metric can only belong to a single category.", "type": "string" + }, + "dimensions": { + "description": "The dimensions of the metrics.", + "type": "array", + "items": { + "$ref": "#/definitions/Dimension" + } + } + } + }, + "Dimension": { + "description": "Specifications of the Dimension of metrics.", + "type": "object", + "properties": { + "name": { + "description": "The public facing name of the dimension.", + "type": "string" + }, + "displayName": { + "description": "Localized friendly display name of the dimension.", + "type": "string" + }, + "internalName": { + "description": "Name of the dimension as it appears in MDM.", + "type": "string" + }, + "toBeExportedForShoebox": { + "description": "A Boolean flag indicating whether this dimension should be included for the shoebox export scenario.", + "type": "boolean" } } }, @@ -800,6 +829,10 @@ "description": "The publicly accessibly port of the SignalR service which is designed for customer server side usage.", "type": "integer", "readOnly": true + }, + "version": { + "description": "Version of the SignalR resource. Probably you need the same or higher version of client SDKs.", + "type": "string" } } }, @@ -824,6 +857,14 @@ "secondaryKey": { "description": "The secondary access key.", "type": "string" + }, + "primaryConnectionString": { + "description": "SignalR connection string constructed via the primaryKey", + "type": "string" + }, + "secondaryConnectionString": { + "description": "SignalR connection string constructed via the secondaryKey", + "type": "string" } } },