diff --git a/eng/mgmt/mgmtmetadata/signalr_resource-manager.txt b/eng/mgmt/mgmtmetadata/signalr_resource-manager.txt
index a1017e3d4b7e..22b7ba348250 100644
--- a/eng/mgmt/mgmtmetadata/signalr_resource-manager.txt
+++ b/eng/mgmt/mgmtmetadata/signalr_resource-manager.txt
@@ -1,14 +1,14 @@
-Installing AutoRest version: latest
+Installing AutoRest version: v2
AutoRest installed successfully.
Commencing code generation
Generating CSharp code
Executing AutoRest command
-cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/signalr/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=D:\workspace\github\juniwang\azure-sdk-for-net\sdk
-2019-08-19 07:46:30 UTC
+cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/signalr/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\workspace\github\juniwang\azure-sdk-for-net\sdk
+2020-05-29 05:23:38 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
-Commit: 59c5761efb6dae1a0cfb624bc1a054e902a855cf
+Commit: 5dd684b32ab297eb1b3a9bb00c432ede348eaddb
AutoRest information
-Requested version: latest
+Requested version: v2
Bootstrapper version: autorest@1.9.1
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/AzSdk.RP.props b/sdk/signalr/Microsoft.Azure.Management.SignalR/AzSdk.RP.props
index 67178597a08b..f3dbd284f580 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/AzSdk.RP.props
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/AzSdk.RP.props
@@ -1,7 +1,7 @@
- SignalRService_2018-10-01;
+ SignalRService_2020-05-01;
$(PackageTags);$(CommonTags);$(AzureApiTag);
\ No newline at end of file
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/IOperations.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/IOperations.cs
index 0f7f276c2fff..f809c96f99a1 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/IOperations.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/IOperations.cs
@@ -33,7 +33,7 @@ public partial interface IOperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -56,7 +56,7 @@ public partial interface IOperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/ISignalRManagementClient.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/ISignalRManagementClient.cs
index c166e76a4718..cec9fdb25b94 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/ISignalRManagementClient.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/ISignalRManagementClient.cs
@@ -81,6 +81,16 @@ public partial interface ISignalRManagementClient : System.IDisposable
///
ISignalROperations SignalR { get; }
+ ///
+ /// Gets the ISignalRPrivateEndpointConnectionsOperations.
+ ///
+ ISignalRPrivateEndpointConnectionsOperations SignalRPrivateEndpointConnections { get; }
+
+ ///
+ /// Gets the ISignalRPrivateLinkResourcesOperations.
+ ///
+ ISignalRPrivateLinkResourcesOperations SignalRPrivateLinkResources { get; }
+
///
/// Gets the IUsagesOperations.
///
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/ISignalROperations.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/ISignalROperations.cs
index e11e05afe388..10006c6a899e 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/ISignalROperations.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/ISignalROperations.cs
@@ -38,7 +38,7 @@ public partial interface ISignalROperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -57,7 +57,7 @@ public partial interface ISignalROperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -81,7 +81,7 @@ public partial interface ISignalROperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -108,7 +108,7 @@ public partial interface ISignalROperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -139,7 +139,7 @@ public partial interface ISignalROperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -166,7 +166,7 @@ public partial interface ISignalROperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -196,7 +196,7 @@ public partial interface ISignalROperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -205,7 +205,7 @@ public partial interface ISignalROperations
///
/// Thrown when a required parameter is null
///
- Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, SignalRCreateParameters parameters = default(SignalRCreateParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, SignalRResource parameters = default(SignalRResource), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// Operation to delete a SignalR service.
///
@@ -223,7 +223,7 @@ public partial interface ISignalROperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -250,7 +250,7 @@ public partial interface ISignalROperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -259,7 +259,7 @@ public partial interface ISignalROperations
///
/// Thrown when a required parameter is null
///
- Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, SignalRUpdateParameters parameters = default(SignalRUpdateParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, SignalRResource parameters = default(SignalRResource), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// Operation to restart a SignalR service.
///
@@ -277,7 +277,7 @@ public partial interface ISignalROperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -305,7 +305,7 @@ public partial interface ISignalROperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -335,7 +335,7 @@ public partial interface ISignalROperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -344,7 +344,7 @@ public partial interface ISignalROperations
///
/// Thrown when a required parameter is null
///
- Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, SignalRCreateParameters parameters = default(SignalRCreateParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, SignalRResource parameters = default(SignalRResource), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// Operation to delete a SignalR service.
///
@@ -362,7 +362,7 @@ public partial interface ISignalROperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -389,7 +389,7 @@ public partial interface ISignalROperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -398,7 +398,7 @@ public partial interface ISignalROperations
///
/// Thrown when a required parameter is null
///
- Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, SignalRUpdateParameters parameters = default(SignalRUpdateParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, SignalRResource parameters = default(SignalRResource), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// Operation to restart a SignalR service.
///
@@ -416,7 +416,7 @@ public partial interface ISignalROperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -435,7 +435,7 @@ public partial interface ISignalROperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -457,7 +457,7 @@ public partial interface ISignalROperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/ISignalRPrivateEndpointConnectionsOperations.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/ISignalRPrivateEndpointConnectionsOperations.cs
new file mode 100644
index 000000000000..b5d478817ac6
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/ISignalRPrivateEndpointConnectionsOperations.cs
@@ -0,0 +1,152 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// SignalRPrivateEndpointConnectionsOperations operations.
+ ///
+ public partial interface ISignalRPrivateEndpointConnectionsOperations
+ {
+ ///
+ /// Get the specified private endpoint connection associated with a
+ /// SignalR resource.
+ ///
+ ///
+ /// The name of the private endpoint connection associated with the
+ /// SignalR resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can
+ /// obtain this value from the Azure Resource Manager API or the
+ /// portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task> GetWithHttpMessagesAsync(string privateEndpointConnectionName, string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ ///
+ /// Update the state of specified private endpoint connection
+ /// associated with a SignalR resource.
+ ///
+ ///
+ /// The name of the private endpoint connection associated with the
+ /// SignalR resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can
+ /// obtain this value from the Azure Resource Manager API or the
+ /// portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ ///
+ /// The resource of private endpoint and its properties.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task> UpdateWithHttpMessagesAsync(string privateEndpointConnectionName, string resourceGroupName, string resourceName, PrivateEndpointConnection parameters = default(PrivateEndpointConnection), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ ///
+ /// Delete the specified private endpoint connection associated with a
+ /// SignalR resource.
+ ///
+ ///
+ /// The name of the private endpoint connection associated with the
+ /// SignalR resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can
+ /// obtain this value from the Azure Resource Manager API or the
+ /// portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task DeleteWithHttpMessagesAsync(string privateEndpointConnectionName, string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ ///
+ /// Delete the specified private endpoint connection associated with a
+ /// SignalR resource.
+ ///
+ ///
+ /// The name of the private endpoint connection associated with the
+ /// SignalR resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can
+ /// obtain this value from the Azure Resource Manager API or the
+ /// portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task BeginDeleteWithHttpMessagesAsync(string privateEndpointConnectionName, string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/ISignalRPrivateLinkResourcesOperations.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/ISignalRPrivateLinkResourcesOperations.cs
new file mode 100644
index 000000000000..48667869316f
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/ISignalRPrivateLinkResourcesOperations.cs
@@ -0,0 +1,78 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// SignalRPrivateLinkResourcesOperations operations.
+ ///
+ public partial interface ISignalRPrivateLinkResourcesOperations
+ {
+ ///
+ /// Get the private link resources that need to be created for a
+ /// SignalR resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can
+ /// obtain this value from the Azure Resource Manager API or the
+ /// portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task>> ListWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ ///
+ /// Get the private link resources that need to be created for a
+ /// SignalR resource.
+ ///
+ ///
+ /// The NextLink from the previous successful call to List operation.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/IUsagesOperations.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/IUsagesOperations.cs
index a216c6980ba9..da6f0f53e17b 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/IUsagesOperations.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/IUsagesOperations.cs
@@ -35,7 +35,7 @@ public partial interface IUsagesOperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -57,7 +57,7 @@ public partial interface IUsagesOperations
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ACLAction.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ACLAction.cs
new file mode 100644
index 000000000000..338792cf9f7a
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ACLAction.cs
@@ -0,0 +1,22 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+
+ ///
+ /// Defines values for ACLAction.
+ ///
+ public static class ACLAction
+ {
+ public const string Allow = "Allow";
+ public const string Deny = "Deny";
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ErrorResponse.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ErrorResponse.cs
new file mode 100644
index 000000000000..752c7233d73d
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ErrorResponse.cs
@@ -0,0 +1,66 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+ using Newtonsoft.Json;
+ using System.Linq;
+
+ ///
+ /// Contains information about an API error.
+ ///
+ public partial class ErrorResponse
+ {
+ ///
+ /// Initializes a new instance of the ErrorResponse class.
+ ///
+ public ErrorResponse()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the ErrorResponse class.
+ ///
+ /// Describes a particular API error with an error
+ /// code and a message.
+ public ErrorResponse(ErrorResponseBody error = default(ErrorResponseBody))
+ {
+ Error = error;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets describes a particular API error with an error code
+ /// and a message.
+ ///
+ [JsonProperty(PropertyName = "error")]
+ public ErrorResponseBody Error { get; set; }
+
+ ///
+ /// Validate the object.
+ ///
+ ///
+ /// Thrown if validation fails
+ ///
+ public virtual void Validate()
+ {
+ if (Error != null)
+ {
+ Error.Validate();
+ }
+ }
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ErrorResponseBody.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ErrorResponseBody.cs
new file mode 100644
index 000000000000..30037a713727
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ErrorResponseBody.cs
@@ -0,0 +1,115 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+ using Microsoft.Rest;
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+
+ ///
+ /// Describes a particular API error with an error code and a message.
+ ///
+ public partial class ErrorResponseBody
+ {
+ ///
+ /// Initializes a new instance of the ErrorResponseBody class.
+ ///
+ public ErrorResponseBody()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the ErrorResponseBody class.
+ ///
+ /// An error code that describes the error condition
+ /// more precisely than an HTTP status code.
+ /// Can be used to programmatically handle specific error
+ /// cases.
+ /// A message that describes the error in detail
+ /// and provides debugging information.
+ /// The target of the particular error (for
+ /// example, the name of the property in error).
+ /// Contains nested errors that are related to
+ /// this error.
+ public ErrorResponseBody(string code, string message, string target = default(string), IList details = default(IList))
+ {
+ Code = code;
+ Message = message;
+ Target = target;
+ Details = details;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets an error code that describes the error condition more
+ /// precisely than an HTTP status code.
+ /// Can be used to programmatically handle specific error cases.
+ ///
+ [JsonProperty(PropertyName = "code")]
+ public string Code { get; set; }
+
+ ///
+ /// Gets or sets a message that describes the error in detail and
+ /// provides debugging information.
+ ///
+ [JsonProperty(PropertyName = "message")]
+ public string Message { get; set; }
+
+ ///
+ /// Gets or sets the target of the particular error (for example, the
+ /// name of the property in error).
+ ///
+ [JsonProperty(PropertyName = "target")]
+ public string Target { get; set; }
+
+ ///
+ /// Gets or sets contains nested errors that are related to this error.
+ ///
+ [JsonProperty(PropertyName = "details")]
+ public IList Details { get; set; }
+
+ ///
+ /// Validate the object.
+ ///
+ ///
+ /// Thrown if validation fails
+ ///
+ public virtual void Validate()
+ {
+ if (Code == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "Code");
+ }
+ if (Message == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "Message");
+ }
+ if (Details != null)
+ {
+ foreach (var element in Details)
+ {
+ if (element != null)
+ {
+ element.Validate();
+ }
+ }
+ }
+ }
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ErrorResponseException.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ErrorResponseException.cs
new file mode 100644
index 000000000000..6ead481b0deb
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ErrorResponseException.cs
@@ -0,0 +1,62 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+ using Microsoft.Rest;
+
+ ///
+ /// Exception thrown for an invalid response with ErrorResponse
+ /// information.
+ ///
+ public partial class ErrorResponseException : RestException
+ {
+ ///
+ /// Gets information about the associated HTTP request.
+ ///
+ public HttpRequestMessageWrapper Request { get; set; }
+
+ ///
+ /// Gets information about the associated HTTP response.
+ ///
+ public HttpResponseMessageWrapper Response { get; set; }
+
+ ///
+ /// Gets or sets the body object.
+ ///
+ public ErrorResponse Body { get; set; }
+
+ ///
+ /// Initializes a new instance of the ErrorResponseException class.
+ ///
+ public ErrorResponseException()
+ {
+ }
+
+ ///
+ /// Initializes a new instance of the ErrorResponseException class.
+ ///
+ /// The exception message.
+ public ErrorResponseException(string message)
+ : this(message, null)
+ {
+ }
+
+ ///
+ /// Initializes a new instance of the ErrorResponseException class.
+ ///
+ /// The exception message.
+ /// Inner exception.
+ public ErrorResponseException(string message, System.Exception innerException)
+ : base(message, innerException)
+ {
+ }
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/FeatureFlags.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/FeatureFlags.cs
new file mode 100644
index 000000000000..5f657abae2aa
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/FeatureFlags.cs
@@ -0,0 +1,23 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+
+ ///
+ /// Defines values for FeatureFlags.
+ ///
+ public static class FeatureFlags
+ {
+ public const string ServiceMode = "ServiceMode";
+ public const string EnableConnectivityLogs = "EnableConnectivityLogs";
+ public const string EnableMessagingLogs = "EnableMessagingLogs";
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/LogSpecification.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/LogSpecification.cs
new file mode 100644
index 000000000000..f0369b15763d
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/LogSpecification.cs
@@ -0,0 +1,60 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+ using Newtonsoft.Json;
+ using System.Linq;
+
+ ///
+ /// Specifications of the Logs for Azure Monitoring.
+ ///
+ public partial class LogSpecification
+ {
+ ///
+ /// Initializes a new instance of the LogSpecification class.
+ ///
+ public LogSpecification()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the LogSpecification class.
+ ///
+ /// Name of the log.
+ /// Localized friendly display name of the
+ /// log.
+ public LogSpecification(string name = default(string), string displayName = default(string))
+ {
+ Name = name;
+ DisplayName = displayName;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets name of the log.
+ ///
+ [JsonProperty(PropertyName = "name")]
+ public string Name { get; set; }
+
+ ///
+ /// Gets or sets localized friendly display name of the log.
+ ///
+ [JsonProperty(PropertyName = "displayName")]
+ public string DisplayName { get; set; }
+
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/NetworkACL.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/NetworkACL.cs
new file mode 100644
index 000000000000..a3f6f2be947e
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/NetworkACL.cs
@@ -0,0 +1,65 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+
+ ///
+ /// Network ACL
+ ///
+ public partial class NetworkACL
+ {
+ ///
+ /// Initializes a new instance of the NetworkACL class.
+ ///
+ public NetworkACL()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the NetworkACL class.
+ ///
+ /// Allowed request types. The value can be one or
+ /// more of: ClientConnection, ServerConnection, RESTAPI.
+ /// Denied request types. The value can be one or
+ /// more of: ClientConnection, ServerConnection, RESTAPI.
+ public NetworkACL(IList allow = default(IList), IList deny = default(IList))
+ {
+ Allow = allow;
+ Deny = deny;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets allowed request types. The value can be one or more
+ /// of: ClientConnection, ServerConnection, RESTAPI.
+ ///
+ [JsonProperty(PropertyName = "allow")]
+ public IList Allow { get; set; }
+
+ ///
+ /// Gets or sets denied request types. The value can be one or more of:
+ /// ClientConnection, ServerConnection, RESTAPI.
+ ///
+ [JsonProperty(PropertyName = "deny")]
+ public IList Deny { get; set; }
+
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/Operation.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/Operation.cs
index 7ceb68664da7..5096c1740d36 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/Operation.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/Operation.cs
@@ -31,6 +31,8 @@ public Operation()
///
/// Name of the operation with format:
/// {provider}/{resource}/{operation}
+ /// If the operation is a data action. (for
+ /// data plane rbac)
/// The object that describes the
/// operation.
/// Optional. The intended executor of the
@@ -38,9 +40,10 @@ public Operation()
/// the audit logs UX.
/// Extra properties for the
/// operation.
- public Operation(string name = default(string), OperationDisplay display = default(OperationDisplay), string origin = default(string), OperationProperties properties = default(OperationProperties))
+ public Operation(string name = default(string), bool? isDataAction = default(bool?), OperationDisplay display = default(OperationDisplay), string origin = default(string), OperationProperties properties = default(OperationProperties))
{
Name = name;
+ IsDataAction = isDataAction;
Display = display;
Origin = origin;
Properties = properties;
@@ -59,6 +62,13 @@ public Operation()
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
+ ///
+ /// Gets or sets if the operation is a data action. (for data plane
+ /// rbac)
+ ///
+ [JsonProperty(PropertyName = "isDataAction")]
+ public bool? IsDataAction { get; set; }
+
///
/// Gets or sets the object that describes the operation.
///
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateEndpoint.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateEndpoint.cs
new file mode 100644
index 000000000000..ac300fae9481
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateEndpoint.cs
@@ -0,0 +1,51 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+ using Newtonsoft.Json;
+ using System.Linq;
+
+ ///
+ /// Private endpoint
+ ///
+ public partial class PrivateEndpoint
+ {
+ ///
+ /// Initializes a new instance of the PrivateEndpoint class.
+ ///
+ public PrivateEndpoint()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the PrivateEndpoint class.
+ ///
+ /// Full qualified Id of the private endpoint
+ public PrivateEndpoint(string id = default(string))
+ {
+ Id = id;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets full qualified Id of the private endpoint
+ ///
+ [JsonProperty(PropertyName = "id")]
+ public string Id { get; set; }
+
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateEndpointACL.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateEndpointACL.cs
new file mode 100644
index 000000000000..5feaf0af1b24
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateEndpointACL.cs
@@ -0,0 +1,72 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+ using Microsoft.Rest;
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+
+ ///
+ /// ACL for a private endpoint
+ ///
+ public partial class PrivateEndpointACL : NetworkACL
+ {
+ ///
+ /// Initializes a new instance of the PrivateEndpointACL class.
+ ///
+ public PrivateEndpointACL()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the PrivateEndpointACL class.
+ ///
+ /// Name of the private endpoint connection
+ /// Allowed request types. The value can be one or
+ /// more of: ClientConnection, ServerConnection, RESTAPI.
+ /// Denied request types. The value can be one or
+ /// more of: ClientConnection, ServerConnection, RESTAPI.
+ public PrivateEndpointACL(string name, IList allow = default(IList), IList deny = default(IList))
+ : base(allow, deny)
+ {
+ Name = name;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets name of the private endpoint connection
+ ///
+ [JsonProperty(PropertyName = "name")]
+ public string Name { get; set; }
+
+ ///
+ /// Validate the object.
+ ///
+ ///
+ /// Thrown if validation fails
+ ///
+ public virtual void Validate()
+ {
+ if (Name == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "Name");
+ }
+ }
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateEndpointConnection.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateEndpointConnection.cs
new file mode 100644
index 000000000000..c8936e3a239b
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateEndpointConnection.cs
@@ -0,0 +1,84 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Serialization;
+ using Newtonsoft.Json;
+ using System.Linq;
+
+ ///
+ /// A private endpoint connection to SignalR resource
+ ///
+ [Rest.Serialization.JsonTransformation]
+ public partial class PrivateEndpointConnection : ProxyResource
+ {
+ ///
+ /// Initializes a new instance of the PrivateEndpointConnection class.
+ ///
+ public PrivateEndpointConnection()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the PrivateEndpointConnection class.
+ ///
+ /// Fully qualified resource Id for the
+ /// resource.
+ /// The name of the resource.
+ /// The type of the resource - e.g.
+ /// "Microsoft.SignalRService/SignalR"
+ /// Provisioning state of the private
+ /// endpoint connection. Possible values include: 'Unknown',
+ /// 'Succeeded', 'Failed', 'Canceled', 'Running', 'Creating',
+ /// 'Updating', 'Deleting', 'Moving'
+ /// Private endpoint associated with the
+ /// private endpoint connection
+ /// Connection
+ /// state
+ public PrivateEndpointConnection(string id = default(string), string name = default(string), string type = default(string), string provisioningState = default(string), PrivateEndpoint privateEndpoint = default(PrivateEndpoint), PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default(PrivateLinkServiceConnectionState))
+ : base(id, name, type)
+ {
+ ProvisioningState = provisioningState;
+ PrivateEndpoint = privateEndpoint;
+ PrivateLinkServiceConnectionState = privateLinkServiceConnectionState;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets provisioning state of the private endpoint connection.
+ /// Possible values include: 'Unknown', 'Succeeded', 'Failed',
+ /// 'Canceled', 'Running', 'Creating', 'Updating', 'Deleting', 'Moving'
+ ///
+ [JsonProperty(PropertyName = "properties.provisioningState")]
+ public string ProvisioningState { get; private set; }
+
+ ///
+ /// Gets or sets private endpoint associated with the private endpoint
+ /// connection
+ ///
+ [JsonProperty(PropertyName = "properties.privateEndpoint")]
+ public PrivateEndpoint PrivateEndpoint { get; set; }
+
+ ///
+ /// Gets or sets connection state
+ ///
+ [JsonProperty(PropertyName = "properties.privateLinkServiceConnectionState")]
+ public PrivateLinkServiceConnectionState PrivateLinkServiceConnectionState { get; set; }
+
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateLinkResource.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateLinkResource.cs
new file mode 100644
index 000000000000..e269fccd3b1b
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateLinkResource.cs
@@ -0,0 +1,80 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Serialization;
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+
+ ///
+ /// Private link resource
+ ///
+ [Rest.Serialization.JsonTransformation]
+ public partial class PrivateLinkResource : ProxyResource
+ {
+ ///
+ /// Initializes a new instance of the PrivateLinkResource class.
+ ///
+ public PrivateLinkResource()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the PrivateLinkResource class.
+ ///
+ /// Fully qualified resource Id for the
+ /// resource.
+ /// The name of the resource.
+ /// The type of the resource - e.g.
+ /// "Microsoft.SignalRService/SignalR"
+ /// Group Id of the private link resource
+ /// Required members of the private link
+ /// resource
+ /// Required private DNS zone
+ /// names
+ public PrivateLinkResource(string id = default(string), string name = default(string), string type = default(string), string groupId = default(string), IList requiredMembers = default(IList), IList requiredZoneNames = default(IList))
+ : base(id, name, type)
+ {
+ GroupId = groupId;
+ RequiredMembers = requiredMembers;
+ RequiredZoneNames = requiredZoneNames;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets group Id of the private link resource
+ ///
+ [JsonProperty(PropertyName = "properties.groupId")]
+ public string GroupId { get; set; }
+
+ ///
+ /// Gets or sets required members of the private link resource
+ ///
+ [JsonProperty(PropertyName = "properties.requiredMembers")]
+ public IList RequiredMembers { get; set; }
+
+ ///
+ /// Gets or sets required private DNS zone names
+ ///
+ [JsonProperty(PropertyName = "properties.requiredZoneNames")]
+ public IList RequiredZoneNames { get; set; }
+
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateLinkServiceConnectionState.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateLinkServiceConnectionState.cs
new file mode 100644
index 000000000000..f9d63f3388dd
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateLinkServiceConnectionState.cs
@@ -0,0 +1,77 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+ using Newtonsoft.Json;
+ using System.Linq;
+
+ ///
+ /// Connection state of the private endpoint connection
+ ///
+ public partial class PrivateLinkServiceConnectionState
+ {
+ ///
+ /// Initializes a new instance of the PrivateLinkServiceConnectionState
+ /// class.
+ ///
+ public PrivateLinkServiceConnectionState()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the PrivateLinkServiceConnectionState
+ /// class.
+ ///
+ /// Indicates whether the connection has been
+ /// Approved/Rejected/Removed by the owner of the service. Possible
+ /// values include: 'Pending', 'Approved', 'Rejected',
+ /// 'Disconnected'
+ /// The reason for approval/rejection of the
+ /// connection.
+ /// A message indicating if changes on
+ /// the service provider require any updates on the consumer.
+ public PrivateLinkServiceConnectionState(string status = default(string), string description = default(string), string actionsRequired = default(string))
+ {
+ Status = status;
+ Description = description;
+ ActionsRequired = actionsRequired;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets indicates whether the connection has been
+ /// Approved/Rejected/Removed by the owner of the service. Possible
+ /// values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'
+ ///
+ [JsonProperty(PropertyName = "status")]
+ public string Status { get; set; }
+
+ ///
+ /// Gets or sets the reason for approval/rejection of the connection.
+ ///
+ [JsonProperty(PropertyName = "description")]
+ public string Description { get; set; }
+
+ ///
+ /// Gets or sets a message indicating if changes on the service
+ /// provider require any updates on the consumer.
+ ///
+ [JsonProperty(PropertyName = "actionsRequired")]
+ public string ActionsRequired { get; set; }
+
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateLinkServiceConnectionStatus.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateLinkServiceConnectionStatus.cs
new file mode 100644
index 000000000000..db8529a836ab
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/PrivateLinkServiceConnectionStatus.cs
@@ -0,0 +1,24 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+
+ ///
+ /// Defines values for PrivateLinkServiceConnectionStatus.
+ ///
+ public static class PrivateLinkServiceConnectionStatus
+ {
+ public const string Pending = "Pending";
+ public const string Approved = "Approved";
+ public const string Rejected = "Rejected";
+ public const string Disconnected = "Disconnected";
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ProxyResource.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ProxyResource.cs
new file mode 100644
index 000000000000..c49bef1f72ad
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ProxyResource.cs
@@ -0,0 +1,49 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+ using System.Linq;
+
+ ///
+ /// The resource model definition for a ARM proxy resource. It will have
+ /// everything other than required location and tags
+ ///
+ public partial class ProxyResource : Resource
+ {
+ ///
+ /// Initializes a new instance of the ProxyResource class.
+ ///
+ public ProxyResource()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the ProxyResource class.
+ ///
+ /// Fully qualified resource Id for the
+ /// resource.
+ /// The name of the resource.
+ /// The type of the resource - e.g.
+ /// "Microsoft.SignalRService/SignalR"
+ public ProxyResource(string id = default(string), string name = default(string), string type = default(string))
+ : base(id, name, type)
+ {
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/Resource.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/Resource.cs
index 61725b5ca00c..b69ebd692270 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/Resource.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/Resource.cs
@@ -34,7 +34,7 @@ public Resource()
/// Fully qualified resource Id for the
/// resource.
/// The name of the resource.
- /// The type of the service - e.g.
+ /// The type of the resource - e.g.
/// "Microsoft.SignalRService/SignalR"
public Resource(string id = default(string), string name = default(string), string type = default(string))
{
@@ -62,7 +62,7 @@ public Resource()
public string Name { get; private set; }
///
- /// Gets the type of the service - e.g.
+ /// Gets the type of the resource - e.g.
/// "Microsoft.SignalRService/SignalR"
///
[JsonProperty(PropertyName = "type")]
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ServerlessUpstreamSettings.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ServerlessUpstreamSettings.cs
new file mode 100644
index 000000000000..5a1e2b776226
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ServerlessUpstreamSettings.cs
@@ -0,0 +1,57 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+
+ ///
+ /// The settings for the Upstream when the Azure SignalR is in server-less
+ /// mode.
+ ///
+ public partial class ServerlessUpstreamSettings
+ {
+ ///
+ /// Initializes a new instance of the ServerlessUpstreamSettings class.
+ ///
+ public ServerlessUpstreamSettings()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the ServerlessUpstreamSettings class.
+ ///
+ /// Gets or sets the list of Upstream URL
+ /// templates. Order matters, and the first matching template takes
+ /// effects.
+ public ServerlessUpstreamSettings(IList templates = default(IList))
+ {
+ Templates = templates;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets the list of Upstream URL templates. Order matters, and
+ /// the first matching template takes effects.
+ ///
+ [JsonProperty(PropertyName = "templates")]
+ public IList Templates { get; set; }
+
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ServiceKind.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ServiceKind.cs
new file mode 100644
index 000000000000..5fbc91178a04
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ServiceKind.cs
@@ -0,0 +1,22 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+
+ ///
+ /// Defines values for ServiceKind.
+ ///
+ public static class ServiceKind
+ {
+ public const string SignalR = "SignalR";
+ public const string RawWebSockets = "RawWebSockets";
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ServiceSpecification.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ServiceSpecification.cs
index 536253183624..43a68a22cfe8 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ServiceSpecification.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/ServiceSpecification.cs
@@ -33,9 +33,12 @@ public ServiceSpecification()
///
/// Specifications of the Metrics
/// for Azure Monitoring.
- public ServiceSpecification(IList metricSpecifications = default(IList))
+ /// Specifications of the Logs for
+ /// Azure Monitoring.
+ public ServiceSpecification(IList metricSpecifications = default(IList), IList logSpecifications = default(IList))
{
MetricSpecifications = metricSpecifications;
+ LogSpecifications = logSpecifications;
CustomInit();
}
@@ -50,5 +53,11 @@ public ServiceSpecification()
[JsonProperty(PropertyName = "metricSpecifications")]
public IList MetricSpecifications { get; set; }
+ ///
+ /// Gets or sets specifications of the Logs for Azure Monitoring.
+ ///
+ [JsonProperty(PropertyName = "logSpecifications")]
+ public IList LogSpecifications { get; set; }
+
}
}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRCreateOrUpdateProperties.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRCreateOrUpdateProperties.cs
index 34913dbe0750..95e9c6a8ebcf 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRCreateOrUpdateProperties.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRCreateOrUpdateProperties.cs
@@ -50,11 +50,16 @@ public SignalRCreateOrUpdateProperties()
/// in terms of different FeatureFlags.
/// Cross-Origin Resource Sharing (CORS)
/// settings.
- public SignalRCreateOrUpdateProperties(string hostNamePrefix = default(string), IList features = default(IList), SignalRCorsSettings cors = default(SignalRCorsSettings))
+ /// Upstream settings when the Azure SignalR is
+ /// in server-less mode.
+ /// Network ACLs
+ public SignalRCreateOrUpdateProperties(string hostNamePrefix = default(string), IList features = default(IList), SignalRCorsSettings cors = default(SignalRCorsSettings), ServerlessUpstreamSettings upstream = default(ServerlessUpstreamSettings), SignalRNetworkACLs networkACLs = default(SignalRNetworkACLs))
{
HostNamePrefix = hostNamePrefix;
Features = features;
Cors = cors;
+ Upstream = upstream;
+ NetworkACLs = networkACLs;
CustomInit();
}
@@ -93,5 +98,18 @@ public SignalRCreateOrUpdateProperties()
[JsonProperty(PropertyName = "cors")]
public SignalRCorsSettings Cors { get; set; }
+ ///
+ /// Gets or sets upstream settings when the Azure SignalR is in
+ /// server-less mode.
+ ///
+ [JsonProperty(PropertyName = "upstream")]
+ public ServerlessUpstreamSettings Upstream { get; set; }
+
+ ///
+ /// Gets or sets network ACLs
+ ///
+ [JsonProperty(PropertyName = "networkACLs")]
+ public SignalRNetworkACLs NetworkACLs { get; set; }
+
}
}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRCreateParameters.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRCreateParameters.cs
deleted file mode 100644
index f8f4f0388f1f..000000000000
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRCreateParameters.cs
+++ /dev/null
@@ -1,84 +0,0 @@
-//
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License. See License.txt in the project root for
-// license information.
-//
-// Code generated by Microsoft (R) AutoRest Code Generator.
-// Changes may cause incorrect behavior and will be lost if the code is
-// regenerated.
-//
-
-namespace Microsoft.Azure.Management.SignalR.Models
-{
- using Microsoft.Rest;
- using Newtonsoft.Json;
- using System.Collections;
- using System.Collections.Generic;
- using System.Linq;
-
- ///
- /// Parameters for SignalR service create/update operation.
- ///
- /// Keep the same schema as AzSignalR.Models.SignalRResource
- ///
- public partial class SignalRCreateParameters : SignalRUpdateParameters
- {
- ///
- /// Initializes a new instance of the SignalRCreateParameters class.
- ///
- public SignalRCreateParameters()
- {
- CustomInit();
- }
-
- ///
- /// Initializes a new instance of the SignalRCreateParameters class.
- ///
- /// Azure GEO region: e.g. West US | East US |
- /// North Central US | South Central US | West Europe | North Europe |
- /// East Asia | Southeast Asia | etc.
- /// The geo region of a resource never changes after it is
- /// created.
- /// A list of key value pairs that describe the
- /// resource.
- /// The billing information of the resource.(e.g.
- /// basic vs. standard)
- /// Settings used to provision or configure
- /// the resource
- public SignalRCreateParameters(string location, IDictionary tags = default(IDictionary), ResourceSku sku = default(ResourceSku), SignalRCreateOrUpdateProperties properties = default(SignalRCreateOrUpdateProperties))
- : base(tags, sku, properties)
- {
- Location = location;
- CustomInit();
- }
-
- ///
- /// An initialization method that performs custom operations like setting defaults
- ///
- partial void CustomInit();
-
- ///
- /// Gets or sets azure GEO region: e.g. West US | East US | North
- /// Central US | South Central US | West Europe | North Europe | East
- /// Asia | Southeast Asia | etc.
- /// The geo region of a resource never changes after it is created.
- ///
- [JsonProperty(PropertyName = "location")]
- public string Location { get; set; }
-
- ///
- /// Validate the object.
- ///
- ///
- /// Thrown if validation fails
- ///
- public override void Validate()
- {
- base.Validate();
- if (Location == null)
- {
- throw new ValidationException(ValidationRules.CannotBeNull, "Location");
- }
- }
- }
-}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRFeature.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRFeature.cs
index 5985cf8961d0..f38478b3dc15 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRFeature.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRFeature.cs
@@ -33,34 +33,53 @@ public SignalRFeature()
///
/// Initializes a new instance of the SignalRFeature class.
///
+ /// FeatureFlags is the supported features of Azure
+ /// SignalR service.
+ /// - ServiceMode: Flag for backend server for SignalR service. Values
+ /// allowed: "Default": have your own backend server; "Serverless":
+ /// your application doesn't have a backend server; "Classic": for
+ /// backward compatibility. Support both Default and Serverless mode
+ /// but not recommended; "PredefinedOnly": for future use.
+ /// - EnableConnectivityLogs: "true"/"false", to enable/disable the
+ /// connectivity log category respectively. Possible values include:
+ /// 'ServiceMode', 'EnableConnectivityLogs',
+ /// 'EnableMessagingLogs'
/// Value of the feature flag. See Azure SignalR
- /// service document
- /// https://docs.microsoft.com/en-us/azure/azure-signalr/ for allowed
- /// values.
+ /// service document https://docs.microsoft.com/azure/azure-signalr/
+ /// for allowed values.
/// Optional properties related to this
/// feature.
- public SignalRFeature(string value, IDictionary properties = default(IDictionary))
+ public SignalRFeature(string flag, string value, IDictionary properties = default(IDictionary))
{
+ Flag = flag;
Value = value;
Properties = properties;
CustomInit();
}
- ///
- /// Static constructor for SignalRFeature class.
- ///
- static SignalRFeature()
- {
- Flag = "ServiceMode";
- }
///
/// An initialization method that performs custom operations like setting defaults
///
partial void CustomInit();
+ ///
+ /// Gets or sets featureFlags is the supported features of Azure
+ /// SignalR service.
+ /// - ServiceMode: Flag for backend server for SignalR service. Values
+ /// allowed: "Default": have your own backend server; "Serverless":
+ /// your application doesn't have a backend server; "Classic": for
+ /// backward compatibility. Support both Default and Serverless mode
+ /// but not recommended; "PredefinedOnly": for future use.
+ /// - EnableConnectivityLogs: "true"/"false", to enable/disable the
+ /// connectivity log category respectively. Possible values include:
+ /// 'ServiceMode', 'EnableConnectivityLogs', 'EnableMessagingLogs'
+ ///
+ [JsonProperty(PropertyName = "flag")]
+ public string Flag { get; set; }
+
///
/// Gets or sets value of the feature flag. See Azure SignalR service
- /// document https://docs.microsoft.com/en-us/azure/azure-signalr/ for
+ /// document https://docs.microsoft.com/azure/azure-signalr/ for
/// allowed values.
///
[JsonProperty(PropertyName = "value")]
@@ -72,12 +91,6 @@ static SignalRFeature()
[JsonProperty(PropertyName = "properties")]
public IDictionary Properties { get; set; }
- ///
- /// Kind of feature. Required.
- ///
- [JsonProperty(PropertyName = "flag")]
- public static string Flag { get; private set; }
-
///
/// Validate the object.
///
@@ -86,6 +99,10 @@ static SignalRFeature()
///
public virtual void Validate()
{
+ if (Flag == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "Flag");
+ }
if (Value == null)
{
throw new ValidationException(ValidationRules.CannotBeNull, "Value");
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRNetworkACLs.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRNetworkACLs.cs
new file mode 100644
index 000000000000..7056f222c520
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRNetworkACLs.cs
@@ -0,0 +1,73 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+
+ ///
+ /// Network ACLs for SignalR
+ ///
+ public partial class SignalRNetworkACLs
+ {
+ ///
+ /// Initializes a new instance of the SignalRNetworkACLs class.
+ ///
+ public SignalRNetworkACLs()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the SignalRNetworkACLs class.
+ ///
+ /// Default action when no other rule
+ /// matches. Possible values include: 'Allow', 'Deny'
+ /// ACL for requests from public
+ /// network
+ /// ACLs for requests from private
+ /// endpoints
+ public SignalRNetworkACLs(string defaultAction = default(string), NetworkACL publicNetwork = default(NetworkACL), IList privateEndpoints = default(IList))
+ {
+ DefaultAction = defaultAction;
+ PublicNetwork = publicNetwork;
+ PrivateEndpoints = privateEndpoints;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets default action when no other rule matches. Possible
+ /// values include: 'Allow', 'Deny'
+ ///
+ [JsonProperty(PropertyName = "defaultAction")]
+ public string DefaultAction { get; set; }
+
+ ///
+ /// Gets or sets ACL for requests from public network
+ ///
+ [JsonProperty(PropertyName = "publicNetwork")]
+ public NetworkACL PublicNetwork { get; set; }
+
+ ///
+ /// Gets or sets aCLs for requests from private endpoints
+ ///
+ [JsonProperty(PropertyName = "privateEndpoints")]
+ public IList PrivateEndpoints { get; set; }
+
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRRequestType.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRRequestType.cs
new file mode 100644
index 000000000000..0ff42fabc4fd
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRRequestType.cs
@@ -0,0 +1,23 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+
+ ///
+ /// Defines values for SignalRRequestType.
+ ///
+ public static class SignalRRequestType
+ {
+ public const string ClientConnection = "ClientConnection";
+ public const string ServerConnection = "ServerConnection";
+ public const string RESTAPI = "RESTAPI";
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRResource.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRResource.cs
index 9d39d90f64dc..671dc9325f3e 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRResource.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRResource.cs
@@ -37,14 +37,15 @@ public SignalRResource()
/// Fully qualified resource Id for the
/// resource.
/// The name of the resource.
- /// The type of the service - e.g.
+ /// The type of the resource - e.g.
/// "Microsoft.SignalRService/SignalR"
/// The GEO location of the SignalR service.
/// e.g. West US | East US | North Central US | South Central
/// US.
/// Tags of the service which is a list of key value
/// pairs that describe the resource.
- /// SKU of the service.
+ /// The billing information of the resource.(e.g.
+ /// Free, Standard)
/// Prefix for the hostName of the SignalR
/// service. Retained for future use.
/// The hostname will be of format:
@@ -62,6 +63,9 @@ public SignalRResource()
/// in terms of different FeatureFlags.
/// Cross-Origin Resource Sharing (CORS)
/// settings.
+ /// Upstream settings when the Azure SignalR is
+ /// in server-less mode.
+ /// Network ACLs
/// Provisioning state of the resource.
/// Possible values include: 'Unknown', 'Succeeded', 'Failed',
/// 'Canceled', 'Running', 'Creating', 'Updating', 'Deleting',
@@ -78,19 +82,28 @@ public SignalRResource()
/// usage.
/// Version of the SignalR resource. Probably you
/// need the same or higher version of client SDKs.
- public SignalRResource(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary tags = default(IDictionary), ResourceSku sku = default(ResourceSku), string hostNamePrefix = default(string), IList features = default(IList), SignalRCorsSettings cors = default(SignalRCorsSettings), string provisioningState = default(string), string externalIP = default(string), string hostName = default(string), int? publicPort = default(int?), int? serverPort = default(int?), string version = default(string))
+ /// Private endpoint
+ /// connections to the SignalR resource.
+ /// The kind of the service - e.g. "SignalR", or
+ /// "RawWebSockets" for "Microsoft.SignalRService/SignalR". Possible
+ /// values include: 'SignalR', 'RawWebSockets'
+ public SignalRResource(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary tags = default(IDictionary), ResourceSku sku = default(ResourceSku), string hostNamePrefix = default(string), IList features = default(IList), SignalRCorsSettings cors = default(SignalRCorsSettings), ServerlessUpstreamSettings upstream = default(ServerlessUpstreamSettings), SignalRNetworkACLs networkACLs = default(SignalRNetworkACLs), string provisioningState = default(string), string externalIP = default(string), string hostName = default(string), int? publicPort = default(int?), int? serverPort = default(int?), string version = default(string), IList privateEndpointConnections = default(IList), string kind = default(string))
: base(id, name, type, location, tags)
{
Sku = sku;
HostNamePrefix = hostNamePrefix;
Features = features;
Cors = cors;
+ Upstream = upstream;
+ NetworkACLs = networkACLs;
ProvisioningState = provisioningState;
ExternalIP = externalIP;
HostName = hostName;
PublicPort = publicPort;
ServerPort = serverPort;
Version = version;
+ PrivateEndpointConnections = privateEndpointConnections;
+ Kind = kind;
CustomInit();
}
@@ -100,7 +113,8 @@ public SignalRResource()
partial void CustomInit();
///
- /// Gets or sets SKU of the service.
+ /// Gets or sets the billing information of the resource.(e.g. Free,
+ /// Standard)
///
[JsonProperty(PropertyName = "sku")]
public ResourceSku Sku { get; set; }
@@ -135,6 +149,19 @@ public SignalRResource()
[JsonProperty(PropertyName = "properties.cors")]
public SignalRCorsSettings Cors { get; set; }
+ ///
+ /// Gets or sets upstream settings when the Azure SignalR is in
+ /// server-less mode.
+ ///
+ [JsonProperty(PropertyName = "properties.upstream")]
+ public ServerlessUpstreamSettings Upstream { get; set; }
+
+ ///
+ /// Gets or sets network ACLs
+ ///
+ [JsonProperty(PropertyName = "properties.networkACLs")]
+ public SignalRNetworkACLs NetworkACLs { get; set; }
+
///
/// Gets provisioning state of the resource. Possible values include:
/// 'Unknown', 'Succeeded', 'Failed', 'Canceled', 'Running',
@@ -171,11 +198,25 @@ public SignalRResource()
public int? ServerPort { get; private set; }
///
- /// Gets or sets version of the SignalR resource. Probably you need the
- /// same or higher version of client SDKs.
+ /// Gets version of the SignalR resource. Probably you need the same or
+ /// higher version of client SDKs.
///
[JsonProperty(PropertyName = "properties.version")]
- public string Version { get; set; }
+ public string Version { get; private set; }
+
+ ///
+ /// Gets private endpoint connections to the SignalR resource.
+ ///
+ [JsonProperty(PropertyName = "properties.privateEndpointConnections")]
+ public IList PrivateEndpointConnections { get; private set; }
+
+ ///
+ /// Gets or sets the kind of the service - e.g. "SignalR", or
+ /// "RawWebSockets" for "Microsoft.SignalRService/SignalR". Possible
+ /// values include: 'SignalR', 'RawWebSockets'
+ ///
+ [JsonProperty(PropertyName = "kind")]
+ public string Kind { get; set; }
///
/// Validate the object.
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRUpdateParameters.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRUpdateParameters.cs
deleted file mode 100644
index 866300ecba8b..000000000000
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/SignalRUpdateParameters.cs
+++ /dev/null
@@ -1,86 +0,0 @@
-//
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License. See License.txt in the project root for
-// license information.
-//
-// Code generated by Microsoft (R) AutoRest Code Generator.
-// Changes may cause incorrect behavior and will be lost if the code is
-// regenerated.
-//
-
-namespace Microsoft.Azure.Management.SignalR.Models
-{
- using Newtonsoft.Json;
- using System.Collections;
- using System.Collections.Generic;
- using System.Linq;
-
- ///
- /// Parameters for SignalR service update operation
- ///
- public partial class SignalRUpdateParameters
- {
- ///
- /// Initializes a new instance of the SignalRUpdateParameters class.
- ///
- public SignalRUpdateParameters()
- {
- CustomInit();
- }
-
- ///
- /// Initializes a new instance of the SignalRUpdateParameters class.
- ///
- /// A list of key value pairs that describe the
- /// resource.
- /// The billing information of the resource.(e.g.
- /// basic vs. standard)
- /// Settings used to provision or configure
- /// the resource
- public SignalRUpdateParameters(IDictionary tags = default(IDictionary), ResourceSku sku = default(ResourceSku), SignalRCreateOrUpdateProperties properties = default(SignalRCreateOrUpdateProperties))
- {
- Tags = tags;
- Sku = sku;
- Properties = properties;
- CustomInit();
- }
-
- ///
- /// An initialization method that performs custom operations like setting defaults
- ///
- partial void CustomInit();
-
- ///
- /// Gets or sets a list of key value pairs that describe the resource.
- ///
- [JsonProperty(PropertyName = "tags")]
- public IDictionary Tags { get; set; }
-
- ///
- /// Gets or sets the billing information of the resource.(e.g. basic
- /// vs. standard)
- ///
- [JsonProperty(PropertyName = "sku")]
- public ResourceSku Sku { get; set; }
-
- ///
- /// Gets or sets settings used to provision or configure the resource
- ///
- [JsonProperty(PropertyName = "properties")]
- public SignalRCreateOrUpdateProperties Properties { get; set; }
-
- ///
- /// Validate the object.
- ///
- ///
- /// Thrown if validation fails
- ///
- public virtual void Validate()
- {
- if (Sku != null)
- {
- Sku.Validate();
- }
- }
- }
-}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/TrackedResource.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/TrackedResource.cs
index 84e63367c1bb..37c51994e20e 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/TrackedResource.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/TrackedResource.cs
@@ -34,7 +34,7 @@ public TrackedResource()
/// Fully qualified resource Id for the
/// resource.
/// The name of the resource.
- /// The type of the service - e.g.
+ /// The type of the resource - e.g.
/// "Microsoft.SignalRService/SignalR"
/// The GEO location of the SignalR service.
/// e.g. West US | East US | North Central US | South Central
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/UpstreamTemplate.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/UpstreamTemplate.cs
new file mode 100644
index 000000000000..34ebebed5606
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Models/UpstreamTemplate.cs
@@ -0,0 +1,149 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR.Models
+{
+ using Microsoft.Rest;
+ using Newtonsoft.Json;
+ using System.Linq;
+
+ ///
+ /// Upstream template item settings. It defines the Upstream URL of the
+ /// incoming requests.
+ /// The template defines the pattern of the event, the hub or the category
+ /// of the incoming request that matches current URL template.
+ ///
+ public partial class UpstreamTemplate
+ {
+ ///
+ /// Initializes a new instance of the UpstreamTemplate class.
+ ///
+ public UpstreamTemplate()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the UpstreamTemplate class.
+ ///
+ /// Gets or sets the Upstream URL template.
+ /// You can use 3 predefined parameters {hub}, {category} {event}
+ /// inside the template, the value of the Upstream URL is dynamically
+ /// calculated when the client request comes in.
+ /// For example, if the urlTemplate is
+ /// `http://example.com/{hub}/api/{event}`, with a client request from
+ /// hub `chat` connects, it will first POST to this URL:
+ /// `http://example.com/chat/api/connect`.
+ /// Gets or sets the matching pattern for hub
+ /// names. If not set, it matches any hub.
+ /// There are 3 kind of patterns supported:
+ /// 1. "*", it to matches any hub name
+ /// 2. Combine multiple hubs with ",", for example "hub1,hub2", it
+ /// matches "hub1" and "hub2"
+ /// 3. The single hub name, for example, "hub1", it matches
+ /// "hub1"
+ /// Gets or sets the matching pattern for
+ /// event names. If not set, it matches any event.
+ /// There are 3 kind of patterns supported:
+ /// 1. "*", it to matches any event name
+ /// 2. Combine multiple events with ",", for example
+ /// "connect,disconnect", it matches event "connect" and "disconnect"
+ /// 3. The single event name, for example, "connect", it matches
+ /// "connect"
+ /// Gets or sets the matching pattern for
+ /// category names. If not set, it matches any category.
+ /// There are 3 kind of patterns supported:
+ /// 1. "*", it to matches any category name
+ /// 2. Combine multiple categories with ",", for example
+ /// "connections,messages", it matches category "connections" and
+ /// "messages"
+ /// 3. The single category name, for example, "connections", it matches
+ /// the category "connections"
+ public UpstreamTemplate(string urlTemplate, string hubPattern = default(string), string eventPattern = default(string), string categoryPattern = default(string))
+ {
+ HubPattern = hubPattern;
+ EventPattern = eventPattern;
+ CategoryPattern = categoryPattern;
+ UrlTemplate = urlTemplate;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets the matching pattern for hub names. If not set, it
+ /// matches any hub.
+ /// There are 3 kind of patterns supported:
+ /// 1. "*", it to matches any hub name
+ /// 2. Combine multiple hubs with ",", for example "hub1,hub2", it
+ /// matches "hub1" and "hub2"
+ /// 3. The single hub name, for example, "hub1", it matches "hub1"
+ ///
+ [JsonProperty(PropertyName = "hubPattern")]
+ public string HubPattern { get; set; }
+
+ ///
+ /// Gets or sets the matching pattern for event names. If not set, it
+ /// matches any event.
+ /// There are 3 kind of patterns supported:
+ /// 1. "*", it to matches any event name
+ /// 2. Combine multiple events with ",", for example
+ /// "connect,disconnect", it matches event "connect" and "disconnect"
+ /// 3. The single event name, for example, "connect", it matches
+ /// "connect"
+ ///
+ [JsonProperty(PropertyName = "eventPattern")]
+ public string EventPattern { get; set; }
+
+ ///
+ /// Gets or sets the matching pattern for category names. If not set,
+ /// it matches any category.
+ /// There are 3 kind of patterns supported:
+ /// 1. "*", it to matches any category name
+ /// 2. Combine multiple categories with ",", for example
+ /// "connections,messages", it matches category "connections" and
+ /// "messages"
+ /// 3. The single category name, for example, "connections", it matches
+ /// the category "connections"
+ ///
+ [JsonProperty(PropertyName = "categoryPattern")]
+ public string CategoryPattern { get; set; }
+
+ ///
+ /// Gets or sets the Upstream URL template. You can use 3 predefined
+ /// parameters {hub}, {category} {event} inside the template, the value
+ /// of the Upstream URL is dynamically calculated when the client
+ /// request comes in.
+ /// For example, if the urlTemplate is
+ /// `http://example.com/{hub}/api/{event}`, with a client request from
+ /// hub `chat` connects, it will first POST to this URL:
+ /// `http://example.com/chat/api/connect`.
+ ///
+ [JsonProperty(PropertyName = "urlTemplate")]
+ public string UrlTemplate { get; set; }
+
+ ///
+ /// Validate the object.
+ ///
+ ///
+ /// Thrown if validation fails
+ ///
+ public virtual void Validate()
+ {
+ if (UrlTemplate == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "UrlTemplate");
+ }
+ }
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Operations.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Operations.cs
index d6004b5c65e0..2bfba544f4ae 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Operations.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/Operations.cs
@@ -60,7 +60,7 @@ internal Operations(SignalRManagementClient client)
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -159,14 +159,13 @@ internal Operations(SignalRManagementClient client)
string _responseContent = null;
if ((int)_statusCode != 200)
{
- var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
try
{
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
- CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
if (_errorBody != null)
{
- ex = new CloudException(_errorBody.Message);
ex.Body = _errorBody;
}
}
@@ -176,10 +175,6 @@ internal Operations(SignalRManagementClient client)
}
ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
- if (_httpResponse.Headers.Contains("x-ms-request-id"))
- {
- ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
- }
if (_shouldTrace)
{
ServiceClientTracing.Error(_invocationId, ex);
@@ -237,7 +232,7 @@ internal Operations(SignalRManagementClient client)
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -333,14 +328,13 @@ internal Operations(SignalRManagementClient client)
string _responseContent = null;
if ((int)_statusCode != 200)
{
- var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
try
{
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
- CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
if (_errorBody != null)
{
- ex = new CloudException(_errorBody.Message);
ex.Body = _errorBody;
}
}
@@ -350,10 +344,6 @@ internal Operations(SignalRManagementClient client)
}
ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
- if (_httpResponse.Headers.Contains("x-ms-request-id"))
- {
- ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
- }
if (_shouldTrace)
{
ServiceClientTracing.Error(_invocationId, ex);
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SdkInfo_SignalRManagementClient.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SdkInfo_SignalRManagementClient.cs
index 08a097b35da4..42fea96aac6e 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SdkInfo_SignalRManagementClient.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SdkInfo_SignalRManagementClient.cs
@@ -19,19 +19,21 @@ public static IEnumerable> ApiInfo_SignalRManageme
{
return new Tuple[]
{
- new Tuple("SignalRService", "Operations", "2018-10-01"),
- new Tuple("SignalRService", "SignalR", "2018-10-01"),
- new Tuple("SignalRService", "Usages", "2018-10-01"),
+ new Tuple("SignalRService", "Operations", "2020-05-01"),
+ new Tuple("SignalRService", "SignalR", "2020-05-01"),
+ new Tuple("SignalRService", "SignalRPrivateEndpointConnections", "2020-05-01"),
+ new Tuple("SignalRService", "SignalRPrivateLinkResources", "2020-05-01"),
+ new Tuple("SignalRService", "Usages", "2020-05-01"),
}.AsEnumerable();
}
}
// BEGIN: Code Generation Metadata Section
- public static readonly String AutoRestVersion = "latest";
+ public static readonly String AutoRestVersion = "v2";
public static readonly String AutoRestBootStrapperVersion = "autorest@1.9.1";
- public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/signalr/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=D:\\workspace\\github\\juniwang\\azure-sdk-for-net\\sdk";
+ public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/signalr/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\\workspace\\github\\juniwang\\azure-sdk-for-net\\sdk";
public static readonly String GithubForkName = "Azure";
public static readonly String GithubBranchName = "master";
- public static readonly String GithubCommidId = "59c5761efb6dae1a0cfb624bc1a054e902a855cf";
+ public static readonly String GithubCommidId = "5dd684b32ab297eb1b3a9bb00c432ede348eaddb";
public static readonly String CodeGenerationErrors = "";
public static readonly String GithubRepoName = "azure-rest-api-specs";
// END: Code Generation Metadata Section
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalRManagementClient.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalRManagementClient.cs
index 1c27a085e4f1..1dadac2aae51 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalRManagementClient.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalRManagementClient.cs
@@ -86,6 +86,16 @@ public partial class SignalRManagementClient : ServiceClient
public virtual ISignalROperations SignalR { get; private set; }
+ ///
+ /// Gets the ISignalRPrivateEndpointConnectionsOperations.
+ ///
+ public virtual ISignalRPrivateEndpointConnectionsOperations SignalRPrivateEndpointConnections { get; private set; }
+
+ ///
+ /// Gets the ISignalRPrivateLinkResourcesOperations.
+ ///
+ public virtual ISignalRPrivateLinkResourcesOperations SignalRPrivateLinkResources { get; private set; }
+
///
/// Gets the IUsagesOperations.
///
@@ -334,9 +344,11 @@ private void Initialize()
{
Operations = new Operations(this);
SignalR = new SignalROperations(this);
+ SignalRPrivateEndpointConnections = new SignalRPrivateEndpointConnectionsOperations(this);
+ SignalRPrivateLinkResources = new SignalRPrivateLinkResourcesOperations(this);
Usages = new UsagesOperations(this);
BaseUri = new System.Uri("https://management.azure.com");
- ApiVersion = "2018-10-01";
+ ApiVersion = "2020-05-01";
AcceptLanguage = "en-US";
LongRunningOperationRetryTimeout = 30;
GenerateClientRequestId = true;
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalROperations.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalROperations.cs
index 48ba52176c31..faa1d35de436 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalROperations.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalROperations.cs
@@ -65,7 +65,7 @@ internal SignalROperations(SignalRManagementClient client)
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -186,14 +186,13 @@ internal SignalROperations(SignalRManagementClient client)
string _responseContent = null;
if ((int)_statusCode != 200)
{
- var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
try
{
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
- CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
if (_errorBody != null)
{
- ex = new CloudException(_errorBody.Message);
ex.Body = _errorBody;
}
}
@@ -203,10 +202,6 @@ internal SignalROperations(SignalRManagementClient client)
}
ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
- if (_httpResponse.Headers.Contains("x-ms-request-id"))
- {
- ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
- }
if (_shouldTrace)
{
ServiceClientTracing.Error(_invocationId, ex);
@@ -260,7 +255,7 @@ internal SignalROperations(SignalRManagementClient client)
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -297,7 +292,7 @@ internal SignalROperations(SignalRManagementClient client)
}
// Construct URL
var _baseUrl = Client.BaseUri.AbsoluteUri;
- var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/SignalR").ToString();
+ var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/signalR").ToString();
_url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
List _queryParameters = new List();
if (Client.ApiVersion != null)
@@ -364,14 +359,13 @@ internal SignalROperations(SignalRManagementClient client)
string _responseContent = null;
if ((int)_statusCode != 200)
{
- var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
try
{
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
- CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
if (_errorBody != null)
{
- ex = new CloudException(_errorBody.Message);
ex.Body = _errorBody;
}
}
@@ -381,10 +375,6 @@ internal SignalROperations(SignalRManagementClient client)
}
ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
- if (_httpResponse.Headers.Contains("x-ms-request-id"))
- {
- ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
- }
if (_shouldTrace)
{
ServiceClientTracing.Error(_invocationId, ex);
@@ -442,7 +432,7 @@ internal SignalROperations(SignalRManagementClient client)
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -484,7 +474,7 @@ internal SignalROperations(SignalRManagementClient client)
}
// Construct URL
var _baseUrl = Client.BaseUri.AbsoluteUri;
- var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/SignalR").ToString();
+ var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR").ToString();
_url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
_url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName));
List _queryParameters = new List();
@@ -552,14 +542,13 @@ internal SignalROperations(SignalRManagementClient client)
string _responseContent = null;
if ((int)_statusCode != 200)
{
- var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
try
{
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
- CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
if (_errorBody != null)
{
- ex = new CloudException(_errorBody.Message);
ex.Body = _errorBody;
}
}
@@ -569,10 +558,6 @@ internal SignalROperations(SignalRManagementClient client)
}
ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
- if (_httpResponse.Headers.Contains("x-ms-request-id"))
- {
- ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
- }
if (_shouldTrace)
{
ServiceClientTracing.Error(_invocationId, ex);
@@ -633,7 +618,7 @@ internal SignalROperations(SignalRManagementClient client)
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -680,7 +665,7 @@ internal SignalROperations(SignalRManagementClient client)
}
// Construct URL
var _baseUrl = Client.BaseUri.AbsoluteUri;
- var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/SignalR/{resourceName}/listKeys").ToString();
+ var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/listKeys").ToString();
_url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
_url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName));
_url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName));
@@ -749,14 +734,13 @@ internal SignalROperations(SignalRManagementClient client)
string _responseContent = null;
if ((int)_statusCode != 200)
{
- var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
try
{
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
- CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
if (_errorBody != null)
{
- ex = new CloudException(_errorBody.Message);
ex.Body = _errorBody;
}
}
@@ -766,10 +750,6 @@ internal SignalROperations(SignalRManagementClient client)
}
ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
- if (_httpResponse.Headers.Contains("x-ms-request-id"))
- {
- ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
- }
if (_shouldTrace)
{
ServiceClientTracing.Error(_invocationId, ex);
@@ -857,7 +837,7 @@ internal SignalROperations(SignalRManagementClient client)
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -973,14 +953,13 @@ internal SignalROperations(SignalRManagementClient client)
string _responseContent = null;
if ((int)_statusCode != 200)
{
- var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
try
{
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
- CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
if (_errorBody != null)
{
- ex = new CloudException(_errorBody.Message);
ex.Body = _errorBody;
}
}
@@ -990,10 +969,6 @@ internal SignalROperations(SignalRManagementClient client)
}
ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
- if (_httpResponse.Headers.Contains("x-ms-request-id"))
- {
- ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
- }
if (_shouldTrace)
{
ServiceClientTracing.Error(_invocationId, ex);
@@ -1057,7 +1032,7 @@ internal SignalROperations(SignalRManagementClient client)
///
/// The cancellation token.
///
- public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, SignalRCreateParameters parameters = default(SignalRCreateParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, SignalRResource parameters = default(SignalRResource), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
{
// Send Request
AzureOperationResponse _response = await BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, resourceName, parameters, customHeaders, cancellationToken).ConfigureAwait(false);
@@ -1106,7 +1081,7 @@ internal SignalROperations(SignalRManagementClient client)
///
/// The cancellation token.
///
- public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, SignalRUpdateParameters parameters = default(SignalRUpdateParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, SignalRResource parameters = default(SignalRResource), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
{
// Send Request
AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(resourceGroupName, resourceName, parameters, customHeaders, cancellationToken).ConfigureAwait(false);
@@ -1156,7 +1131,7 @@ internal SignalROperations(SignalRManagementClient client)
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -1204,7 +1179,7 @@ internal SignalROperations(SignalRManagementClient client)
}
// Construct URL
var _baseUrl = Client.BaseUri.AbsoluteUri;
- var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/SignalR/{resourceName}/regenerateKey").ToString();
+ var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/regenerateKey").ToString();
_url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
_url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName));
_url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName));
@@ -1279,14 +1254,13 @@ internal SignalROperations(SignalRManagementClient client)
string _responseContent = null;
if ((int)_statusCode != 201)
{
- var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
try
{
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
- CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
if (_errorBody != null)
{
- ex = new CloudException(_errorBody.Message);
ex.Body = _errorBody;
}
}
@@ -1296,10 +1270,6 @@ internal SignalROperations(SignalRManagementClient client)
}
ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
- if (_httpResponse.Headers.Contains("x-ms-request-id"))
- {
- ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
- }
if (_shouldTrace)
{
ServiceClientTracing.Error(_invocationId, ex);
@@ -1363,7 +1333,7 @@ internal SignalROperations(SignalRManagementClient client)
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -1378,7 +1348,7 @@ internal SignalROperations(SignalRManagementClient client)
///
/// A response object containing the response body and response headers.
///
- public async Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, SignalRCreateParameters parameters = default(SignalRCreateParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ public async Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, SignalRResource parameters = default(SignalRResource), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
{
if (parameters != null)
{
@@ -1488,16 +1458,15 @@ internal SignalROperations(SignalRManagementClient client)
HttpStatusCode _statusCode = _httpResponse.StatusCode;
cancellationToken.ThrowIfCancellationRequested();
string _responseContent = null;
- if ((int)_statusCode != 201 && (int)_statusCode != 202)
+ if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202)
{
- var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
try
{
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
- CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
if (_errorBody != null)
{
- ex = new CloudException(_errorBody.Message);
ex.Body = _errorBody;
}
}
@@ -1507,10 +1476,6 @@ internal SignalROperations(SignalRManagementClient client)
}
ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
- if (_httpResponse.Headers.Contains("x-ms-request-id"))
- {
- ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
- }
if (_shouldTrace)
{
ServiceClientTracing.Error(_invocationId, ex);
@@ -1531,6 +1496,24 @@ internal SignalROperations(SignalRManagementClient client)
_result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
}
// Deserialize Response
+ if ((int)_statusCode == 200)
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ try
+ {
+ _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ }
+ catch (JsonException ex)
+ {
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw new SerializationException("Unable to deserialize the response.", _responseContent, ex);
+ }
+ }
+ // Deserialize Response
if ((int)_statusCode == 201)
{
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
@@ -1571,7 +1554,7 @@ internal SignalROperations(SignalRManagementClient client)
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -1684,14 +1667,13 @@ internal SignalROperations(SignalRManagementClient client)
string _responseContent = null;
if ((int)_statusCode != 202 && (int)_statusCode != 204)
{
- var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
try
{
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
- CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
if (_errorBody != null)
{
- ex = new CloudException(_errorBody.Message);
ex.Body = _errorBody;
}
}
@@ -1701,10 +1683,6 @@ internal SignalROperations(SignalRManagementClient client)
}
ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
- if (_httpResponse.Headers.Contains("x-ms-request-id"))
- {
- ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
- }
if (_shouldTrace)
{
ServiceClientTracing.Error(_invocationId, ex);
@@ -1750,7 +1728,7 @@ internal SignalROperations(SignalRManagementClient client)
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -1765,7 +1743,7 @@ internal SignalROperations(SignalRManagementClient client)
///
/// A response object containing the response body and response headers.
///
- public async Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, SignalRUpdateParameters parameters = default(SignalRUpdateParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ public async Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, SignalRResource parameters = default(SignalRResource), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
{
if (Client.ApiVersion == null)
{
@@ -1873,14 +1851,13 @@ internal SignalROperations(SignalRManagementClient client)
string _responseContent = null;
if ((int)_statusCode != 200 && (int)_statusCode != 202)
{
- var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
try
{
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
- CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
if (_errorBody != null)
{
- ex = new CloudException(_errorBody.Message);
ex.Body = _errorBody;
}
}
@@ -1890,10 +1867,6 @@ internal SignalROperations(SignalRManagementClient client)
}
ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
- if (_httpResponse.Headers.Contains("x-ms-request-id"))
- {
- ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
- }
if (_shouldTrace)
{
ServiceClientTracing.Error(_invocationId, ex);
@@ -1954,7 +1927,7 @@ internal SignalROperations(SignalRManagementClient client)
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -2067,14 +2040,13 @@ internal SignalROperations(SignalRManagementClient client)
string _responseContent = null;
if ((int)_statusCode != 202 && (int)_statusCode != 204)
{
- var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
try
{
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
- CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
if (_errorBody != null)
{
- ex = new CloudException(_errorBody.Message);
ex.Body = _errorBody;
}
}
@@ -2084,10 +2056,6 @@ internal SignalROperations(SignalRManagementClient client)
}
ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
- if (_httpResponse.Headers.Contains("x-ms-request-id"))
- {
- ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
- }
if (_shouldTrace)
{
ServiceClientTracing.Error(_invocationId, ex);
@@ -2126,7 +2094,7 @@ internal SignalROperations(SignalRManagementClient client)
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -2222,14 +2190,13 @@ internal SignalROperations(SignalRManagementClient client)
string _responseContent = null;
if ((int)_statusCode != 200)
{
- var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
try
{
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
- CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
if (_errorBody != null)
{
- ex = new CloudException(_errorBody.Message);
ex.Body = _errorBody;
}
}
@@ -2239,10 +2206,6 @@ internal SignalROperations(SignalRManagementClient client)
}
ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
- if (_httpResponse.Headers.Contains("x-ms-request-id"))
- {
- ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
- }
if (_shouldTrace)
{
ServiceClientTracing.Error(_invocationId, ex);
@@ -2299,7 +2262,7 @@ internal SignalROperations(SignalRManagementClient client)
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -2395,14 +2358,13 @@ internal SignalROperations(SignalRManagementClient client)
string _responseContent = null;
if ((int)_statusCode != 200)
{
- var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
try
{
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
- CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
if (_errorBody != null)
{
- ex = new CloudException(_errorBody.Message);
ex.Body = _errorBody;
}
}
@@ -2412,10 +2374,6 @@ internal SignalROperations(SignalRManagementClient client)
}
ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
- if (_httpResponse.Headers.Contains("x-ms-request-id"))
- {
- ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
- }
if (_shouldTrace)
{
ServiceClientTracing.Error(_invocationId, ex);
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalROperationsExtensions.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalROperationsExtensions.cs
index b063e149a269..6719df4c8bbc 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalROperationsExtensions.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalROperationsExtensions.cs
@@ -275,7 +275,7 @@ public static SignalRResource Get(this ISignalROperations operations, string res
///
/// Parameters for the create or update operation
///
- public static SignalRResource CreateOrUpdate(this ISignalROperations operations, string resourceGroupName, string resourceName, SignalRCreateParameters parameters = default(SignalRCreateParameters))
+ public static SignalRResource CreateOrUpdate(this ISignalROperations operations, string resourceGroupName, string resourceName, SignalRResource parameters = default(SignalRResource))
{
return operations.CreateOrUpdateAsync(resourceGroupName, resourceName, parameters).GetAwaiter().GetResult();
}
@@ -299,7 +299,7 @@ public static SignalRResource Get(this ISignalROperations operations, string res
///
/// The cancellation token.
///
- public static async Task CreateOrUpdateAsync(this ISignalROperations operations, string resourceGroupName, string resourceName, SignalRCreateParameters parameters = default(SignalRCreateParameters), CancellationToken cancellationToken = default(CancellationToken))
+ public static async Task CreateOrUpdateAsync(this ISignalROperations operations, string resourceGroupName, string resourceName, SignalRResource parameters = default(SignalRResource), CancellationToken cancellationToken = default(CancellationToken))
{
using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, resourceName, parameters, null, cancellationToken).ConfigureAwait(false))
{
@@ -362,7 +362,7 @@ public static void Delete(this ISignalROperations operations, string resourceGro
///
/// Parameters for the update operation
///
- public static SignalRResource Update(this ISignalROperations operations, string resourceGroupName, string resourceName, SignalRUpdateParameters parameters = default(SignalRUpdateParameters))
+ public static SignalRResource Update(this ISignalROperations operations, string resourceGroupName, string resourceName, SignalRResource parameters = default(SignalRResource))
{
return operations.UpdateAsync(resourceGroupName, resourceName, parameters).GetAwaiter().GetResult();
}
@@ -386,7 +386,7 @@ public static void Delete(this ISignalROperations operations, string resourceGro
///
/// The cancellation token.
///
- public static async Task UpdateAsync(this ISignalROperations operations, string resourceGroupName, string resourceName, SignalRUpdateParameters parameters = default(SignalRUpdateParameters), CancellationToken cancellationToken = default(CancellationToken))
+ public static async Task UpdateAsync(this ISignalROperations operations, string resourceGroupName, string resourceName, SignalRResource parameters = default(SignalRResource), CancellationToken cancellationToken = default(CancellationToken))
{
using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, resourceName, parameters, null, cancellationToken).ConfigureAwait(false))
{
@@ -499,7 +499,7 @@ public static void Restart(this ISignalROperations operations, string resourceGr
///
/// Parameters for the create or update operation
///
- public static SignalRResource BeginCreateOrUpdate(this ISignalROperations operations, string resourceGroupName, string resourceName, SignalRCreateParameters parameters = default(SignalRCreateParameters))
+ public static SignalRResource BeginCreateOrUpdate(this ISignalROperations operations, string resourceGroupName, string resourceName, SignalRResource parameters = default(SignalRResource))
{
return operations.BeginCreateOrUpdateAsync(resourceGroupName, resourceName, parameters).GetAwaiter().GetResult();
}
@@ -523,7 +523,7 @@ public static void Restart(this ISignalROperations operations, string resourceGr
///
/// The cancellation token.
///
- public static async Task BeginCreateOrUpdateAsync(this ISignalROperations operations, string resourceGroupName, string resourceName, SignalRCreateParameters parameters = default(SignalRCreateParameters), CancellationToken cancellationToken = default(CancellationToken))
+ public static async Task BeginCreateOrUpdateAsync(this ISignalROperations operations, string resourceGroupName, string resourceName, SignalRResource parameters = default(SignalRResource), CancellationToken cancellationToken = default(CancellationToken))
{
using (var _result = await operations.BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, resourceName, parameters, null, cancellationToken).ConfigureAwait(false))
{
@@ -586,7 +586,7 @@ public static void BeginDelete(this ISignalROperations operations, string resour
///
/// Parameters for the update operation
///
- public static SignalRResource BeginUpdate(this ISignalROperations operations, string resourceGroupName, string resourceName, SignalRUpdateParameters parameters = default(SignalRUpdateParameters))
+ public static SignalRResource BeginUpdate(this ISignalROperations operations, string resourceGroupName, string resourceName, SignalRResource parameters = default(SignalRResource))
{
return operations.BeginUpdateAsync(resourceGroupName, resourceName, parameters).GetAwaiter().GetResult();
}
@@ -610,7 +610,7 @@ public static void BeginDelete(this ISignalROperations operations, string resour
///
/// The cancellation token.
///
- public static async Task BeginUpdateAsync(this ISignalROperations operations, string resourceGroupName, string resourceName, SignalRUpdateParameters parameters = default(SignalRUpdateParameters), CancellationToken cancellationToken = default(CancellationToken))
+ public static async Task BeginUpdateAsync(this ISignalROperations operations, string resourceGroupName, string resourceName, SignalRResource parameters = default(SignalRResource), CancellationToken cancellationToken = default(CancellationToken))
{
using (var _result = await operations.BeginUpdateWithHttpMessagesAsync(resourceGroupName, resourceName, parameters, null, cancellationToken).ConfigureAwait(false))
{
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalRPrivateEndpointConnectionsOperations.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalRPrivateEndpointConnectionsOperations.cs
new file mode 100644
index 000000000000..d97a732fd118
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalRPrivateEndpointConnectionsOperations.cs
@@ -0,0 +1,680 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+ using System.Net;
+ using System.Net.Http;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// SignalRPrivateEndpointConnectionsOperations operations.
+ ///
+ internal partial class SignalRPrivateEndpointConnectionsOperations : IServiceOperations, ISignalRPrivateEndpointConnectionsOperations
+ {
+ ///
+ /// Initializes a new instance of the SignalRPrivateEndpointConnectionsOperations class.
+ ///
+ ///
+ /// Reference to the service client.
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ internal SignalRPrivateEndpointConnectionsOperations(SignalRManagementClient client)
+ {
+ if (client == null)
+ {
+ throw new System.ArgumentNullException("client");
+ }
+ Client = client;
+ }
+
+ ///
+ /// Gets a reference to the SignalRManagementClient
+ ///
+ public SignalRManagementClient Client { get; private set; }
+
+ ///
+ /// Get the specified private endpoint connection associated with a SignalR
+ /// resource.
+ ///
+ ///
+ /// The name of the private endpoint connection associated with the SignalR
+ /// resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can obtain
+ /// this value from the Azure Resource Manager API or the portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task> GetWithHttpMessagesAsync(string privateEndpointConnectionName, string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ if (privateEndpointConnectionName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "privateEndpointConnectionName");
+ }
+ if (Client.ApiVersion == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion");
+ }
+ if (Client.SubscriptionId == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId");
+ }
+ if (resourceGroupName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName");
+ }
+ if (resourceName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "resourceName");
+ }
+ // Tracing
+ bool _shouldTrace = ServiceClientTracing.IsEnabled;
+ string _invocationId = null;
+ if (_shouldTrace)
+ {
+ _invocationId = ServiceClientTracing.NextInvocationId.ToString();
+ Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("privateEndpointConnectionName", privateEndpointConnectionName);
+ tracingParameters.Add("resourceGroupName", resourceGroupName);
+ tracingParameters.Add("resourceName", resourceName);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters);
+ }
+ // Construct URL
+ var _baseUrl = Client.BaseUri.AbsoluteUri;
+ var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}").ToString();
+ _url = _url.Replace("{privateEndpointConnectionName}", System.Uri.EscapeDataString(privateEndpointConnectionName));
+ _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
+ _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName));
+ _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName));
+ List _queryParameters = new List();
+ if (Client.ApiVersion != null)
+ {
+ _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion)));
+ }
+ if (_queryParameters.Count > 0)
+ {
+ _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
+ }
+ // Create HTTP transport objects
+ var _httpRequest = new HttpRequestMessage();
+ HttpResponseMessage _httpResponse = null;
+ _httpRequest.Method = new HttpMethod("GET");
+ _httpRequest.RequestUri = new System.Uri(_url);
+ // Set Headers
+ if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value)
+ {
+ _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString());
+ }
+ if (Client.AcceptLanguage != null)
+ {
+ if (_httpRequest.Headers.Contains("accept-language"))
+ {
+ _httpRequest.Headers.Remove("accept-language");
+ }
+ _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage);
+ }
+
+
+ if (customHeaders != null)
+ {
+ foreach(var _header in customHeaders)
+ {
+ if (_httpRequest.Headers.Contains(_header.Key))
+ {
+ _httpRequest.Headers.Remove(_header.Key);
+ }
+ _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value);
+ }
+ }
+
+ // Serialize Request
+ string _requestContent = null;
+ // Set Credentials
+ if (Client.Credentials != null)
+ {
+ cancellationToken.ThrowIfCancellationRequested();
+ await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ }
+ // Send Request
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.SendRequest(_invocationId, _httpRequest);
+ }
+ cancellationToken.ThrowIfCancellationRequested();
+ _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse);
+ }
+ HttpStatusCode _statusCode = _httpResponse.StatusCode;
+ cancellationToken.ThrowIfCancellationRequested();
+ string _responseContent = null;
+ if ((int)_statusCode != 200)
+ {
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ try
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ if (_errorBody != null)
+ {
+ ex.Body = _errorBody;
+ }
+ }
+ catch (JsonException)
+ {
+ // Ignore the exception
+ }
+ ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
+ ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Error(_invocationId, ex);
+ }
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw ex;
+ }
+ // Create Result
+ var _result = new AzureOperationResponse();
+ _result.Request = _httpRequest;
+ _result.Response = _httpResponse;
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ // Deserialize Response
+ if ((int)_statusCode == 200)
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ try
+ {
+ _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ }
+ catch (JsonException ex)
+ {
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw new SerializationException("Unable to deserialize the response.", _responseContent, ex);
+ }
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Exit(_invocationId, _result);
+ }
+ return _result;
+ }
+
+ ///
+ /// Update the state of specified private endpoint connection associated with a
+ /// SignalR resource.
+ ///
+ ///
+ /// The name of the private endpoint connection associated with the SignalR
+ /// resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can obtain
+ /// this value from the Azure Resource Manager API or the portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ ///
+ /// The resource of private endpoint and its properties.
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task> UpdateWithHttpMessagesAsync(string privateEndpointConnectionName, string resourceGroupName, string resourceName, PrivateEndpointConnection parameters = default(PrivateEndpointConnection), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ if (privateEndpointConnectionName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "privateEndpointConnectionName");
+ }
+ if (Client.ApiVersion == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion");
+ }
+ if (Client.SubscriptionId == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId");
+ }
+ if (resourceGroupName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName");
+ }
+ if (resourceName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "resourceName");
+ }
+ // Tracing
+ bool _shouldTrace = ServiceClientTracing.IsEnabled;
+ string _invocationId = null;
+ if (_shouldTrace)
+ {
+ _invocationId = ServiceClientTracing.NextInvocationId.ToString();
+ Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("privateEndpointConnectionName", privateEndpointConnectionName);
+ tracingParameters.Add("parameters", parameters);
+ tracingParameters.Add("resourceGroupName", resourceGroupName);
+ tracingParameters.Add("resourceName", resourceName);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters);
+ }
+ // Construct URL
+ var _baseUrl = Client.BaseUri.AbsoluteUri;
+ var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}").ToString();
+ _url = _url.Replace("{privateEndpointConnectionName}", System.Uri.EscapeDataString(privateEndpointConnectionName));
+ _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
+ _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName));
+ _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName));
+ List _queryParameters = new List();
+ if (Client.ApiVersion != null)
+ {
+ _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion)));
+ }
+ if (_queryParameters.Count > 0)
+ {
+ _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
+ }
+ // Create HTTP transport objects
+ var _httpRequest = new HttpRequestMessage();
+ HttpResponseMessage _httpResponse = null;
+ _httpRequest.Method = new HttpMethod("PUT");
+ _httpRequest.RequestUri = new System.Uri(_url);
+ // Set Headers
+ if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value)
+ {
+ _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString());
+ }
+ if (Client.AcceptLanguage != null)
+ {
+ if (_httpRequest.Headers.Contains("accept-language"))
+ {
+ _httpRequest.Headers.Remove("accept-language");
+ }
+ _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage);
+ }
+
+
+ if (customHeaders != null)
+ {
+ foreach(var _header in customHeaders)
+ {
+ if (_httpRequest.Headers.Contains(_header.Key))
+ {
+ _httpRequest.Headers.Remove(_header.Key);
+ }
+ _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value);
+ }
+ }
+
+ // Serialize Request
+ string _requestContent = null;
+ if(parameters != null)
+ {
+ _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings);
+ _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8);
+ _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8");
+ }
+ // Set Credentials
+ if (Client.Credentials != null)
+ {
+ cancellationToken.ThrowIfCancellationRequested();
+ await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ }
+ // Send Request
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.SendRequest(_invocationId, _httpRequest);
+ }
+ cancellationToken.ThrowIfCancellationRequested();
+ _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse);
+ }
+ HttpStatusCode _statusCode = _httpResponse.StatusCode;
+ cancellationToken.ThrowIfCancellationRequested();
+ string _responseContent = null;
+ if ((int)_statusCode != 200)
+ {
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ try
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ if (_errorBody != null)
+ {
+ ex.Body = _errorBody;
+ }
+ }
+ catch (JsonException)
+ {
+ // Ignore the exception
+ }
+ ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
+ ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Error(_invocationId, ex);
+ }
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw ex;
+ }
+ // Create Result
+ var _result = new AzureOperationResponse();
+ _result.Request = _httpRequest;
+ _result.Response = _httpResponse;
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ // Deserialize Response
+ if ((int)_statusCode == 200)
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ try
+ {
+ _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ }
+ catch (JsonException ex)
+ {
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw new SerializationException("Unable to deserialize the response.", _responseContent, ex);
+ }
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Exit(_invocationId, _result);
+ }
+ return _result;
+ }
+
+ ///
+ /// Delete the specified private endpoint connection associated with a SignalR
+ /// resource.
+ ///
+ ///
+ /// The name of the private endpoint connection associated with the SignalR
+ /// resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can obtain
+ /// this value from the Azure Resource Manager API or the portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public async Task DeleteWithHttpMessagesAsync(string privateEndpointConnectionName, string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ // Send request
+ AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(privateEndpointConnectionName, resourceGroupName, resourceName, customHeaders, cancellationToken).ConfigureAwait(false);
+ return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false);
+ }
+
+ ///
+ /// Delete the specified private endpoint connection associated with a SignalR
+ /// resource.
+ ///
+ ///
+ /// The name of the private endpoint connection associated with the SignalR
+ /// resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can obtain
+ /// this value from the Azure Resource Manager API or the portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task BeginDeleteWithHttpMessagesAsync(string privateEndpointConnectionName, string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ if (privateEndpointConnectionName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "privateEndpointConnectionName");
+ }
+ if (Client.ApiVersion == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion");
+ }
+ if (Client.SubscriptionId == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId");
+ }
+ if (resourceGroupName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName");
+ }
+ if (resourceName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "resourceName");
+ }
+ // Tracing
+ bool _shouldTrace = ServiceClientTracing.IsEnabled;
+ string _invocationId = null;
+ if (_shouldTrace)
+ {
+ _invocationId = ServiceClientTracing.NextInvocationId.ToString();
+ Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("privateEndpointConnectionName", privateEndpointConnectionName);
+ tracingParameters.Add("resourceGroupName", resourceGroupName);
+ tracingParameters.Add("resourceName", resourceName);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters);
+ }
+ // Construct URL
+ var _baseUrl = Client.BaseUri.AbsoluteUri;
+ var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}").ToString();
+ _url = _url.Replace("{privateEndpointConnectionName}", System.Uri.EscapeDataString(privateEndpointConnectionName));
+ _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
+ _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName));
+ _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName));
+ List _queryParameters = new List();
+ if (Client.ApiVersion != null)
+ {
+ _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion)));
+ }
+ if (_queryParameters.Count > 0)
+ {
+ _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
+ }
+ // Create HTTP transport objects
+ var _httpRequest = new HttpRequestMessage();
+ HttpResponseMessage _httpResponse = null;
+ _httpRequest.Method = new HttpMethod("DELETE");
+ _httpRequest.RequestUri = new System.Uri(_url);
+ // Set Headers
+ if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value)
+ {
+ _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString());
+ }
+ if (Client.AcceptLanguage != null)
+ {
+ if (_httpRequest.Headers.Contains("accept-language"))
+ {
+ _httpRequest.Headers.Remove("accept-language");
+ }
+ _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage);
+ }
+
+
+ if (customHeaders != null)
+ {
+ foreach(var _header in customHeaders)
+ {
+ if (_httpRequest.Headers.Contains(_header.Key))
+ {
+ _httpRequest.Headers.Remove(_header.Key);
+ }
+ _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value);
+ }
+ }
+
+ // Serialize Request
+ string _requestContent = null;
+ // Set Credentials
+ if (Client.Credentials != null)
+ {
+ cancellationToken.ThrowIfCancellationRequested();
+ await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ }
+ // Send Request
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.SendRequest(_invocationId, _httpRequest);
+ }
+ cancellationToken.ThrowIfCancellationRequested();
+ _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse);
+ }
+ HttpStatusCode _statusCode = _httpResponse.StatusCode;
+ cancellationToken.ThrowIfCancellationRequested();
+ string _responseContent = null;
+ if ((int)_statusCode != 202 && (int)_statusCode != 204)
+ {
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ try
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ if (_errorBody != null)
+ {
+ ex.Body = _errorBody;
+ }
+ }
+ catch (JsonException)
+ {
+ // Ignore the exception
+ }
+ ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
+ ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Error(_invocationId, ex);
+ }
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw ex;
+ }
+ // Create Result
+ var _result = new AzureOperationResponse();
+ _result.Request = _httpRequest;
+ _result.Response = _httpResponse;
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Exit(_invocationId, _result);
+ }
+ return _result;
+ }
+
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalRPrivateEndpointConnectionsOperationsExtensions.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalRPrivateEndpointConnectionsOperationsExtensions.cs
new file mode 100644
index 000000000000..271be89d5e49
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalRPrivateEndpointConnectionsOperationsExtensions.cs
@@ -0,0 +1,233 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// Extension methods for SignalRPrivateEndpointConnectionsOperations.
+ ///
+ public static partial class SignalRPrivateEndpointConnectionsOperationsExtensions
+ {
+ ///
+ /// Get the specified private endpoint connection associated with a SignalR
+ /// resource.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the private endpoint connection associated with the SignalR
+ /// resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can obtain
+ /// this value from the Azure Resource Manager API or the portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ public static PrivateEndpointConnection Get(this ISignalRPrivateEndpointConnectionsOperations operations, string privateEndpointConnectionName, string resourceGroupName, string resourceName)
+ {
+ return operations.GetAsync(privateEndpointConnectionName, resourceGroupName, resourceName).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// Get the specified private endpoint connection associated with a SignalR
+ /// resource.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the private endpoint connection associated with the SignalR
+ /// resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can obtain
+ /// this value from the Azure Resource Manager API or the portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task GetAsync(this ISignalRPrivateEndpointConnectionsOperations operations, string privateEndpointConnectionName, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.GetWithHttpMessagesAsync(privateEndpointConnectionName, resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ ///
+ /// Update the state of specified private endpoint connection associated with a
+ /// SignalR resource.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the private endpoint connection associated with the SignalR
+ /// resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can obtain
+ /// this value from the Azure Resource Manager API or the portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ ///
+ /// The resource of private endpoint and its properties.
+ ///
+ public static PrivateEndpointConnection Update(this ISignalRPrivateEndpointConnectionsOperations operations, string privateEndpointConnectionName, string resourceGroupName, string resourceName, PrivateEndpointConnection parameters = default(PrivateEndpointConnection))
+ {
+ return operations.UpdateAsync(privateEndpointConnectionName, resourceGroupName, resourceName, parameters).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// Update the state of specified private endpoint connection associated with a
+ /// SignalR resource.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the private endpoint connection associated with the SignalR
+ /// resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can obtain
+ /// this value from the Azure Resource Manager API or the portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ ///
+ /// The resource of private endpoint and its properties.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task UpdateAsync(this ISignalRPrivateEndpointConnectionsOperations operations, string privateEndpointConnectionName, string resourceGroupName, string resourceName, PrivateEndpointConnection parameters = default(PrivateEndpointConnection), CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.UpdateWithHttpMessagesAsync(privateEndpointConnectionName, resourceGroupName, resourceName, parameters, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ ///
+ /// Delete the specified private endpoint connection associated with a SignalR
+ /// resource.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the private endpoint connection associated with the SignalR
+ /// resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can obtain
+ /// this value from the Azure Resource Manager API or the portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ public static void Delete(this ISignalRPrivateEndpointConnectionsOperations operations, string privateEndpointConnectionName, string resourceGroupName, string resourceName)
+ {
+ operations.DeleteAsync(privateEndpointConnectionName, resourceGroupName, resourceName).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// Delete the specified private endpoint connection associated with a SignalR
+ /// resource.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the private endpoint connection associated with the SignalR
+ /// resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can obtain
+ /// this value from the Azure Resource Manager API or the portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task DeleteAsync(this ISignalRPrivateEndpointConnectionsOperations operations, string privateEndpointConnectionName, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ (await operations.DeleteWithHttpMessagesAsync(privateEndpointConnectionName, resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)).Dispose();
+ }
+
+ ///
+ /// Delete the specified private endpoint connection associated with a SignalR
+ /// resource.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the private endpoint connection associated with the SignalR
+ /// resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can obtain
+ /// this value from the Azure Resource Manager API or the portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ public static void BeginDelete(this ISignalRPrivateEndpointConnectionsOperations operations, string privateEndpointConnectionName, string resourceGroupName, string resourceName)
+ {
+ operations.BeginDeleteAsync(privateEndpointConnectionName, resourceGroupName, resourceName).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// Delete the specified private endpoint connection associated with a SignalR
+ /// resource.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the private endpoint connection associated with the SignalR
+ /// resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can obtain
+ /// this value from the Azure Resource Manager API or the portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task BeginDeleteAsync(this ISignalRPrivateEndpointConnectionsOperations operations, string privateEndpointConnectionName, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ (await operations.BeginDeleteWithHttpMessagesAsync(privateEndpointConnectionName, resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)).Dispose();
+ }
+
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalRPrivateLinkResourcesOperations.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalRPrivateLinkResourcesOperations.cs
new file mode 100644
index 000000000000..f9a35fae61fb
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalRPrivateLinkResourcesOperations.cs
@@ -0,0 +1,416 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+ using System.Net;
+ using System.Net.Http;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// SignalRPrivateLinkResourcesOperations operations.
+ ///
+ internal partial class SignalRPrivateLinkResourcesOperations : IServiceOperations, ISignalRPrivateLinkResourcesOperations
+ {
+ ///
+ /// Initializes a new instance of the SignalRPrivateLinkResourcesOperations class.
+ ///
+ ///
+ /// Reference to the service client.
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ internal SignalRPrivateLinkResourcesOperations(SignalRManagementClient client)
+ {
+ if (client == null)
+ {
+ throw new System.ArgumentNullException("client");
+ }
+ Client = client;
+ }
+
+ ///
+ /// Gets a reference to the SignalRManagementClient
+ ///
+ public SignalRManagementClient Client { get; private set; }
+
+ ///
+ /// Get the private link resources that need to be created for a SignalR
+ /// resource.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can obtain
+ /// this value from the Azure Resource Manager API or the portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task>> ListWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ if (Client.ApiVersion == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion");
+ }
+ if (Client.SubscriptionId == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId");
+ }
+ if (resourceGroupName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName");
+ }
+ if (resourceName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "resourceName");
+ }
+ // Tracing
+ bool _shouldTrace = ServiceClientTracing.IsEnabled;
+ string _invocationId = null;
+ if (_shouldTrace)
+ {
+ _invocationId = ServiceClientTracing.NextInvocationId.ToString();
+ Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("resourceGroupName", resourceGroupName);
+ tracingParameters.Add("resourceName", resourceName);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters);
+ }
+ // Construct URL
+ var _baseUrl = Client.BaseUri.AbsoluteUri;
+ var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateLinkResources").ToString();
+ _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
+ _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName));
+ _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName));
+ List _queryParameters = new List();
+ if (Client.ApiVersion != null)
+ {
+ _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion)));
+ }
+ if (_queryParameters.Count > 0)
+ {
+ _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
+ }
+ // Create HTTP transport objects
+ var _httpRequest = new HttpRequestMessage();
+ HttpResponseMessage _httpResponse = null;
+ _httpRequest.Method = new HttpMethod("GET");
+ _httpRequest.RequestUri = new System.Uri(_url);
+ // Set Headers
+ if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value)
+ {
+ _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString());
+ }
+ if (Client.AcceptLanguage != null)
+ {
+ if (_httpRequest.Headers.Contains("accept-language"))
+ {
+ _httpRequest.Headers.Remove("accept-language");
+ }
+ _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage);
+ }
+
+
+ if (customHeaders != null)
+ {
+ foreach(var _header in customHeaders)
+ {
+ if (_httpRequest.Headers.Contains(_header.Key))
+ {
+ _httpRequest.Headers.Remove(_header.Key);
+ }
+ _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value);
+ }
+ }
+
+ // Serialize Request
+ string _requestContent = null;
+ // Set Credentials
+ if (Client.Credentials != null)
+ {
+ cancellationToken.ThrowIfCancellationRequested();
+ await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ }
+ // Send Request
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.SendRequest(_invocationId, _httpRequest);
+ }
+ cancellationToken.ThrowIfCancellationRequested();
+ _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse);
+ }
+ HttpStatusCode _statusCode = _httpResponse.StatusCode;
+ cancellationToken.ThrowIfCancellationRequested();
+ string _responseContent = null;
+ if ((int)_statusCode != 200)
+ {
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ try
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ if (_errorBody != null)
+ {
+ ex.Body = _errorBody;
+ }
+ }
+ catch (JsonException)
+ {
+ // Ignore the exception
+ }
+ ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
+ ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Error(_invocationId, ex);
+ }
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw ex;
+ }
+ // Create Result
+ var _result = new AzureOperationResponse>();
+ _result.Request = _httpRequest;
+ _result.Response = _httpResponse;
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ // Deserialize Response
+ if ((int)_statusCode == 200)
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ try
+ {
+ _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings);
+ }
+ catch (JsonException ex)
+ {
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw new SerializationException("Unable to deserialize the response.", _responseContent, ex);
+ }
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Exit(_invocationId, _result);
+ }
+ return _result;
+ }
+
+ ///
+ /// Get the private link resources that need to be created for a SignalR
+ /// resource.
+ ///
+ ///
+ /// The NextLink from the previous successful call to List operation.
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ if (nextPageLink == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink");
+ }
+ // Tracing
+ bool _shouldTrace = ServiceClientTracing.IsEnabled;
+ string _invocationId = null;
+ if (_shouldTrace)
+ {
+ _invocationId = ServiceClientTracing.NextInvocationId.ToString();
+ Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("nextPageLink", nextPageLink);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters);
+ }
+ // Construct URL
+ string _url = "{nextLink}";
+ _url = _url.Replace("{nextLink}", nextPageLink);
+ List _queryParameters = new List();
+ if (_queryParameters.Count > 0)
+ {
+ _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
+ }
+ // Create HTTP transport objects
+ var _httpRequest = new HttpRequestMessage();
+ HttpResponseMessage _httpResponse = null;
+ _httpRequest.Method = new HttpMethod("GET");
+ _httpRequest.RequestUri = new System.Uri(_url);
+ // Set Headers
+ if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value)
+ {
+ _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString());
+ }
+ if (Client.AcceptLanguage != null)
+ {
+ if (_httpRequest.Headers.Contains("accept-language"))
+ {
+ _httpRequest.Headers.Remove("accept-language");
+ }
+ _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage);
+ }
+
+
+ if (customHeaders != null)
+ {
+ foreach(var _header in customHeaders)
+ {
+ if (_httpRequest.Headers.Contains(_header.Key))
+ {
+ _httpRequest.Headers.Remove(_header.Key);
+ }
+ _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value);
+ }
+ }
+
+ // Serialize Request
+ string _requestContent = null;
+ // Set Credentials
+ if (Client.Credentials != null)
+ {
+ cancellationToken.ThrowIfCancellationRequested();
+ await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ }
+ // Send Request
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.SendRequest(_invocationId, _httpRequest);
+ }
+ cancellationToken.ThrowIfCancellationRequested();
+ _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse);
+ }
+ HttpStatusCode _statusCode = _httpResponse.StatusCode;
+ cancellationToken.ThrowIfCancellationRequested();
+ string _responseContent = null;
+ if ((int)_statusCode != 200)
+ {
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ try
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ if (_errorBody != null)
+ {
+ ex.Body = _errorBody;
+ }
+ }
+ catch (JsonException)
+ {
+ // Ignore the exception
+ }
+ ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
+ ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Error(_invocationId, ex);
+ }
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw ex;
+ }
+ // Create Result
+ var _result = new AzureOperationResponse>();
+ _result.Request = _httpRequest;
+ _result.Response = _httpResponse;
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ // Deserialize Response
+ if ((int)_statusCode == 200)
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ try
+ {
+ _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings);
+ }
+ catch (JsonException ex)
+ {
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw new SerializationException("Unable to deserialize the response.", _responseContent, ex);
+ }
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Exit(_invocationId, _result);
+ }
+ return _result;
+ }
+
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalRPrivateLinkResourcesOperationsExtensions.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalRPrivateLinkResourcesOperationsExtensions.cs
new file mode 100644
index 000000000000..7e9358d5bfe8
--- /dev/null
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/SignalRPrivateLinkResourcesOperationsExtensions.cs
@@ -0,0 +1,105 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.SignalR
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// Extension methods for SignalRPrivateLinkResourcesOperations.
+ ///
+ public static partial class SignalRPrivateLinkResourcesOperationsExtensions
+ {
+ ///
+ /// Get the private link resources that need to be created for a SignalR
+ /// resource.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can obtain
+ /// this value from the Azure Resource Manager API or the portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ public static IPage List(this ISignalRPrivateLinkResourcesOperations operations, string resourceGroupName, string resourceName)
+ {
+ return operations.ListAsync(resourceGroupName, resourceName).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// Get the private link resources that need to be created for a SignalR
+ /// resource.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the resource group that contains the resource. You can obtain
+ /// this value from the Azure Resource Manager API or the portal.
+ ///
+ ///
+ /// The name of the SignalR resource.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task> ListAsync(this ISignalRPrivateLinkResourcesOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ ///
+ /// Get the private link resources that need to be created for a SignalR
+ /// resource.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The NextLink from the previous successful call to List operation.
+ ///
+ public static IPage ListNext(this ISignalRPrivateLinkResourcesOperations operations, string nextPageLink)
+ {
+ return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// Get the private link resources that need to be created for a SignalR
+ /// resource.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The NextLink from the previous successful call to List operation.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task> ListNextAsync(this ISignalRPrivateLinkResourcesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ }
+}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/UsagesOperations.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/UsagesOperations.cs
index d380d572d05b..54b4cfc6e3b1 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/UsagesOperations.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Generated/UsagesOperations.cs
@@ -62,7 +62,7 @@ internal UsagesOperations(SignalRManagementClient client)
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -172,14 +172,13 @@ internal UsagesOperations(SignalRManagementClient client)
string _responseContent = null;
if ((int)_statusCode != 200)
{
- var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
try
{
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
- CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
if (_errorBody != null)
{
- ex = new CloudException(_errorBody.Message);
ex.Body = _errorBody;
}
}
@@ -189,10 +188,6 @@ internal UsagesOperations(SignalRManagementClient client)
}
ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
- if (_httpResponse.Headers.Contains("x-ms-request-id"))
- {
- ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
- }
if (_shouldTrace)
{
ServiceClientTracing.Error(_invocationId, ex);
@@ -249,7 +244,7 @@ internal UsagesOperations(SignalRManagementClient client)
///
/// The cancellation token.
///
- ///
+ ///
/// Thrown when the operation returned an invalid status code
///
///
@@ -345,14 +340,13 @@ internal UsagesOperations(SignalRManagementClient client)
string _responseContent = null;
if ((int)_statusCode != 200)
{
- var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
try
{
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
- CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
if (_errorBody != null)
{
- ex = new CloudException(_errorBody.Message);
ex.Body = _errorBody;
}
}
@@ -362,10 +356,6 @@ internal UsagesOperations(SignalRManagementClient client)
}
ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
- if (_httpResponse.Headers.Contains("x-ms-request-id"))
- {
- ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
- }
if (_shouldTrace)
{
ServiceClientTracing.Error(_invocationId, ex);
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Microsoft.Azure.Management.SignalR.csproj b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Microsoft.Azure.Management.SignalR.csproj
index 2e1bdaeac2d0..d5bd2717ece0 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Microsoft.Azure.Management.SignalR.csproj
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Microsoft.Azure.Management.SignalR.csproj
@@ -6,10 +6,10 @@
Microsoft.Azure.Management.SignalR
Provides management capabilities for Azure SignalR.
- 1.0.1
+ 1.1.0
Microsoft.Azure.Management.SignalR
Microsoft Azure SignalR;SignalR;
- This is a public release of the Azure SignalR management SDK. Included with this release are CORS support.
+ This is a public release of the Azure SignalR management SDK. Included with this release are SignalR Upstream settings and Private Link support.
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Properties/AssemblyInfo.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Properties/AssemblyInfo.cs
index d452a44aba31..70d94bacf8d6 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Properties/AssemblyInfo.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/src/Properties/AssemblyInfo.cs
@@ -8,8 +8,8 @@
[assembly: AssemblyTitle("Microsoft Azure SignalR Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure SignalR Resources.")]
-[assembly: AssemblyVersion("1.0.1.0")]
-[assembly: AssemblyFileVersion("1.0.1.0")]
+[assembly: AssemblyVersion("1.1.0.0")]
+[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/Helpers/SignalRTestUtilities.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/Helpers/SignalRTestUtilities.cs
index 3fb1bfe71d01..c6005ac4cfc9 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/Helpers/SignalRTestUtilities.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/Helpers/SignalRTestUtilities.cs
@@ -89,11 +89,45 @@ public static SignalRResource CreateSignalR(SignalRManagementClient client, stri
return client.SignalR.CreateOrUpdate(
resourceGroupName,
TestUtilities.GenerateName("signalr-test"),
- new SignalRCreateParameters
+ new SignalRResource
{
Location = location,
Sku = sku,
Tags = DefaultTags,
+ Features = new List
+ {
+ new SignalRFeature {
+ Flag = FeatureFlags.ServiceMode,
+ Value = "Default",
+ }
+ },
+ Kind = ServiceKind.SignalR,
+ Upstream = new ServerlessUpstreamSettings
+ {
+ Templates = new List
+ {
+ new UpstreamTemplate
+ {
+ UrlTemplate = "http://foo.com"
+ }
+ }
+ },
+ NetworkACLs = new SignalRNetworkACLs
+ {
+ DefaultAction = ACLAction.Deny,
+ PublicNetwork = new NetworkACL
+ {
+ Allow = new List { SignalRRequestType.ClientConnection },
+ },
+ PrivateEndpoints = new List
+ {
+ new PrivateEndpointACL
+ {
+ Name = "mySignalRService.1fa229cd-bf3f-47f0-8c49-afb36723997e",
+ Allow = new List { SignalRRequestType.ServerConnection },
+ },
+ },
+ },
});
}
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/SessionRecords/SignalRTests/SignalRCheckNameTest.json b/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/SessionRecords/SignalRTests/SignalRCheckNameTest.json
index 3320fba6a595..5a894d3f8cb8 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/SessionRecords/SignalRTests/SignalRCheckNameTest.json
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/SessionRecords/SignalRTests/SignalRCheckNameTest.json
@@ -1,13 +1,13 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/providers/Microsoft.SignalRService?api-version=2015-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2U/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/providers/Microsoft.SignalRService?api-version=2015-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2U/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "ededa658-855a-40e0-a6af-1582754dfb09"
+ "e2a21ba5-40d0-4c88-a507-edb2ca4afc18"
],
"accept-language": [
"en-US"
@@ -15,7 +15,7 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0"
]
},
@@ -24,22 +24,22 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 05:10:55 GMT"
+ "Fri, 29 May 2020 08:25:02 GMT"
],
"Pragma": [
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11229"
+ "11999"
],
"x-ms-request-id": [
- "72fc7303-12a5-47e6-be40-7ba2695c3e07"
+ "dd687974-a60d-4bc0-83fb-66e7e69c2dc3"
],
"x-ms-correlation-request-id": [
- "72fc7303-12a5-47e6-be40-7ba2695c3e07"
+ "dd687974-a60d-4bc0-83fb-66e7e69c2dc3"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T051055Z:72fc7303-12a5-47e6-be40-7ba2695c3e07"
+ "SOUTHEASTASIA:20200529T082503Z:dd687974-a60d-4bc0-83fb-66e7e69c2dc3"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -48,7 +48,7 @@
"nosniff"
],
"Content-Length": [
- "2710"
+ "2732"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -57,17 +57,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/providers/Microsoft.SignalRService\",\r\n \"namespace\": \"Microsoft.SignalRService\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"SignalR\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"SignalR/eventGridFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/providers/Microsoft.SignalRService\",\r\n \"namespace\": \"Microsoft.SignalRService\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"cdad765c-f191-43ba-b9f5-7aef392f811d\",\r\n \"roleDefinitionId\": \"346b504e-4aec-45d1-be25-a6e10f3cb4fe\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"SignalR\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"SignalR/eventGridFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourcegroups/signalr-test-rg4831?api-version=2015-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlZ3JvdXBzL3NpZ25hbHItdGVzdC1yZzQ4MzE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourcegroups/signalr-test-rg305?api-version=2015-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlZ3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNT9hcGktdmVyc2lvbj0yMDE1LTExLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"East US\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "c5bf63f3-106e-40e4-8508-37807e44104c"
+ "d7de4ce3-b55f-43bf-83b5-909224681a42"
],
"accept-language": [
"en-US"
@@ -75,7 +75,7 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0"
],
"Content-Type": [
@@ -90,7 +90,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 05:11:00 GMT"
+ "Fri, 29 May 2020 08:25:05 GMT"
],
"Pragma": [
"no-cache"
@@ -99,13 +99,13 @@
"1199"
],
"x-ms-request-id": [
- "36a560f3-cdd6-4019-afe1-c2e603437bf6"
+ "5d577660-1c15-4ce5-ad04-579a746f4cfe"
],
"x-ms-correlation-request-id": [
- "36a560f3-cdd6-4019-afe1-c2e603437bf6"
+ "5d577660-1c15-4ce5-ad04-579a746f4cfe"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T051100Z:36a560f3-cdd6-4019-afe1-c2e603437bf6"
+ "SOUTHEASTASIA:20200529T082506Z:5d577660-1c15-4ce5-ad04-579a746f4cfe"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -114,7 +114,7 @@
"nosniff"
],
"Content-Length": [
- "191"
+ "189"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -123,17 +123,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg4831\",\r\n \"name\": \"signalr-test-rg4831\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg305\",\r\n \"name\": \"signalr-test-rg305\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/providers/Microsoft.SignalRService/locations/East%20US/checkNameAvailability?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL0Vhc3QlMjBVUy9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/providers/Microsoft.SignalRService/locations/East%20US/checkNameAvailability?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL0Vhc3QlMjBVUy9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "POST",
- "RequestBody": "{\r\n \"type\": \"Microsoft.SignalRService/SignalR\",\r\n \"name\": \"signalr-service-test-08209714\"\r\n}",
+ "RequestBody": "{\r\n \"type\": \"Microsoft.SignalRService/SignalR\",\r\n \"name\": \"signalr-service-test-082089\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "28295924-116b-4806-b49b-f05e855801c0"
+ "88a33765-d9b9-4552-8f4a-14367d545e70"
],
"accept-language": [
"en-US"
@@ -141,14 +141,14 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "94"
+ "92"
]
},
"ResponseHeaders": {
@@ -156,7 +156,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 05:11:02 GMT"
+ "Fri, 29 May 2020 08:25:07 GMT"
],
"Pragma": [
"no-cache"
@@ -174,19 +174,19 @@
"nosniff"
],
"x-ms-client-request-id": [
- "28295924-116b-4806-b49b-f05e855801c0"
+ "88a33765-d9b9-4552-8f4a-14367d545e70"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "7afc143e-6adc-49ad-b16c-426e96f7e46c"
+ "33eac584-68de-42a5-8e75-bc82fde94f12"
],
"x-ms-correlation-request-id": [
- "a7862526-f032-40c0-b15e-5db1223a0205"
+ "8481f815-9479-4b92-a175-5cd996d7c7fa"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T051102Z:a7862526-f032-40c0-b15e-5db1223a0205"
+ "SOUTHEASTASIA:20200529T082508Z:8481f815-9479-4b92-a175-5cd996d7c7fa"
],
"Content-Length": [
"22"
@@ -202,13 +202,13 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/providers/Microsoft.SignalRService/locations/East%20US/checkNameAvailability?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL0Vhc3QlMjBVUy9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/providers/Microsoft.SignalRService/locations/East%20US/checkNameAvailability?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL0Vhc3QlMjBVUy9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "POST",
- "RequestBody": "{\r\n \"type\": \"Microsoft.SignalRService/SignalR\",\r\n \"name\": \"signalr-test6177\"\r\n}",
+ "RequestBody": "{\r\n \"type\": \"Microsoft.SignalRService/SignalR\",\r\n \"name\": \"signalr-test1792\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6b4a4575-e02a-46c0-8e2d-729d807d9bdd"
+ "132b85e7-9473-4b1a-adc3-772f34fd077b"
],
"accept-language": [
"en-US"
@@ -216,8 +216,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -231,7 +231,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 05:12:10 GMT"
+ "Fri, 29 May 2020 08:26:48 GMT"
],
"Pragma": [
"no-cache"
@@ -249,19 +249,19 @@
"nosniff"
],
"x-ms-client-request-id": [
- "6b4a4575-e02a-46c0-8e2d-729d807d9bdd"
+ "132b85e7-9473-4b1a-adc3-772f34fd077b"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "9ce0f14e-16e1-4c9e-a37c-ec70087f204b"
+ "75a8d4b6-41f5-4ecd-ab94-d73d31396515"
],
"x-ms-correlation-request-id": [
- "71284631-4115-4879-a727-54af46881c79"
+ "12959741-c571-40bf-86f2-89fff8e42465"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T051210Z:71284631-4115-4879-a727-54af46881c79"
+ "SOUTHEASTASIA:20200529T082649Z:12959741-c571-40bf-86f2-89fff8e42465"
],
"Content-Length": [
"116"
@@ -277,13 +277,13 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg4831/providers/Microsoft.SignalRService/signalR/signalr-test6177?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzQ4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDYxNzc/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg305/providers/Microsoft.SignalRService/signalR/signalr-test1792?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNS9wcm92aWRlcnMvTWljcm9zb2Z0LlNpZ25hbFJTZXJ2aWNlL3NpZ25hbFIvc2lnbmFsci10ZXN0MTc5Mj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\"\r\n },\r\n \"properties\": {\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Serverless\"\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"https://foo.com\",\r\n \"https://bar.com\"\r\n ]\r\n },\r\n \"upstream\": {\r\n \"templates\": [\r\n {\r\n \"urlTemplate\": \"http://foo.com\"\r\n }\r\n ]\r\n },\r\n \"networkACLs\": {\r\n \"defaultAction\": \"Deny\",\r\n \"publicNetwork\": {\r\n \"allow\": [\r\n \"ClientConnection\"\r\n ]\r\n },\r\n \"privateEndpoints\": [\r\n {\r\n \"name\": \"mySignalRService.1fa229cd-bf3f-47f0-8c49-afb36723997e\",\r\n \"allow\": [\r\n \"ServerConnection\"\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"kind\": \"SignalR\",\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "c59efb84-e1c6-440f-a456-54a83e809a2a"
+ "9996f074-4558-4ee5-af9e-e4beaa297767"
],
"accept-language": [
"en-US"
@@ -291,14 +291,14 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "174"
+ "927"
]
},
"ResponseHeaders": {
@@ -306,13 +306,13 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 05:11:07 GMT"
+ "Fri, 29 May 2020 08:25:16 GMT"
],
"Pragma": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg4831/providers/Microsoft.SignalRService/locations/eastus/operationResults/bad83b56-f7be-4024-a277-43011857e910/SignalR/signalr-test6177?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg305/providers/Microsoft.SignalRService/locations/eastus/operationResults/e7447881-5eac-448e-8a03-357d22f33463/SignalR/signalr-test1792?api-version=2020-05-01"
],
"Server": [
"Kestrel"
@@ -327,25 +327,25 @@
"nosniff"
],
"x-ms-client-request-id": [
- "c59efb84-e1c6-440f-a456-54a83e809a2a"
+ "9996f074-4558-4ee5-af9e-e4beaa297767"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg4831/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test6177/operationId/bad83b56-f7be-4024-a277-43011857e910?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg305/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1792/operationId/e7447881-5eac-448e-8a03-357d22f33463?api-version=2020-05-01"
],
"x-ms-request-id": [
- "111e7e3f-7bcb-46f5-8476-160deca453ac"
+ "97cb2f68-41c8-47cd-81a9-45c918961b88"
],
"x-ms-correlation-request-id": [
- "e87c18ac-20a3-48ee-b9a1-de8143379859"
+ "2fc87688-5ffd-4127-8283-3f0eacacc672"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T051107Z:e87c18ac-20a3-48ee-b9a1-de8143379859"
+ "SOUTHEASTASIA:20200529T082516Z:2fc87688-5ffd-4127-8283-3f0eacacc672"
],
"Content-Length": [
- "658"
+ "1108"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -354,20 +354,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"externalIP\": null,\r\n \"hostName\": \"signalr-test6177.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0-preview\",\r\n \"hostNamePrefix\": \"signalr-test6177\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg4831/providers/Microsoft.SignalRService/SignalR/signalr-test6177\",\r\n \"name\": \"signalr-test6177\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
+ "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"externalIP\": null,\r\n \"hostName\": \"signalr-test1792.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0-preview\",\r\n \"privateEndpointConnections\": [],\r\n \"hostNamePrefix\": \"signalr-test1792\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Serverless\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableConnectivityLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableMessagingLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"https://foo.com\",\r\n \"https://bar.com\"\r\n ]\r\n },\r\n \"upstream\": {\r\n \"templates\": [\r\n {\r\n \"hubPattern\": \"*\",\r\n \"eventPattern\": \"*\",\r\n \"categoryPattern\": \"*\",\r\n \"urlTemplate\": \"http://foo.com\"\r\n }\r\n ]\r\n },\r\n \"networkACLs\": {\r\n \"defaultAction\": \"Deny\",\r\n \"publicNetwork\": {\r\n \"allow\": [\r\n \"ClientConnection\"\r\n ],\r\n \"deny\": null\r\n },\r\n \"privateEndpoints\": []\r\n }\r\n },\r\n \"kind\": \"SignalR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg305/providers/Microsoft.SignalRService/SignalR/signalr-test1792\",\r\n \"name\": \"signalr-test1792\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg4831/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test6177/operationId/bad83b56-f7be-4024-a277-43011857e910?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzQ4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDYxNzcvb3BlcmF0aW9uSWQvYmFkODNiNTYtZjdiZS00MDI0LWEyNzctNDMwMTE4NTdlOTEwP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg305/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1792/operationId/e7447881-5eac-448e-8a03-357d22f33463?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNS9wcm92aWRlcnMvTWljcm9zb2Z0LlNpZ25hbFJTZXJ2aWNlL2xvY2F0aW9ucy9lYXN0dXMvb3BlcmF0aW9uU3RhdHVzZXMvc2lnbmFsci10ZXN0MTc5Mi9vcGVyYXRpb25JZC9lNzQ0Nzg4MS01ZWFjLTQ0OGUtOGEwMy0zNTdkMjJmMzM0NjM/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -375,7 +375,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 05:11:36 GMT"
+ "Fri, 29 May 2020 08:25:46 GMT"
],
"Pragma": [
"no-cache"
@@ -384,7 +384,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11225"
+ "11998"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -393,19 +393,19 @@
"nosniff"
],
"x-ms-client-request-id": [
- "c598e03a-fdc4-4a8d-ac44-2c754bc5835f"
+ "254527c0-4d93-450e-af00-e81d4827850e"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "a88380d2-288e-4040-ba82-9f0fec22991a"
+ "fed69be3-a54c-4267-bd49-6a65920f3f93"
],
"x-ms-correlation-request-id": [
- "3e71f381-e029-4fee-b21e-01b9cf391f73"
+ "13678949-399b-47d5-9e7c-18dc8b0eb7ea"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T051137Z:3e71f381-e029-4fee-b21e-01b9cf391f73"
+ "SOUTHEASTASIA:20200529T082547Z:13678949-399b-47d5-9e7c-18dc8b0eb7ea"
],
"Content-Length": [
"338"
@@ -417,20 +417,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg4831/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test6177/operationId/bad83b56-f7be-4024-a277-43011857e910\",\r\n \"name\": \"bad83b56-f7be-4024-a277-43011857e910\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2019-08-20T05:11:05.316348Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg305/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1792/operationId/e7447881-5eac-448e-8a03-357d22f33463\",\r\n \"name\": \"e7447881-5eac-448e-8a03-357d22f33463\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2020-05-29T08:25:14.3478221Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg4831/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test6177/operationId/bad83b56-f7be-4024-a277-43011857e910?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzQ4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDYxNzcvb3BlcmF0aW9uSWQvYmFkODNiNTYtZjdiZS00MDI0LWEyNzctNDMwMTE4NTdlOTEwP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg305/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1792/operationId/e7447881-5eac-448e-8a03-357d22f33463?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNS9wcm92aWRlcnMvTWljcm9zb2Z0LlNpZ25hbFJTZXJ2aWNlL2xvY2F0aW9ucy9lYXN0dXMvb3BlcmF0aW9uU3RhdHVzZXMvc2lnbmFsci10ZXN0MTc5Mi9vcGVyYXRpb25JZC9lNzQ0Nzg4MS01ZWFjLTQ0OGUtOGEwMy0zNTdkMjJmMzM0NjM/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -438,7 +438,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 05:12:07 GMT"
+ "Fri, 29 May 2020 08:26:17 GMT"
],
"Pragma": [
"no-cache"
@@ -447,7 +447,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11224"
+ "11997"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -456,19 +456,82 @@
"nosniff"
],
"x-ms-client-request-id": [
- "50be13f7-0dd1-4dd7-981f-d9a260cd45d5"
+ "a421fdbb-758a-47f9-ada5-5afbee10e9d2"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "4f7ad701-ec95-499e-9ad9-086eb5010c29"
+ "988493dd-b3de-48a1-bc70-3e16c08d329b"
],
"x-ms-correlation-request-id": [
- "401e8f45-e48c-4661-a666-50057373e137"
+ "592bc343-1163-461e-9f79-229c74eb2c42"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T051208Z:401e8f45-e48c-4661-a666-50057373e137"
+ "SOUTHEASTASIA:20200529T082617Z:592bc343-1163-461e-9f79-229c74eb2c42"
+ ],
+ "Content-Length": [
+ "338"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg305/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1792/operationId/e7447881-5eac-448e-8a03-357d22f33463\",\r\n \"name\": \"e7447881-5eac-448e-8a03-357d22f33463\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2020-05-29T08:25:14.3478221Z\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg305/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1792/operationId/e7447881-5eac-448e-8a03-357d22f33463?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNS9wcm92aWRlcnMvTWljcm9zb2Z0LlNpZ25hbFJTZXJ2aWNlL2xvY2F0aW9ucy9lYXN0dXMvb3BlcmF0aW9uU3RhdHVzZXMvc2lnbmFsci10ZXN0MTc5Mi9vcGVyYXRpb25JZC9lNzQ0Nzg4MS01ZWFjLTQ0OGUtOGEwMy0zNTdkMjJmMzM0NjM/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.00001.0",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Fri, 29 May 2020 08:26:47 GMT"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Server": [
+ "Kestrel"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "x-ms-client-request-id": [
+ "6cb5840a-6932-46d3-8fcc-1711b4e991be"
+ ],
+ "x-rp-server-mvid": [
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
+ ],
+ "x-ms-request-id": [
+ "6796a72c-29bd-46e9-bb4b-3e68a8fdcef8"
+ ],
+ "x-ms-correlation-request-id": [
+ "d3e5f8db-93f5-479a-86cc-eb6a9835cef7"
+ ],
+ "x-ms-routing-request-id": [
+ "SOUTHEASTASIA:20200529T082648Z:d3e5f8db-93f5-479a-86cc-eb6a9835cef7"
],
"Content-Length": [
"381"
@@ -480,20 +543,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg4831/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test6177/operationId/bad83b56-f7be-4024-a277-43011857e910\",\r\n \"name\": \"bad83b56-f7be-4024-a277-43011857e910\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-08-20T05:11:05.316348Z\",\r\n \"endTime\": \"2019-08-20T05:11:50.1639871Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg305/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1792/operationId/e7447881-5eac-448e-8a03-357d22f33463\",\r\n \"name\": \"e7447881-5eac-448e-8a03-357d22f33463\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-29T08:25:14.3478221Z\",\r\n \"endTime\": \"2020-05-29T08:26:43.8091431Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg4831/providers/Microsoft.SignalRService/signalR/signalr-test6177?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzQ4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDYxNzc/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg305/providers/Microsoft.SignalRService/signalR/signalr-test1792?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNS9wcm92aWRlcnMvTWljcm9zb2Z0LlNpZ25hbFJTZXJ2aWNlL3NpZ25hbFIvc2lnbmFsci10ZXN0MTc5Mj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -501,7 +564,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 05:12:08 GMT"
+ "Fri, 29 May 2020 08:26:48 GMT"
],
"Pragma": [
"no-cache"
@@ -510,7 +573,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11223"
+ "11995"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -519,22 +582,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "243aff5a-5850-4d36-8ef3-320440a6c9f5"
+ "73e342ad-0c8a-461f-957a-9bc7da7c2e6f"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "e787786c-5af8-4c36-b0dd-ea935a3f282e"
+ "1df48ce9-515b-45a4-aed2-1bcdd27da8c8"
],
"x-ms-correlation-request-id": [
- "52edd166-0b59-4305-8d5c-b0873b9c7194"
+ "8f71e93d-d907-438e-9905-7252760a5ab7"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T051209Z:52edd166-0b59-4305-8d5c-b0873b9c7194"
+ "SOUTHEASTASIA:20200529T082648Z:8f71e93d-d907-438e-9905-7252760a5ab7"
],
"Content-Length": [
- "663"
+ "1109"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -543,22 +606,22 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"104.45.146.169\",\r\n \"hostName\": \"signalr-test6177.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"hostNamePrefix\": \"signalr-test6177\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg4831/providers/Microsoft.SignalRService/SignalR/signalr-test6177\",\r\n \"name\": \"signalr-test6177\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
+ "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"20.42.72.8\",\r\n \"hostName\": \"signalr-test1792.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"privateEndpointConnections\": [],\r\n \"hostNamePrefix\": \"signalr-test1792\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Serverless\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableConnectivityLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableMessagingLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"https://foo.com\",\r\n \"https://bar.com\"\r\n ]\r\n },\r\n \"upstream\": {\r\n \"templates\": [\r\n {\r\n \"hubPattern\": \"*\",\r\n \"eventPattern\": \"*\",\r\n \"categoryPattern\": \"*\",\r\n \"urlTemplate\": \"http://foo.com\"\r\n }\r\n ]\r\n },\r\n \"networkACLs\": {\r\n \"defaultAction\": \"Deny\",\r\n \"publicNetwork\": {\r\n \"allow\": [\r\n \"ClientConnection\"\r\n ],\r\n \"deny\": null\r\n },\r\n \"privateEndpoints\": []\r\n }\r\n },\r\n \"kind\": \"SignalR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg305/providers/Microsoft.SignalRService/SignalR/signalr-test1792\",\r\n \"name\": \"signalr-test1792\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
"StatusCode": 200
}
],
"Names": {
"CreateResourceGroup": [
- "signalr-test-rg4831"
+ "signalr-test-rg305"
],
"SignalRCheckNameTest": [
- "signalr-service-test-08209714"
+ "signalr-service-test-082089"
],
"CreateSignalR": [
- "signalr-test6177"
+ "signalr-test1792"
]
},
"Variables": {
- "SubscriptionId": "685ba005-af8d-4b04-8f16-a7bf38b2eb5a"
+ "SubscriptionId": "9caf2a1e-9c49-49b6-89a2-56bdec7e3f97"
}
}
\ No newline at end of file
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/SessionRecords/SignalRTests/SignalRFreeTierToStandardTest.json b/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/SessionRecords/SignalRTests/SignalRFreeTierToStandardTest.json
index 514393fe6aaf..a550baba368f 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/SessionRecords/SignalRTests/SignalRFreeTierToStandardTest.json
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/SessionRecords/SignalRTests/SignalRFreeTierToStandardTest.json
@@ -1,13 +1,13 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/providers/Microsoft.SignalRService?api-version=2015-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2U/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/providers/Microsoft.SignalRService?api-version=2015-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2U/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "199d80fe-40d6-49d9-b2dd-761eadb4fa6d"
+ "d5a381a2-2ae0-4d45-9356-fb6a8a4c24db"
],
"accept-language": [
"en-US"
@@ -15,7 +15,7 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0"
]
},
@@ -24,22 +24,22 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:27:42 GMT"
+ "Fri, 29 May 2020 08:53:15 GMT"
],
"Pragma": [
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11999"
],
"x-ms-request-id": [
- "088bf543-a4eb-4d27-8b08-48f31b26e815"
+ "f2579910-d3a7-4c1c-b396-f11a00091be0"
],
"x-ms-correlation-request-id": [
- "088bf543-a4eb-4d27-8b08-48f31b26e815"
+ "f2579910-d3a7-4c1c-b396-f11a00091be0"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T092742Z:088bf543-a4eb-4d27-8b08-48f31b26e815"
+ "SOUTHEASTASIA:20200529T085315Z:f2579910-d3a7-4c1c-b396-f11a00091be0"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -48,7 +48,7 @@
"nosniff"
],
"Content-Length": [
- "2710"
+ "2732"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -57,17 +57,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/providers/Microsoft.SignalRService\",\r\n \"namespace\": \"Microsoft.SignalRService\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"SignalR\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"SignalR/eventGridFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/providers/Microsoft.SignalRService\",\r\n \"namespace\": \"Microsoft.SignalRService\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"cdad765c-f191-43ba-b9f5-7aef392f811d\",\r\n \"roleDefinitionId\": \"346b504e-4aec-45d1-be25-a6e10f3cb4fe\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"SignalR\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"SignalR/eventGridFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourcegroups/signalr-test-rg1497?api-version=2015-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlZ3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourcegroups/signalr-test-rg64?api-version=2015-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlZ3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"East US\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "ac0ce2fd-a32a-43d7-9398-4b381183550d"
+ "81e94a83-5120-45e1-87d5-096553c0972a"
],
"accept-language": [
"en-US"
@@ -75,7 +75,7 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0"
],
"Content-Type": [
@@ -90,7 +90,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:27:46 GMT"
+ "Fri, 29 May 2020 08:53:18 GMT"
],
"Pragma": [
"no-cache"
@@ -99,13 +99,13 @@
"1199"
],
"x-ms-request-id": [
- "9b7d683f-bab1-444b-9318-6e79520e0f07"
+ "3b86af0e-e4c9-4483-98fd-684373899687"
],
"x-ms-correlation-request-id": [
- "9b7d683f-bab1-444b-9318-6e79520e0f07"
+ "3b86af0e-e4c9-4483-98fd-684373899687"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T092746Z:9b7d683f-bab1-444b-9318-6e79520e0f07"
+ "SOUTHEASTASIA:20200529T085318Z:3b86af0e-e4c9-4483-98fd-684373899687"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -114,7 +114,7 @@
"nosniff"
],
"Content-Length": [
- "191"
+ "187"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -123,17 +123,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497\",\r\n \"name\": \"signalr-test-rg1497\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64\",\r\n \"name\": \"signalr-test-rg64\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/signalR/signalr-test1098?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDEwOTg/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/signalR/signalr-test9756?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2Uvc2lnbmFsUi9zaWduYWxyLXRlc3Q5NzU2P2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\"\r\n },\r\n \"properties\": {\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\"\r\n }\r\n ],\r\n \"upstream\": {\r\n \"templates\": [\r\n {\r\n \"urlTemplate\": \"http://foo.com\"\r\n }\r\n ]\r\n },\r\n \"networkACLs\": {\r\n \"defaultAction\": \"Deny\",\r\n \"publicNetwork\": {\r\n \"allow\": [\r\n \"ClientConnection\"\r\n ]\r\n },\r\n \"privateEndpoints\": [\r\n {\r\n \"name\": \"mySignalRService.1fa229cd-bf3f-47f0-8c49-afb36723997e\",\r\n \"allow\": [\r\n \"ServerConnection\"\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"kind\": \"SignalR\",\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d1fbdbc5-e301-4c3c-9610-f7f26b0e3717"
+ "03562a14-f26b-48be-adfc-13bf158903c9"
],
"accept-language": [
"en-US"
@@ -141,14 +141,14 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "174"
+ "810"
]
},
"ResponseHeaders": {
@@ -156,13 +156,13 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:28:02 GMT"
+ "Fri, 29 May 2020 08:53:28 GMT"
],
"Pragma": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationResults/31cbb855-1ad2-48ac-997f-ae843540438f/SignalR/signalr-test1098?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationResults/8b85b22d-92ef-407c-85e1-c40510e44241/SignalR/signalr-test9756?api-version=2020-05-01"
],
"Server": [
"Kestrel"
@@ -177,25 +177,25 @@
"nosniff"
],
"x-ms-client-request-id": [
- "d1fbdbc5-e301-4c3c-9610-f7f26b0e3717"
+ "03562a14-f26b-48be-adfc-13bf158903c9"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/31cbb855-1ad2-48ac-997f-ae843540438f?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/8b85b22d-92ef-407c-85e1-c40510e44241?api-version=2020-05-01"
],
"x-ms-request-id": [
- "2a710862-a9ce-42b3-8acc-275c156162af"
+ "abb5f990-e3a8-4cc2-84de-7e1a95fb019b"
],
"x-ms-correlation-request-id": [
- "3f980991-8a3a-42bf-a325-717715c1d0f3"
+ "f71ec196-fb7a-4ba4-8d33-225a6a71b42f"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T092803Z:3f980991-8a3a-42bf-a325-717715c1d0f3"
+ "SOUTHEASTASIA:20200529T085328Z:f71ec196-fb7a-4ba4-8d33-225a6a71b42f"
],
"Content-Length": [
- "658"
+ "1072"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -204,20 +204,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"externalIP\": null,\r\n \"hostName\": \"signalr-test1098.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0-preview\",\r\n \"hostNamePrefix\": \"signalr-test1098\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/SignalR/signalr-test1098\",\r\n \"name\": \"signalr-test1098\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
+ "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"externalIP\": null,\r\n \"hostName\": \"signalr-test9756.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0-preview\",\r\n \"privateEndpointConnections\": [],\r\n \"hostNamePrefix\": \"signalr-test9756\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableConnectivityLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableMessagingLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n },\r\n \"upstream\": {\r\n \"templates\": [\r\n {\r\n \"hubPattern\": \"*\",\r\n \"eventPattern\": \"*\",\r\n \"categoryPattern\": \"*\",\r\n \"urlTemplate\": \"http://foo.com\"\r\n }\r\n ]\r\n },\r\n \"networkACLs\": {\r\n \"defaultAction\": \"Deny\",\r\n \"publicNetwork\": {\r\n \"allow\": [\r\n \"ClientConnection\"\r\n ],\r\n \"deny\": null\r\n },\r\n \"privateEndpoints\": []\r\n }\r\n },\r\n \"kind\": \"SignalR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/SignalR/signalr-test9756\",\r\n \"name\": \"signalr-test9756\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/31cbb855-1ad2-48ac-997f-ae843540438f?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDEwOTgvb3BlcmF0aW9uSWQvMzFjYmI4NTUtMWFkMi00OGFjLTk5N2YtYWU4NDM1NDA0MzhmP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/8b85b22d-92ef-407c-85e1-c40510e44241?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL2Vhc3R1cy9vcGVyYXRpb25TdGF0dXNlcy9zaWduYWxyLXRlc3Q5NzU2L29wZXJhdGlvbklkLzhiODViMjJkLTkyZWYtNDA3Yy04NWUxLWM0MDUxMGU0NDI0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -225,7 +225,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:28:33 GMT"
+ "Fri, 29 May 2020 08:53:58 GMT"
],
"Pragma": [
"no-cache"
@@ -234,7 +234,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11998"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -243,22 +243,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "fe38bd35-41d0-4cd7-b710-21924fc387fa"
+ "b7daa484-169e-446b-8cf7-34bd36a4cbad"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "b29671de-98ae-4399-b837-c25312cadc86"
+ "9fb68823-6843-4e5b-a564-4252ed92ad59"
],
"x-ms-correlation-request-id": [
- "3ad89d01-3e98-4a85-8a0a-6ebd53105968"
+ "3549cdbc-a76a-4f30-81e9-19240e81f39a"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T092833Z:3ad89d01-3e98-4a85-8a0a-6ebd53105968"
+ "SOUTHEASTASIA:20200529T085358Z:3549cdbc-a76a-4f30-81e9-19240e81f39a"
],
"Content-Length": [
- "339"
+ "337"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -267,20 +267,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/31cbb855-1ad2-48ac-997f-ae843540438f\",\r\n \"name\": \"31cbb855-1ad2-48ac-997f-ae843540438f\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2019-08-20T09:28:01.4038344Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/8b85b22d-92ef-407c-85e1-c40510e44241\",\r\n \"name\": \"8b85b22d-92ef-407c-85e1-c40510e44241\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2020-05-29T08:53:25.7348335Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/31cbb855-1ad2-48ac-997f-ae843540438f?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDEwOTgvb3BlcmF0aW9uSWQvMzFjYmI4NTUtMWFkMi00OGFjLTk5N2YtYWU4NDM1NDA0MzhmP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/8b85b22d-92ef-407c-85e1-c40510e44241?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL2Vhc3R1cy9vcGVyYXRpb25TdGF0dXNlcy9zaWduYWxyLXRlc3Q5NzU2L29wZXJhdGlvbklkLzhiODViMjJkLTkyZWYtNDA3Yy04NWUxLWM0MDUxMGU0NDI0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -288,7 +288,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:29:04 GMT"
+ "Fri, 29 May 2020 08:54:28 GMT"
],
"Pragma": [
"no-cache"
@@ -297,7 +297,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11997"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -306,22 +306,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "b42823ae-8737-44bc-ac81-2527a4679dbf"
+ "6a897d7c-88d6-4a8f-82ee-78f29bc947fb"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "c1ce0005-37a7-44e5-816f-4b9a1a976da8"
+ "62883f46-9fb7-4f53-933f-ea9126eba5bc"
],
"x-ms-correlation-request-id": [
- "77f43166-7f57-4a13-b750-b2a011ce70a9"
+ "6c132eb5-837a-42bc-be9f-24ad4b4f6065"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T092904Z:77f43166-7f57-4a13-b750-b2a011ce70a9"
+ "SOUTHEASTASIA:20200529T085429Z:6c132eb5-837a-42bc-be9f-24ad4b4f6065"
],
"Content-Length": [
- "382"
+ "337"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -330,20 +330,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/31cbb855-1ad2-48ac-997f-ae843540438f\",\r\n \"name\": \"31cbb855-1ad2-48ac-997f-ae843540438f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-08-20T09:28:01.4038344Z\",\r\n \"endTime\": \"2019-08-20T09:28:44.9871974Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/8b85b22d-92ef-407c-85e1-c40510e44241\",\r\n \"name\": \"8b85b22d-92ef-407c-85e1-c40510e44241\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2020-05-29T08:53:25.7348335Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/signalR/signalr-test1098?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDEwOTg/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/8b85b22d-92ef-407c-85e1-c40510e44241?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL2Vhc3R1cy9vcGVyYXRpb25TdGF0dXNlcy9zaWduYWxyLXRlc3Q5NzU2L29wZXJhdGlvbklkLzhiODViMjJkLTkyZWYtNDA3Yy04NWUxLWM0MDUxMGU0NDI0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -351,7 +351,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:29:05 GMT"
+ "Fri, 29 May 2020 08:54:59 GMT"
],
"Pragma": [
"no-cache"
@@ -360,7 +360,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
+ "11996"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -369,22 +369,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "5752a0e1-2a1d-496e-ad89-8f82d97c1512"
+ "e46328be-da3e-4c73-bb6a-ec048ffd5540"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "0b8dc691-fe5e-4bbf-bd8f-4c99ba5b100a"
+ "164b3385-9551-4a82-84d6-a3492b6cc85e"
],
"x-ms-correlation-request-id": [
- "2247711d-4901-41de-89f9-45e170f7f008"
+ "d64e982b-e1fa-48af-b8e7-5cf43c992d2a"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T092905Z:2247711d-4901-41de-89f9-45e170f7f008"
+ "SOUTHEASTASIA:20200529T085459Z:d64e982b-e1fa-48af-b8e7-5cf43c992d2a"
],
"Content-Length": [
- "663"
+ "337"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -393,26 +393,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"137.135.110.94\",\r\n \"hostName\": \"signalr-test1098.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"hostNamePrefix\": \"signalr-test1098\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/SignalR/signalr-test1098\",\r\n \"name\": \"signalr-test1098\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/8b85b22d-92ef-407c-85e1-c40510e44241\",\r\n \"name\": \"8b85b22d-92ef-407c-85e1-c40510e44241\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2020-05-29T08:53:25.7348335Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/signalR/signalr-test1098?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDEwOTg/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/8b85b22d-92ef-407c-85e1-c40510e44241?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL2Vhc3R1cy9vcGVyYXRpb25TdGF0dXNlcy9zaWduYWxyLXRlc3Q5NzU2L29wZXJhdGlvbklkLzhiODViMjJkLTkyZWYtNDA3Yy04NWUxLWM0MDUxMGU0NDI0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
- "x-ms-client-request-id": [
- "f06e9ec2-ba2e-43b9-9912-9d526922c1a4"
- ],
- "accept-language": [
- "en-US"
- ],
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -420,7 +414,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:29:05 GMT"
+ "Fri, 29 May 2020 08:55:29 GMT"
],
"Pragma": [
"no-cache"
@@ -429,7 +423,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11993"
+ "11995"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -438,22 +432,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "f06e9ec2-ba2e-43b9-9912-9d526922c1a4"
+ "7f8a519e-f4f7-40a7-b888-687a35914db1"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "8c4c00b8-fa09-49a3-9490-3f55271c7314"
+ "ca6f9e90-2fa1-4b49-a903-d03efdf5ef40"
],
"x-ms-correlation-request-id": [
- "45872aff-d939-4e68-bd13-a7358dd044bd"
+ "1b155a79-7c07-48a0-aad5-8290a4a633b3"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T092905Z:45872aff-d939-4e68-bd13-a7358dd044bd"
+ "SOUTHEASTASIA:20200529T085529Z:1b155a79-7c07-48a0-aad5-8290a4a633b3"
],
"Content-Length": [
- "663"
+ "380"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -462,20 +456,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"137.135.110.94\",\r\n \"hostName\": \"signalr-test1098.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"hostNamePrefix\": \"signalr-test1098\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/SignalR/signalr-test1098\",\r\n \"name\": \"signalr-test1098\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/8b85b22d-92ef-407c-85e1-c40510e44241\",\r\n \"name\": \"8b85b22d-92ef-407c-85e1-c40510e44241\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-29T08:53:25.7348335Z\",\r\n \"endTime\": \"2020-05-29T08:55:06.4039615Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/signalR/signalr-test1098?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDEwOTg/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/signalR/signalr-test9756?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2Uvc2lnbmFsUi9zaWduYWxyLXRlc3Q5NzU2P2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -483,7 +477,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:32:11 GMT"
+ "Fri, 29 May 2020 08:55:29 GMT"
],
"Pragma": [
"no-cache"
@@ -492,7 +486,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11986"
+ "11994"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -501,22 +495,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "5604ac0f-aa54-4969-a5ec-6a219fb61a55"
+ "6c8cfe7f-7df4-4fd1-bea3-1a99f621c6e5"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "0c589db2-1630-4116-b415-7fa726c0cf53"
+ "1ff35bb2-782f-46f5-80e8-81c9865a4c8a"
],
"x-ms-correlation-request-id": [
- "e0d9049f-60e4-4d37-a00d-e12ab03938d2"
+ "42285ebd-9874-499d-88f3-1cad45d26219"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093211Z:e0d9049f-60e4-4d37-a00d-e12ab03938d2"
+ "SOUTHEASTASIA:20200529T085530Z:42285ebd-9874-499d-88f3-1cad45d26219"
],
"Content-Length": [
- "734"
+ "1073"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -525,17 +519,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"capacity\": 5\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"40.114.35.206\",\r\n \"hostName\": \"signalr-test1098.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"hostNamePrefix\": \"signalr-test1098\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Serverless\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"http://example.com:12345\",\r\n \"https://contoso.com\"\r\n ]\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\"\r\n },\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/SignalR/signalr-test1098\",\r\n \"name\": \"signalr-test1098\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
+ "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"20.42.72.7\",\r\n \"hostName\": \"signalr-test9756.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"privateEndpointConnections\": [],\r\n \"hostNamePrefix\": \"signalr-test9756\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableConnectivityLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableMessagingLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n },\r\n \"upstream\": {\r\n \"templates\": [\r\n {\r\n \"hubPattern\": \"*\",\r\n \"eventPattern\": \"*\",\r\n \"categoryPattern\": \"*\",\r\n \"urlTemplate\": \"http://foo.com\"\r\n }\r\n ]\r\n },\r\n \"networkACLs\": {\r\n \"defaultAction\": \"Deny\",\r\n \"publicNetwork\": {\r\n \"allow\": [\r\n \"ClientConnection\"\r\n ],\r\n \"deny\": null\r\n },\r\n \"privateEndpoints\": []\r\n }\r\n },\r\n \"kind\": \"SignalR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/SignalR/signalr-test9756\",\r\n \"name\": \"signalr-test9756\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/SignalR?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9TaWduYWxSP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/signalR/signalr-test9756?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2Uvc2lnbmFsUi9zaWduYWxyLXRlc3Q5NzU2P2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "5a97ec1d-49b7-4101-8ac7-82b34b74e2ad"
+ "887410fc-1dfc-4ca7-94f5-daaef62b9777"
],
"accept-language": [
"en-US"
@@ -543,8 +537,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -552,7 +546,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:29:05 GMT"
+ "Fri, 29 May 2020 08:55:30 GMT"
],
"Pragma": [
"no-cache"
@@ -561,7 +555,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11994"
+ "11992"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -570,22 +564,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "5a97ec1d-49b7-4101-8ac7-82b34b74e2ad"
+ "887410fc-1dfc-4ca7-94f5-daaef62b9777"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "8e58a669-ed52-46ba-bf37-55a80bba63f6"
+ "317a44cb-e2f3-4ec7-871c-4e42fa00cf83"
],
"x-ms-correlation-request-id": [
- "34b52a9c-bc38-40c5-b6ff-49ddaf252430"
+ "db9993e5-2277-485d-95d7-929dd61e947b"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T092905Z:34b52a9c-bc38-40c5-b6ff-49ddaf252430"
+ "SOUTHEASTASIA:20200529T085530Z:db9993e5-2277-485d-95d7-929dd61e947b"
],
"Content-Length": [
- "675"
+ "1073"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -594,26 +588,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"137.135.110.94\",\r\n \"hostName\": \"signalr-test1098.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"hostNamePrefix\": \"signalr-test1098\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/SignalR/signalr-test1098\",\r\n \"name\": \"signalr-test1098\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"20.42.72.7\",\r\n \"hostName\": \"signalr-test9756.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"privateEndpointConnections\": [],\r\n \"hostNamePrefix\": \"signalr-test9756\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableConnectivityLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableMessagingLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n },\r\n \"upstream\": {\r\n \"templates\": [\r\n {\r\n \"hubPattern\": \"*\",\r\n \"eventPattern\": \"*\",\r\n \"categoryPattern\": \"*\",\r\n \"urlTemplate\": \"http://foo.com\"\r\n }\r\n ]\r\n },\r\n \"networkACLs\": {\r\n \"defaultAction\": \"Deny\",\r\n \"publicNetwork\": {\r\n \"allow\": [\r\n \"ClientConnection\"\r\n ],\r\n \"deny\": null\r\n },\r\n \"privateEndpoints\": []\r\n }\r\n },\r\n \"kind\": \"SignalR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/SignalR/signalr-test9756\",\r\n \"name\": \"signalr-test9756\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/SignalR/signalr-test1098/listKeys?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9TaWduYWxSL3NpZ25hbHItdGVzdDEwOTgvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
- "RequestMethod": "POST",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/signalR/signalr-test9756?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2Uvc2lnbmFsUi9zaWduYWxyLXRlc3Q5NzU2P2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
+ "RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
- "x-ms-client-request-id": [
- "0eb120db-6122-418e-aa57-1e1f75ccf78c"
- ],
- "accept-language": [
- "en-US"
- ],
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -621,7 +609,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:29:06 GMT"
+ "Fri, 29 May 2020 08:57:04 GMT"
],
"Pragma": [
"no-cache"
@@ -629,8 +617,8 @@
"Server": [
"Kestrel"
],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11988"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -639,22 +627,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "0eb120db-6122-418e-aa57-1e1f75ccf78c"
+ "785c2ae5-5a24-4c3c-bcda-831ada0f599e"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "ac59fd11-b187-47d6-804d-71d36ffa258f"
+ "1fcbb59f-3bbe-431e-b160-b176dd5bf4b1"
],
"x-ms-correlation-request-id": [
- "3308a684-18ac-4a02-b7ba-a328665eee99"
+ "5ac45b54-4b9d-4814-a6bd-237cdf1d07f6"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T092906Z:3308a684-18ac-4a02-b7ba-a328665eee99"
+ "SOUTHEASTASIA:20200529T085705Z:5ac45b54-4b9d-4814-a6bd-237cdf1d07f6"
],
"Content-Length": [
- "425"
+ "1147"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -663,17 +651,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"primaryKey\": \"BYXtyNjrYiIR6uQYDLypTeuuWQCUK9PPrCE2w6sGbAQ=\",\r\n \"secondaryKey\": \"ffSEWknXIt92sJlSGI7br1X6cUmumBoNMWyflUdoXas=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test1098.service.signalr.net;AccessKey=BYXtyNjrYiIR6uQYDLypTeuuWQCUK9PPrCE2w6sGbAQ=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test1098.service.signalr.net;AccessKey=ffSEWknXIt92sJlSGI7br1X6cUmumBoNMWyflUdoXas=;Version=1.0;\"\r\n}",
+ "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"capacity\": 5\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"20.42.64.135\",\r\n \"hostName\": \"signalr-test9756.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"privateEndpointConnections\": [],\r\n \"hostNamePrefix\": \"signalr-test9756\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Serverless\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableConnectivityLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableMessagingLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"http://example.com:12345\",\r\n \"https://contoso.com\"\r\n ]\r\n },\r\n \"upstream\": {\r\n \"templates\": [\r\n {\r\n \"hubPattern\": \"*\",\r\n \"eventPattern\": \"*\",\r\n \"categoryPattern\": \"*\",\r\n \"urlTemplate\": \"http://foo.com\"\r\n }\r\n ]\r\n },\r\n \"networkACLs\": {\r\n \"defaultAction\": \"Deny\",\r\n \"publicNetwork\": {\r\n \"allow\": [\r\n \"ClientConnection\"\r\n ],\r\n \"deny\": null\r\n },\r\n \"privateEndpoints\": []\r\n }\r\n },\r\n \"kind\": \"SignalR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\"\r\n },\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/SignalR/signalr-test9756\",\r\n \"name\": \"signalr-test9756\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/SignalR/signalr-test1098/listKeys?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9TaWduYWxSL3NpZ25hbHItdGVzdDEwOTgvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
- "RequestMethod": "POST",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/signalR?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2Uvc2lnbmFsUj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
+ "RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6c8538cd-fff3-4fe1-88b2-0b09aef5a66e"
+ "59ce8d7f-069a-4279-b15c-96db777712a5"
],
"accept-language": [
"en-US"
@@ -681,8 +669,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -690,7 +678,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:32:11 GMT"
+ "Fri, 29 May 2020 08:55:29 GMT"
],
"Pragma": [
"no-cache"
@@ -698,8 +686,8 @@
"Server": [
"Kestrel"
],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1198"
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11993"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -708,22 +696,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "6c8538cd-fff3-4fe1-88b2-0b09aef5a66e"
+ "59ce8d7f-069a-4279-b15c-96db777712a5"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "137d6672-7aa5-49f4-8759-f7273c0ca97d"
+ "f2421770-8612-480f-aafc-9039d038106b"
],
"x-ms-correlation-request-id": [
- "71f30b82-ef12-4a21-a013-fd4a0e868109"
+ "0bdf9690-f56f-4424-98f5-64b55967e2b8"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093212Z:71f30b82-ef12-4a21-a013-fd4a0e868109"
+ "SOUTHEASTASIA:20200529T085530Z:0bdf9690-f56f-4424-98f5-64b55967e2b8"
],
"Content-Length": [
- "425"
+ "1085"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -732,17 +720,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"primaryKey\": \"BYXtyNjrYiIR6uQYDLypTeuuWQCUK9PPrCE2w6sGbAQ=\",\r\n \"secondaryKey\": \"ffSEWknXIt92sJlSGI7br1X6cUmumBoNMWyflUdoXas=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test1098.service.signalr.net;AccessKey=BYXtyNjrYiIR6uQYDLypTeuuWQCUK9PPrCE2w6sGbAQ=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test1098.service.signalr.net;AccessKey=ffSEWknXIt92sJlSGI7br1X6cUmumBoNMWyflUdoXas=;Version=1.0;\"\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"20.42.72.7\",\r\n \"hostName\": \"signalr-test9756.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"privateEndpointConnections\": [],\r\n \"hostNamePrefix\": \"signalr-test9756\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableConnectivityLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableMessagingLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n },\r\n \"upstream\": {\r\n \"templates\": [\r\n {\r\n \"hubPattern\": \"*\",\r\n \"eventPattern\": \"*\",\r\n \"categoryPattern\": \"*\",\r\n \"urlTemplate\": \"http://foo.com\"\r\n }\r\n ]\r\n },\r\n \"networkACLs\": {\r\n \"defaultAction\": \"Deny\",\r\n \"publicNetwork\": {\r\n \"allow\": [\r\n \"ClientConnection\"\r\n ],\r\n \"deny\": null\r\n },\r\n \"privateEndpoints\": []\r\n }\r\n },\r\n \"kind\": \"SignalR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/SignalR/signalr-test9756\",\r\n \"name\": \"signalr-test9756\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n }\r\n ]\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/SignalR/signalr-test1098/listKeys?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9TaWduYWxSL3NpZ25hbHItdGVzdDEwOTgvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/signalR/signalr-test9756/listKeys?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2Uvc2lnbmFsUi9zaWduYWxyLXRlc3Q5NzU2L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f8aa6fee-4cae-4df0-b398-d819ca1e1716"
+ "5ed1f1d3-d11f-4294-ad58-41781af50b15"
],
"accept-language": [
"en-US"
@@ -750,8 +738,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -759,7 +747,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:32:43 GMT"
+ "Fri, 29 May 2020 08:55:30 GMT"
],
"Pragma": [
"no-cache"
@@ -768,7 +756,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1196"
+ "1199"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -777,19 +765,19 @@
"nosniff"
],
"x-ms-client-request-id": [
- "f8aa6fee-4cae-4df0-b398-d819ca1e1716"
+ "5ed1f1d3-d11f-4294-ad58-41781af50b15"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "9ba34878-215f-4bf6-bd02-48cef0542e65"
+ "163a2529-34fb-40da-af25-6301095a47b0"
],
"x-ms-correlation-request-id": [
- "4df57f1d-155a-4ae6-8f70-7693f3b0597f"
+ "554ee7b0-dcf4-43c4-85fa-ac3855f7b76a"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093244Z:4df57f1d-155a-4ae6-8f70-7693f3b0597f"
+ "SOUTHEASTASIA:20200529T085531Z:554ee7b0-dcf4-43c4-85fa-ac3855f7b76a"
],
"Content-Length": [
"425"
@@ -801,17 +789,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"primaryKey\": \"Vrz3E1sQ5Nq4THI4JgejxMtQ6GuZPkMVeNxtUzhG7Yo=\",\r\n \"secondaryKey\": \"ffSEWknXIt92sJlSGI7br1X6cUmumBoNMWyflUdoXas=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test1098.service.signalr.net;AccessKey=Vrz3E1sQ5Nq4THI4JgejxMtQ6GuZPkMVeNxtUzhG7Yo=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test1098.service.signalr.net;AccessKey=ffSEWknXIt92sJlSGI7br1X6cUmumBoNMWyflUdoXas=;Version=1.0;\"\r\n}",
+ "ResponseBody": "{\r\n \"primaryKey\": \"ubam9JvnBfbVMHvdXo1A/FIEVg8pOuLbWHLgDS88I24=\",\r\n \"secondaryKey\": \"9hmiy9YgrWV15fTA62sZ47jzmoBfeppKpj9JQJpXKCI=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test9756.service.signalr.net;AccessKey=ubam9JvnBfbVMHvdXo1A/FIEVg8pOuLbWHLgDS88I24=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test9756.service.signalr.net;AccessKey=9hmiy9YgrWV15fTA62sZ47jzmoBfeppKpj9JQJpXKCI=;Version=1.0;\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/SignalR/signalr-test1098/listKeys?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9TaWduYWxSL3NpZ25hbHItdGVzdDEwOTgvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/signalR/signalr-test9756/listKeys?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2Uvc2lnbmFsUi9zaWduYWxyLXRlc3Q5NzU2L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "fab3e7e1-5185-4a9a-8539-86e0401cf962"
+ "a1d8cec6-d8c9-4b1a-9d49-97502dceddcb"
],
"accept-language": [
"en-US"
@@ -819,8 +807,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -828,7 +816,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:33:17 GMT"
+ "Fri, 29 May 2020 08:57:05 GMT"
],
"Pragma": [
"no-cache"
@@ -837,7 +825,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1194"
+ "1198"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -846,19 +834,19 @@
"nosniff"
],
"x-ms-client-request-id": [
- "fab3e7e1-5185-4a9a-8539-86e0401cf962"
+ "a1d8cec6-d8c9-4b1a-9d49-97502dceddcb"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "057ad301-b2fd-4b21-98f5-93db7b62a987"
+ "0aa4a3c3-4cee-4b27-ba20-7f3ef6d4e08a"
],
"x-ms-correlation-request-id": [
- "c7404c0d-bf0e-4155-853c-f6556a84322c"
+ "e46ed0be-a4a4-4f46-bbb4-cb5da07b1f14"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093317Z:c7404c0d-bf0e-4155-853c-f6556a84322c"
+ "SOUTHEASTASIA:20200529T085705Z:e46ed0be-a4a4-4f46-bbb4-cb5da07b1f14"
],
"Content-Length": [
"425"
@@ -870,17 +858,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"primaryKey\": \"Vrz3E1sQ5Nq4THI4JgejxMtQ6GuZPkMVeNxtUzhG7Yo=\",\r\n \"secondaryKey\": \"aI7hjhXstjGBmgrQpZAPKCU1qsqIFINc9uldEvgwQbY=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test1098.service.signalr.net;AccessKey=Vrz3E1sQ5Nq4THI4JgejxMtQ6GuZPkMVeNxtUzhG7Yo=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test1098.service.signalr.net;AccessKey=aI7hjhXstjGBmgrQpZAPKCU1qsqIFINc9uldEvgwQbY=;Version=1.0;\"\r\n}",
+ "ResponseBody": "{\r\n \"primaryKey\": \"ubam9JvnBfbVMHvdXo1A/FIEVg8pOuLbWHLgDS88I24=\",\r\n \"secondaryKey\": \"9hmiy9YgrWV15fTA62sZ47jzmoBfeppKpj9JQJpXKCI=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test9756.service.signalr.net;AccessKey=ubam9JvnBfbVMHvdXo1A/FIEVg8pOuLbWHLgDS88I24=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test9756.service.signalr.net;AccessKey=9hmiy9YgrWV15fTA62sZ47jzmoBfeppKpj9JQJpXKCI=;Version=1.0;\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/signalR/signalr-test1098?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDEwOTg/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
- "RequestMethod": "PATCH",
- "RequestBody": "{\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"capacity\": 5\r\n },\r\n \"properties\": {\r\n \"hostNamePrefix\": \"signalr-service-test613\",\r\n \"features\": [\r\n {\r\n \"value\": \"Serverless\",\r\n \"flag\": \"ServiceMode\"\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"http://example.com:12345\",\r\n \"https://contoso.com\"\r\n ]\r\n }\r\n }\r\n}",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/signalR/signalr-test9756/listKeys?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2Uvc2lnbmFsUi9zaWduYWxyLXRlc3Q5NzU2L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
+ "RequestMethod": "POST",
+ "RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "020302d0-16a1-4f2f-9208-a7344736e5ed"
+ "9bee8864-2bc0-43b6-bd01-a8b7ba77ddf9"
],
"accept-language": [
"en-US"
@@ -888,14 +876,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Content-Length": [
- "508"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -903,82 +885,16 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:29:08 GMT"
+ "Fri, 29 May 2020 08:57:36 GMT"
],
"Pragma": [
"no-cache"
],
- "Location": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationResults/dbe6cd87-37e8-46b0-a939-237c8952b5fc/SignalR/signalr-test1098?api-version=2018-10-01"
- ],
"Server": [
"Kestrel"
],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "x-ms-client-request-id": [
- "020302d0-16a1-4f2f-9208-a7344736e5ed"
- ],
- "x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
- ],
- "Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/dbe6cd87-37e8-46b0-a939-237c8952b5fc?api-version=2018-10-01"
- ],
- "x-ms-request-id": [
- "77140d3d-eb82-41b8-822c-2a23b6476884"
- ],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1197"
- ],
- "x-ms-correlation-request-id": [
- "8adaa62e-4b48-4feb-bbb6-66c79423bd67"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T092908Z:8adaa62e-4b48-4feb-bbb6-66c79423bd67"
- ],
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "",
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/dbe6cd87-37e8-46b0-a939-237c8952b5fc?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDEwOTgvb3BlcmF0aW9uSWQvZGJlNmNkODctMzdlOC00NmIwLWE5MzktMjM3Yzg5NTJiNWZjP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.00001.0",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 20 Aug 2019 09:29:38 GMT"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Server": [
- "Kestrel"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11992"
+ "1196"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -987,22 +903,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "f1524cab-4a1f-48d0-ba5a-823fcf51b3cc"
+ "9bee8864-2bc0-43b6-bd01-a8b7ba77ddf9"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "df44e8fd-1158-44a3-a9eb-43005eac886b"
+ "d388bbcb-9e22-418c-b5ac-c7b058541c1f"
],
"x-ms-correlation-request-id": [
- "8fb30843-3a70-4615-b129-56786f93c7a3"
+ "92ab75a2-7674-4dfa-a445-d5cd81f96e0e"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T092938Z:8fb30843-3a70-4615-b129-56786f93c7a3"
+ "SOUTHEASTASIA:20200529T085737Z:92ab75a2-7674-4dfa-a445-d5cd81f96e0e"
],
"Content-Length": [
- "339"
+ "425"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1011,20 +927,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/dbe6cd87-37e8-46b0-a939-237c8952b5fc\",\r\n \"name\": \"dbe6cd87-37e8-46b0-a939-237c8952b5fc\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2019-08-20T09:29:07.7739204Z\"\r\n}",
+ "ResponseBody": "{\r\n \"primaryKey\": \"MLt0+nluixTOAmY4UnZP43rjRquDiJLCwiJh9UrGY0I=\",\r\n \"secondaryKey\": \"9hmiy9YgrWV15fTA62sZ47jzmoBfeppKpj9JQJpXKCI=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test9756.service.signalr.net;AccessKey=MLt0+nluixTOAmY4UnZP43rjRquDiJLCwiJh9UrGY0I=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test9756.service.signalr.net;AccessKey=9hmiy9YgrWV15fTA62sZ47jzmoBfeppKpj9JQJpXKCI=;Version=1.0;\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/dbe6cd87-37e8-46b0-a939-237c8952b5fc?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDEwOTgvb3BlcmF0aW9uSWQvZGJlNmNkODctMzdlOC00NmIwLWE5MzktMjM3Yzg5NTJiNWZjP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
- "RequestMethod": "GET",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/signalR/signalr-test9756/listKeys?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2Uvc2lnbmFsUi9zaWduYWxyLXRlc3Q5NzU2L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
+ "RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "eee3e210-6de5-471a-96ba-cd45ed703f17"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1032,7 +954,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:30:08 GMT"
+ "Fri, 29 May 2020 08:58:08 GMT"
],
"Pragma": [
"no-cache"
@@ -1040,8 +962,8 @@
"Server": [
"Kestrel"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11991"
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1194"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1050,22 +972,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "58beef1c-3473-4e3e-a17d-5007fd165abf"
+ "eee3e210-6de5-471a-96ba-cd45ed703f17"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "886bfdd3-2f5a-44d0-a9e9-7023e3fa4900"
+ "725ea519-a412-4bf1-8e96-a4e4f6da4257"
],
"x-ms-correlation-request-id": [
- "ec65e551-9619-4ca9-b820-66952196999a"
+ "139913ec-0b96-4c0c-9906-8c30775d8e35"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093008Z:ec65e551-9619-4ca9-b820-66952196999a"
+ "SOUTHEASTASIA:20200529T085809Z:139913ec-0b96-4c0c-9906-8c30775d8e35"
],
"Content-Length": [
- "339"
+ "425"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1074,20 +996,32 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/dbe6cd87-37e8-46b0-a939-237c8952b5fc\",\r\n \"name\": \"dbe6cd87-37e8-46b0-a939-237c8952b5fc\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2019-08-20T09:29:07.7739204Z\"\r\n}",
+ "ResponseBody": "{\r\n \"primaryKey\": \"MLt0+nluixTOAmY4UnZP43rjRquDiJLCwiJh9UrGY0I=\",\r\n \"secondaryKey\": \"B50bGtmik5qksM+T8gsI9bzf9FgAJ2J7M9ZOTBsUyFM=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test9756.service.signalr.net;AccessKey=MLt0+nluixTOAmY4UnZP43rjRquDiJLCwiJh9UrGY0I=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test9756.service.signalr.net;AccessKey=B50bGtmik5qksM+T8gsI9bzf9FgAJ2J7M9ZOTBsUyFM=;Version=1.0;\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/dbe6cd87-37e8-46b0-a939-237c8952b5fc?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDEwOTgvb3BlcmF0aW9uSWQvZGJlNmNkODctMzdlOC00NmIwLWE5MzktMjM3Yzg5NTJiNWZjP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
- "RequestMethod": "GET",
- "RequestBody": "",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/signalR/signalr-test9756?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2Uvc2lnbmFsUi9zaWduYWxyLXRlc3Q5NzU2P2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
+ "RequestMethod": "PATCH",
+ "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"capacity\": 5\r\n },\r\n \"properties\": {\r\n \"hostNamePrefix\": \"signalr-service-test3132\",\r\n \"features\": [\r\n {\r\n \"value\": \"Serverless\"\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"http://example.com:12345\",\r\n \"https://contoso.com\"\r\n ]\r\n }\r\n },\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\"\r\n }\r\n}",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "a848d5d1-5078-41a9-94e6-1726f2e8683c"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "477"
]
},
"ResponseHeaders": {
@@ -1095,17 +1029,17 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:30:39 GMT"
+ "Fri, 29 May 2020 08:55:33 GMT"
],
"Pragma": [
"no-cache"
],
+ "Location": [
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationResults/3937c29f-0615-4c49-94e5-489653d89555/SignalR/signalr-test9756?api-version=2020-05-01"
+ ],
"Server": [
"Kestrel"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11990"
- ],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
@@ -1113,44 +1047,47 @@
"nosniff"
],
"x-ms-client-request-id": [
- "582e8513-d676-4c40-b2ee-3ebb51a8419c"
+ "a848d5d1-5078-41a9-94e6-1726f2e8683c"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/3937c29f-0615-4c49-94e5-489653d89555?api-version=2020-05-01"
],
"x-ms-request-id": [
- "b718cfd4-b246-4585-a825-ab8039faa379"
+ "27d1ccf8-c760-4aeb-92b2-5acaf4d2a2f8"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
],
"x-ms-correlation-request-id": [
- "69ff272c-9a38-44d4-a4df-cf674e9c5c1b"
+ "d9e92e7d-b4fb-4e22-9e8a-a2df12181b96"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093039Z:69ff272c-9a38-44d4-a4df-cf674e9c5c1b"
+ "SOUTHEASTASIA:20200529T085533Z:d9e92e7d-b4fb-4e22-9e8a-a2df12181b96"
],
"Content-Length": [
- "339"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
+ "0"
],
"Expires": [
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/dbe6cd87-37e8-46b0-a939-237c8952b5fc\",\r\n \"name\": \"dbe6cd87-37e8-46b0-a939-237c8952b5fc\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2019-08-20T09:29:07.7739204Z\"\r\n}",
- "StatusCode": 200
+ "ResponseBody": "",
+ "StatusCode": 202
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/dbe6cd87-37e8-46b0-a939-237c8952b5fc?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDEwOTgvb3BlcmF0aW9uSWQvZGJlNmNkODctMzdlOC00NmIwLWE5MzktMjM3Yzg5NTJiNWZjP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/3937c29f-0615-4c49-94e5-489653d89555?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL2Vhc3R1cy9vcGVyYXRpb25TdGF0dXNlcy9zaWduYWxyLXRlc3Q5NzU2L29wZXJhdGlvbklkLzM5MzdjMjlmLTA2MTUtNGM0OS05NGU1LTQ4OTY1M2Q4OTU1NT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1158,7 +1095,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:31:09 GMT"
+ "Fri, 29 May 2020 08:56:03 GMT"
],
"Pragma": [
"no-cache"
@@ -1167,7 +1104,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11989"
+ "11991"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1176,22 +1113,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "adba2edc-094e-405f-91e1-4012655e1028"
+ "e1087cd4-717c-40e8-a3c9-6e0f35268cfa"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "beea846d-9bb1-4dd5-b0e0-b976dfb7b57f"
+ "f945e7c7-51b1-476d-b986-f20675e286e9"
],
"x-ms-correlation-request-id": [
- "0120964a-9300-4497-9e50-2c8bf261d1b7"
+ "2cfa5c5b-309c-4da2-89e5-33e759530048"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093110Z:0120964a-9300-4497-9e50-2c8bf261d1b7"
+ "SOUTHEASTASIA:20200529T085604Z:2cfa5c5b-309c-4da2-89e5-33e759530048"
],
"Content-Length": [
- "339"
+ "337"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1200,20 +1137,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/dbe6cd87-37e8-46b0-a939-237c8952b5fc\",\r\n \"name\": \"dbe6cd87-37e8-46b0-a939-237c8952b5fc\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2019-08-20T09:29:07.7739204Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/3937c29f-0615-4c49-94e5-489653d89555\",\r\n \"name\": \"3937c29f-0615-4c49-94e5-489653d89555\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2020-05-29T08:55:33.2517031Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/dbe6cd87-37e8-46b0-a939-237c8952b5fc?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDEwOTgvb3BlcmF0aW9uSWQvZGJlNmNkODctMzdlOC00NmIwLWE5MzktMjM3Yzg5NTJiNWZjP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/3937c29f-0615-4c49-94e5-489653d89555?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL2Vhc3R1cy9vcGVyYXRpb25TdGF0dXNlcy9zaWduYWxyLXRlc3Q5NzU2L29wZXJhdGlvbklkLzM5MzdjMjlmLTA2MTUtNGM0OS05NGU1LTQ4OTY1M2Q4OTU1NT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1221,7 +1158,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:31:39 GMT"
+ "Fri, 29 May 2020 08:56:34 GMT"
],
"Pragma": [
"no-cache"
@@ -1230,7 +1167,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11988"
+ "11990"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1239,22 +1176,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "ddabd5a3-ad29-4235-8f28-6882b8e1a290"
+ "654c167b-4aea-4bfc-af22-cdc6d7c95474"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "d1dfc05f-0199-4d66-8ac2-d950ec72f147"
+ "b3253df7-8a32-4ae6-896c-a438fe14c0f6"
],
"x-ms-correlation-request-id": [
- "4ed7612e-0a4e-4c43-a537-01816c9fdee9"
+ "0ceb01fb-99d1-42cb-89d6-39631fb8081c"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093140Z:4ed7612e-0a4e-4c43-a537-01816c9fdee9"
+ "SOUTHEASTASIA:20200529T085634Z:0ceb01fb-99d1-42cb-89d6-39631fb8081c"
],
"Content-Length": [
- "339"
+ "337"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1263,20 +1200,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/dbe6cd87-37e8-46b0-a939-237c8952b5fc\",\r\n \"name\": \"dbe6cd87-37e8-46b0-a939-237c8952b5fc\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2019-08-20T09:29:07.7739204Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/3937c29f-0615-4c49-94e5-489653d89555\",\r\n \"name\": \"3937c29f-0615-4c49-94e5-489653d89555\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2020-05-29T08:55:33.2517031Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/dbe6cd87-37e8-46b0-a939-237c8952b5fc?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDEwOTgvb3BlcmF0aW9uSWQvZGJlNmNkODctMzdlOC00NmIwLWE5MzktMjM3Yzg5NTJiNWZjP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/3937c29f-0615-4c49-94e5-489653d89555?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL2Vhc3R1cy9vcGVyYXRpb25TdGF0dXNlcy9zaWduYWxyLXRlc3Q5NzU2L29wZXJhdGlvbklkLzM5MzdjMjlmLTA2MTUtNGM0OS05NGU1LTQ4OTY1M2Q4OTU1NT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1284,7 +1221,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:32:10 GMT"
+ "Fri, 29 May 2020 08:57:04 GMT"
],
"Pragma": [
"no-cache"
@@ -1293,7 +1230,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11987"
+ "11989"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1302,22 +1239,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "70d3b703-e1f4-495e-be6e-4873642c5cbf"
+ "bd52199f-26eb-47c2-acfc-3ec7d1d7b465"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "942d42c9-80b5-4ea0-80b8-bc7b816184dc"
+ "29683873-a9ce-4281-9ef8-5904766a66b0"
],
"x-ms-correlation-request-id": [
- "54fd6fcb-f189-4d7d-85c4-6b6ed3d57b22"
+ "2f8b9ae3-4257-4741-95eb-dbc8d4a92a81"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093211Z:54fd6fcb-f189-4d7d-85c4-6b6ed3d57b22"
+ "SOUTHEASTASIA:20200529T085704Z:2f8b9ae3-4257-4741-95eb-dbc8d4a92a81"
],
"Content-Length": [
- "382"
+ "380"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1326,17 +1263,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/dbe6cd87-37e8-46b0-a939-237c8952b5fc\",\r\n \"name\": \"dbe6cd87-37e8-46b0-a939-237c8952b5fc\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-08-20T09:29:07.7739204Z\",\r\n \"endTime\": \"2019-08-20T09:32:09.5173035Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/3937c29f-0615-4c49-94e5-489653d89555\",\r\n \"name\": \"3937c29f-0615-4c49-94e5-489653d89555\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-29T08:55:33.2517031Z\",\r\n \"endTime\": \"2020-05-29T08:56:55.0340166Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/SignalR/signalr-test1098/regenerateKey?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9TaWduYWxSL3NpZ25hbHItdGVzdDEwOTgvcmVnZW5lcmF0ZUtleT9hcGktdmVyc2lvbj0yMDE4LTEwLTAx",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/signalR/signalr-test9756/regenerateKey?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2Uvc2lnbmFsUi9zaWduYWxyLXRlc3Q5NzU2L3JlZ2VuZXJhdGVLZXk/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"keyType\": \"Primary\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "38443d5e-37ec-49b1-bcb8-228372f6b9af"
+ "52659847-8f6e-4857-84fb-c6c71b14e3a9"
],
"accept-language": [
"en-US"
@@ -1344,8 +1281,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1359,13 +1296,13 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:32:12 GMT"
+ "Fri, 29 May 2020 08:57:05 GMT"
],
"Pragma": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationResults/b302f4bd-acb1-42b9-ad38-7551b870413f/SignalR/signalr-test1098?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationResults/baa33931-e170-4292-ab0c-88ed0156f8ae/SignalR/signalr-test9756?api-version=2020-05-01"
],
"Server": [
"Kestrel"
@@ -1380,22 +1317,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "38443d5e-37ec-49b1-bcb8-228372f6b9af"
+ "52659847-8f6e-4857-84fb-c6c71b14e3a9"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/b302f4bd-acb1-42b9-ad38-7551b870413f?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/baa33931-e170-4292-ab0c-88ed0156f8ae?api-version=2020-05-01"
],
"x-ms-request-id": [
- "8be40664-87ec-4989-9d5c-898513296706"
+ "100e1e1f-fd6b-4800-a7c1-fe7958695816"
],
"x-ms-correlation-request-id": [
- "6f74c232-c785-4f99-90bc-3cef595482cc"
+ "80b1a2d5-4e8f-4f91-8c90-e99871900c3f"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093213Z:6f74c232-c785-4f99-90bc-3cef595482cc"
+ "SOUTHEASTASIA:20200529T085706Z:80b1a2d5-4e8f-4f91-8c90-e99871900c3f"
],
"Content-Length": [
"425"
@@ -1407,17 +1344,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"primaryKey\": \"Vrz3E1sQ5Nq4THI4JgejxMtQ6GuZPkMVeNxtUzhG7Yo=\",\r\n \"secondaryKey\": \"ffSEWknXIt92sJlSGI7br1X6cUmumBoNMWyflUdoXas=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test1098.service.signalr.net;AccessKey=Vrz3E1sQ5Nq4THI4JgejxMtQ6GuZPkMVeNxtUzhG7Yo=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test1098.service.signalr.net;AccessKey=ffSEWknXIt92sJlSGI7br1X6cUmumBoNMWyflUdoXas=;Version=1.0;\"\r\n}",
+ "ResponseBody": "{\r\n \"primaryKey\": \"MLt0+nluixTOAmY4UnZP43rjRquDiJLCwiJh9UrGY0I=\",\r\n \"secondaryKey\": \"9hmiy9YgrWV15fTA62sZ47jzmoBfeppKpj9JQJpXKCI=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test9756.service.signalr.net;AccessKey=MLt0+nluixTOAmY4UnZP43rjRquDiJLCwiJh9UrGY0I=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test9756.service.signalr.net;AccessKey=9hmiy9YgrWV15fTA62sZ47jzmoBfeppKpj9JQJpXKCI=;Version=1.0;\"\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/SignalR/signalr-test1098/regenerateKey?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9TaWduYWxSL3NpZ25hbHItdGVzdDEwOTgvcmVnZW5lcmF0ZUtleT9hcGktdmVyc2lvbj0yMDE4LTEwLTAx",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/signalR/signalr-test9756/regenerateKey?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2Uvc2lnbmFsUi9zaWduYWxyLXRlc3Q5NzU2L3JlZ2VuZXJhdGVLZXk/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"keyType\": \"Secondary\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "aad5ec06-831e-4fa4-a613-57ec021daef1"
+ "ee6875d0-75e9-472e-b517-e879a8f3c84d"
],
"accept-language": [
"en-US"
@@ -1425,8 +1362,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1440,13 +1377,13 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:32:44 GMT"
+ "Fri, 29 May 2020 08:57:37 GMT"
],
"Pragma": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationResults/ba9cd339-58fa-42f3-829f-87e28a6312d9/SignalR/signalr-test1098?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationResults/877a83be-dcfa-46ae-b598-0634854a73cc/SignalR/signalr-test9756?api-version=2020-05-01"
],
"Server": [
"Kestrel"
@@ -1461,22 +1398,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "aad5ec06-831e-4fa4-a613-57ec021daef1"
+ "ee6875d0-75e9-472e-b517-e879a8f3c84d"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/ba9cd339-58fa-42f3-829f-87e28a6312d9?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/877a83be-dcfa-46ae-b598-0634854a73cc?api-version=2020-05-01"
],
"x-ms-request-id": [
- "369c54df-1c5b-4fd2-92ee-3e8ca5957330"
+ "d5808984-0515-41d9-a993-5f9d59b85900"
],
"x-ms-correlation-request-id": [
- "39d6c9d3-49f9-4042-9634-fe18e9b0e6b9"
+ "f59ed408-b9a0-46ee-ba18-789d55360750"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093245Z:39d6c9d3-49f9-4042-9634-fe18e9b0e6b9"
+ "SOUTHEASTASIA:20200529T085738Z:f59ed408-b9a0-46ee-ba18-789d55360750"
],
"Content-Length": [
"425"
@@ -1488,20 +1425,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"primaryKey\": \"Vrz3E1sQ5Nq4THI4JgejxMtQ6GuZPkMVeNxtUzhG7Yo=\",\r\n \"secondaryKey\": \"aI7hjhXstjGBmgrQpZAPKCU1qsqIFINc9uldEvgwQbY=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test1098.service.signalr.net;AccessKey=Vrz3E1sQ5Nq4THI4JgejxMtQ6GuZPkMVeNxtUzhG7Yo=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test1098.service.signalr.net;AccessKey=aI7hjhXstjGBmgrQpZAPKCU1qsqIFINc9uldEvgwQbY=;Version=1.0;\"\r\n}",
+ "ResponseBody": "{\r\n \"primaryKey\": \"MLt0+nluixTOAmY4UnZP43rjRquDiJLCwiJh9UrGY0I=\",\r\n \"secondaryKey\": \"B50bGtmik5qksM+T8gsI9bzf9FgAJ2J7M9ZOTBsUyFM=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test9756.service.signalr.net;AccessKey=MLt0+nluixTOAmY4UnZP43rjRquDiJLCwiJh9UrGY0I=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test9756.service.signalr.net;AccessKey=B50bGtmik5qksM+T8gsI9bzf9FgAJ2J7M9ZOTBsUyFM=;Version=1.0;\"\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationResults/b302f4bd-acb1-42b9-ad38-7551b870413f/SignalR/signalr-test1098?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblJlc3VsdHMvYjMwMmY0YmQtYWNiMS00MmI5LWFkMzgtNzU1MWI4NzA0MTNmL1NpZ25hbFIvc2lnbmFsci10ZXN0MTA5OD9hcGktdmVyc2lvbj0yMDE4LTEwLTAx",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationResults/baa33931-e170-4292-ab0c-88ed0156f8ae/SignalR/signalr-test9756?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL2Vhc3R1cy9vcGVyYXRpb25SZXN1bHRzL2JhYTMzOTMxLWUxNzAtNDI5Mi1hYjBjLTg4ZWQwMTU2ZjhhZS9TaWduYWxSL3NpZ25hbHItdGVzdDk3NTY/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1509,7 +1446,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:32:42 GMT"
+ "Fri, 29 May 2020 08:57:35 GMT"
],
"Pragma": [
"no-cache"
@@ -1524,22 +1461,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "3ac718b4-47f3-47e0-9cf9-3acddcd13847"
+ "63e3d3bd-a695-4afd-ae8b-f20637676113"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "eef77d71-e158-4ad8-873f-2e9a2c3c7276"
+ "e23c5c21-d425-40be-a37c-e20298f10322"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11985"
+ "11987"
],
"x-ms-correlation-request-id": [
- "0f381a88-0610-4c86-86a8-133fa310d358"
+ "898fc716-d1d5-4fde-98ee-e4144c8623bf"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093243Z:0f381a88-0610-4c86-86a8-133fa310d358"
+ "SOUTHEASTASIA:20200529T085736Z:898fc716-d1d5-4fde-98ee-e4144c8623bf"
],
"Content-Length": [
"0"
@@ -1552,16 +1489,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationResults/b302f4bd-acb1-42b9-ad38-7551b870413f/SignalR/signalr-test1098?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblJlc3VsdHMvYjMwMmY0YmQtYWNiMS00MmI5LWFkMzgtNzU1MWI4NzA0MTNmL1NpZ25hbFIvc2lnbmFsci10ZXN0MTA5OD9hcGktdmVyc2lvbj0yMDE4LTEwLTAx",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationResults/baa33931-e170-4292-ab0c-88ed0156f8ae/SignalR/signalr-test9756?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL2Vhc3R1cy9vcGVyYXRpb25SZXN1bHRzL2JhYTMzOTMxLWUxNzAtNDI5Mi1hYjBjLTg4ZWQwMTU2ZjhhZS9TaWduYWxSL3NpZ25hbHItdGVzdDk3NTY/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1569,7 +1506,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:32:43 GMT"
+ "Fri, 29 May 2020 08:57:36 GMT"
],
"Pragma": [
"no-cache"
@@ -1584,22 +1521,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "9fb6333a-0964-4833-9389-eeb06b2dc9f5"
+ "2f9bd772-b33b-4a14-befb-81fb703f96ae"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "1d08eb45-5881-4dcb-bbe2-839caa29063a"
+ "ee007d41-c217-4f4b-bb31-454f404a1486"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11984"
+ "11986"
],
"x-ms-correlation-request-id": [
- "ff4b609b-69e4-4ca4-aa7e-29dcd1698012"
+ "4040192b-43fa-4a47-86a7-aef78df4276c"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093243Z:ff4b609b-69e4-4ca4-aa7e-29dcd1698012"
+ "SOUTHEASTASIA:20200529T085736Z:4040192b-43fa-4a47-86a7-aef78df4276c"
],
"Content-Length": [
"0"
@@ -1612,16 +1549,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationResults/ba9cd339-58fa-42f3-829f-87e28a6312d9/SignalR/signalr-test1098?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblJlc3VsdHMvYmE5Y2QzMzktNThmYS00MmYzLTgyOWYtODdlMjhhNjMxMmQ5L1NpZ25hbFIvc2lnbmFsci10ZXN0MTA5OD9hcGktdmVyc2lvbj0yMDE4LTEwLTAx",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationResults/877a83be-dcfa-46ae-b598-0634854a73cc/SignalR/signalr-test9756?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL2Vhc3R1cy9vcGVyYXRpb25SZXN1bHRzLzg3N2E4M2JlLWRjZmEtNDZhZS1iNTk4LTA2MzQ4NTRhNzNjYy9TaWduYWxSL3NpZ25hbHItdGVzdDk3NTY/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1629,7 +1566,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:33:15 GMT"
+ "Fri, 29 May 2020 08:58:07 GMT"
],
"Pragma": [
"no-cache"
@@ -1644,22 +1581,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "e4c3c8e6-ccfb-4247-9487-a64d10db6fa6"
+ "85e7058b-643b-4aa6-af31-52aa7e2bb2f3"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "bc5a11d4-119c-4b61-8ba7-8e9e4a16313f"
+ "699f2f54-8bd5-4ea9-b48e-fddc55b77832"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11983"
+ "11985"
],
"x-ms-correlation-request-id": [
- "02b1e6c3-3b71-4105-875a-b7a9aa543d4f"
+ "f1f38054-8cfb-4e66-b155-40077ba64c30"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093315Z:02b1e6c3-3b71-4105-875a-b7a9aa543d4f"
+ "SOUTHEASTASIA:20200529T085808Z:f1f38054-8cfb-4e66-b155-40077ba64c30"
],
"Content-Length": [
"0"
@@ -1672,16 +1609,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationResults/ba9cd339-58fa-42f3-829f-87e28a6312d9/SignalR/signalr-test1098?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblJlc3VsdHMvYmE5Y2QzMzktNThmYS00MmYzLTgyOWYtODdlMjhhNjMxMmQ5L1NpZ25hbFIvc2lnbmFsci10ZXN0MTA5OD9hcGktdmVyc2lvbj0yMDE4LTEwLTAx",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationResults/877a83be-dcfa-46ae-b598-0634854a73cc/SignalR/signalr-test9756?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL2Vhc3R1cy9vcGVyYXRpb25SZXN1bHRzLzg3N2E4M2JlLWRjZmEtNDZhZS1iNTk4LTA2MzQ4NTRhNzNjYy9TaWduYWxSL3NpZ25hbHItdGVzdDk3NTY/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1689,7 +1626,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:33:16 GMT"
+ "Fri, 29 May 2020 08:58:07 GMT"
],
"Pragma": [
"no-cache"
@@ -1704,22 +1641,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "ab1973cd-3e56-4fc8-aed2-631e15a735ef"
+ "54a569b4-9d8c-496c-8c6e-e5f06653c238"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "b6be2c10-0e91-4271-a65b-771da9202bf8"
+ "33b579f9-5eda-40e6-9776-68b13b478e99"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11982"
+ "11984"
],
"x-ms-correlation-request-id": [
- "75c06e61-6572-4494-b885-63873ea151be"
+ "66416ef4-5e26-46b5-a193-2b8cb0812222"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093316Z:75c06e61-6572-4494-b885-63873ea151be"
+ "SOUTHEASTASIA:20200529T085808Z:66416ef4-5e26-46b5-a193-2b8cb0812222"
],
"Content-Length": [
"0"
@@ -1732,13 +1669,13 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/signalR/signalr-test1098?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDEwOTg/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/signalR/signalr-test9756?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2Uvc2lnbmFsUi9zaWduYWxyLXRlc3Q5NzU2P2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4b9313fa-06ba-4af4-9e0e-f7a5b1cd8c9c"
+ "be29ed72-a0e8-46a6-b96e-299774489e7d"
],
"accept-language": [
"en-US"
@@ -1746,8 +1683,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1755,13 +1692,13 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:33:18 GMT"
+ "Fri, 29 May 2020 08:58:09 GMT"
],
"Pragma": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationResults/98728701-b6fc-476d-bc67-9a4a03b4199e/SignalR/signalr-test1098?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationResults/72981ac0-25be-44d3-9053-4737453791f4/SignalR/signalr-test9756?api-version=2020-05-01"
],
"Server": [
"Kestrel"
@@ -1773,25 +1710,25 @@
"nosniff"
],
"x-ms-client-request-id": [
- "4b9313fa-06ba-4af4-9e0e-f7a5b1cd8c9c"
+ "be29ed72-a0e8-46a6-b96e-299774489e7d"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/98728701-b6fc-476d-bc67-9a4a03b4199e?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/72981ac0-25be-44d3-9053-4737453791f4?api-version=2020-05-01"
],
"x-ms-request-id": [
- "a27913d5-a19d-4344-a826-47254a046979"
+ "cee0d801-3baf-4e33-8ed0-fc438dc9be32"
],
"x-ms-ratelimit-remaining-subscription-deletes": [
- "14998"
+ "14999"
],
"x-ms-correlation-request-id": [
- "6fd9c75c-6a45-4a64-af18-16616f927d60"
+ "bc6f08a3-d16e-4c84-94a6-18b56ffe7d84"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093318Z:6fd9c75c-6a45-4a64-af18-16616f927d60"
+ "SOUTHEASTASIA:20200529T085810Z:bc6f08a3-d16e-4c84-94a6-18b56ffe7d84"
],
"Content-Length": [
"0"
@@ -1804,13 +1741,13 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/signalR/signalr-test1098?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDEwOTg/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/signalR/signalr-test9756?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2Uvc2lnbmFsUi9zaWduYWxyLXRlc3Q5NzU2P2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "16f5e657-1e1f-484a-aa62-aa07d0deb2d0"
+ "488fe0da-b1ae-4e59-af81-6510e073dd38"
],
"accept-language": [
"en-US"
@@ -1818,8 +1755,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1827,22 +1764,22 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:33:48 GMT"
+ "Fri, 29 May 2020 08:58:41 GMT"
],
"Pragma": [
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-deletes": [
- "14997"
+ "14998"
],
"x-ms-request-id": [
- "29b79786-c2ed-40b5-9a5d-e35d24c59997"
+ "d9b0f816-9dad-45dd-8e75-800d1a696cb7"
],
"x-ms-correlation-request-id": [
- "29b79786-c2ed-40b5-9a5d-e35d24c59997"
+ "d9b0f816-9dad-45dd-8e75-800d1a696cb7"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093349Z:29b79786-c2ed-40b5-9a5d-e35d24c59997"
+ "SOUTHEASTASIA:20200529T085841Z:d9b0f816-9dad-45dd-8e75-800d1a696cb7"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1858,16 +1795,16 @@
"StatusCode": 204
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/98728701-b6fc-476d-bc67-9a4a03b4199e?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDEwOTgvb3BlcmF0aW9uSWQvOTg3Mjg3MDEtYjZmYy00NzZkLWJjNjctOWE0YTAzYjQxOTllP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/72981ac0-25be-44d3-9053-4737453791f4?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL2Vhc3R1cy9vcGVyYXRpb25TdGF0dXNlcy9zaWduYWxyLXRlc3Q5NzU2L29wZXJhdGlvbklkLzcyOTgxYWMwLTI1YmUtNDRkMy05MDUzLTQ3Mzc0NTM3OTFmND9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1875,7 +1812,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:33:47 GMT"
+ "Fri, 29 May 2020 08:58:40 GMT"
],
"Pragma": [
"no-cache"
@@ -1884,7 +1821,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11981"
+ "11983"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1893,22 +1830,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "552e6262-447b-4606-b809-5b6b277dc7c3"
+ "af2c0299-6e69-433a-88f3-310385b003bb"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "529da498-2269-44c1-a9f0-5235d31586de"
+ "68fb86f8-3d2e-4a5d-96d8-d6276f2be3ca"
],
"x-ms-correlation-request-id": [
- "6a5aca3a-300e-4655-a73a-141bf67738ce"
+ "1c326d86-e551-4d26-9fcf-29be9c6323c6"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093348Z:6a5aca3a-300e-4655-a73a-141bf67738ce"
+ "SOUTHEASTASIA:20200529T085840Z:1c326d86-e551-4d26-9fcf-29be9c6323c6"
],
"Content-Length": [
- "382"
+ "380"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1917,20 +1854,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test1098/operationId/98728701-b6fc-476d-bc67-9a4a03b4199e\",\r\n \"name\": \"98728701-b6fc-476d-bc67-9a4a03b4199e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-08-20T09:33:17.7902373Z\",\r\n \"endTime\": \"2019-08-20T09:33:26.9273791Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test9756/operationId/72981ac0-25be-44d3-9053-4737453791f4\",\r\n \"name\": \"72981ac0-25be-44d3-9053-4737453791f4\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-29T08:58:09.5145309Z\",\r\n \"endTime\": \"2020-05-29T08:58:19.6796337Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg1497/providers/Microsoft.SignalRService/locations/eastus/operationResults/98728701-b6fc-476d-bc67-9a4a03b4199e/SignalR/signalr-test1098?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzE0OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblJlc3VsdHMvOTg3Mjg3MDEtYjZmYy00NzZkLWJjNjctOWE0YTAzYjQxOTllL1NpZ25hbFIvc2lnbmFsci10ZXN0MTA5OD9hcGktdmVyc2lvbj0yMDE4LTEwLTAx",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg64/providers/Microsoft.SignalRService/locations/eastus/operationResults/72981ac0-25be-44d3-9053-4737453791f4/SignalR/signalr-test9756?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzY0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL2Vhc3R1cy9vcGVyYXRpb25SZXN1bHRzLzcyOTgxYWMwLTI1YmUtNDRkMy05MDUzLTQ3Mzc0NTM3OTFmNC9TaWduYWxSL3NpZ25hbHItdGVzdDk3NTY/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1938,7 +1875,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:33:48 GMT"
+ "Fri, 29 May 2020 08:58:41 GMT"
],
"Pragma": [
"no-cache"
@@ -1953,22 +1890,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "57320829-b05d-4ddb-8707-c6401669ca30"
+ "a602c34d-2c9a-4348-bedc-f70c4f438a6d"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "d3c12866-9324-4dc6-9abf-1def145fd021"
+ "bea6e1e6-8a73-4c65-af06-0af4c8eb615d"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11980"
+ "11982"
],
"x-ms-correlation-request-id": [
- "6483679b-b847-4722-99c1-c346657af6e9"
+ "667fd1aa-c2b1-4d68-9a4b-fa49b788dfd5"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093349Z:6483679b-b847-4722-99c1-c346657af6e9"
+ "SOUTHEASTASIA:20200529T085841Z:667fd1aa-c2b1-4d68-9a4b-fa49b788dfd5"
],
"Expires": [
"-1"
@@ -1980,19 +1917,19 @@
],
"Names": {
"CreateResourceGroup": [
- "signalr-test-rg1497"
+ "signalr-test-rg64"
],
"SignalRFreeTierToStandardTest": [
- "signalr-service-test-08202074"
+ "signalr-service-test-0820506"
],
"CreateSignalR": [
- "signalr-test1098"
+ "signalr-test9756"
],
"SignalRScenarioVerification": [
- "signalr-service-test613"
+ "signalr-service-test3132"
]
},
"Variables": {
- "SubscriptionId": "685ba005-af8d-4b04-8f16-a7bf38b2eb5a"
+ "SubscriptionId": "9caf2a1e-9c49-49b6-89a2-56bdec7e3f97"
}
}
\ No newline at end of file
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/SessionRecords/SignalRTests/SignalRStandardTierToFreeTest.json b/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/SessionRecords/SignalRTests/SignalRStandardTierToFreeTest.json
index 6a958876df64..4f6ae2d39c8a 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/SessionRecords/SignalRTests/SignalRStandardTierToFreeTest.json
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/SessionRecords/SignalRTests/SignalRStandardTierToFreeTest.json
@@ -1,13 +1,13 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/providers/Microsoft.SignalRService?api-version=2015-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2U/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/providers/Microsoft.SignalRService?api-version=2015-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2U/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "8745aa42-c04d-44f5-b0a3-b56f9ad26932"
+ "0c68f6e7-cc2b-467d-ad3e-c6f6c75be0a4"
],
"accept-language": [
"en-US"
@@ -15,7 +15,7 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0"
]
},
@@ -24,22 +24,22 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:34:43 GMT"
+ "Fri, 29 May 2020 08:58:53 GMT"
],
"Pragma": [
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11992"
+ "11999"
],
"x-ms-request-id": [
- "316f2b27-b978-4b57-ab85-cc71c97cb8bb"
+ "55c957e0-a0ef-422f-b125-e11c71999400"
],
"x-ms-correlation-request-id": [
- "316f2b27-b978-4b57-ab85-cc71c97cb8bb"
+ "55c957e0-a0ef-422f-b125-e11c71999400"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093443Z:316f2b27-b978-4b57-ab85-cc71c97cb8bb"
+ "SOUTHEASTASIA:20200529T085854Z:55c957e0-a0ef-422f-b125-e11c71999400"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -48,7 +48,7 @@
"nosniff"
],
"Content-Length": [
- "2710"
+ "2732"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -57,17 +57,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/providers/Microsoft.SignalRService\",\r\n \"namespace\": \"Microsoft.SignalRService\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"SignalR\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"SignalR/eventGridFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/providers/Microsoft.SignalRService\",\r\n \"namespace\": \"Microsoft.SignalRService\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"cdad765c-f191-43ba-b9f5-7aef392f811d\",\r\n \"roleDefinitionId\": \"346b504e-4aec-45d1-be25-a6e10f3cb4fe\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"SignalR\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"SignalR/eventGridFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourcegroups/signalr-test-rg3079?api-version=2015-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlZ3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourcegroups/signalr-test-rg8873?api-version=2015-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlZ3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzM/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"East US\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "716145fd-f3d0-4208-bc3d-9b70af3230f6"
+ "a762f767-1ca4-4590-853a-b1473ad9f9b3"
],
"accept-language": [
"en-US"
@@ -75,7 +75,7 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0"
],
"Content-Type": [
@@ -90,7 +90,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:34:48 GMT"
+ "Fri, 29 May 2020 08:58:56 GMT"
],
"Pragma": [
"no-cache"
@@ -99,13 +99,13 @@
"1199"
],
"x-ms-request-id": [
- "3d14d398-484a-4ee3-9766-9d60d46cfa96"
+ "9cc6bc4a-9bb2-44fd-a76a-43786e0ed5d1"
],
"x-ms-correlation-request-id": [
- "3d14d398-484a-4ee3-9766-9d60d46cfa96"
+ "9cc6bc4a-9bb2-44fd-a76a-43786e0ed5d1"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093449Z:3d14d398-484a-4ee3-9766-9d60d46cfa96"
+ "SOUTHEASTASIA:20200529T085857Z:9cc6bc4a-9bb2-44fd-a76a-43786e0ed5d1"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -123,17 +123,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079\",\r\n \"name\": \"signalr-test-rg3079\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873\",\r\n \"name\": \"signalr-test-rg8873\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/signalR/signalr-test8909?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDg5MDk/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/signalR/signalr-test92?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDkyP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"capacity\": 2\r\n }\r\n}",
+ "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\"\r\n }\r\n ],\r\n \"upstream\": {\r\n \"templates\": [\r\n {\r\n \"urlTemplate\": \"http://foo.com\"\r\n }\r\n ]\r\n },\r\n \"networkACLs\": {\r\n \"defaultAction\": \"Deny\",\r\n \"publicNetwork\": {\r\n \"allow\": [\r\n \"ClientConnection\"\r\n ]\r\n },\r\n \"privateEndpoints\": [\r\n {\r\n \"name\": \"mySignalRService.1fa229cd-bf3f-47f0-8c49-afb36723997e\",\r\n \"allow\": [\r\n \"ServerConnection\"\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"kind\": \"SignalR\",\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "055a236a-fe56-4c40-a644-3f315b7afb04"
+ "3c8198af-ba8a-4d85-9510-4e639e2416a1"
],
"accept-language": [
"en-US"
@@ -141,14 +141,14 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "202"
+ "838"
]
},
"ResponseHeaders": {
@@ -156,13 +156,13 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:34:54 GMT"
+ "Fri, 29 May 2020 08:59:05 GMT"
],
"Pragma": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationResults/4dc24b4f-5a35-4061-ba88-dd464686b180/SignalR/signalr-test8909?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationResults/5f61e719-51f2-483c-a00d-95c89f584ba1/SignalR/signalr-test92?api-version=2020-05-01"
],
"Server": [
"Kestrel"
@@ -177,25 +177,25 @@
"nosniff"
],
"x-ms-client-request-id": [
- "055a236a-fe56-4c40-a644-3f315b7afb04"
+ "3c8198af-ba8a-4d85-9510-4e639e2416a1"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/4dc24b4f-5a35-4061-ba88-dd464686b180?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/5f61e719-51f2-483c-a00d-95c89f584ba1?api-version=2020-05-01"
],
"x-ms-request-id": [
- "1ba1ca37-7f2e-4c8c-a919-bb35d4e1a8b5"
+ "c70a12de-6ffe-4c19-8038-91485b991aa4"
],
"x-ms-correlation-request-id": [
- "426d29d5-81d5-4f81-9d05-4365f87a29ce"
+ "28c06eb2-7ae1-4085-8e84-b6d257b99cb6"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093454Z:426d29d5-81d5-4f81-9d05-4365f87a29ce"
+ "SOUTHEASTASIA:20200529T085906Z:28c06eb2-7ae1-4085-8e84-b6d257b99cb6"
],
"Content-Length": [
- "666"
+ "1074"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -204,20 +204,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"externalIP\": null,\r\n \"hostName\": \"signalr-test8909.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0-preview\",\r\n \"hostNamePrefix\": \"signalr-test8909\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/SignalR/signalr-test8909\",\r\n \"name\": \"signalr-test8909\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
+ "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"externalIP\": null,\r\n \"hostName\": \"signalr-test92.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0-preview\",\r\n \"privateEndpointConnections\": [],\r\n \"hostNamePrefix\": \"signalr-test92\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableConnectivityLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableMessagingLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n },\r\n \"upstream\": {\r\n \"templates\": [\r\n {\r\n \"hubPattern\": \"*\",\r\n \"eventPattern\": \"*\",\r\n \"categoryPattern\": \"*\",\r\n \"urlTemplate\": \"http://foo.com\"\r\n }\r\n ]\r\n },\r\n \"networkACLs\": {\r\n \"defaultAction\": \"Deny\",\r\n \"publicNetwork\": {\r\n \"allow\": [\r\n \"ClientConnection\"\r\n ],\r\n \"deny\": null\r\n },\r\n \"privateEndpoints\": []\r\n }\r\n },\r\n \"kind\": \"SignalR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/SignalR/signalr-test92\",\r\n \"name\": \"signalr-test92\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/4dc24b4f-5a35-4061-ba88-dd464686b180?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDg5MDkvb3BlcmF0aW9uSWQvNGRjMjRiNGYtNWEzNS00MDYxLWJhODgtZGQ0NjQ2ODZiMTgwP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/5f61e719-51f2-483c-a00d-95c89f584ba1?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDkyL29wZXJhdGlvbklkLzVmNjFlNzE5LTUxZjItNDgzYy1hMDBkLTk1Yzg5ZjU4NGJhMT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -225,7 +225,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:35:24 GMT"
+ "Fri, 29 May 2020 08:59:36 GMT"
],
"Pragma": [
"no-cache"
@@ -234,7 +234,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11991"
+ "11998"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -243,22 +243,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "181b8472-5e29-4dae-904c-9b4d71e01bbd"
+ "182ff2bb-a223-4405-841a-36fa68bb8291"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "6e3bef80-d8d0-4775-a906-230efdd5e621"
+ "ab1fa5a9-6a99-4e11-b887-6366e45ae491"
],
"x-ms-correlation-request-id": [
- "f21d51e1-fd5f-4049-82c1-95be0f24ee75"
+ "9fd5bdab-bff7-446d-9b9e-4d21b7d097b5"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093525Z:f21d51e1-fd5f-4049-82c1-95be0f24ee75"
+ "SOUTHEASTASIA:20200529T085936Z:9fd5bdab-bff7-446d-9b9e-4d21b7d097b5"
],
"Content-Length": [
- "339"
+ "337"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -267,20 +267,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/4dc24b4f-5a35-4061-ba88-dd464686b180\",\r\n \"name\": \"4dc24b4f-5a35-4061-ba88-dd464686b180\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2019-08-20T09:34:52.4688913Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/5f61e719-51f2-483c-a00d-95c89f584ba1\",\r\n \"name\": \"5f61e719-51f2-483c-a00d-95c89f584ba1\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2020-05-29T08:59:03.7668304Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/4dc24b4f-5a35-4061-ba88-dd464686b180?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDg5MDkvb3BlcmF0aW9uSWQvNGRjMjRiNGYtNWEzNS00MDYxLWJhODgtZGQ0NjQ2ODZiMTgwP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/5f61e719-51f2-483c-a00d-95c89f584ba1?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDkyL29wZXJhdGlvbklkLzVmNjFlNzE5LTUxZjItNDgzYy1hMDBkLTk1Yzg5ZjU4NGJhMT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -288,7 +288,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:35:55 GMT"
+ "Fri, 29 May 2020 09:00:07 GMT"
],
"Pragma": [
"no-cache"
@@ -297,7 +297,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11990"
+ "11997"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -306,22 +306,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "9dfe9f15-b593-4fc4-92a8-19edce70ab7c"
+ "4517e569-e3eb-4dcf-a3b1-6880380806cb"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "678fce19-88eb-4b1a-9907-39ef77d4a3ae"
+ "41570e91-c86e-4304-8520-60b6f56db76e"
],
"x-ms-correlation-request-id": [
- "17d8e382-4415-48eb-8515-1331f8171c07"
+ "a35cd5ca-c2ff-483a-b43d-42cf892cdfc2"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093555Z:17d8e382-4415-48eb-8515-1331f8171c07"
+ "SOUTHEASTASIA:20200529T090008Z:a35cd5ca-c2ff-483a-b43d-42cf892cdfc2"
],
"Content-Length": [
- "339"
+ "337"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -330,20 +330,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/4dc24b4f-5a35-4061-ba88-dd464686b180\",\r\n \"name\": \"4dc24b4f-5a35-4061-ba88-dd464686b180\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2019-08-20T09:34:52.4688913Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/5f61e719-51f2-483c-a00d-95c89f584ba1\",\r\n \"name\": \"5f61e719-51f2-483c-a00d-95c89f584ba1\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2020-05-29T08:59:03.7668304Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/4dc24b4f-5a35-4061-ba88-dd464686b180?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDg5MDkvb3BlcmF0aW9uSWQvNGRjMjRiNGYtNWEzNS00MDYxLWJhODgtZGQ0NjQ2ODZiMTgwP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/5f61e719-51f2-483c-a00d-95c89f584ba1?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDkyL29wZXJhdGlvbklkLzVmNjFlNzE5LTUxZjItNDgzYy1hMDBkLTk1Yzg5ZjU4NGJhMT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -351,7 +351,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:36:26 GMT"
+ "Fri, 29 May 2020 09:00:38 GMT"
],
"Pragma": [
"no-cache"
@@ -360,7 +360,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11989"
+ "11996"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -369,22 +369,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "c9f2326c-71ab-468e-b286-08944bea425b"
+ "08db6830-2bb4-4f19-9cf7-0e84d99c2c7d"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "add367da-aacb-49cd-ab44-79ac3cf252a2"
+ "c260c935-dd0b-4414-bd47-1d0f83099248"
],
"x-ms-correlation-request-id": [
- "f17e57b7-6ccc-41cc-94b2-06d00efdad88"
+ "a2c72160-f17a-4cb0-881e-a8ba05a0aee0"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093626Z:f17e57b7-6ccc-41cc-94b2-06d00efdad88"
+ "SOUTHEASTASIA:20200529T090038Z:a2c72160-f17a-4cb0-881e-a8ba05a0aee0"
],
"Content-Length": [
- "339"
+ "380"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -393,20 +393,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/4dc24b4f-5a35-4061-ba88-dd464686b180\",\r\n \"name\": \"4dc24b4f-5a35-4061-ba88-dd464686b180\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2019-08-20T09:34:52.4688913Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/5f61e719-51f2-483c-a00d-95c89f584ba1\",\r\n \"name\": \"5f61e719-51f2-483c-a00d-95c89f584ba1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-29T08:59:03.7668304Z\",\r\n \"endTime\": \"2020-05-29T09:00:16.0511422Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/4dc24b4f-5a35-4061-ba88-dd464686b180?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDg5MDkvb3BlcmF0aW9uSWQvNGRjMjRiNGYtNWEzNS00MDYxLWJhODgtZGQ0NjQ2ODZiMTgwP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/signalR/signalr-test92?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDkyP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -414,7 +414,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:36:56 GMT"
+ "Fri, 29 May 2020 09:00:38 GMT"
],
"Pragma": [
"no-cache"
@@ -423,7 +423,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11988"
+ "11995"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -432,22 +432,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "311a5591-b3b6-42e4-85a7-6a15f2d4f16a"
+ "f2d68ae9-61ae-433c-986e-5104c83a8c7a"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "ccc5d4fa-7328-4c9f-b7d7-b42a49c1cfc7"
+ "b12bd78d-cb8e-4b46-9a0a-0c54ed7650c2"
],
"x-ms-correlation-request-id": [
- "b1a984f5-92b2-4696-8349-4b97d921e2a8"
+ "18e64d24-b62d-4fcd-8d62-f284043834a2"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093657Z:b1a984f5-92b2-4696-8349-4b97d921e2a8"
+ "SOUTHEASTASIA:20200529T090038Z:18e64d24-b62d-4fcd-8d62-f284043834a2"
],
"Content-Length": [
- "339"
+ "1075"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -456,143 +456,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/4dc24b4f-5a35-4061-ba88-dd464686b180\",\r\n \"name\": \"4dc24b4f-5a35-4061-ba88-dd464686b180\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2019-08-20T09:34:52.4688913Z\"\r\n}",
+ "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"40.71.15.9\",\r\n \"hostName\": \"signalr-test92.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"privateEndpointConnections\": [],\r\n \"hostNamePrefix\": \"signalr-test92\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableConnectivityLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableMessagingLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n },\r\n \"upstream\": {\r\n \"templates\": [\r\n {\r\n \"hubPattern\": \"*\",\r\n \"eventPattern\": \"*\",\r\n \"categoryPattern\": \"*\",\r\n \"urlTemplate\": \"http://foo.com\"\r\n }\r\n ]\r\n },\r\n \"networkACLs\": {\r\n \"defaultAction\": \"Deny\",\r\n \"publicNetwork\": {\r\n \"allow\": [\r\n \"ClientConnection\"\r\n ],\r\n \"deny\": null\r\n },\r\n \"privateEndpoints\": []\r\n }\r\n },\r\n \"kind\": \"SignalR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/SignalR/signalr-test92\",\r\n \"name\": \"signalr-test92\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/4dc24b4f-5a35-4061-ba88-dd464686b180?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDg5MDkvb3BlcmF0aW9uSWQvNGRjMjRiNGYtNWEzNS00MDYxLWJhODgtZGQ0NjQ2ODZiMTgwP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/signalR/signalr-test92?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDkyP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.00001.0",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 20 Aug 2019 09:37:27 GMT"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Server": [
- "Kestrel"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11987"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
"x-ms-client-request-id": [
- "9158f97b-f3d5-4fd9-a366-568fbfc4ec8f"
- ],
- "x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
- ],
- "x-ms-request-id": [
- "5ccf9749-6cb1-41ed-b84d-9b11960eff4f"
- ],
- "x-ms-correlation-request-id": [
- "04764286-386f-4811-9064-2ff993282dcc"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093727Z:04764286-386f-4811-9064-2ff993282dcc"
- ],
- "Content-Length": [
- "382"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/4dc24b4f-5a35-4061-ba88-dd464686b180\",\r\n \"name\": \"4dc24b4f-5a35-4061-ba88-dd464686b180\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-08-20T09:34:52.4688913Z\",\r\n \"endTime\": \"2019-08-20T09:37:14.4176263Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/signalR/signalr-test8909?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDg5MDk/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.00001.0",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 20 Aug 2019 09:37:27 GMT"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Server": [
- "Kestrel"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11986"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "x-ms-client-request-id": [
- "0b8422d9-c030-417d-a61a-90e96a0dd428"
- ],
- "x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
- ],
- "x-ms-request-id": [
- "43046ec9-7b0b-4da7-8494-f5a0cf048da4"
- ],
- "x-ms-correlation-request-id": [
- "462cdd4d-1d71-442b-a520-151d7c1dd4a8"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093727Z:462cdd4d-1d71-442b-a520-151d7c1dd4a8"
- ],
- "Content-Length": [
- "669"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"40.114.67.12\",\r\n \"hostName\": \"signalr-test8909.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"hostNamePrefix\": \"signalr-test8909\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/SignalR/signalr-test8909\",\r\n \"name\": \"signalr-test8909\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/signalR/signalr-test8909?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDg5MDk/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "11bff401-0d28-43c7-9631-ea63b9948824"
+ "ffc1adb2-5f6c-42e1-88bf-243bdfe462c5"
],
"accept-language": [
"en-US"
@@ -600,8 +474,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -609,7 +483,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:37:28 GMT"
+ "Fri, 29 May 2020 09:00:39 GMT"
],
"Pragma": [
"no-cache"
@@ -618,7 +492,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11984"
+ "11993"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -627,22 +501,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "11bff401-0d28-43c7-9631-ea63b9948824"
+ "ffc1adb2-5f6c-42e1-88bf-243bdfe462c5"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "7118d1eb-399c-4a34-ad26-307b4642324a"
+ "fdf1cf45-94bb-46f5-9214-d92d404b5735"
],
"x-ms-correlation-request-id": [
- "72b9e6bf-353f-4e0c-9a67-f20f69170204"
+ "0a19c6a6-4a40-4029-9136-3d8857b3e1b0"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093728Z:72b9e6bf-353f-4e0c-9a67-f20f69170204"
+ "SOUTHEASTASIA:20200529T090039Z:0a19c6a6-4a40-4029-9136-3d8857b3e1b0"
],
"Content-Length": [
- "669"
+ "1075"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -651,20 +525,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"40.114.67.12\",\r\n \"hostName\": \"signalr-test8909.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"hostNamePrefix\": \"signalr-test8909\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/SignalR/signalr-test8909\",\r\n \"name\": \"signalr-test8909\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
+ "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"40.71.15.9\",\r\n \"hostName\": \"signalr-test92.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"privateEndpointConnections\": [],\r\n \"hostNamePrefix\": \"signalr-test92\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableConnectivityLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableMessagingLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n },\r\n \"upstream\": {\r\n \"templates\": [\r\n {\r\n \"hubPattern\": \"*\",\r\n \"eventPattern\": \"*\",\r\n \"categoryPattern\": \"*\",\r\n \"urlTemplate\": \"http://foo.com\"\r\n }\r\n ]\r\n },\r\n \"networkACLs\": {\r\n \"defaultAction\": \"Deny\",\r\n \"publicNetwork\": {\r\n \"allow\": [\r\n \"ClientConnection\"\r\n ],\r\n \"deny\": null\r\n },\r\n \"privateEndpoints\": []\r\n }\r\n },\r\n \"kind\": \"SignalR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/SignalR/signalr-test92\",\r\n \"name\": \"signalr-test92\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/signalR/signalr-test8909?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDg5MDk/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/signalR/signalr-test92?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDkyP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -672,7 +546,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:39:02 GMT"
+ "Fri, 29 May 2020 09:01:42 GMT"
],
"Pragma": [
"no-cache"
@@ -681,7 +555,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11980"
+ "11990"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -690,22 +564,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "55fb0487-2bd6-44c5-ab5b-0fcfd87f76a1"
+ "0c9a0874-3529-4709-a29c-faa84a04129b"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "af01af3b-28d5-4b0a-807f-4c2b78fc7ca3"
+ "907ae6ed-c846-4e8f-b440-b20a8a158ea1"
],
"x-ms-correlation-request-id": [
- "90bb8ee8-0730-49d3-a887-b1ae838bd576"
+ "c8d491d8-410f-4469-ab10-c68587273ece"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093902Z:90bb8ee8-0730-49d3-a887-b1ae838bd576"
+ "SOUTHEASTASIA:20200529T090143Z:c8d491d8-410f-4469-ab10-c68587273ece"
],
"Content-Length": [
- "726"
+ "1160"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -714,17 +588,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"40.114.111.36\",\r\n \"hostName\": \"signalr-test8909.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"hostNamePrefix\": \"signalr-test8909\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Serverless\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"http://example.com:12345\",\r\n \"https://contoso.com\"\r\n ]\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\"\r\n },\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/SignalR/signalr-test8909\",\r\n \"name\": \"signalr-test8909\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
+ "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"20.42.72.6\",\r\n \"hostName\": \"signalr-test92.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"privateEndpointConnections\": [],\r\n \"hostNamePrefix\": \"signalr-test92\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Serverless\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableConnectivityLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableMessagingLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"http://example.com:12345\",\r\n \"https://contoso.com\"\r\n ]\r\n },\r\n \"upstream\": {\r\n \"templates\": [\r\n {\r\n \"hubPattern\": \"*\",\r\n \"eventPattern\": \"*\",\r\n \"categoryPattern\": \"*\",\r\n \"urlTemplate\": \"http://foo.com\"\r\n }\r\n ]\r\n },\r\n \"networkACLs\": {\r\n \"defaultAction\": \"Deny\",\r\n \"publicNetwork\": {\r\n \"allow\": [\r\n \"ServerConnection\",\r\n \"ClientConnection\",\r\n \"RESTAPI\"\r\n ],\r\n \"deny\": null\r\n },\r\n \"privateEndpoints\": []\r\n }\r\n },\r\n \"kind\": \"SignalR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\"\r\n },\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/SignalR/signalr-test92\",\r\n \"name\": \"signalr-test92\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/SignalR?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9TaWduYWxSP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/signalR?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "cda6ab35-3e14-47aa-8f46-6e97b38c308e"
+ "2c998d84-fe37-4710-b385-0013a53ac483"
],
"accept-language": [
"en-US"
@@ -732,8 +606,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -741,7 +615,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:37:27 GMT"
+ "Fri, 29 May 2020 09:00:39 GMT"
],
"Pragma": [
"no-cache"
@@ -750,7 +624,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11985"
+ "11994"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -759,22 +633,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "cda6ab35-3e14-47aa-8f46-6e97b38c308e"
+ "2c998d84-fe37-4710-b385-0013a53ac483"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "822677f7-5085-47de-9f67-eaf9975fc518"
+ "c4519bf2-9647-4c38-9310-9af43615d4a7"
],
"x-ms-correlation-request-id": [
- "9650491e-ade6-406f-848c-fec71644296e"
+ "0da2f1e1-2a15-49f4-9878-87f8b507bf52"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093728Z:9650491e-ade6-406f-848c-fec71644296e"
+ "SOUTHEASTASIA:20200529T090039Z:0da2f1e1-2a15-49f4-9878-87f8b507bf52"
],
"Content-Length": [
- "681"
+ "1087"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -783,17 +657,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"40.114.67.12\",\r\n \"hostName\": \"signalr-test8909.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"hostNamePrefix\": \"signalr-test8909\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n }\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/SignalR/signalr-test8909\",\r\n \"name\": \"signalr-test8909\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"externalIP\": \"40.71.15.9\",\r\n \"hostName\": \"signalr-test92.service.signalr.net\",\r\n \"publicPort\": 443,\r\n \"serverPort\": 443,\r\n \"version\": \"1.0\",\r\n \"privateEndpointConnections\": [],\r\n \"hostNamePrefix\": \"signalr-test92\",\r\n \"features\": [\r\n {\r\n \"flag\": \"ServiceMode\",\r\n \"value\": \"Default\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableConnectivityLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"flag\": \"EnableMessagingLogs\",\r\n \"value\": \"False\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n },\r\n \"upstream\": {\r\n \"templates\": [\r\n {\r\n \"hubPattern\": \"*\",\r\n \"eventPattern\": \"*\",\r\n \"categoryPattern\": \"*\",\r\n \"urlTemplate\": \"http://foo.com\"\r\n }\r\n ]\r\n },\r\n \"networkACLs\": {\r\n \"defaultAction\": \"Deny\",\r\n \"publicNetwork\": {\r\n \"allow\": [\r\n \"ClientConnection\"\r\n ],\r\n \"deny\": null\r\n },\r\n \"privateEndpoints\": []\r\n }\r\n },\r\n \"kind\": \"SignalR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/SignalR/signalr-test92\",\r\n \"name\": \"signalr-test92\",\r\n \"type\": \"Microsoft.SignalRService/SignalR\"\r\n }\r\n ]\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/SignalR/signalr-test8909/listKeys?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9TaWduYWxSL3NpZ25hbHItdGVzdDg5MDkvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/signalR/signalr-test92/listKeys?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDkyL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "35ea7a89-7b09-48a3-8c05-ee2bd58849b2"
+ "718000f7-c3be-463c-8ff0-55d220250803"
],
"accept-language": [
"en-US"
@@ -801,8 +675,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -810,7 +684,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:37:28 GMT"
+ "Fri, 29 May 2020 09:00:39 GMT"
],
"Pragma": [
"no-cache"
@@ -828,22 +702,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "35ea7a89-7b09-48a3-8c05-ee2bd58849b2"
+ "718000f7-c3be-463c-8ff0-55d220250803"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "636e4d8d-d375-47e8-b63d-627249e2c20a"
+ "4a40b546-b10b-49f5-98d8-29ef6136995d"
],
"x-ms-correlation-request-id": [
- "7ad1bca7-65ed-43b8-baf3-cf47f0e1c81c"
+ "23854857-e711-408e-bbfd-f3f4306eb0c1"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093729Z:7ad1bca7-65ed-43b8-baf3-cf47f0e1c81c"
+ "SOUTHEASTASIA:20200529T090040Z:23854857-e711-408e-bbfd-f3f4306eb0c1"
],
"Content-Length": [
- "425"
+ "421"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -852,17 +726,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"primaryKey\": \"S5Xkw64Kgsi0RbDTW1AguBqckpgTCGZCCcEzHe/VaKo=\",\r\n \"secondaryKey\": \"O+NyuiGqvmik/fmJAxmeWJdLgV1ivUMiBGMZD3qckic=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test8909.service.signalr.net;AccessKey=S5Xkw64Kgsi0RbDTW1AguBqckpgTCGZCCcEzHe/VaKo=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test8909.service.signalr.net;AccessKey=O+NyuiGqvmik/fmJAxmeWJdLgV1ivUMiBGMZD3qckic=;Version=1.0;\"\r\n}",
+ "ResponseBody": "{\r\n \"primaryKey\": \"+c6P7ObiBy3WV9xBqkKvbgjKqWHCGXpZ8JSRPnDr0lM=\",\r\n \"secondaryKey\": \"+4Csdrllc+nhOJuPFPxSa56Ecrk9b8yL34w4u86pGEA=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test92.service.signalr.net;AccessKey=+c6P7ObiBy3WV9xBqkKvbgjKqWHCGXpZ8JSRPnDr0lM=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test92.service.signalr.net;AccessKey=+4Csdrllc+nhOJuPFPxSa56Ecrk9b8yL34w4u86pGEA=;Version=1.0;\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/SignalR/signalr-test8909/listKeys?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9TaWduYWxSL3NpZ25hbHItdGVzdDg5MDkvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/signalR/signalr-test92/listKeys?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDkyL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "18786a36-6f54-4733-b4fe-0ef66aaf8ecd"
+ "0e903a52-75e5-43e0-9856-ec579b3fee85"
],
"accept-language": [
"en-US"
@@ -870,8 +744,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -879,7 +753,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:39:02 GMT"
+ "Fri, 29 May 2020 09:01:43 GMT"
],
"Pragma": [
"no-cache"
@@ -897,22 +771,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "18786a36-6f54-4733-b4fe-0ef66aaf8ecd"
+ "0e903a52-75e5-43e0-9856-ec579b3fee85"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "d9b580f3-a1a8-4605-ab97-7ded91055899"
+ "4591b6c4-31b9-4118-8da8-baca06fbf1f7"
],
"x-ms-correlation-request-id": [
- "6fba98d5-7f5a-4e95-a228-574629676707"
+ "80ee83df-29ea-433c-bc07-68b5d60a642b"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093903Z:6fba98d5-7f5a-4e95-a228-574629676707"
+ "SOUTHEASTASIA:20200529T090144Z:80ee83df-29ea-433c-bc07-68b5d60a642b"
],
"Content-Length": [
- "425"
+ "421"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -921,17 +795,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"primaryKey\": \"S5Xkw64Kgsi0RbDTW1AguBqckpgTCGZCCcEzHe/VaKo=\",\r\n \"secondaryKey\": \"O+NyuiGqvmik/fmJAxmeWJdLgV1ivUMiBGMZD3qckic=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test8909.service.signalr.net;AccessKey=S5Xkw64Kgsi0RbDTW1AguBqckpgTCGZCCcEzHe/VaKo=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test8909.service.signalr.net;AccessKey=O+NyuiGqvmik/fmJAxmeWJdLgV1ivUMiBGMZD3qckic=;Version=1.0;\"\r\n}",
+ "ResponseBody": "{\r\n \"primaryKey\": \"+c6P7ObiBy3WV9xBqkKvbgjKqWHCGXpZ8JSRPnDr0lM=\",\r\n \"secondaryKey\": \"+4Csdrllc+nhOJuPFPxSa56Ecrk9b8yL34w4u86pGEA=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test92.service.signalr.net;AccessKey=+c6P7ObiBy3WV9xBqkKvbgjKqWHCGXpZ8JSRPnDr0lM=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test92.service.signalr.net;AccessKey=+4Csdrllc+nhOJuPFPxSa56Ecrk9b8yL34w4u86pGEA=;Version=1.0;\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/SignalR/signalr-test8909/listKeys?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9TaWduYWxSL3NpZ25hbHItdGVzdDg5MDkvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/signalR/signalr-test92/listKeys?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDkyL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "0ae36340-be0e-4de1-882c-e0278882e176"
+ "701e7464-dc23-4e0e-97bc-b4a3368cf13b"
],
"accept-language": [
"en-US"
@@ -939,8 +813,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -948,7 +822,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:40:36 GMT"
+ "Fri, 29 May 2020 09:03:16 GMT"
],
"Pragma": [
"no-cache"
@@ -966,22 +840,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "0ae36340-be0e-4de1-882c-e0278882e176"
+ "701e7464-dc23-4e0e-97bc-b4a3368cf13b"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "1b3ef03d-a5a5-4639-9ff4-ca79f6097e04"
+ "050dcf7e-dd9d-4849-97ba-d8c65b0b3f87"
],
"x-ms-correlation-request-id": [
- "357d3b26-1ffb-4acd-ae95-b77630d7ffac"
+ "f05e89eb-1b37-4e7f-b15d-48c12346b092"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T094036Z:357d3b26-1ffb-4acd-ae95-b77630d7ffac"
+ "SOUTHEASTASIA:20200529T090317Z:f05e89eb-1b37-4e7f-b15d-48c12346b092"
],
"Content-Length": [
- "425"
+ "421"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -990,17 +864,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"primaryKey\": \"v4nI4cRDhi51Zzv8BQZtLgXhtda8tvsgvLSi98ZSGe8=\",\r\n \"secondaryKey\": \"O+NyuiGqvmik/fmJAxmeWJdLgV1ivUMiBGMZD3qckic=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test8909.service.signalr.net;AccessKey=v4nI4cRDhi51Zzv8BQZtLgXhtda8tvsgvLSi98ZSGe8=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test8909.service.signalr.net;AccessKey=O+NyuiGqvmik/fmJAxmeWJdLgV1ivUMiBGMZD3qckic=;Version=1.0;\"\r\n}",
+ "ResponseBody": "{\r\n \"primaryKey\": \"YuIlxg5dqHM5gXz3J9xDxDXhn5Asc6ODdCYNASKDNkk=\",\r\n \"secondaryKey\": \"+4Csdrllc+nhOJuPFPxSa56Ecrk9b8yL34w4u86pGEA=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test92.service.signalr.net;AccessKey=YuIlxg5dqHM5gXz3J9xDxDXhn5Asc6ODdCYNASKDNkk=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test92.service.signalr.net;AccessKey=+4Csdrllc+nhOJuPFPxSa56Ecrk9b8yL34w4u86pGEA=;Version=1.0;\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/SignalR/signalr-test8909/listKeys?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9TaWduYWxSL3NpZ25hbHItdGVzdDg5MDkvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/signalR/signalr-test92/listKeys?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDkyL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "5b2076a1-1490-4ab1-81db-5489ef3a34db"
+ "4b6d21a6-8525-495b-8d68-a72e16d83c88"
],
"accept-language": [
"en-US"
@@ -1008,8 +882,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1017,7 +891,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:42:12 GMT"
+ "Fri, 29 May 2020 09:04:49 GMT"
],
"Pragma": [
"no-cache"
@@ -1035,22 +909,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "5b2076a1-1490-4ab1-81db-5489ef3a34db"
+ "4b6d21a6-8525-495b-8d68-a72e16d83c88"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "b05b182b-9801-46ee-9d34-78b95b6de3de"
+ "2d8087d3-aa99-49ba-93d0-223ecc1464bb"
],
"x-ms-correlation-request-id": [
- "b94502b9-7047-47df-b023-fd176bca0e0e"
+ "7d07460d-ba22-4fb7-83c7-ed044bf0b5f0"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T094213Z:b94502b9-7047-47df-b023-fd176bca0e0e"
+ "SOUTHEASTASIA:20200529T090449Z:7d07460d-ba22-4fb7-83c7-ed044bf0b5f0"
],
"Content-Length": [
- "425"
+ "421"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1059,17 +933,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"primaryKey\": \"v4nI4cRDhi51Zzv8BQZtLgXhtda8tvsgvLSi98ZSGe8=\",\r\n \"secondaryKey\": \"XPMJ3tfPxJ8qQ8foSmM919pbqs2T1SuZVHd0dQalrUk=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test8909.service.signalr.net;AccessKey=v4nI4cRDhi51Zzv8BQZtLgXhtda8tvsgvLSi98ZSGe8=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test8909.service.signalr.net;AccessKey=XPMJ3tfPxJ8qQ8foSmM919pbqs2T1SuZVHd0dQalrUk=;Version=1.0;\"\r\n}",
+ "ResponseBody": "{\r\n \"primaryKey\": \"YuIlxg5dqHM5gXz3J9xDxDXhn5Asc6ODdCYNASKDNkk=\",\r\n \"secondaryKey\": \"Pq5uty7woytyLEsky+j7VdjRo391n4WVIxQELowppQM=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test92.service.signalr.net;AccessKey=YuIlxg5dqHM5gXz3J9xDxDXhn5Asc6ODdCYNASKDNkk=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test92.service.signalr.net;AccessKey=Pq5uty7woytyLEsky+j7VdjRo391n4WVIxQELowppQM=;Version=1.0;\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/signalR/signalr-test8909?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDg5MDk/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/signalR/signalr-test92?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDkyP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "PATCH",
- "RequestBody": "{\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"hostNamePrefix\": \"signalr-service-test8082\",\r\n \"features\": [\r\n {\r\n \"value\": \"Serverless\",\r\n \"flag\": \"ServiceMode\"\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"http://example.com:12345\",\r\n \"https://contoso.com\"\r\n ]\r\n }\r\n }\r\n}",
+ "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Free_F1\",\r\n \"tier\": \"Free\",\r\n \"size\": \"F1\",\r\n \"capacity\": 1\r\n },\r\n \"properties\": {\r\n \"hostNamePrefix\": \"signalr-service-test3619\",\r\n \"features\": [\r\n {\r\n \"value\": \"Serverless\"\r\n }\r\n ],\r\n \"cors\": {\r\n \"allowedOrigins\": [\r\n \"http://example.com:12345\",\r\n \"https://contoso.com\"\r\n ]\r\n }\r\n },\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "94a37e27-b5ca-4475-a947-346343652423"
+ "adf84dbf-56df-41e6-9d78-2cdbb2e7abb7"
],
"accept-language": [
"en-US"
@@ -1077,14 +951,14 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "501"
+ "469"
]
},
"ResponseHeaders": {
@@ -1092,13 +966,13 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:37:30 GMT"
+ "Fri, 29 May 2020 09:00:42 GMT"
],
"Pragma": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationResults/86a462d9-3439-4f36-b22c-ed0f028d6bc6/SignalR/signalr-test8909?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationResults/0195c96b-4476-41f8-9161-f3b4c35c1989/SignalR/signalr-test92?api-version=2020-05-01"
],
"Server": [
"Kestrel"
@@ -1110,25 +984,25 @@
"nosniff"
],
"x-ms-client-request-id": [
- "94a37e27-b5ca-4475-a947-346343652423"
+ "adf84dbf-56df-41e6-9d78-2cdbb2e7abb7"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/86a462d9-3439-4f36-b22c-ed0f028d6bc6?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/0195c96b-4476-41f8-9161-f3b4c35c1989?api-version=2020-05-01"
],
"x-ms-request-id": [
- "0bb27484-5b59-44e3-b5b1-9f12296a732a"
+ "e450c6dc-d7ae-4c3a-9677-e2bb6a12f154"
],
"x-ms-ratelimit-remaining-subscription-writes": [
"1197"
],
"x-ms-correlation-request-id": [
- "e7b049a8-21f2-426f-af6f-3f0e2bbe322f"
+ "2c412a22-3ab1-4181-8beb-9dce70ad4f5f"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093730Z:e7b049a8-21f2-426f-af6f-3f0e2bbe322f"
+ "SOUTHEASTASIA:20200529T090042Z:2c412a22-3ab1-4181-8beb-9dce70ad4f5f"
],
"Content-Length": [
"0"
@@ -1141,79 +1015,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/86a462d9-3439-4f36-b22c-ed0f028d6bc6?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDg5MDkvb3BlcmF0aW9uSWQvODZhNDYyZDktMzQzOS00ZjM2LWIyMmMtZWQwZjAyOGQ2YmM2P2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.00001.0",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 20 Aug 2019 09:38:00 GMT"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Server": [
- "Kestrel"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11983"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "x-ms-client-request-id": [
- "b10ced2a-572e-480d-8b55-d67d52d18b51"
- ],
- "x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
- ],
- "x-ms-request-id": [
- "782a2d4c-a9ca-4467-9b9a-4b407e6dbe96"
- ],
- "x-ms-correlation-request-id": [
- "99c589d1-cae7-42ee-afe2-f0384f40df65"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093800Z:99c589d1-cae7-42ee-afe2-f0384f40df65"
- ],
- "Content-Length": [
- "339"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/86a462d9-3439-4f36-b22c-ed0f028d6bc6\",\r\n \"name\": \"86a462d9-3439-4f36-b22c-ed0f028d6bc6\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2019-08-20T09:37:30.0524174Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/86a462d9-3439-4f36-b22c-ed0f028d6bc6?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDg5MDkvb3BlcmF0aW9uSWQvODZhNDYyZDktMzQzOS00ZjM2LWIyMmMtZWQwZjAyOGQ2YmM2P2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/0195c96b-4476-41f8-9161-f3b4c35c1989?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDkyL29wZXJhdGlvbklkLzAxOTVjOTZiLTQ0NzYtNDFmOC05MTYxLWYzYjRjMzVjMTk4OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1221,7 +1032,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:38:30 GMT"
+ "Fri, 29 May 2020 09:01:12 GMT"
],
"Pragma": [
"no-cache"
@@ -1230,7 +1041,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11982"
+ "11992"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1239,22 +1050,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "a996bc34-feb6-4504-95d5-b8c5cf165e8a"
+ "36807ef5-abea-410d-a1be-f98b36596e36"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "d85cbd27-6168-4fb8-a8ba-6e5c7d92d7ea"
+ "38b16c62-b47b-4f4d-9bd7-5c5aaf934e70"
],
"x-ms-correlation-request-id": [
- "35b78bcc-b610-44c5-8cee-de8f1d3a4fb5"
+ "d2dc262b-52de-47d3-89f4-ec89457e8e61"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093831Z:35b78bcc-b610-44c5-8cee-de8f1d3a4fb5"
+ "SOUTHEASTASIA:20200529T090113Z:d2dc262b-52de-47d3-89f4-ec89457e8e61"
],
"Content-Length": [
- "339"
+ "337"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1263,20 +1074,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/86a462d9-3439-4f36-b22c-ed0f028d6bc6\",\r\n \"name\": \"86a462d9-3439-4f36-b22c-ed0f028d6bc6\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2019-08-20T09:37:30.0524174Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/0195c96b-4476-41f8-9161-f3b4c35c1989\",\r\n \"name\": \"0195c96b-4476-41f8-9161-f3b4c35c1989\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2020-05-29T09:00:42.0954106Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/86a462d9-3439-4f36-b22c-ed0f028d6bc6?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDg5MDkvb3BlcmF0aW9uSWQvODZhNDYyZDktMzQzOS00ZjM2LWIyMmMtZWQwZjAyOGQ2YmM2P2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/0195c96b-4476-41f8-9161-f3b4c35c1989?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDkyL29wZXJhdGlvbklkLzAxOTVjOTZiLTQ0NzYtNDFmOC05MTYxLWYzYjRjMzVjMTk4OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1284,7 +1095,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:39:01 GMT"
+ "Fri, 29 May 2020 09:01:42 GMT"
],
"Pragma": [
"no-cache"
@@ -1293,7 +1104,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11981"
+ "11991"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1302,22 +1113,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "70ad7868-6d87-4d64-bc7b-691159655d61"
+ "89609426-afce-43f3-84b0-13e4eafe4095"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "73aa64aa-9eee-4f4e-8028-dba6847b8a62"
+ "9d7543c5-f211-4b0b-a6b3-12f6bc7a8470"
],
"x-ms-correlation-request-id": [
- "463bb376-89a4-415d-9ad2-b47a8254e713"
+ "42c3b081-1af3-4a7e-b359-7ca714b4c1e9"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093901Z:463bb376-89a4-415d-9ad2-b47a8254e713"
+ "SOUTHEASTASIA:20200529T090143Z:42c3b081-1af3-4a7e-b359-7ca714b4c1e9"
],
"Content-Length": [
- "382"
+ "380"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1326,17 +1137,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/86a462d9-3439-4f36-b22c-ed0f028d6bc6\",\r\n \"name\": \"86a462d9-3439-4f36-b22c-ed0f028d6bc6\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-08-20T09:37:30.0524174Z\",\r\n \"endTime\": \"2019-08-20T09:38:53.1056034Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/0195c96b-4476-41f8-9161-f3b4c35c1989\",\r\n \"name\": \"0195c96b-4476-41f8-9161-f3b4c35c1989\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-29T09:00:42.0954106Z\",\r\n \"endTime\": \"2020-05-29T09:01:42.3980098Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/SignalR/signalr-test8909/regenerateKey?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9TaWduYWxSL3NpZ25hbHItdGVzdDg5MDkvcmVnZW5lcmF0ZUtleT9hcGktdmVyc2lvbj0yMDE4LTEwLTAx",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/signalR/signalr-test92/regenerateKey?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDkyL3JlZ2VuZXJhdGVLZXk/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"keyType\": \"Primary\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "9f72b6cf-3304-47ef-99e8-5d97f852c52f"
+ "d9a8c985-2a9c-4d2f-98fd-8a4ec35d346b"
],
"accept-language": [
"en-US"
@@ -1344,8 +1155,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1359,13 +1170,13 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:39:03 GMT"
+ "Fri, 29 May 2020 09:01:44 GMT"
],
"Pragma": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationResults/c7cee991-26f0-48dc-b98f-6e2f60c32c07/SignalR/signalr-test8909?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationResults/ca387c42-ae33-4a1e-8b4d-ec26ef5fb88f/SignalR/signalr-test92?api-version=2020-05-01"
],
"Server": [
"Kestrel"
@@ -1380,25 +1191,25 @@
"nosniff"
],
"x-ms-client-request-id": [
- "9f72b6cf-3304-47ef-99e8-5d97f852c52f"
+ "d9a8c985-2a9c-4d2f-98fd-8a4ec35d346b"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/c7cee991-26f0-48dc-b98f-6e2f60c32c07?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/ca387c42-ae33-4a1e-8b4d-ec26ef5fb88f?api-version=2020-05-01"
],
"x-ms-request-id": [
- "c5996caa-9c9d-4567-96f9-8cdaf7f4a729"
+ "49ae5713-23d2-41e5-ad82-602cf1253915"
],
"x-ms-correlation-request-id": [
- "8587bb7b-0ed2-41c3-8e06-473730eb81b4"
+ "97985fa7-c106-430d-a41f-35418d7ad289"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093903Z:8587bb7b-0ed2-41c3-8e06-473730eb81b4"
+ "SOUTHEASTASIA:20200529T090144Z:97985fa7-c106-430d-a41f-35418d7ad289"
],
"Content-Length": [
- "425"
+ "421"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1407,17 +1218,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"primaryKey\": \"v4nI4cRDhi51Zzv8BQZtLgXhtda8tvsgvLSi98ZSGe8=\",\r\n \"secondaryKey\": \"O+NyuiGqvmik/fmJAxmeWJdLgV1ivUMiBGMZD3qckic=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test8909.service.signalr.net;AccessKey=v4nI4cRDhi51Zzv8BQZtLgXhtda8tvsgvLSi98ZSGe8=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test8909.service.signalr.net;AccessKey=O+NyuiGqvmik/fmJAxmeWJdLgV1ivUMiBGMZD3qckic=;Version=1.0;\"\r\n}",
+ "ResponseBody": "{\r\n \"primaryKey\": \"YuIlxg5dqHM5gXz3J9xDxDXhn5Asc6ODdCYNASKDNkk=\",\r\n \"secondaryKey\": \"+4Csdrllc+nhOJuPFPxSa56Ecrk9b8yL34w4u86pGEA=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test92.service.signalr.net;AccessKey=YuIlxg5dqHM5gXz3J9xDxDXhn5Asc6ODdCYNASKDNkk=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test92.service.signalr.net;AccessKey=+4Csdrllc+nhOJuPFPxSa56Ecrk9b8yL34w4u86pGEA=;Version=1.0;\"\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/SignalR/signalr-test8909/regenerateKey?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9TaWduYWxSL3NpZ25hbHItdGVzdDg5MDkvcmVnZW5lcmF0ZUtleT9hcGktdmVyc2lvbj0yMDE4LTEwLTAx",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/signalR/signalr-test92/regenerateKey?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDkyL3JlZ2VuZXJhdGVLZXk/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"keyType\": \"Secondary\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "70b9e780-2d4f-4d4e-aa1b-b9cf9e6fdcb5"
+ "d66212ce-fb3e-40b3-92f0-64492926da06"
],
"accept-language": [
"en-US"
@@ -1425,8 +1236,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1440,13 +1251,13 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:40:37 GMT"
+ "Fri, 29 May 2020 09:03:17 GMT"
],
"Pragma": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationResults/ef63038e-fdf0-44e3-8d40-7ef5ea408b36/SignalR/signalr-test8909?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationResults/d1f85a44-a246-4db5-bc24-dc6d5f6c47ed/SignalR/signalr-test92?api-version=2020-05-01"
],
"Server": [
"Kestrel"
@@ -1461,25 +1272,25 @@
"nosniff"
],
"x-ms-client-request-id": [
- "70b9e780-2d4f-4d4e-aa1b-b9cf9e6fdcb5"
+ "d66212ce-fb3e-40b3-92f0-64492926da06"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/ef63038e-fdf0-44e3-8d40-7ef5ea408b36?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/d1f85a44-a246-4db5-bc24-dc6d5f6c47ed?api-version=2020-05-01"
],
"x-ms-request-id": [
- "5d2f6944-7069-48e0-8ca6-23ee9b6645ee"
+ "392d5cd1-3492-4eaf-a08e-651baac72dda"
],
"x-ms-correlation-request-id": [
- "8478a125-3a88-49e6-a8ce-a3e8cf1ddf63"
+ "d63b3413-c2b6-4276-96b4-4c8364c5e039"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T094037Z:8478a125-3a88-49e6-a8ce-a3e8cf1ddf63"
+ "SOUTHEASTASIA:20200529T090318Z:d63b3413-c2b6-4276-96b4-4c8364c5e039"
],
"Content-Length": [
- "425"
+ "421"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1488,20 +1299,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"primaryKey\": \"v4nI4cRDhi51Zzv8BQZtLgXhtda8tvsgvLSi98ZSGe8=\",\r\n \"secondaryKey\": \"XPMJ3tfPxJ8qQ8foSmM919pbqs2T1SuZVHd0dQalrUk=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test8909.service.signalr.net;AccessKey=v4nI4cRDhi51Zzv8BQZtLgXhtda8tvsgvLSi98ZSGe8=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test8909.service.signalr.net;AccessKey=XPMJ3tfPxJ8qQ8foSmM919pbqs2T1SuZVHd0dQalrUk=;Version=1.0;\"\r\n}",
+ "ResponseBody": "{\r\n \"primaryKey\": \"YuIlxg5dqHM5gXz3J9xDxDXhn5Asc6ODdCYNASKDNkk=\",\r\n \"secondaryKey\": \"Pq5uty7woytyLEsky+j7VdjRo391n4WVIxQELowppQM=\",\r\n \"primaryConnectionString\": \"Endpoint=https://signalr-test92.service.signalr.net;AccessKey=YuIlxg5dqHM5gXz3J9xDxDXhn5Asc6ODdCYNASKDNkk=;Version=1.0;\",\r\n \"secondaryConnectionString\": \"Endpoint=https://signalr-test92.service.signalr.net;AccessKey=Pq5uty7woytyLEsky+j7VdjRo391n4WVIxQELowppQM=;Version=1.0;\"\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationResults/c7cee991-26f0-48dc-b98f-6e2f60c32c07/SignalR/signalr-test8909?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblJlc3VsdHMvYzdjZWU5OTEtMjZmMC00OGRjLWI5OGYtNmUyZjYwYzMyYzA3L1NpZ25hbFIvc2lnbmFsci10ZXN0ODkwOT9hcGktdmVyc2lvbj0yMDE4LTEwLTAx",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationResults/ca387c42-ae33-4a1e-8b4d-ec26ef5fb88f/SignalR/signalr-test92?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblJlc3VsdHMvY2EzODdjNDItYWUzMy00YTFlLThiNGQtZWMyNmVmNWZiODhmL1NpZ25hbFIvc2lnbmFsci10ZXN0OTI/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1509,13 +1320,13 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:39:33 GMT"
+ "Fri, 29 May 2020 09:02:15 GMT"
],
"Pragma": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationResults/c7cee991-26f0-48dc-b98f-6e2f60c32c07/SignalR/signalr-test8909?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationResults/ca387c42-ae33-4a1e-8b4d-ec26ef5fb88f/SignalR/signalr-test92?api-version=2020-05-01"
],
"Server": [
"Kestrel"
@@ -1527,25 +1338,25 @@
"nosniff"
],
"x-ms-client-request-id": [
- "c603b813-72bd-4699-9f09-465bad68c2c2"
+ "fa03743c-4a62-42cf-88e1-bf7482d9d42e"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/c7cee991-26f0-48dc-b98f-6e2f60c32c07?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/ca387c42-ae33-4a1e-8b4d-ec26ef5fb88f?api-version=2020-05-01"
],
"x-ms-request-id": [
- "3fc10ecb-ecb1-4585-9316-fea770630b4c"
+ "77ffb999-0e8a-40da-b057-a605d09d7b99"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11979"
+ "11989"
],
"x-ms-correlation-request-id": [
- "1ca7f4c2-73ab-42d1-ae0c-60cfd7685514"
+ "661b1dea-6a7c-4622-92c9-ee2220ead340"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T093934Z:1ca7f4c2-73ab-42d1-ae0c-60cfd7685514"
+ "SOUTHEASTASIA:20200529T090215Z:661b1dea-6a7c-4622-92c9-ee2220ead340"
],
"Content-Length": [
"0"
@@ -1558,16 +1369,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationResults/c7cee991-26f0-48dc-b98f-6e2f60c32c07/SignalR/signalr-test8909?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblJlc3VsdHMvYzdjZWU5OTEtMjZmMC00OGRjLWI5OGYtNmUyZjYwYzMyYzA3L1NpZ25hbFIvc2lnbmFsci10ZXN0ODkwOT9hcGktdmVyc2lvbj0yMDE4LTEwLTAx",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationResults/ca387c42-ae33-4a1e-8b4d-ec26ef5fb88f/SignalR/signalr-test92?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblJlc3VsdHMvY2EzODdjNDItYWUzMy00YTFlLThiNGQtZWMyNmVmNWZiODhmL1NpZ25hbFIvc2lnbmFsci10ZXN0OTI/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1575,7 +1386,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:40:35 GMT"
+ "Fri, 29 May 2020 09:03:16 GMT"
],
"Pragma": [
"no-cache"
@@ -1590,22 +1401,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "965b6bf1-d7ed-4e87-ba6c-c644a3a46cab"
+ "b07ef066-2b5f-4623-893b-40d86f306c11"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "a79db097-e525-4e24-bd87-42b464bbb6d9"
+ "3294c441-ca5a-4f91-989d-41e0fe4de8d1"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11977"
+ "11986"
],
"x-ms-correlation-request-id": [
- "03f51cad-b3a9-4687-a790-87cd30e63b50"
+ "a373f114-423f-46da-b963-c49980617a67"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T094035Z:03f51cad-b3a9-4687-a790-87cd30e63b50"
+ "SOUTHEASTASIA:20200529T090316Z:a373f114-423f-46da-b963-c49980617a67"
],
"Content-Length": [
"0"
@@ -1618,16 +1429,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/c7cee991-26f0-48dc-b98f-6e2f60c32c07?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDg5MDkvb3BlcmF0aW9uSWQvYzdjZWU5OTEtMjZmMC00OGRjLWI5OGYtNmUyZjYwYzMyYzA3P2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/ca387c42-ae33-4a1e-8b4d-ec26ef5fb88f?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDkyL29wZXJhdGlvbklkL2NhMzg3YzQyLWFlMzMtNGExZS04YjRkLWVjMjZlZjVmYjg4Zj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1635,7 +1446,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:40:03 GMT"
+ "Fri, 29 May 2020 09:02:45 GMT"
],
"Pragma": [
"no-cache"
@@ -1644,7 +1455,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11980"
+ "11988"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1653,22 +1464,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "75eec7e8-fd8a-4f35-9152-520571bd1ab8"
+ "290ceea8-6543-4047-a771-1eecbbb295fe"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "0224c8cf-161f-43fd-8922-d0e437fdd680"
+ "619e776e-ef71-4ef7-b0cb-f75a1b0ec902"
],
"x-ms-correlation-request-id": [
- "8e10f7c6-4867-4d0b-b4f1-edabeaa4753c"
+ "97d9db22-1713-4983-906c-43fcbdff5ab0"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T094004Z:8e10f7c6-4867-4d0b-b4f1-edabeaa4753c"
+ "SOUTHEASTASIA:20200529T090245Z:97d9db22-1713-4983-906c-43fcbdff5ab0"
],
"Content-Length": [
- "339"
+ "337"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1677,20 +1488,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/c7cee991-26f0-48dc-b98f-6e2f60c32c07\",\r\n \"name\": \"c7cee991-26f0-48dc-b98f-6e2f60c32c07\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2019-08-20T09:39:02.9949586Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/ca387c42-ae33-4a1e-8b4d-ec26ef5fb88f\",\r\n \"name\": \"ca387c42-ae33-4a1e-8b4d-ec26ef5fb88f\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2020-05-29T09:01:44.0490176Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/c7cee991-26f0-48dc-b98f-6e2f60c32c07?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDg5MDkvb3BlcmF0aW9uSWQvYzdjZWU5OTEtMjZmMC00OGRjLWI5OGYtNmUyZjYwYzMyYzA3P2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/ca387c42-ae33-4a1e-8b4d-ec26ef5fb88f?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDkyL29wZXJhdGlvbklkL2NhMzg3YzQyLWFlMzMtNGExZS04YjRkLWVjMjZlZjVmYjg4Zj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1698,7 +1509,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:40:35 GMT"
+ "Fri, 29 May 2020 09:03:15 GMT"
],
"Pragma": [
"no-cache"
@@ -1707,7 +1518,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11978"
+ "11987"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1716,22 +1527,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "1f17cc1d-8137-4c21-92b7-ba6249b0998c"
+ "d6619a15-1820-4b6e-ba07-a016880cf538"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "ff563f15-bc78-4185-b922-a8183ce8128b"
+ "70a00383-b1f6-43bc-9a79-e5595e84ec6c"
],
"x-ms-correlation-request-id": [
- "90f9cf7d-c725-4c84-81d6-d0207f76c02e"
+ "a95fe14e-5602-4c34-ade6-ee33e2a12808"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T094035Z:90f9cf7d-c725-4c84-81d6-d0207f76c02e"
+ "SOUTHEASTASIA:20200529T090315Z:a95fe14e-5602-4c34-ade6-ee33e2a12808"
],
"Content-Length": [
- "382"
+ "379"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1740,20 +1551,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/c7cee991-26f0-48dc-b98f-6e2f60c32c07\",\r\n \"name\": \"c7cee991-26f0-48dc-b98f-6e2f60c32c07\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-08-20T09:39:02.9949586Z\",\r\n \"endTime\": \"2019-08-20T09:40:16.6312322Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/ca387c42-ae33-4a1e-8b4d-ec26ef5fb88f\",\r\n \"name\": \"ca387c42-ae33-4a1e-8b4d-ec26ef5fb88f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-29T09:01:44.0490176Z\",\r\n \"endTime\": \"2020-05-29T09:02:56.851592Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationResults/ef63038e-fdf0-44e3-8d40-7ef5ea408b36/SignalR/signalr-test8909?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblJlc3VsdHMvZWY2MzAzOGUtZmRmMC00NGUzLThkNDAtN2VmNWVhNDA4YjM2L1NpZ25hbFIvc2lnbmFsci10ZXN0ODkwOT9hcGktdmVyc2lvbj0yMDE4LTEwLTAx",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationResults/d1f85a44-a246-4db5-bc24-dc6d5f6c47ed/SignalR/signalr-test92?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblJlc3VsdHMvZDFmODVhNDQtYTI0Ni00ZGI1LWJjMjQtZGM2ZDVmNmM0N2VkL1NpZ25hbFIvc2lnbmFsci10ZXN0OTI/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1761,13 +1572,13 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:41:06 GMT"
+ "Fri, 29 May 2020 09:03:48 GMT"
],
"Pragma": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationResults/ef63038e-fdf0-44e3-8d40-7ef5ea408b36/SignalR/signalr-test8909?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationResults/d1f85a44-a246-4db5-bc24-dc6d5f6c47ed/SignalR/signalr-test92?api-version=2020-05-01"
],
"Server": [
"Kestrel"
@@ -1779,25 +1590,25 @@
"nosniff"
],
"x-ms-client-request-id": [
- "c69b3729-f3c8-4480-a8ed-b90a4fddc9d7"
+ "963167dc-2884-458b-9af5-ea4bf07a58d1"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/ef63038e-fdf0-44e3-8d40-7ef5ea408b36?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/d1f85a44-a246-4db5-bc24-dc6d5f6c47ed?api-version=2020-05-01"
],
"x-ms-request-id": [
- "e98652dc-be0e-49df-8ff8-d102dfeb2d62"
+ "d7119404-13fe-4572-9023-f1da42ac0923"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11976"
+ "11985"
],
"x-ms-correlation-request-id": [
- "387a83ac-6270-46b8-b157-9ea1f66e9ac2"
+ "de554a0e-3a6d-48a9-b98b-58d0f0b66997"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T094107Z:387a83ac-6270-46b8-b157-9ea1f66e9ac2"
+ "SOUTHEASTASIA:20200529T090348Z:de554a0e-3a6d-48a9-b98b-58d0f0b66997"
],
"Content-Length": [
"0"
@@ -1810,16 +1621,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationResults/ef63038e-fdf0-44e3-8d40-7ef5ea408b36/SignalR/signalr-test8909?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblJlc3VsdHMvZWY2MzAzOGUtZmRmMC00NGUzLThkNDAtN2VmNWVhNDA4YjM2L1NpZ25hbFIvc2lnbmFsci10ZXN0ODkwOT9hcGktdmVyc2lvbj0yMDE4LTEwLTAx",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationResults/d1f85a44-a246-4db5-bc24-dc6d5f6c47ed/SignalR/signalr-test92?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblJlc3VsdHMvZDFmODVhNDQtYTI0Ni00ZGI1LWJjMjQtZGM2ZDVmNmM0N2VkL1NpZ25hbFIvc2lnbmFsci10ZXN0OTI/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1827,7 +1638,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:42:12 GMT"
+ "Fri, 29 May 2020 09:04:48 GMT"
],
"Pragma": [
"no-cache"
@@ -1842,22 +1653,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "125cb09a-9e08-4523-ab14-73fdad603d66"
+ "6e489a3a-2b3d-4e92-b593-576ab30df4a6"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "5fd55277-24f1-4dbd-8d2c-e1e14a848e5c"
+ "ae8ec91b-aab1-4357-8960-0f337ae43e8a"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11973"
+ "11982"
],
"x-ms-correlation-request-id": [
- "cd998df8-948a-4f70-b2ff-fed4fe907002"
+ "2184439f-9c4e-4a5b-903e-7c9db5d7d8f3"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T094212Z:cd998df8-948a-4f70-b2ff-fed4fe907002"
+ "SOUTHEASTASIA:20200529T090449Z:2184439f-9c4e-4a5b-903e-7c9db5d7d8f3"
],
"Content-Length": [
"0"
@@ -1870,16 +1681,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/ef63038e-fdf0-44e3-8d40-7ef5ea408b36?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDg5MDkvb3BlcmF0aW9uSWQvZWY2MzAzOGUtZmRmMC00NGUzLThkNDAtN2VmNWVhNDA4YjM2P2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/d1f85a44-a246-4db5-bc24-dc6d5f6c47ed?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDkyL29wZXJhdGlvbklkL2QxZjg1YTQ0LWEyNDYtNGRiNS1iYzI0LWRjNmQ1ZjZjNDdlZD9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1887,7 +1698,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:41:36 GMT"
+ "Fri, 29 May 2020 09:04:18 GMT"
],
"Pragma": [
"no-cache"
@@ -1896,7 +1707,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11975"
+ "11984"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1905,22 +1716,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "59dfe7c2-2a4b-4387-8669-0845c5a55b30"
+ "f1ef98b2-31f9-43d7-9154-94362ed30ca6"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "a50cad2d-f9c6-4117-9df2-a4a628dde086"
+ "02c1a8be-3856-44ff-bd0c-61e865dbaee0"
],
"x-ms-correlation-request-id": [
- "46e3034d-6305-44b7-94ca-6ff73bd45722"
+ "c94a8160-fcf2-4851-b46b-2ec00996f3eb"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T094137Z:46e3034d-6305-44b7-94ca-6ff73bd45722"
+ "SOUTHEASTASIA:20200529T090418Z:c94a8160-fcf2-4851-b46b-2ec00996f3eb"
],
"Content-Length": [
- "339"
+ "337"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1929,20 +1740,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/ef63038e-fdf0-44e3-8d40-7ef5ea408b36\",\r\n \"name\": \"ef63038e-fdf0-44e3-8d40-7ef5ea408b36\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2019-08-20T09:40:36.3006775Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/d1f85a44-a246-4db5-bc24-dc6d5f6c47ed\",\r\n \"name\": \"d1f85a44-a246-4db5-bc24-dc6d5f6c47ed\",\r\n \"status\": \"Running\",\r\n \"startTime\": \"2020-05-29T09:03:17.1746343Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/ef63038e-fdf0-44e3-8d40-7ef5ea408b36?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDg5MDkvb3BlcmF0aW9uSWQvZWY2MzAzOGUtZmRmMC00NGUzLThkNDAtN2VmNWVhNDA4YjM2P2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/d1f85a44-a246-4db5-bc24-dc6d5f6c47ed?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDkyL29wZXJhdGlvbklkL2QxZjg1YTQ0LWEyNDYtNGRiNS1iYzI0LWRjNmQ1ZjZjNDdlZD9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -1950,7 +1761,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:42:07 GMT"
+ "Fri, 29 May 2020 09:04:48 GMT"
],
"Pragma": [
"no-cache"
@@ -1959,7 +1770,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11974"
+ "11983"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1968,22 +1779,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "652fe87a-62a0-4426-8b0d-5c53679cea87"
+ "1699b8da-9d3e-4620-8e68-b70673342069"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "abeeaa18-cf4e-402f-a42b-0de417e25eff"
+ "8679de27-23bf-481d-9d8d-6a33ed970d39"
],
"x-ms-correlation-request-id": [
- "796d2355-4256-4b0a-a2dc-d75e8ae51c67"
+ "092b8e61-cc6b-4c17-b99f-e086c2d06b62"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T094208Z:796d2355-4256-4b0a-a2dc-d75e8ae51c67"
+ "SOUTHEASTASIA:20200529T090448Z:092b8e61-cc6b-4c17-b99f-e086c2d06b62"
],
"Content-Length": [
- "382"
+ "380"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1992,17 +1803,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/ef63038e-fdf0-44e3-8d40-7ef5ea408b36\",\r\n \"name\": \"ef63038e-fdf0-44e3-8d40-7ef5ea408b36\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-08-20T09:40:36.3006775Z\",\r\n \"endTime\": \"2019-08-20T09:41:49.6985906Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/d1f85a44-a246-4db5-bc24-dc6d5f6c47ed\",\r\n \"name\": \"d1f85a44-a246-4db5-bc24-dc6d5f6c47ed\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-29T09:03:17.1746343Z\",\r\n \"endTime\": \"2020-05-29T09:04:30.9233952Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/signalR/signalr-test8909?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDg5MDk/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/signalR/signalr-test92?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDkyP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a3cf571d-3f86-45af-a6f1-f8d6b6613324"
+ "0533f5a0-7716-4fae-a89e-03be9e22e914"
],
"accept-language": [
"en-US"
@@ -2010,8 +1821,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -2019,13 +1830,13 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:42:14 GMT"
+ "Fri, 29 May 2020 09:04:50 GMT"
],
"Pragma": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationResults/e8aee5c7-a265-4ccc-87fa-a76f0bff5340/SignalR/signalr-test8909?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationResults/cc0eb5fa-980b-4311-a3f9-4abe323ca52a/SignalR/signalr-test92?api-version=2020-05-01"
],
"Server": [
"Kestrel"
@@ -2037,25 +1848,25 @@
"nosniff"
],
"x-ms-client-request-id": [
- "a3cf571d-3f86-45af-a6f1-f8d6b6613324"
+ "0533f5a0-7716-4fae-a89e-03be9e22e914"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/e8aee5c7-a265-4ccc-87fa-a76f0bff5340?api-version=2018-10-01"
+ "https://management.azure.com/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/cc0eb5fa-980b-4311-a3f9-4abe323ca52a?api-version=2020-05-01"
],
"x-ms-request-id": [
- "ad8d42de-1916-4024-9fd3-a36a87c00b7c"
+ "a2e41cbc-4da3-4976-9dde-d8cac31c4d71"
],
"x-ms-ratelimit-remaining-subscription-deletes": [
"14999"
],
"x-ms-correlation-request-id": [
- "1b70c49d-820f-4abf-aa4e-7eb3dce0f783"
+ "e5f82349-6a53-4a1d-9ada-7ac3c557ce25"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T094214Z:1b70c49d-820f-4abf-aa4e-7eb3dce0f783"
+ "SOUTHEASTASIA:20200529T090450Z:e5f82349-6a53-4a1d-9ada-7ac3c557ce25"
],
"Content-Length": [
"0"
@@ -2068,13 +1879,13 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/signalR/signalr-test8909?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDg5MDk/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/signalR/signalr-test92?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9zaWduYWxSL3NpZ25hbHItdGVzdDkyP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6f5a0f92-d64c-4c92-8e5b-38756287e961"
+ "ce2282e3-64e5-4ae4-bd9a-940c5d38c54f"
],
"accept-language": [
"en-US"
@@ -2082,8 +1893,8 @@
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -2091,7 +1902,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:42:48 GMT"
+ "Fri, 29 May 2020 09:05:20 GMT"
],
"Pragma": [
"no-cache"
@@ -2100,13 +1911,13 @@
"14998"
],
"x-ms-request-id": [
- "9c50e23d-17f4-4716-bc0a-b72b8b9aed64"
+ "0a7e5d24-3def-46ba-8178-3e811ad3aaee"
],
"x-ms-correlation-request-id": [
- "9c50e23d-17f4-4716-bc0a-b72b8b9aed64"
+ "0a7e5d24-3def-46ba-8178-3e811ad3aaee"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T094248Z:9c50e23d-17f4-4716-bc0a-b72b8b9aed64"
+ "SOUTHEASTASIA:20200529T090521Z:0a7e5d24-3def-46ba-8178-3e811ad3aaee"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2122,16 +1933,16 @@
"StatusCode": 204
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/e8aee5c7-a265-4ccc-87fa-a76f0bff5340?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDg5MDkvb3BlcmF0aW9uSWQvZThhZWU1YzctYTI2NS00Y2NjLTg3ZmEtYTc2ZjBiZmY1MzQwP2FwaS12ZXJzaW9uPTIwMTgtMTAtMDE=",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/cc0eb5fa-980b-4311-a3f9-4abe323ca52a?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblN0YXR1c2VzL3NpZ25hbHItdGVzdDkyL29wZXJhdGlvbklkL2NjMGViNWZhLTk4MGItNDMxMS1hM2Y5LTRhYmUzMjNjYTUyYT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -2139,7 +1950,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:42:47 GMT"
+ "Fri, 29 May 2020 09:05:20 GMT"
],
"Pragma": [
"no-cache"
@@ -2148,7 +1959,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11972"
+ "11981"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2157,22 +1968,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "941dde4c-5267-45d1-a946-b7ba2c298822"
+ "103519a5-6703-4a2a-914e-653112e1f36f"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "6759917c-73f1-49bb-aa0d-435bd81625ec"
+ "2095eecf-2f88-47e2-b2c8-9390216da687"
],
"x-ms-correlation-request-id": [
- "b0362eea-f825-44c9-8cbd-20439c5be16c"
+ "c543ff22-7cce-4275-8d8d-1f6c4ce0aa71"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T094248Z:b0362eea-f825-44c9-8cbd-20439c5be16c"
+ "SOUTHEASTASIA:20200529T090521Z:c543ff22-7cce-4275-8d8d-1f6c4ce0aa71"
],
"Content-Length": [
- "381"
+ "380"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2181,20 +1992,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test8909/operationId/e8aee5c7-a265-4ccc-87fa-a76f0bff5340\",\r\n \"name\": \"e8aee5c7-a265-4ccc-87fa-a76f0bff5340\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-08-20T09:42:14.1346399Z\",\r\n \"endTime\": \"2019-08-20T09:42:23.911696Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationStatuses/signalr-test92/operationId/cc0eb5fa-980b-4311-a3f9-4abe323ca52a\",\r\n \"name\": \"cc0eb5fa-980b-4311-a3f9-4abe323ca52a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-29T09:04:50.2209706Z\",\r\n \"endTime\": \"2020-05-29T09:04:57.9177432Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/685ba005-af8d-4b04-8f16-a7bf38b2eb5a/resourceGroups/signalr-test-rg3079/providers/Microsoft.SignalRService/locations/eastus/operationResults/e8aee5c7-a265-4ccc-87fa-a76f0bff5340/SignalR/signalr-test8909?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjg1YmEwMDUtYWY4ZC00YjA0LThmMTYtYTdiZjM4YjJlYjVhL3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzMwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblJlc3VsdHMvZThhZWU1YzctYTI2NS00Y2NjLTg3ZmEtYTc2ZjBiZmY1MzQwL1NpZ25hbFIvc2lnbmFsci10ZXN0ODkwOT9hcGktdmVyc2lvbj0yMDE4LTEwLTAx",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/resourceGroups/signalr-test-rg8873/providers/Microsoft.SignalRService/locations/eastus/operationResults/cc0eb5fa-980b-4311-a3f9-4abe323ca52a/SignalR/signalr-test92?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Jlc291cmNlR3JvdXBzL3NpZ25hbHItdGVzdC1yZzg4NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TaWduYWxSU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvblJlc3VsdHMvY2MwZWI1ZmEtOTgwYi00MzExLWEzZjktNGFiZTMyM2NhNTJhL1NpZ25hbFIvc2lnbmFsci10ZXN0OTI/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.00001.0",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17763.",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.1.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -2202,7 +2013,7 @@
"no-cache"
],
"Date": [
- "Tue, 20 Aug 2019 09:42:47 GMT"
+ "Fri, 29 May 2020 09:05:20 GMT"
],
"Pragma": [
"no-cache"
@@ -2217,22 +2028,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "a4f98a7d-1024-42ab-b471-6830e652576e"
+ "813f609b-2f93-4f81-91e8-554d7f3cbe9e"
],
"x-rp-server-mvid": [
- "e6f85de1-1aaf-43ea-9c1d-8e6875a8bf09"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "96556e26-a81c-4033-8330-dbb2c0dae05b"
+ "e32549eb-500d-4aff-8b64-6b72c2aca7b4"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11971"
+ "11980"
],
"x-ms-correlation-request-id": [
- "c9e49672-b27f-44d6-9e09-2dd7ef6a2b6c"
+ "4d3202f8-374c-498b-a3d2-293322194c41"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20190820T094248Z:c9e49672-b27f-44d6-9e09-2dd7ef6a2b6c"
+ "SOUTHEASTASIA:20200529T090521Z:4d3202f8-374c-498b-a3d2-293322194c41"
],
"Expires": [
"-1"
@@ -2244,19 +2055,19 @@
],
"Names": {
"CreateResourceGroup": [
- "signalr-test-rg3079"
+ "signalr-test-rg8873"
],
"SignalRStandardTierToFreeTest": [
- "signalr-service-test-0820446"
+ "signalr-service-test-08205796"
],
"CreateSignalR": [
- "signalr-test8909"
+ "signalr-test92"
],
"SignalRScenarioVerification": [
- "signalr-service-test8082"
+ "signalr-service-test3619"
]
},
"Variables": {
- "SubscriptionId": "685ba005-af8d-4b04-8f16-a7bf38b2eb5a"
+ "SubscriptionId": "9caf2a1e-9c49-49b6-89a2-56bdec7e3f97"
}
}
\ No newline at end of file
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/SessionRecords/SignalRTests/SignalRUsageTest.json b/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/SessionRecords/SignalRTests/SignalRUsageTest.json
index 1a78ff9d0fc4..cddd3bb646e0 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/SessionRecords/SignalRTests/SignalRUsageTest.json
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/SessionRecords/SignalRTests/SignalRUsageTest.json
@@ -1,19 +1,21 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/2085065b-00f8-4cba-9675-ba15f4d4ab66/providers/Microsoft.SignalRService?api-version=2015-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjA4NTA2NWItMDBmOC00Y2JhLTk2NzUtYmExNWY0ZDRhYjY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2U/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/providers/Microsoft.SignalRService?api-version=2015-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2U/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "23f31730-cc72-4be6-886a-16dd600e8dd2"
+ "fb71c976-0c16-4ec8-b381-d999e3d6ae23"
],
"accept-language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.00001.0",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0"
]
},
@@ -22,22 +24,22 @@
"no-cache"
],
"Date": [
- "Fri, 31 Aug 2018 07:34:45 GMT"
+ "Fri, 29 May 2020 08:48:57 GMT"
],
"Pragma": [
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11999"
],
"x-ms-request-id": [
- "fe39bc7d-64c3-4c00-ba4c-a45bab632f30"
+ "243cc37d-7280-4fb1-9d56-1eadbb89a856"
],
"x-ms-correlation-request-id": [
- "fe39bc7d-64c3-4c00-ba4c-a45bab632f30"
+ "243cc37d-7280-4fb1-9d56-1eadbb89a856"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20180831T073445Z:fe39bc7d-64c3-4c00-ba4c-a45bab632f30"
+ "SOUTHEASTASIA:20200529T084857Z:243cc37d-7280-4fb1-9d56-1eadbb89a856"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -46,7 +48,7 @@
"nosniff"
],
"Content-Length": [
- "1572"
+ "2732"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -55,24 +57,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/2085065b-00f8-4cba-9675-ba15f4d4ab66/providers/Microsoft.SignalRService\",\r\n \"namespace\": \"Microsoft.SignalRService\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"SignalR\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/providers/Microsoft.SignalRService\",\r\n \"namespace\": \"Microsoft.SignalRService\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"cdad765c-f191-43ba-b9f5-7aef392f811d\",\r\n \"roleDefinitionId\": \"346b504e-4aec-45d1-be25-a6e10f3cb4fe\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"SignalR\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"SignalR/eventGridFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/2085065b-00f8-4cba-9675-ba15f4d4ab66/providers/Microsoft.SignalRService/locations/East%20US/usages?api-version=2018-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjA4NTA2NWItMDBmOC00Y2JhLTk2NzUtYmExNWY0ZDRhYjY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL0Vhc3QlMjBVUy91c2FnZXM/YXBpLXZlcnNpb249MjAxOC0xMC0wMQ==",
+ "RequestUri": "/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/providers/Microsoft.SignalRService/locations/East%20US/usages?api-version=2020-05-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWNhZjJhMWUtOWM0OS00OWI2LTg5YTItNTZiZGVjN2UzZjk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2lnbmFsUlNlcnZpY2UvbG9jYXRpb25zL0Vhc3QlMjBVUy91c2FnZXM/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "392d5eeb-4c04-4089-a395-62c41d854c5b"
+ "64d2bbce-749e-4d50-b103-752b94c32f7c"
],
"accept-language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
- "Microsoft.Azure.Management.SignalR.SignalRManagementClient/0.9.0.0"
+ "FxVersion/4.6.00001.0",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.SignalR.SignalRManagementClient/1.0.2.0"
]
},
"ResponseHeaders": {
@@ -80,7 +84,7 @@
"no-cache"
],
"Date": [
- "Fri, 31 Aug 2018 07:34:46 GMT"
+ "Fri, 29 May 2020 08:48:58 GMT"
],
"Pragma": [
"no-cache"
@@ -89,7 +93,7 @@
"Kestrel"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11998"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -98,22 +102,22 @@
"nosniff"
],
"x-ms-client-request-id": [
- "392d5eeb-4c04-4089-a395-62c41d854c5b"
+ "64d2bbce-749e-4d50-b103-752b94c32f7c"
],
"x-rp-server-mvid": [
- "8828a1fd-9d7b-4b2f-af6f-9535e08f2ceb"
+ "55bd3e84-35c8-42d9-8de9-042c3a9c1079"
],
"x-ms-request-id": [
- "5c4ea755-c55d-43e0-9feb-ab75eb783c77"
+ "37b96aa3-a629-49b9-9d04-beb7a40b0e8a"
],
"x-ms-correlation-request-id": [
- "16cab5b9-b23b-4117-be19-dfb85fb1299f"
+ "bbc2440f-447a-4b84-aab0-56012876cf52"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20180831T073446Z:16cab5b9-b23b-4117-be19-dfb85fb1299f"
+ "SOUTHEASTASIA:20200529T084858Z:bbc2440f-447a-4b84-aab0-56012876cf52"
],
"Content-Length": [
- "292"
+ "549"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -122,12 +126,12 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/2085065b-00f8-4cba-9675-ba15f4d4ab66/providers/Microsoft.SignalRService/locations/eastus/usages/FreeTierInstances\",\r\n \"currentValue\": 1,\r\n \"limit\": 5,\r\n \"name\": {\r\n \"value\": \"FreeTierInstances\",\r\n \"localizedValue\": \"Free Tier SignalR Instances per subscription\"\r\n },\r\n \"unit\": \"Count\"\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/providers/Microsoft.SignalRService/locations/eastus/usages/FreeTierInstances\",\r\n \"currentValue\": 4,\r\n \"limit\": 5,\r\n \"name\": {\r\n \"value\": \"FreeTierInstances\",\r\n \"localizedValue\": \"Free Tier SignalR Instances per subscription\"\r\n },\r\n \"unit\": \"Count\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/9caf2a1e-9c49-49b6-89a2-56bdec7e3f97/providers/Microsoft.SignalRService/locations/eastus/usages/SignalRTotalUnits\",\r\n \"currentValue\": 12,\r\n \"limit\": 150,\r\n \"name\": {\r\n \"value\": \"SignalRTotalUnits\",\r\n \"localizedValue\": \"SignalRTotalUnits\"\r\n },\r\n \"unit\": \"Count\"\r\n }\r\n ]\r\n}",
"StatusCode": 200
}
],
"Names": {},
"Variables": {
- "SubscriptionId": "2085065b-00f8-4cba-9675-ba15f4d4ab66"
+ "SubscriptionId": "9caf2a1e-9c49-49b6-89a2-56bdec7e3f97"
}
}
\ No newline at end of file
diff --git a/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/Tests/SignalRTests.cs b/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/Tests/SignalRTests.cs
index 0c1a8614b3b5..e99136fbf362 100644
--- a/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/Tests/SignalRTests.cs
+++ b/sdk/signalr/Microsoft.Azure.Management.SignalR/tests/Tests/SignalRTests.cs
@@ -123,6 +123,8 @@ public void SignalRUsageTest()
}
}
+
+
private void SignalRScenarioVerification(SignalRManagementClient signalrClient, ResourceGroup resourceGroup, SignalRResource signalr, bool isStandard, int capacity = 1)
{
// Validate the newly created SignalR instance
@@ -148,10 +150,12 @@ private void SignalRScenarioVerification(SignalRManagementClient signalrClient,
Assert.NotNull(signalr.PublicPort);
Assert.NotNull(signalr.ServerPort);
Assert.NotEmpty(signalr.Version);
- Assert.Equal(1, signalr.Features.Count); // ServiceMode will be set as Default
+ Assert.Equal(3, signalr.Features.Count); // ServiceMode will be set as Default
Assert.Equal("Default", signalr.Features.First().Value);
Assert.Equal(1, signalr.Cors.AllowedOrigins.Count); // all origins(*) are allowed by default.
Assert.Equal("*", signalr.Cors.AllowedOrigins.First());
+ Assert.Equal("SignalR", signalr.Kind);
+ Assert.Equal(1, signalr.Upstream.Templates.Count);
// List the SignalR instances by resource group
var signalrByResourceGroup = signalrClient.SignalR.ListByResourceGroup(resourceGroup.Name);
@@ -173,7 +177,7 @@ private void SignalRScenarioVerification(SignalRManagementClient signalrClient,
// Update the SignalR instance
capacity = isStandard ? 1 : 5;
- signalr = signalrClient.SignalR.Update(resourceGroup.Name, signalr.Name, new SignalRUpdateParameters
+ signalr = signalrClient.SignalR.Update(resourceGroup.Name, signalr.Name, new SignalRResource
{
Tags = SignalRTestUtilities.DefaultNewTags,
Sku = new ResourceSku
@@ -183,20 +187,17 @@ private void SignalRScenarioVerification(SignalRManagementClient signalrClient,
Size = isStandard ? "F1" : "S1",
Capacity = capacity,
},
- Properties = new SignalRCreateOrUpdateProperties
- {
- HostNamePrefix = TestUtilities.GenerateName("signalr-service-test"),
- Features = new List {
+ HostNamePrefix = TestUtilities.GenerateName("signalr-service-test"),
+ Features = new List