diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/FunctionsOperations.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/FunctionsOperations.cs index 03cdb540d4ec..345b5e1be962 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/FunctionsOperations.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/FunctionsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -105,6 +105,10 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "function"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -121,7 +125,6 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "functionName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -132,7 +135,6 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) tracingParameters.Add("function", function); tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("ifNoneMatch", ifNoneMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("functionName", functionName); @@ -147,9 +149,9 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{functionName}", System.Uri.EscapeDataString(functionName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -383,6 +385,10 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "function"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -399,7 +405,6 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "functionName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -409,7 +414,6 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("function", function); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("functionName", functionName); @@ -424,9 +428,9 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{functionName}", System.Uri.EscapeDataString(functionName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -613,6 +617,10 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) /// public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string jobName, string functionName, 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"); @@ -629,7 +637,6 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "functionName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -637,7 +644,6 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("functionName", functionName); @@ -652,9 +658,9 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{functionName}", System.Uri.EscapeDataString(functionName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -799,6 +805,10 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) /// public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string jobName, string functionName, 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"); @@ -815,7 +825,6 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "functionName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -823,7 +832,6 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("functionName", functionName); @@ -838,9 +846,9 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{functionName}", System.Uri.EscapeDataString(functionName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1019,6 +1027,10 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) /// public async Task>> ListByStreamingJobWithHttpMessagesAsync(string resourceGroupName, string jobName, string select = default(string), 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"); @@ -1031,7 +1043,6 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "jobName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1040,7 +1051,6 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("select", select); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("cancellationToken", cancellationToken); @@ -1057,9 +1067,9 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) { _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1264,6 +1274,10 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) /// public async Task> RetrieveDefaultDefinitionWithHttpMessagesAsync(string resourceGroupName, string jobName, string functionName, FunctionRetrieveDefaultDefinitionParameters functionRetrieveDefaultDefinitionParameters = default(FunctionRetrieveDefaultDefinitionParameters), 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"); @@ -1280,7 +1294,6 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "functionName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1289,7 +1302,6 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("functionRetrieveDefaultDefinitionParameters", functionRetrieveDefaultDefinitionParameters); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("functionName", functionName); @@ -1304,9 +1316,9 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{functionName}", System.Uri.EscapeDataString(functionName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1486,6 +1498,10 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) /// public async Task> BeginTestWithHttpMessagesAsync(string resourceGroupName, string jobName, string functionName, Function function = default(Function), 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"); @@ -1502,7 +1518,6 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "functionName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1511,7 +1526,6 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("function", function); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("functionName", functionName); @@ -1526,9 +1540,9 @@ internal FunctionsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{functionName}", System.Uri.EscapeDataString(functionName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/FunctionsOperationsExtensions.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/FunctionsOperationsExtensions.cs index 3d7fcdc9374c..83d4ffa06ab0 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/FunctionsOperationsExtensions.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/FunctionsOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IFunctionsOperations.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IFunctionsOperations.cs index 89aa0c6a1664..e6f679b9830b 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IFunctionsOperations.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IFunctionsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IInputsOperations.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IInputsOperations.cs index fd206cc009a8..a3a0b7192fd4 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IInputsOperations.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IInputsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IOperations.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IOperations.cs index a39e9e7ff5bd..14a3d1a303e8 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IOperations.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IOutputsOperations.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IOutputsOperations.cs index 8a7a6896e3b7..ca25e6195dbd 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IOutputsOperations.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IOutputsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IStreamAnalyticsManagementClient.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IStreamAnalyticsManagementClient.cs index 4803f38a5efa..d8be5d839ace 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IStreamAnalyticsManagementClient.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IStreamAnalyticsManagementClient.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.StreamAnalytics using Newtonsoft.Json; /// - /// Composite Swagger for Stream Analytics Client + /// Stream Analytics Client /// public partial interface IStreamAnalyticsManagementClient : System.IDisposable { @@ -46,6 +46,11 @@ public partial interface IStreamAnalyticsManagementClient : System.IDisposable /// string SubscriptionId { get; set; } + /// + /// Client Api Version. + /// + string ApiVersion { get; } + /// /// Gets or sets the preferred language for the response. /// diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IStreamingJobsOperations.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IStreamingJobsOperations.cs index d92d0aef883d..8ddfc43cb070 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IStreamingJobsOperations.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/IStreamingJobsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/ISubscriptionsOperations.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/ISubscriptionsOperations.cs index 35fa02b7cc33..279b33a11339 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/ISubscriptionsOperations.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/ISubscriptionsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/ITransformationsOperations.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/ITransformationsOperations.cs index 7f833df0fe01..a3c9dc87f16b 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/ITransformationsOperations.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/ITransformationsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/InputsOperations.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/InputsOperations.cs index 0f893fde21ca..51c7296e3f28 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/InputsOperations.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/InputsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -105,6 +105,10 @@ internal InputsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "input"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -121,7 +125,6 @@ internal InputsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "inputName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -132,7 +135,6 @@ internal InputsOperations(StreamAnalyticsManagementClient client) tracingParameters.Add("input", input); tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("ifNoneMatch", ifNoneMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("inputName", inputName); @@ -147,9 +149,9 @@ internal InputsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{inputName}", System.Uri.EscapeDataString(inputName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -383,6 +385,10 @@ internal InputsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "input"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -399,7 +405,6 @@ internal InputsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "inputName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -409,7 +414,6 @@ internal InputsOperations(StreamAnalyticsManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("input", input); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("inputName", inputName); @@ -424,9 +428,9 @@ internal InputsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{inputName}", System.Uri.EscapeDataString(inputName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -613,6 +617,10 @@ internal InputsOperations(StreamAnalyticsManagementClient client) /// public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string jobName, string inputName, 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"); @@ -629,7 +637,6 @@ internal InputsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "inputName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -637,7 +644,6 @@ internal InputsOperations(StreamAnalyticsManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("inputName", inputName); @@ -652,9 +658,9 @@ internal InputsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{inputName}", System.Uri.EscapeDataString(inputName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -799,6 +805,10 @@ internal InputsOperations(StreamAnalyticsManagementClient client) /// public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string jobName, string inputName, 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"); @@ -815,7 +825,6 @@ internal InputsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "inputName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -823,7 +832,6 @@ internal InputsOperations(StreamAnalyticsManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("inputName", inputName); @@ -838,9 +846,9 @@ internal InputsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{inputName}", System.Uri.EscapeDataString(inputName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1019,6 +1027,10 @@ internal InputsOperations(StreamAnalyticsManagementClient client) /// public async Task>> ListByStreamingJobWithHttpMessagesAsync(string resourceGroupName, string jobName, string select = default(string), 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"); @@ -1031,7 +1043,6 @@ internal InputsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "jobName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1040,7 +1051,6 @@ internal InputsOperations(StreamAnalyticsManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("select", select); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("cancellationToken", cancellationToken); @@ -1057,9 +1067,9 @@ internal InputsOperations(StreamAnalyticsManagementClient client) { _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1266,6 +1276,10 @@ internal InputsOperations(StreamAnalyticsManagementClient client) /// public async Task> BeginTestWithHttpMessagesAsync(string resourceGroupName, string jobName, string inputName, Input input = default(Input), 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"); @@ -1282,7 +1296,6 @@ internal InputsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "inputName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1291,7 +1304,6 @@ internal InputsOperations(StreamAnalyticsManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("input", input); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("inputName", inputName); @@ -1306,9 +1318,9 @@ internal InputsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{inputName}", System.Uri.EscapeDataString(inputName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/InputsOperationsExtensions.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/InputsOperationsExtensions.cs index 8cb43aa126d1..f75d8eba2cfe 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/InputsOperationsExtensions.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/InputsOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AvroSerialization.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AvroSerialization.cs index ceeac4cf6325..c1e608a711fb 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AvroSerialization.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AvroSerialization.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureDataLakeStoreOutputDataSource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureDataLakeStoreOutputDataSource.cs new file mode 100644 index 000000000000..cfe3dc664f7c --- /dev/null +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureDataLakeStoreOutputDataSource.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.StreamAnalytics.Models +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.StreamAnalytics; + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Describes an Azure Data Lake Store output data source. + /// + [Newtonsoft.Json.JsonObject("Microsoft.DataLake/Accounts")] + [Rest.Serialization.JsonTransformation] + public partial class AzureDataLakeStoreOutputDataSource : OutputDataSource + { + /// + /// Initializes a new instance of the + /// AzureDataLakeStoreOutputDataSource class. + /// + public AzureDataLakeStoreOutputDataSource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// AzureDataLakeStoreOutputDataSource class. + /// + /// A refresh token that can be used to + /// obtain a valid access token that can then be used to authenticate + /// with the data source. A valid refresh token is currently only + /// obtainable via the Azure Portal. It is recommended to put a dummy + /// string value here when creating the data source and then going to + /// the Azure Portal to authenticate the data source which will update + /// this property with a valid refresh token. Required on PUT + /// (CreateOrReplace) requests. + /// The user principal name (UPN) + /// of the user that was used to obtain the refresh token. Use this + /// property to help remember which user was used to obtain the refresh + /// token. + /// The user display name of the + /// user that was used to obtain the refresh token. Use this property + /// to help remember which user was used to obtain the refresh + /// token. + /// The name of the Azure Data Lake Store + /// account. Required on PUT (CreateOrReplace) requests. + /// The tenant id of the user used to obtain the + /// refresh token. Required on PUT (CreateOrReplace) requests. + /// The location of the file to which the + /// output should be written to. Required on PUT (CreateOrReplace) + /// requests. + /// The date format. Wherever {date} appears + /// in filePathPrefix, the value of this property is used as the date + /// format instead. + /// The time format. Wherever {time} appears + /// in filePathPrefix, the value of this property is used as the time + /// format instead. + public AzureDataLakeStoreOutputDataSource(string refreshToken = default(string), string tokenUserPrincipalName = default(string), string tokenUserDisplayName = default(string), string accountName = default(string), string tenantId = default(string), string filePathPrefix = default(string), string dateFormat = default(string), string timeFormat = default(string)) + { + RefreshToken = refreshToken; + TokenUserPrincipalName = tokenUserPrincipalName; + TokenUserDisplayName = tokenUserDisplayName; + AccountName = accountName; + TenantId = tenantId; + FilePathPrefix = filePathPrefix; + DateFormat = dateFormat; + TimeFormat = timeFormat; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets a refresh token that can be used to obtain a valid + /// access token that can then be used to authenticate with the data + /// source. A valid refresh token is currently only obtainable via the + /// Azure Portal. It is recommended to put a dummy string value here + /// when creating the data source and then going to the Azure Portal to + /// authenticate the data source which will update this property with a + /// valid refresh token. Required on PUT (CreateOrReplace) requests. + /// + [JsonProperty(PropertyName = "properties.refreshToken")] + public string RefreshToken { get; set; } + + /// + /// Gets or sets the user principal name (UPN) of the user that was + /// used to obtain the refresh token. Use this property to help + /// remember which user was used to obtain the refresh token. + /// + [JsonProperty(PropertyName = "properties.tokenUserPrincipalName")] + public string TokenUserPrincipalName { get; set; } + + /// + /// Gets or sets the user display name of the user that was used to + /// obtain the refresh token. Use this property to help remember which + /// user was used to obtain the refresh token. + /// + [JsonProperty(PropertyName = "properties.tokenUserDisplayName")] + public string TokenUserDisplayName { get; set; } + + /// + /// Gets or sets the name of the Azure Data Lake Store account. + /// Required on PUT (CreateOrReplace) requests. + /// + [JsonProperty(PropertyName = "properties.accountName")] + public string AccountName { get; set; } + + /// + /// Gets or sets the tenant id of the user used to obtain the refresh + /// token. Required on PUT (CreateOrReplace) requests. + /// + [JsonProperty(PropertyName = "properties.tenantId")] + public string TenantId { get; set; } + + /// + /// Gets or sets the location of the file to which the output should be + /// written to. Required on PUT (CreateOrReplace) requests. + /// + [JsonProperty(PropertyName = "properties.filePathPrefix")] + public string FilePathPrefix { get; set; } + + /// + /// Gets or sets the date format. Wherever {date} appears in + /// filePathPrefix, the value of this property is used as the date + /// format instead. + /// + [JsonProperty(PropertyName = "properties.dateFormat")] + public string DateFormat { get; set; } + + /// + /// Gets or sets the time format. Wherever {time} appears in + /// filePathPrefix, the value of this property is used as the time + /// format instead. + /// + [JsonProperty(PropertyName = "properties.timeFormat")] + public string TimeFormat { get; set; } + + } +} diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceFunctionBinding.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceFunctionBinding.cs index 6efcfefd98af..0a87da6a193c 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceFunctionBinding.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceFunctionBinding.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters.cs index 2a0de3433ec5..c1eef9e9e632 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceInputColumn.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceInputColumn.cs index 0fdcfa8f7cec..4809f0fa03b7 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceInputColumn.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceInputColumn.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceInputs.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceInputs.cs index 0b30cf08331a..669c8dda8b37 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceInputs.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceInputs.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceOutputColumn.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceOutputColumn.cs index f08739eab6bb..8f47daf7468b 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceOutputColumn.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureMachineLearningWebServiceOutputColumn.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureSqlDatabaseDataSourceProperties.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureSqlDatabaseDataSourceProperties.cs index 37083efa36c0..ad890fe0b571 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureSqlDatabaseDataSourceProperties.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureSqlDatabaseDataSourceProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureSqlDatabaseOutputDataSource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureSqlDatabaseOutputDataSource.cs index d9a8c02d0581..a024979a5ecc 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureSqlDatabaseOutputDataSource.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureSqlDatabaseOutputDataSource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureTableOutputDataSource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureTableOutputDataSource.cs index bf5444e5be40..bbb165aefd3c 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureTableOutputDataSource.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/AzureTableOutputDataSource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Management.StreamAnalytics.Models using System.Linq; /// - /// Describes an Azure Table data source. + /// Describes an Azure Table output data source. /// [Newtonsoft.Json.JsonObject("Microsoft.Storage/Table")] [Rest.Serialization.JsonTransformation] diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/BlobDataSourceProperties.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/BlobDataSourceProperties.cs index 514439381fa5..8aec583587cc 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/BlobDataSourceProperties.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/BlobDataSourceProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/BlobOutputDataSource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/BlobOutputDataSource.cs index cbdbae19d809..d22fe48278cb 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/BlobOutputDataSource.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/BlobOutputDataSource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/BlobReferenceInputDataSource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/BlobReferenceInputDataSource.cs index 8c8ef9362933..f2e717bb9d10 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/BlobReferenceInputDataSource.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/BlobReferenceInputDataSource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/BlobStreamInputDataSource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/BlobStreamInputDataSource.cs index 508e3972cc56..7962941b6a44 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/BlobStreamInputDataSource.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/BlobStreamInputDataSource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/CompatibilityLevel.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/CompatibilityLevel.cs index 91ce63cff24d..080b4145648f 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/CompatibilityLevel.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/CompatibilityLevel.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/CsvSerialization.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/CsvSerialization.cs index b9c34b702780..630ae4dc8133 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/CsvSerialization.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/CsvSerialization.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/DiagnosticCondition.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/DiagnosticCondition.cs index 751f7394ca37..1817cbcfca59 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/DiagnosticCondition.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/DiagnosticCondition.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Diagnostics.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Diagnostics.cs index 3d6bb72da06b..8a6d0d67a52e 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Diagnostics.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Diagnostics.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/DocumentDbOutputDataSource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/DocumentDbOutputDataSource.cs index 1e386608575b..d52eb7cc46bb 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/DocumentDbOutputDataSource.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/DocumentDbOutputDataSource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -17,7 +17,7 @@ namespace Microsoft.Azure.Management.StreamAnalytics.Models using System.Linq; /// - /// Describes a DocumentDB data source. + /// Describes a DocumentDB output data source. /// [Newtonsoft.Json.JsonObject("Microsoft.Storage/DocumentDB")] [Rest.Serialization.JsonTransformation] diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Encoding.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Encoding.cs index 3e0289851f97..22150735c0a5 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Encoding.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Encoding.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ErrorResponse.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ErrorResponse.cs index a1cf911cfc43..29139bd298ac 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ErrorResponse.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ErrorResponse.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/EventHubDataSourceProperties.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/EventHubDataSourceProperties.cs index c4a91fb074d6..14ef9cf01688 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/EventHubDataSourceProperties.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/EventHubDataSourceProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/EventHubOutputDataSource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/EventHubOutputDataSource.cs index a936d46c18d9..31d057e03071 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/EventHubOutputDataSource.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/EventHubOutputDataSource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/EventHubStreamInputDataSource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/EventHubStreamInputDataSource.cs index 47e063891eb3..1b69c4bb9f59 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/EventHubStreamInputDataSource.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/EventHubStreamInputDataSource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/EventsOutOfOrderPolicy.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/EventsOutOfOrderPolicy.cs index 49cef880f608..d560f100e807 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/EventsOutOfOrderPolicy.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/EventsOutOfOrderPolicy.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Function.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Function.cs index 95a752544f37..d2267ec913d0 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Function.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Function.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionBinding.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionBinding.cs index d7b49fcb4b7f..daa7a79665b4 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionBinding.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionBinding.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionInput.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionInput.cs index 305b293f28c8..ae6a70aa47b7 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionInput.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionInput.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionOutput.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionOutput.cs index 46c912f3f504..e0b777d36253 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionOutput.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionOutput.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionProperties.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionProperties.cs index dfaf32ccbc0a..cd9cb77ab0a1 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionProperties.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionRetrieveDefaultDefinitionParameters.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionRetrieveDefaultDefinitionParameters.cs index e77aadf7cdfb..efcdf273acad 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionRetrieveDefaultDefinitionParameters.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionRetrieveDefaultDefinitionParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionsCreateOrReplaceHeaders.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionsCreateOrReplaceHeaders.cs index 7728f9fa1706..d901be499228 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionsCreateOrReplaceHeaders.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionsCreateOrReplaceHeaders.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionsGetHeaders.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionsGetHeaders.cs index bed1971bd289..48a7207cc51c 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionsGetHeaders.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionsGetHeaders.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionsUpdateHeaders.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionsUpdateHeaders.cs index e55318dec1ec..6211b29a7dea 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionsUpdateHeaders.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/FunctionsUpdateHeaders.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Input.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Input.cs index 09d1e526a4ca..548e7911377f 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Input.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Input.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/InputProperties.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/InputProperties.cs index bb2315798469..41858099baec 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/InputProperties.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/InputProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/InputsCreateOrReplaceHeaders.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/InputsCreateOrReplaceHeaders.cs index 9230717dcbe3..eb303cd8ab58 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/InputsCreateOrReplaceHeaders.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/InputsCreateOrReplaceHeaders.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/InputsGetHeaders.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/InputsGetHeaders.cs index 12c1f1b0c977..a8a474b40435 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/InputsGetHeaders.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/InputsGetHeaders.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/InputsUpdateHeaders.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/InputsUpdateHeaders.cs index 2f09f4821cab..74d16662a75e 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/InputsUpdateHeaders.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/InputsUpdateHeaders.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/IoTHubStreamInputDataSource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/IoTHubStreamInputDataSource.cs index 7b0fc1fd94a0..9a437aaffbb1 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/IoTHubStreamInputDataSource.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/IoTHubStreamInputDataSource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/JavaScriptFunctionBinding.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/JavaScriptFunctionBinding.cs index 692f8b17186a..9b02a7c9be67 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/JavaScriptFunctionBinding.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/JavaScriptFunctionBinding.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/JavaScriptFunctionRetrieveDefaultDefinitionParameters.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/JavaScriptFunctionRetrieveDefaultDefinitionParameters.cs index c838732b74c1..36bdbfc1fba6 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/JavaScriptFunctionRetrieveDefaultDefinitionParameters.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/JavaScriptFunctionRetrieveDefaultDefinitionParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/JsonOutputSerializationFormat.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/JsonOutputSerializationFormat.cs index b2abb9f1e614..2397493217aa 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/JsonOutputSerializationFormat.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/JsonOutputSerializationFormat.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/JsonSerialization.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/JsonSerialization.cs index 2349f4da8265..df3100a59e2a 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/JsonSerialization.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/JsonSerialization.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OAuthBasedDataSourceProperties.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OAuthBasedDataSourceProperties.cs new file mode 100644 index 000000000000..fee5ff412f84 --- /dev/null +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OAuthBasedDataSourceProperties.cs @@ -0,0 +1,94 @@ +// 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.StreamAnalytics.Models +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.StreamAnalytics; + using Newtonsoft.Json; + using System.Linq; + + /// + /// The properties that are associated with data sources that use OAuth as + /// their authentication model. + /// + public partial class OAuthBasedDataSourceProperties + { + /// + /// Initializes a new instance of the OAuthBasedDataSourceProperties + /// class. + /// + public OAuthBasedDataSourceProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the OAuthBasedDataSourceProperties + /// class. + /// + /// A refresh token that can be used to + /// obtain a valid access token that can then be used to authenticate + /// with the data source. A valid refresh token is currently only + /// obtainable via the Azure Portal. It is recommended to put a dummy + /// string value here when creating the data source and then going to + /// the Azure Portal to authenticate the data source which will update + /// this property with a valid refresh token. Required on PUT + /// (CreateOrReplace) requests. + /// The user principal name (UPN) + /// of the user that was used to obtain the refresh token. Use this + /// property to help remember which user was used to obtain the refresh + /// token. + /// The user display name of the + /// user that was used to obtain the refresh token. Use this property + /// to help remember which user was used to obtain the refresh + /// token. + public OAuthBasedDataSourceProperties(string refreshToken = default(string), string tokenUserPrincipalName = default(string), string tokenUserDisplayName = default(string)) + { + RefreshToken = refreshToken; + TokenUserPrincipalName = tokenUserPrincipalName; + TokenUserDisplayName = tokenUserDisplayName; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets a refresh token that can be used to obtain a valid + /// access token that can then be used to authenticate with the data + /// source. A valid refresh token is currently only obtainable via the + /// Azure Portal. It is recommended to put a dummy string value here + /// when creating the data source and then going to the Azure Portal to + /// authenticate the data source which will update this property with a + /// valid refresh token. Required on PUT (CreateOrReplace) requests. + /// + [JsonProperty(PropertyName = "refreshToken")] + public string RefreshToken { get; set; } + + /// + /// Gets or sets the user principal name (UPN) of the user that was + /// used to obtain the refresh token. Use this property to help + /// remember which user was used to obtain the refresh token. + /// + [JsonProperty(PropertyName = "tokenUserPrincipalName")] + public string TokenUserPrincipalName { get; set; } + + /// + /// Gets or sets the user display name of the user that was used to + /// obtain the refresh token. Use this property to help remember which + /// user was used to obtain the refresh token. + /// + [JsonProperty(PropertyName = "tokenUserDisplayName")] + public string TokenUserDisplayName { get; set; } + + } +} diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Operation.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Operation.cs index 2d81b360a2c1..72fab38faea4 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Operation.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Operation.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OperationDisplay.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OperationDisplay.cs index c96d229d606f..2dafca96f688 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OperationDisplay.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OperationDisplay.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Output.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Output.cs index 89a23c969657..0ded14f78d38 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Output.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Output.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputDataSource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputDataSource.cs index 05c3e3d5ca65..a32945d6a3fc 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputDataSource.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputDataSource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputErrorPolicy.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputErrorPolicy.cs index 92c5931b33c0..820fe8cd5e8b 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputErrorPolicy.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputErrorPolicy.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputStartMode.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputStartMode.cs index 10b8938856c4..10dc3a67ead6 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputStartMode.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputStartMode.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputsCreateOrReplaceHeaders.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputsCreateOrReplaceHeaders.cs index bb6aa7307849..3bbe3c585455 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputsCreateOrReplaceHeaders.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputsCreateOrReplaceHeaders.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputsGetHeaders.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputsGetHeaders.cs index a925fca65188..97837cb563d4 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputsGetHeaders.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputsGetHeaders.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputsUpdateHeaders.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputsUpdateHeaders.cs index 2a69bf12bf8d..e967124ae4a7 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputsUpdateHeaders.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/OutputsUpdateHeaders.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Page.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Page.cs index 8473cb6c6b57..292ad254bef1 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Page.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Page.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/PowerBIOutputDataSource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/PowerBIOutputDataSource.cs new file mode 100644 index 000000000000..a562b1c72627 --- /dev/null +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/PowerBIOutputDataSource.cs @@ -0,0 +1,135 @@ +// 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.StreamAnalytics.Models +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.StreamAnalytics; + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Describes a Power BI output data source. + /// + [Newtonsoft.Json.JsonObject("PowerBI")] + [Rest.Serialization.JsonTransformation] + public partial class PowerBIOutputDataSource : OutputDataSource + { + /// + /// Initializes a new instance of the PowerBIOutputDataSource class. + /// + public PowerBIOutputDataSource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PowerBIOutputDataSource class. + /// + /// A refresh token that can be used to + /// obtain a valid access token that can then be used to authenticate + /// with the data source. A valid refresh token is currently only + /// obtainable via the Azure Portal. It is recommended to put a dummy + /// string value here when creating the data source and then going to + /// the Azure Portal to authenticate the data source which will update + /// this property with a valid refresh token. Required on PUT + /// (CreateOrReplace) requests. + /// The user principal name (UPN) + /// of the user that was used to obtain the refresh token. Use this + /// property to help remember which user was used to obtain the refresh + /// token. + /// The user display name of the + /// user that was used to obtain the refresh token. Use this property + /// to help remember which user was used to obtain the refresh + /// token. + /// The name of the Power BI dataset. Required on + /// PUT (CreateOrReplace) requests. + /// The name of the Power BI table under the + /// specified dataset. Required on PUT (CreateOrReplace) + /// requests. + /// The ID of the Power BI group. + /// The name of the Power BI group. Use this + /// property to help remember which specific Power BI group id was + /// used. + public PowerBIOutputDataSource(string refreshToken = default(string), string tokenUserPrincipalName = default(string), string tokenUserDisplayName = default(string), string dataset = default(string), string table = default(string), string groupId = default(string), string groupName = default(string)) + { + RefreshToken = refreshToken; + TokenUserPrincipalName = tokenUserPrincipalName; + TokenUserDisplayName = tokenUserDisplayName; + Dataset = dataset; + Table = table; + GroupId = groupId; + GroupName = groupName; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets a refresh token that can be used to obtain a valid + /// access token that can then be used to authenticate with the data + /// source. A valid refresh token is currently only obtainable via the + /// Azure Portal. It is recommended to put a dummy string value here + /// when creating the data source and then going to the Azure Portal to + /// authenticate the data source which will update this property with a + /// valid refresh token. Required on PUT (CreateOrReplace) requests. + /// + [JsonProperty(PropertyName = "properties.refreshToken")] + public string RefreshToken { get; set; } + + /// + /// Gets or sets the user principal name (UPN) of the user that was + /// used to obtain the refresh token. Use this property to help + /// remember which user was used to obtain the refresh token. + /// + [JsonProperty(PropertyName = "properties.tokenUserPrincipalName")] + public string TokenUserPrincipalName { get; set; } + + /// + /// Gets or sets the user display name of the user that was used to + /// obtain the refresh token. Use this property to help remember which + /// user was used to obtain the refresh token. + /// + [JsonProperty(PropertyName = "properties.tokenUserDisplayName")] + public string TokenUserDisplayName { get; set; } + + /// + /// Gets or sets the name of the Power BI dataset. Required on PUT + /// (CreateOrReplace) requests. + /// + [JsonProperty(PropertyName = "properties.dataset")] + public string Dataset { get; set; } + + /// + /// Gets or sets the name of the Power BI table under the specified + /// dataset. Required on PUT (CreateOrReplace) requests. + /// + [JsonProperty(PropertyName = "properties.table")] + public string Table { get; set; } + + /// + /// Gets or sets the ID of the Power BI group. + /// + [JsonProperty(PropertyName = "properties.groupId")] + public string GroupId { get; set; } + + /// + /// Gets or sets the name of the Power BI group. Use this property to + /// help remember which specific Power BI group id was used. + /// + [JsonProperty(PropertyName = "properties.groupName")] + public string GroupName { get; set; } + + } +} diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ReferenceInputDataSource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ReferenceInputDataSource.cs index 80d81789b885..f2afe48dfe6a 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ReferenceInputDataSource.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ReferenceInputDataSource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ReferenceInputProperties.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ReferenceInputProperties.cs index 48450c1d0cf6..7f482d6d4179 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ReferenceInputProperties.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ReferenceInputProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Resource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Resource.cs index 3a6b676d0de1..e3114930c63f 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Resource.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Resource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ResourceTestStatus.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ResourceTestStatus.cs index 6527af9b8f7c..726c8704c41a 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ResourceTestStatus.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ResourceTestStatus.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ScalarFunctionProperties.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ScalarFunctionProperties.cs index b9493f416756..1eed041b3387 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ScalarFunctionProperties.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ScalarFunctionProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Serialization.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Serialization.cs index 06072ce31581..3060ea88d919 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Serialization.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Serialization.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ServiceBusDataSourceProperties.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ServiceBusDataSourceProperties.cs index 160b3f38e8df..e1e4d26e1dcd 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ServiceBusDataSourceProperties.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ServiceBusDataSourceProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ServiceBusQueueOutputDataSource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ServiceBusQueueOutputDataSource.cs index 22c9e9842d6a..fbf16cf406bb 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ServiceBusQueueOutputDataSource.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ServiceBusQueueOutputDataSource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Management.StreamAnalytics.Models using System.Linq; /// - /// Describes a Service Bus Queue data source. + /// Describes a Service Bus Queue output data source. /// [Newtonsoft.Json.JsonObject("Microsoft.ServiceBus/Queue")] [Rest.Serialization.JsonTransformation] diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ServiceBusTopicOutputDataSource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ServiceBusTopicOutputDataSource.cs index edad98576d54..a78886a45079 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ServiceBusTopicOutputDataSource.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/ServiceBusTopicOutputDataSource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Management.StreamAnalytics.Models using System.Linq; /// - /// Describes a Service Bus Topic data source. + /// Describes a Service Bus Topic output data source. /// [Newtonsoft.Json.JsonObject("Microsoft.ServiceBus/Topic")] [Rest.Serialization.JsonTransformation] diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Sku.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Sku.cs index 8b2e440bb046..2ae9eb48b1ff 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Sku.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Sku.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/SkuName.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/SkuName.cs index e460208c77ad..eba3c47f51ad 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/SkuName.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/SkuName.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StartStreamingJobParameters.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StartStreamingJobParameters.cs index bf646f77310e..9263fb659092 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StartStreamingJobParameters.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StartStreamingJobParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StorageAccount.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StorageAccount.cs index 87c5cfc72085..811f1a8e7dba 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StorageAccount.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StorageAccount.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamInputDataSource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamInputDataSource.cs index 8cbb058eb78e..4b67b8f83eb4 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamInputDataSource.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamInputDataSource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamInputProperties.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamInputProperties.cs index 23212a7c8d13..ad056bf7429f 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamInputProperties.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamInputProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamingJob.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamingJob.cs index c0563ca7dfc2..6805f53a9735 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamingJob.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamingJob.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamingJobsCreateOrReplaceHeaders.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamingJobsCreateOrReplaceHeaders.cs index 3fc02ef7dadd..0b73f3a91457 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamingJobsCreateOrReplaceHeaders.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamingJobsCreateOrReplaceHeaders.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamingJobsGetHeaders.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamingJobsGetHeaders.cs index 6dfc41bee2a1..7a3fd7e796aa 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamingJobsGetHeaders.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamingJobsGetHeaders.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamingJobsUpdateHeaders.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamingJobsUpdateHeaders.cs index 421288914f64..ad59701276ee 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamingJobsUpdateHeaders.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/StreamingJobsUpdateHeaders.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/SubResource.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/SubResource.cs index bcb6172affa5..b3771345b65a 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/SubResource.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/SubResource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/SubscriptionQuota.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/SubscriptionQuota.cs index d49af2b66676..0d82c02bf543 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/SubscriptionQuota.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/SubscriptionQuota.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/SubscriptionQuotasListResult.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/SubscriptionQuotasListResult.cs index 55512351f58f..c13208ecfb4c 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/SubscriptionQuotasListResult.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/SubscriptionQuotasListResult.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Transformation.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Transformation.cs index da485ed5d663..35fe4670017a 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Transformation.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/Transformation.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/TransformationsCreateOrReplaceHeaders.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/TransformationsCreateOrReplaceHeaders.cs index 67d93c73f694..1b7cb635b3b1 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/TransformationsCreateOrReplaceHeaders.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/TransformationsCreateOrReplaceHeaders.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/TransformationsGetHeaders.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/TransformationsGetHeaders.cs index ba758b46b48c..d5a884dea1af 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/TransformationsGetHeaders.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/TransformationsGetHeaders.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/TransformationsUpdateHeaders.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/TransformationsUpdateHeaders.cs index 3fd5fd551b9e..5e68b7da8fce 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/TransformationsUpdateHeaders.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/TransformationsUpdateHeaders.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/UdfType.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/UdfType.cs index 2051eb696849..696c19d23954 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/UdfType.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Models/UdfType.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -25,4 +25,29 @@ public enum UdfType [EnumMember(Value = "Scalar")] Scalar } + internal static class UdfTypeEnumExtension + { + internal static string ToSerializedValue(this UdfType? value) => + value == null ? null : ((UdfType)value).ToSerializedValue(); + + internal static string ToSerializedValue(this UdfType value) + { + switch( value ) + { + case UdfType.Scalar: + return "Scalar"; + } + return null; + } + + internal static UdfType? ParseUdfType(this string value) + { + switch( value ) + { + case "Scalar": + return UdfType.Scalar; + } + return null; + } + } } diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Operations.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Operations.cs index 4a0b83b08f20..0dbae0de96d4 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Operations.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/Operations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -65,12 +65,21 @@ internal Operations(StreamAnalyticsManagementClient client) /// /// 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(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { - string apiVersion = "2016-03-01"; + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -78,7 +87,6 @@ internal Operations(StreamAnalyticsManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } @@ -86,9 +94,9 @@ internal Operations(StreamAnalyticsManagementClient client) var _baseUrl = Client.BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "providers/Microsoft.StreamAnalytics/operations").ToString(); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/OperationsExtensions.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/OperationsExtensions.cs index 175d93e83b8c..c634351b030d 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/OperationsExtensions.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/OperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/OutputsOperations.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/OutputsOperations.cs index f06d634216a0..6a309000c0ed 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/OutputsOperations.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/OutputsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -105,6 +105,10 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "output"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -121,7 +125,6 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "outputName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -132,7 +135,6 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) tracingParameters.Add("output", output); tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("ifNoneMatch", ifNoneMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("outputName", outputName); @@ -147,9 +149,9 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{outputName}", System.Uri.EscapeDataString(outputName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -383,6 +385,10 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "output"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -399,7 +405,6 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "outputName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -409,7 +414,6 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("output", output); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("outputName", outputName); @@ -424,9 +428,9 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{outputName}", System.Uri.EscapeDataString(outputName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -613,6 +617,10 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) /// public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string jobName, string outputName, 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"); @@ -629,7 +637,6 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "outputName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -637,7 +644,6 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("outputName", outputName); @@ -652,9 +658,9 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{outputName}", System.Uri.EscapeDataString(outputName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -799,6 +805,10 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) /// public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string jobName, string outputName, 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"); @@ -815,7 +825,6 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "outputName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -823,7 +832,6 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("outputName", outputName); @@ -838,9 +846,9 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{outputName}", System.Uri.EscapeDataString(outputName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1019,6 +1027,10 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) /// public async Task>> ListByStreamingJobWithHttpMessagesAsync(string resourceGroupName, string jobName, string select = default(string), 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"); @@ -1031,7 +1043,6 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "jobName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1040,7 +1051,6 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("select", select); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("cancellationToken", cancellationToken); @@ -1057,9 +1067,9 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) { _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1266,6 +1276,10 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) /// public async Task> BeginTestWithHttpMessagesAsync(string resourceGroupName, string jobName, string outputName, Output output = default(Output), 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"); @@ -1282,7 +1296,6 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "outputName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1291,7 +1304,6 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("output", output); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("outputName", outputName); @@ -1306,9 +1318,9 @@ internal OutputsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{outputName}", System.Uri.EscapeDataString(outputName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/OutputsOperationsExtensions.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/OutputsOperationsExtensions.cs index 489832e88afe..da3d355def05 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/OutputsOperationsExtensions.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/OutputsOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/StreamAnalyticsManagementClient.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/StreamAnalyticsManagementClient.cs index 49e566bc6110..a5e65033c005 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/StreamAnalyticsManagementClient.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/StreamAnalyticsManagementClient.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -22,7 +22,7 @@ namespace Microsoft.Azure.Management.StreamAnalytics using System.Net.Http; /// - /// Composite Swagger for Stream Analytics Client + /// Stream Analytics Client /// public partial class StreamAnalyticsManagementClient : ServiceClient, IStreamAnalyticsManagementClient, IAzureClient { @@ -52,6 +52,11 @@ public partial class StreamAnalyticsManagementClient : ServiceClient public string SubscriptionId { get; set; } + /// + /// Client Api Version. + /// + public string ApiVersion { get; private set; } + /// /// Gets or sets the preferred language for the response. /// @@ -313,6 +318,7 @@ private void Initialize() Functions = new FunctionsOperations(this); Subscriptions = new SubscriptionsOperations(this); BaseUri = new System.Uri("https://management.azure.com"); + ApiVersion = "2016-03-01"; AcceptLanguage = "en-US"; LongRunningOperationRetryTimeout = 30; GenerateClientRequestId = true; @@ -350,14 +356,14 @@ private void Initialize() DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("bindingType")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("bindingType")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); CustomInitialize(); DeserializationSettings.Converters.Add(new TransformationJsonConverter()); DeserializationSettings.Converters.Add(new CloudErrorJsonConverter()); diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/StreamingJobsOperations.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/StreamingJobsOperations.cs index cc832a9b44b4..71ae867d6954 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/StreamingJobsOperations.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/StreamingJobsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -138,6 +138,10 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "streamingJob"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -150,7 +154,6 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "jobName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -160,7 +163,6 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("streamingJob", streamingJob); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("cancellationToken", cancellationToken); @@ -173,9 +175,9 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -392,6 +394,10 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) /// public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string jobName, string expand = default(string), 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"); @@ -404,7 +410,6 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "jobName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -413,7 +418,6 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("expand", expand); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("cancellationToken", cancellationToken); @@ -430,9 +434,9 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) { _queryParameters.Add(string.Format("$expand={0}", System.Uri.EscapeDataString(expand))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -609,6 +613,10 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) /// public async Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string expand = default(string), 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"); @@ -617,7 +625,6 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -626,7 +633,6 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("expand", expand); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroup", tracingParameters); @@ -641,9 +647,9 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) { _queryParameters.Add(string.Format("$expand={0}", System.Uri.EscapeDataString(expand))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -803,11 +809,14 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) /// public async Task>> ListWithHttpMessagesAsync(string expand = default(string), 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"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -816,7 +825,6 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("expand", expand); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } @@ -829,9 +837,9 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) { _queryParameters.Add(string.Format("$expand={0}", System.Uri.EscapeDataString(expand))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1060,6 +1068,10 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "streamingJob"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -1072,7 +1084,6 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "jobName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1083,7 +1094,6 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) tracingParameters.Add("streamingJob", streamingJob); tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("ifNoneMatch", ifNoneMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("cancellationToken", cancellationToken); @@ -1096,9 +1106,9 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1308,6 +1318,10 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) /// public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string jobName, 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"); @@ -1320,7 +1334,6 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "jobName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1328,7 +1341,6 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("cancellationToken", cancellationToken); @@ -1341,9 +1353,9 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1486,6 +1498,10 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) /// public async Task BeginStartWithHttpMessagesAsync(string resourceGroupName, string jobName, StartStreamingJobParameters startJobParameters = default(StartStreamingJobParameters), 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"); @@ -1498,7 +1514,6 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "jobName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1507,7 +1522,6 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("startJobParameters", startJobParameters); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("cancellationToken", cancellationToken); @@ -1520,9 +1534,9 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1668,6 +1682,10 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) /// public async Task BeginStopWithHttpMessagesAsync(string resourceGroupName, string jobName, 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"); @@ -1680,7 +1698,6 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "jobName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1688,7 +1705,6 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("cancellationToken", cancellationToken); @@ -1701,9 +1717,9 @@ internal StreamingJobsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/StreamingJobsOperationsExtensions.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/StreamingJobsOperationsExtensions.cs index 842f878d3190..17b9c3a4d4d1 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/StreamingJobsOperationsExtensions.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/StreamingJobsOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/SubscriptionsOperations.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/SubscriptionsOperations.cs index df99e8405ca3..51ee88fadf35 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/SubscriptionsOperations.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/SubscriptionsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -86,11 +86,14 @@ internal SubscriptionsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "location"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -99,7 +102,6 @@ internal SubscriptionsOperations(StreamAnalyticsManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("location", location); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListQuotas", tracingParameters); } @@ -109,9 +111,9 @@ internal SubscriptionsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{location}", System.Uri.EscapeDataString(location)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/SubscriptionsOperationsExtensions.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/SubscriptionsOperationsExtensions.cs index 12697d8051b2..d8ed3bd055db 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/SubscriptionsOperationsExtensions.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/SubscriptionsOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/TransformationsOperations.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/TransformationsOperations.cs index dc0e8c5bf34e..04d75b0e091d 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/TransformationsOperations.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/TransformationsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -105,6 +105,10 @@ internal TransformationsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "transformation"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -121,7 +125,6 @@ internal TransformationsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "transformationName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -132,7 +135,6 @@ internal TransformationsOperations(StreamAnalyticsManagementClient client) tracingParameters.Add("transformation", transformation); tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("ifNoneMatch", ifNoneMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("transformationName", transformationName); @@ -147,9 +149,9 @@ internal TransformationsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{transformationName}", System.Uri.EscapeDataString(transformationName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -384,6 +386,10 @@ internal TransformationsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "transformation"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -400,7 +406,6 @@ internal TransformationsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "transformationName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -410,7 +415,6 @@ internal TransformationsOperations(StreamAnalyticsManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("transformation", transformation); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("transformationName", transformationName); @@ -425,9 +429,9 @@ internal TransformationsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{transformationName}", System.Uri.EscapeDataString(transformationName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -617,6 +621,10 @@ internal TransformationsOperations(StreamAnalyticsManagementClient client) /// public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string jobName, string transformationName, 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"); @@ -633,7 +641,6 @@ internal TransformationsOperations(StreamAnalyticsManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "transformationName"); } - string apiVersion = "2016-03-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -641,7 +648,6 @@ internal TransformationsOperations(StreamAnalyticsManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("jobName", jobName); tracingParameters.Add("transformationName", transformationName); @@ -656,9 +662,9 @@ internal TransformationsOperations(StreamAnalyticsManagementClient client) _url = _url.Replace("{jobName}", System.Uri.EscapeDataString(jobName)); _url = _url.Replace("{transformationName}", System.Uri.EscapeDataString(transformationName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/TransformationsOperationsExtensions.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/TransformationsOperationsExtensions.cs index 819a1b94549b..e4507b9f206d 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/TransformationsOperationsExtensions.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Generated/TransformationsOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Microsoft.Azure.Management.StreamAnalytics.csproj b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Microsoft.Azure.Management.StreamAnalytics.csproj index 13fdb595afb0..d8a21e8fa36f 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Microsoft.Azure.Management.StreamAnalytics.csproj +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Microsoft.Azure.Management.StreamAnalytics.csproj @@ -4,7 +4,7 @@ Microsoft.Azure.Management.StreamAnalytics Provides streaming job management capabilities for Microsoft Azure. Microsoft.Azure.Management.StreamAnalytics - 2.0.0 + 2.1.0 Microsoft Azure Stream Analytics management;Stream Analytics management;streaming jobs;streaming job management diff --git a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Properties/AssemblyInfo.cs b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Properties/AssemblyInfo.cs index 2d0c8bae9a77..88a86579fa0d 100644 --- a/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Properties/AssemblyInfo.cs +++ b/src/SDKs/StreamAnalytics/Management.StreamAnalytics/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure Stream Analytics management operations.")] [assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.1.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/ScenarioTests/OutputTests.ScenarioTests.cs b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/ScenarioTests/OutputTests.ScenarioTests.cs index 878a4a34dc7c..2472c6c426dd 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/ScenarioTests/OutputTests.ScenarioTests.cs +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/ScenarioTests/OutputTests.ScenarioTests.cs @@ -747,5 +747,219 @@ public async Task OutputOperationsTest_ServiceBusTopic() Assert.Equal(0, getJobResponse.Outputs.Count()); } } + + [Fact] + public async Task OutputOperationsTest_PowerBI() + { + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + string resourceGroupName = TestUtilities.GenerateName("sjrg"); + string jobName = TestUtilities.GenerateName("sj"); + string outputName = TestUtilities.GenerateName("output"); + + var resourceManagementClient = this.GetResourceManagementClient(context); + var streamAnalyticsManagementClient = this.GetStreamAnalyticsManagementClient(context); + + string expectedOutputType = TestHelper.GetFullRestOnlyResourceType(TestHelper.OutputsResourceType); + string expectedOutputResourceId = TestHelper.GetRestOnlyResourceId(streamAnalyticsManagementClient.SubscriptionId, resourceGroupName, jobName, TestHelper.OutputsResourceType, outputName); + + resourceManagementClient.ResourceGroups.CreateOrUpdate(resourceGroupName, new ResourceGroup { Location = TestHelper.DefaultLocation }); + + PowerBIOutputDataSource powerBI = new PowerBIOutputDataSource() + { + RefreshToken = "someRefreshToken==", + TokenUserPrincipalName = "bobsmith@contoso.com", + TokenUserDisplayName = "Bob Smith", + Dataset = "someDataset", + Table = "someTable", + GroupId = "ac40305e-3e8d-43ac-8161-c33799f43e95", + GroupName = "MyPowerBIGroup" + }; + Output output = new Output() + { + Datasource = powerBI + }; + + // PUT job + streamAnalyticsManagementClient.StreamingJobs.CreateOrReplace(TestHelper.GetDefaultStreamingJob(), resourceGroupName, jobName); + + // PUT output + var putResponse = await streamAnalyticsManagementClient.Outputs.CreateOrReplaceWithHttpMessagesAsync(output, resourceGroupName, jobName, outputName); + powerBI.RefreshToken = null; // Null out because secrets are not returned in responses + ValidationHelper.ValidateOutput(output, putResponse.Body, false); + Assert.Equal(expectedOutputResourceId, putResponse.Body.Id); + Assert.Equal(outputName, putResponse.Body.Name); + Assert.Equal(expectedOutputType, putResponse.Body.Type); + + // Verify GET request returns expected output + var getResponse = await streamAnalyticsManagementClient.Outputs.GetWithHttpMessagesAsync(resourceGroupName, jobName, outputName); + ValidationHelper.ValidateOutput(putResponse.Body, getResponse.Body, true); + // ETag should be the same + Assert.Equal(putResponse.Headers.ETag, getResponse.Headers.ETag); + + // Test Output + var testResult = streamAnalyticsManagementClient.Outputs.Test(resourceGroupName, jobName, outputName); + Assert.Equal("TestFailed", testResult.Status); + Assert.NotNull(testResult.Error); + Assert.True(testResult.Error.Message.Contains("either expired or is invalid")); + + // PATCH output + var outputPatch = new Output() + { + Datasource = new PowerBIOutputDataSource() + { + Dataset = "differentDataset" + } + }; + ((PowerBIOutputDataSource)putResponse.Body.Datasource).Dataset = ((PowerBIOutputDataSource)outputPatch.Datasource).Dataset; + var patchResponse = await streamAnalyticsManagementClient.Outputs.UpdateWithHttpMessagesAsync(outputPatch, resourceGroupName, jobName, outputName); + ValidationHelper.ValidateOutput(putResponse.Body, patchResponse.Body, true); + // ETag should be different after a PATCH operation + Assert.NotEqual(putResponse.Headers.ETag, patchResponse.Headers.ETag); + + // Run another GET output to verify that it returns the newly updated properties as well + getResponse = await streamAnalyticsManagementClient.Outputs.GetWithHttpMessagesAsync(resourceGroupName, jobName, outputName); + ValidationHelper.ValidateOutput(putResponse.Body, getResponse.Body, true); + // ETag should be different after a PATCH operation + Assert.NotEqual(putResponse.Headers.ETag, getResponse.Headers.ETag); + Assert.Equal(patchResponse.Headers.ETag, getResponse.Headers.ETag); + + // List output and verify that the output shows up in the list + var listResult = streamAnalyticsManagementClient.Outputs.ListByStreamingJob(resourceGroupName, jobName); + Assert.Equal(1, listResult.Count()); + ValidationHelper.ValidateOutput(putResponse.Body, listResult.Single(), true); + Assert.Equal(getResponse.Headers.ETag, listResult.Single().Etag); + + // Get job with output expanded and verify that the output shows up + var getJobResponse = streamAnalyticsManagementClient.StreamingJobs.Get(resourceGroupName, jobName, "outputs"); + Assert.Equal(1, getJobResponse.Outputs.Count()); + ValidationHelper.ValidateOutput(putResponse.Body, getJobResponse.Outputs.Single(), true); + Assert.Equal(getResponse.Headers.ETag, getJobResponse.Outputs.Single().Etag); + + // Delete output + streamAnalyticsManagementClient.Outputs.Delete(resourceGroupName, jobName, outputName); + + // Verify that list operation returns an empty list after deleting the output + listResult = streamAnalyticsManagementClient.Outputs.ListByStreamingJob(resourceGroupName, jobName); + Assert.Equal(0, listResult.Count()); + + // Get job with output expanded and verify that there are no outputs after deleting the output + getJobResponse = streamAnalyticsManagementClient.StreamingJobs.Get(resourceGroupName, jobName, "outputs"); + Assert.Equal(0, getJobResponse.Outputs.Count()); + } + } + + [Fact] + public async Task OutputOperationsTest_AzureDataLakeStore() + { + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + string resourceGroupName = TestUtilities.GenerateName("sjrg"); + string jobName = TestUtilities.GenerateName("sj"); + string outputName = TestUtilities.GenerateName("output"); + + var resourceManagementClient = this.GetResourceManagementClient(context); + var streamAnalyticsManagementClient = this.GetStreamAnalyticsManagementClient(context); + + string expectedOutputType = TestHelper.GetFullRestOnlyResourceType(TestHelper.OutputsResourceType); + string expectedOutputResourceId = TestHelper.GetRestOnlyResourceId(streamAnalyticsManagementClient.SubscriptionId, resourceGroupName, jobName, TestHelper.OutputsResourceType, outputName); + + resourceManagementClient.ResourceGroups.CreateOrUpdate(resourceGroupName, new ResourceGroup { Location = TestHelper.DefaultLocation }); + + AzureDataLakeStoreOutputDataSource azureDataLakeStore = new AzureDataLakeStoreOutputDataSource() + { + RefreshToken = "someRefreshToken==", + TokenUserPrincipalName = "bobsmith@contoso.com", + TokenUserDisplayName = "Bob Smith", + AccountName = "someaccount", + TenantId = "cea4e98b-c798-49e7-8c40-4a2b3beb47dd", + FilePathPrefix = "{date}/{time}", + DateFormat = "yyyy/MM/dd", + TimeFormat = "HH" + }; + Output output = new Output() + { + Serialization = new CsvSerialization() + { + FieldDelimiter = ",", + Encoding = Encoding.UTF8 + }, + Datasource = azureDataLakeStore + }; + + // PUT job + streamAnalyticsManagementClient.StreamingJobs.CreateOrReplace(TestHelper.GetDefaultStreamingJob(), resourceGroupName, jobName); + + // PUT output + var putResponse = await streamAnalyticsManagementClient.Outputs.CreateOrReplaceWithHttpMessagesAsync(output, resourceGroupName, jobName, outputName); + azureDataLakeStore.RefreshToken = null; // Null out because secrets are not returned in responses + ValidationHelper.ValidateOutput(output, putResponse.Body, false); + Assert.Equal(expectedOutputResourceId, putResponse.Body.Id); + Assert.Equal(outputName, putResponse.Body.Name); + Assert.Equal(expectedOutputType, putResponse.Body.Type); + + // Verify GET request returns expected output + var getResponse = await streamAnalyticsManagementClient.Outputs.GetWithHttpMessagesAsync(resourceGroupName, jobName, outputName); + ValidationHelper.ValidateOutput(putResponse.Body, getResponse.Body, true); + // ETag should be the same + Assert.Equal(putResponse.Headers.ETag, getResponse.Headers.ETag); + + // Test Output + var testResult = streamAnalyticsManagementClient.Outputs.Test(resourceGroupName, jobName, outputName); + Assert.Equal("TestFailed", testResult.Status); + Assert.NotNull(testResult.Error); + Assert.True(testResult.Error.Message.Contains("either expired or is invalid")); + + // PATCH output + var outputPatch = new Output() + { + Serialization = new CsvSerialization() + { + FieldDelimiter = "|", + Encoding = Encoding.UTF8 + }, + Datasource = new AzureDataLakeStoreOutputDataSource() + { + AccountName = "differentaccount" + } + }; + ((CsvSerialization)putResponse.Body.Serialization).FieldDelimiter = ((CsvSerialization)outputPatch.Serialization).FieldDelimiter; + ((AzureDataLakeStoreOutputDataSource)putResponse.Body.Datasource).AccountName = ((AzureDataLakeStoreOutputDataSource)outputPatch.Datasource).AccountName; + var patchResponse = await streamAnalyticsManagementClient.Outputs.UpdateWithHttpMessagesAsync(outputPatch, resourceGroupName, jobName, outputName); + ValidationHelper.ValidateOutput(putResponse.Body, patchResponse.Body, true); + // ETag should be different after a PATCH operation + Assert.NotEqual(putResponse.Headers.ETag, patchResponse.Headers.ETag); + + // Run another GET output to verify that it returns the newly updated properties as well + getResponse = await streamAnalyticsManagementClient.Outputs.GetWithHttpMessagesAsync(resourceGroupName, jobName, outputName); + ValidationHelper.ValidateOutput(putResponse.Body, getResponse.Body, true); + // ETag should be different after a PATCH operation + Assert.NotEqual(putResponse.Headers.ETag, getResponse.Headers.ETag); + Assert.Equal(patchResponse.Headers.ETag, getResponse.Headers.ETag); + + // List output and verify that the output shows up in the list + var listResult = streamAnalyticsManagementClient.Outputs.ListByStreamingJob(resourceGroupName, jobName); + Assert.Equal(1, listResult.Count()); + ValidationHelper.ValidateOutput(putResponse.Body, listResult.Single(), true); + Assert.Equal(getResponse.Headers.ETag, listResult.Single().Etag); + + // Get job with output expanded and verify that the output shows up + var getJobResponse = streamAnalyticsManagementClient.StreamingJobs.Get(resourceGroupName, jobName, "outputs"); + Assert.Equal(1, getJobResponse.Outputs.Count()); + ValidationHelper.ValidateOutput(putResponse.Body, getJobResponse.Outputs.Single(), true); + Assert.Equal(getResponse.Headers.ETag, getJobResponse.Outputs.Single().Etag); + + // Delete output + streamAnalyticsManagementClient.Outputs.Delete(resourceGroupName, jobName, outputName); + + // Verify that list operation returns an empty list after deleting the output + listResult = streamAnalyticsManagementClient.Outputs.ListByStreamingJob(resourceGroupName, jobName); + Assert.Equal(0, listResult.Count()); + + // Get job with output expanded and verify that there are no outputs after deleting the output + getJobResponse = streamAnalyticsManagementClient.StreamingJobs.Get(resourceGroupName, jobName, "outputs"); + Assert.Equal(0, getJobResponse.Outputs.Count()); + } + } } } \ No newline at end of file diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/ScenarioTests/StreamingJobTests.ScenarioTests.cs b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/ScenarioTests/StreamingJobTests.ScenarioTests.cs index eac581e60bb5..941df5429d6a 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/ScenarioTests/StreamingJobTests.ScenarioTests.cs +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/ScenarioTests/StreamingJobTests.ScenarioTests.cs @@ -302,11 +302,11 @@ public async Task StreamingJobOperationsTest_FullJob() Assert.Equal(1, inputListResponse.Count()); var inputFromList = inputListResponse.Single(); Assert.NotNull(inputFromList.Properties.Diagnostics); - Assert.Equal(1, inputFromList.Properties.Diagnostics.Conditions.Count()); + Assert.Equal(2, inputFromList.Properties.Diagnostics.Conditions.Count()); Assert.NotNull(inputFromList.Properties.Diagnostics.Conditions[0].Since); DateTime.Parse(inputFromList.Properties.Diagnostics.Conditions[0].Since); Assert.Equal(@"INP-3", inputFromList.Properties.Diagnostics.Conditions[0].Code); - Assert.Equal(@"Could not deserialize the input event as Json. Some possible reasons: 1) Malformed events 2) Input source configured with incorrect serialization format", inputFromList.Properties.Diagnostics.Conditions[0].Message); + Assert.Equal(@"Could not deserialize the input event(s) from resource 'https://$testAccountName$.blob.core.windows.net/state/states1.csv' as Json. Some possible reasons: 1) Malformed events 2) Input source configured with incorrect serialization format", inputFromList.Properties.Diagnostics.Conditions[0].Message); // Stop job streamAnalyticsManagementClient.StreamingJobs.Stop(resourceGroupName, jobName); diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/ScenarioTests/ValidationHelper.cs b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/ScenarioTests/ValidationHelper.cs index d6a8d7e3187c..06cf02e545fc 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/ScenarioTests/ValidationHelper.cs +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/ScenarioTests/ValidationHelper.cs @@ -549,6 +549,26 @@ private static void ValidateOutputDataSource(OutputDataSource expected, OutputDa ValidateServiceBusTopicOutputDataSource(expectedServiceBusTopicOutputDataSource, actualServiceBusTopicOutputDataSource, validateReadOnlyProperties); } + else if (actual is PowerBIOutputDataSource) + { + Assert.IsType(expected); + Assert.IsType(actual); + + var expectedPowerBIOutputDataSource = expected as PowerBIOutputDataSource; + var actualPowerBIOutputDataSource = actual as PowerBIOutputDataSource; + + ValidatePowerBIOutputDataSource(expectedPowerBIOutputDataSource, actualPowerBIOutputDataSource, validateReadOnlyProperties); + } + else if (actual is AzureDataLakeStoreOutputDataSource) + { + Assert.IsType(expected); + Assert.IsType(actual); + + var expectedAzureDataLakeStoreOutputDataSource = expected as AzureDataLakeStoreOutputDataSource; + var actualAzureDataLakeStoreOutputDataSource = actual as AzureDataLakeStoreOutputDataSource; + + ValidateAzureDataLakeStoreOutputDataSource(expectedAzureDataLakeStoreOutputDataSource, actualAzureDataLakeStoreOutputDataSource, validateReadOnlyProperties); + } else { throw new Exception("Output data source could not be cast to BlobStreamInputDataSource, EventHubStreamInputDataSource, or IoTHubStreamInputDataSource"); @@ -725,6 +745,50 @@ private static void ValidateServiceBusTopicOutputDataSource(ServiceBusTopicOutpu } } + private static void ValidatePowerBIOutputDataSource(PowerBIOutputDataSource expected, PowerBIOutputDataSource actual, bool validateReadOnlyProperties) + { + if (actual != null) + { + Assert.NotNull(expected); + Assert.NotNull(actual); + + Assert.Equal(expected.RefreshToken, actual.RefreshToken); + Assert.Equal(expected.TokenUserPrincipalName, actual.TokenUserPrincipalName); + Assert.Equal(expected.TokenUserDisplayName, actual.TokenUserDisplayName); + Assert.Equal(expected.Dataset, actual.Dataset); + Assert.Equal(expected.Table, actual.Table); + Assert.Equal(expected.GroupId, actual.GroupId); + Assert.Equal(expected.GroupName, actual.GroupName); + } + else + { + Assert.Null(expected); + Assert.Null(actual); + } + } + private static void ValidateAzureDataLakeStoreOutputDataSource(AzureDataLakeStoreOutputDataSource expected, AzureDataLakeStoreOutputDataSource actual, bool validateReadOnlyProperties) + { + if (actual != null) + { + Assert.NotNull(expected); + Assert.NotNull(actual); + + Assert.Equal(expected.RefreshToken, actual.RefreshToken); + Assert.Equal(expected.TokenUserPrincipalName, actual.TokenUserPrincipalName); + Assert.Equal(expected.TokenUserDisplayName, actual.TokenUserDisplayName); + Assert.Equal(expected.AccountName, actual.AccountName); + Assert.Equal(expected.TenantId, actual.TenantId); + Assert.Equal(expected.FilePathPrefix, actual.FilePathPrefix); + Assert.Equal(expected.DateFormat, actual.DateFormat); + Assert.Equal(expected.TimeFormat, actual.TimeFormat); + } + else + { + Assert.Null(expected); + Assert.Null(actual); + } + } + private static void ValidateStorageAccountList(IList expected, IList actual, bool validateReadOnlyProperties) { if (actual != null) diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.FunctionTests/FunctionOperationsTest_Scalar_AzureMLWebService.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.FunctionTests/FunctionOperationsTest_Scalar_AzureMLWebService.json index cf6ed997707e..bc4fb3504961 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.FunctionTests/FunctionOperationsTest_Scalar_AzureMLWebService.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.FunctionTests/FunctionOperationsTest_Scalar_AzureMLWebService.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg702?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3MDI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg491?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0OTE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "09c241ab-0996-4b49-a76b-33ba51b7ec98" + "aae72aec-cd96-425a-a1d9-5415eac8080a" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg702\",\r\n \"name\": \"sjrg702\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg491\",\r\n \"name\": \"sjrg491\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "167" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:57:57 GMT" + "Wed, 09 Aug 2017 04:34:44 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1174" ], "x-ms-request-id": [ - "4b45a359-1455-4bca-bb37-febff1ac626a" + "1ea4c600-4e34-4dbb-8cdd-6294dd119969" ], "x-ms-correlation-request-id": [ - "4b45a359-1455-4bca-bb37-febff1ac626a" + "1ea4c600-4e34-4dbb-8cdd-6294dd119969" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025757Z:4b45a359-1455-4bca-bb37-febff1ac626a" + "CENTRALUS:20170809T043445Z:1ea4c600-4e34-4dbb-8cdd-6294dd119969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,8 +62,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajIxNzA/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajEwOD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ "198" ], "x-ms-client-request-id": [ - "5d6ba36b-25a8-4067-a219-16694601ab49" + "fd5e60f9-472a-478b-92a9-5e13957f2b31" ], "accept-language": [ "en-US" @@ -84,7 +84,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170\",\r\n \"name\": \"sj2170\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"817707ef-0f18-41f5-b477-391d2f47105a\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:57:56.12Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108\",\r\n \"name\": \"sj108\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"d7f83e98-b5d0-430c-b5e4-4221d8795685\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:34:46.237Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:57:57 GMT" + "Wed, 09 Aug 2017 04:34:45 GMT" ], "Pragma": [ "no-cache" @@ -105,7 +105,7 @@ "chunked" ], "ETag": [ - "219fdd90-a018-4cfb-8806-abbe9f535c5c" + "cc5ee85e-db05-48f5-860d-47f0423eb303" ], "Server": [ "Microsoft-IIS/8.5" @@ -117,7 +117,7 @@ "5.0" ], "x-ms-request-id": [ - "c6b62039-eb37-45ac-b5a6-13e617314279" + "fd5e60f9-472a-478b-92a9-5e13957f2b31" ], "X-Powered-By": [ "ASP.NET" @@ -126,10 +126,10 @@ "1180" ], "x-ms-correlation-request-id": [ - "c09c9bfb-c6ac-4fc2-881c-89e1cffe4837" + "b4f4f211-6f5f-4a95-9da8-d06e5cbc64c4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025758Z:c09c9bfb-c6ac-4fc2-881c-89e1cffe4837" + "CENTRALUS:20170809T043446Z:b4f4f211-6f5f-4a95-9da8-d06e5cbc64c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -138,8 +138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170/functions/function3582/RetrieveDefaultDefinition?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajIxNzAvZnVuY3Rpb25zL2Z1bmN0aW9uMzU4Mi9SZXRyaWV2ZURlZmF1bHREZWZpbml0aW9uP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108/functions/function4209/RetrieveDefaultDefinition?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajEwOC9mdW5jdGlvbnMvZnVuY3Rpb240MjA5L1JldHJpZXZlRGVmYXVsdERlZmluaXRpb24/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"bindingType\": \"Microsoft.MachineLearning/WebService\",\r\n \"bindingRetrievalProperties\": {\r\n \"executeEndpoint\": \"$testExecuteEndpoint$\",\r\n \"udfType\": \"Scalar\"\r\n }\r\n}", "RequestHeaders": { @@ -150,7 +150,7 @@ "321" ], "x-ms-client-request-id": [ - "4e0cd98a-f804-4d99-ac17-da393bce6b26" + "a00c1dac-7176-433b-a7a4-bdcbbb1e001e" ], "accept-language": [ "en-US" @@ -160,7 +160,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"name\": \"function3582\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"nvarchar(max)\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"nvarchar(max)\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.MachineLearning/WebService\",\r\n \"properties\": {\r\n \"endpoint\": \"$testExecuteEndpoint$\",\r\n \"apiKey\": null,\r\n \"inputs\": {\r\n \"name\": \"input1\",\r\n \"columnNames\": [\r\n {\r\n \"name\": \"tweet\",\r\n \"dataType\": \"string\",\r\n \"mapTo\": 0\r\n }\r\n ]\r\n },\r\n \"outputs\": [\r\n {\r\n \"name\": \"Sentiment\",\r\n \"dataType\": \"string\"\r\n }\r\n ],\r\n \"batchSize\": 1000\r\n }\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"function4209\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"nvarchar(max)\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"nvarchar(max)\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.MachineLearning/WebService\",\r\n \"properties\": {\r\n \"endpoint\": \"$testExecuteEndpoint$\",\r\n \"apiKey\": null,\r\n \"inputs\": {\r\n \"name\": \"input1\",\r\n \"columnNames\": [\r\n {\r\n \"name\": \"tweet\",\r\n \"dataType\": \"string\",\r\n \"mapTo\": 0\r\n }\r\n ]\r\n },\r\n \"outputs\": [\r\n {\r\n \"name\": \"Sentiment\",\r\n \"dataType\": \"string\"\r\n }\r\n ],\r\n \"batchSize\": 1000\r\n }\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -172,7 +172,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:57:58 GMT" + "Wed, 09 Aug 2017 04:34:47 GMT" ], "Pragma": [ "no-cache" @@ -190,7 +190,7 @@ "5.0" ], "x-ms-request-id": [ - "53b541e6-4ed5-422d-ad74-83f7f9eddb8e" + "60d80755-0afb-4eb3-aa12-8c6c38514fe7" ], "X-Powered-By": [ "ASP.NET" @@ -199,10 +199,10 @@ "1179" ], "x-ms-correlation-request-id": [ - "e2605c0c-47fe-4117-ab6e-05fc0a6f220d" + "58fe8506-e79a-441b-9e38-ae46049bd753" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025759Z:e2605c0c-47fe-4117-ab6e-05fc0a6f220d" + "CENTRALUS:20170809T043447Z:58fe8506-e79a-441b-9e38-ae46049bd753" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -211,10 +211,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170/functions/function3582?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajIxNzAvZnVuY3Rpb25zL2Z1bmN0aW9uMzU4Mj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108/functions/function4209?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajEwOC9mdW5jdGlvbnMvZnVuY3Rpb240MjA5P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"nvarchar(max)\"\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"nvarchar(max)\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.MachineLearning/WebService\",\r\n \"properties\": {\r\n \"endpoint\": \"$testExecuteEndpoint$\",\r\n \"apiKey\": \"$testApiKey$\",\r\n \"inputs\": {\r\n \"name\": \"input1\",\r\n \"columnNames\": [\r\n {\r\n \"name\": \"tweet\",\r\n \"dataType\": \"string\",\r\n \"mapTo\": 0\r\n }\r\n ]\r\n },\r\n \"outputs\": [\r\n {\r\n \"name\": \"Sentiment\",\r\n \"dataType\": \"string\"\r\n }\r\n ],\r\n \"batchSize\": 1000\r\n }\r\n }\r\n }\r\n },\r\n \"name\": \"function3582\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"nvarchar(max)\"\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"nvarchar(max)\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.MachineLearning/WebService\",\r\n \"properties\": {\r\n \"endpoint\": \"$testExecuteEndpoint$\",\r\n \"apiKey\": \"$testApiKey$\",\r\n \"inputs\": {\r\n \"name\": \"input1\",\r\n \"columnNames\": [\r\n {\r\n \"name\": \"tweet\",\r\n \"dataType\": \"string\",\r\n \"mapTo\": 0\r\n }\r\n ]\r\n },\r\n \"outputs\": [\r\n {\r\n \"name\": \"Sentiment\",\r\n \"dataType\": \"string\"\r\n }\r\n ],\r\n \"batchSize\": 1000\r\n }\r\n }\r\n }\r\n },\r\n \"name\": \"function4209\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -223,7 +223,7 @@ "1107" ], "x-ms-client-request-id": [ - "40d210cd-e3f5-465a-acd3-8554db44f980" + "db3c7982-43d2-4b91-998b-5e2f763e1a1d" ], "accept-language": [ "en-US" @@ -233,7 +233,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170/functions/function3582\",\r\n \"name\": \"function3582\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"nvarchar(max)\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"nvarchar(max)\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.MachineLearning/WebService\",\r\n \"properties\": {\r\n \"endpoint\": \"$testExecuteEndpoint$\",\r\n \"apiKey\": null,\r\n \"inputs\": {\r\n \"name\": \"input1\",\r\n \"columnNames\": [\r\n {\r\n \"name\": \"tweet\",\r\n \"dataType\": \"string\",\r\n \"mapTo\": 0\r\n }\r\n ]\r\n },\r\n \"outputs\": [\r\n {\r\n \"name\": \"Sentiment\",\r\n \"dataType\": \"string\"\r\n }\r\n ],\r\n \"batchSize\": 1000\r\n }\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108/functions/function4209\",\r\n \"name\": \"function4209\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"nvarchar(max)\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"nvarchar(max)\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.MachineLearning/WebService\",\r\n \"properties\": {\r\n \"endpoint\": \"$testExecuteEndpoint$\",\r\n \"apiKey\": null,\r\n \"inputs\": {\r\n \"name\": \"input1\",\r\n \"columnNames\": [\r\n {\r\n \"name\": \"tweet\",\r\n \"dataType\": \"string\",\r\n \"mapTo\": 0\r\n }\r\n ]\r\n },\r\n \"outputs\": [\r\n {\r\n \"name\": \"Sentiment\",\r\n \"dataType\": \"string\"\r\n }\r\n ],\r\n \"batchSize\": 1000\r\n }\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -245,7 +245,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:57:58 GMT" + "Wed, 09 Aug 2017 04:34:47 GMT" ], "Pragma": [ "no-cache" @@ -254,7 +254,7 @@ "chunked" ], "ETag": [ - "304f9df3-db53-436e-baa9-3ca5a18bc1b3" + "0f815b96-df79-43e0-9c3c-0b1b0bef53f0" ], "Server": [ "Microsoft-IIS/8.5" @@ -266,7 +266,7 @@ "5.0" ], "x-ms-request-id": [ - "0f631646-7270-43be-a759-99941e767729" + "78dd345b-5fec-4f93-8f6e-024a2b959039" ], "X-Powered-By": [ "ASP.NET" @@ -275,10 +275,10 @@ "1178" ], "x-ms-correlation-request-id": [ - "394293e5-60ca-42ba-a214-1dea1e237893" + "6b0cf1ff-404b-44fa-ae06-17eeee8056a0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025759Z:394293e5-60ca-42ba-a214-1dea1e237893" + "CENTRALUS:20170809T043448Z:6b0cf1ff-404b-44fa-ae06-17eeee8056a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -287,13 +287,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170/functions/function3582?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajIxNzAvZnVuY3Rpb25zL2Z1bmN0aW9uMzU4Mj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108/functions/function4209?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajEwOC9mdW5jdGlvbnMvZnVuY3Rpb240MjA5P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "298ea08c-3d0c-4260-935f-978469193c5a" + "3f89e7b0-102b-4eef-9019-a7b66a8d7428" ], "accept-language": [ "en-US" @@ -303,7 +303,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170/functions/function3582\",\r\n \"name\": \"function3582\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"nvarchar(max)\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"nvarchar(max)\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.MachineLearning/WebService\",\r\n \"properties\": {\r\n \"endpoint\": \"$testExecuteEndpoint$\",\r\n \"apiKey\": null,\r\n \"inputs\": {\r\n \"name\": \"input1\",\r\n \"columnNames\": [\r\n {\r\n \"name\": \"tweet\",\r\n \"dataType\": \"string\",\r\n \"mapTo\": 0\r\n }\r\n ]\r\n },\r\n \"outputs\": [\r\n {\r\n \"name\": \"Sentiment\",\r\n \"dataType\": \"string\"\r\n }\r\n ],\r\n \"batchSize\": 1000\r\n }\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108/functions/function4209\",\r\n \"name\": \"function4209\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"nvarchar(max)\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"nvarchar(max)\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.MachineLearning/WebService\",\r\n \"properties\": {\r\n \"endpoint\": \"$testExecuteEndpoint$\",\r\n \"apiKey\": null,\r\n \"inputs\": {\r\n \"name\": \"input1\",\r\n \"columnNames\": [\r\n {\r\n \"name\": \"tweet\",\r\n \"dataType\": \"string\",\r\n \"mapTo\": 0\r\n }\r\n ]\r\n },\r\n \"outputs\": [\r\n {\r\n \"name\": \"Sentiment\",\r\n \"dataType\": \"string\"\r\n }\r\n ],\r\n \"batchSize\": 1000\r\n }\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -315,7 +315,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:57:59 GMT" + "Wed, 09 Aug 2017 04:34:47 GMT" ], "Pragma": [ "no-cache" @@ -324,7 +324,7 @@ "chunked" ], "ETag": [ - "304f9df3-db53-436e-baa9-3ca5a18bc1b3" + "0f815b96-df79-43e0-9c3c-0b1b0bef53f0" ], "Server": [ "Microsoft-IIS/8.5" @@ -336,19 +336,19 @@ "5.0" ], "x-ms-request-id": [ - "298ea08c-3d0c-4260-935f-978469193c5a" + "3f89e7b0-102b-4eef-9019-a7b66a8d7428" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14967" ], "x-ms-correlation-request-id": [ - "6f694e57-8b88-43a9-99b7-4603c89b6108" + "6a4d8576-dce1-4450-99da-fdbc2b0e06ee" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025759Z:6f694e57-8b88-43a9-99b7-4603c89b6108" + "CENTRALUS:20170809T043448Z:6a4d8576-dce1-4450-99da-fdbc2b0e06ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -357,13 +357,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170/functions/function3582?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajIxNzAvZnVuY3Rpb25zL2Z1bmN0aW9uMzU4Mj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108/functions/function4209?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajEwOC9mdW5jdGlvbnMvZnVuY3Rpb240MjA5P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2bfcf8c3-8afa-4bc4-ab5c-724e7b4aace6" + "7894757d-8fa7-4133-8a23-e2f89fd107bf" ], "accept-language": [ "en-US" @@ -373,7 +373,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170/functions/function3582\",\r\n \"name\": \"function3582\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"nvarchar(max)\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"nvarchar(max)\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.MachineLearning/WebService\",\r\n \"properties\": {\r\n \"endpoint\": \"$testExecuteEndpoint$\",\r\n \"apiKey\": null,\r\n \"inputs\": {\r\n \"name\": \"input1\",\r\n \"columnNames\": [\r\n {\r\n \"name\": \"tweet\",\r\n \"dataType\": \"string\",\r\n \"mapTo\": 0\r\n }\r\n ]\r\n },\r\n \"outputs\": [\r\n {\r\n \"name\": \"Sentiment\",\r\n \"dataType\": \"string\"\r\n }\r\n ],\r\n \"batchSize\": 5000\r\n }\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108/functions/function4209\",\r\n \"name\": \"function4209\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"nvarchar(max)\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"nvarchar(max)\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.MachineLearning/WebService\",\r\n \"properties\": {\r\n \"endpoint\": \"$testExecuteEndpoint$\",\r\n \"apiKey\": null,\r\n \"inputs\": {\r\n \"name\": \"input1\",\r\n \"columnNames\": [\r\n {\r\n \"name\": \"tweet\",\r\n \"dataType\": \"string\",\r\n \"mapTo\": 0\r\n }\r\n ]\r\n },\r\n \"outputs\": [\r\n {\r\n \"name\": \"Sentiment\",\r\n \"dataType\": \"string\"\r\n }\r\n ],\r\n \"batchSize\": 5000\r\n }\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -385,7 +385,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:58:32 GMT" + "Wed, 09 Aug 2017 04:35:19 GMT" ], "Pragma": [ "no-cache" @@ -394,7 +394,7 @@ "chunked" ], "ETag": [ - "e59412c1-3afe-45db-98ed-fb46a3dda349" + "b39e923d-39ee-4948-9d85-54f53496c260" ], "Server": [ "Microsoft-IIS/8.5" @@ -406,19 +406,19 @@ "5.0" ], "x-ms-request-id": [ - "2bfcf8c3-8afa-4bc4-ab5c-724e7b4aace6" + "7894757d-8fa7-4133-8a23-e2f89fd107bf" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14965" ], "x-ms-correlation-request-id": [ - "b619dd67-2fe8-4884-bc9a-01b23482dcf1" + "87b2cf49-5c39-4888-90fd-77b5a28937d7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025833Z:b619dd67-2fe8-4884-bc9a-01b23482dcf1" + "CENTRALUS:20170809T043519Z:87b2cf49-5c39-4888-90fd-77b5a28937d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -427,13 +427,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170/functions/function3582/test?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajIxNzAvZnVuY3Rpb25zL2Z1bmN0aW9uMzU4Mi90ZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108/functions/function4209/test?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajEwOC9mdW5jdGlvbnMvZnVuY3Rpb240MjA5L3Rlc3Q/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db664564-0e95-4f02-a62e-55364cb846c4" + "fd90d8d7-3c8f-48bc-9f07-1c036bc98e87" ], "accept-language": [ "en-US" @@ -458,13 +458,13 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:57:59 GMT" + "Wed, 09 Aug 2017 04:34:47 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170/functions/function3582/OperationResults/2f853361-a7a3-4997-9a53-5dc54965d63a?api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108/functions/function4209/OperationResults/d2331069-790e-4a17-9220-f567c71f3752?api-version=2016-03-01" ], "Retry-After": [ "10" @@ -476,7 +476,7 @@ "5.0" ], "x-ms-request-id": [ - "db664564-0e95-4f02-a62e-55364cb846c4" + "fd90d8d7-3c8f-48bc-9f07-1c036bc98e87" ], "X-Powered-By": [ "ASP.NET" @@ -485,10 +485,10 @@ "1177" ], "x-ms-correlation-request-id": [ - "eb496327-4773-49cf-820c-4a47cd3d6926" + "d6aa1818-e736-4ea7-b895-304f66877b5c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025800Z:eb496327-4773-49cf-820c-4a47cd3d6926" + "CENTRALUS:20170809T043448Z:d6aa1818-e736-4ea7-b895-304f66877b5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -497,8 +497,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170/functions/function3582/OperationResults/2f853361-a7a3-4997-9a53-5dc54965d63a?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajIxNzAvZnVuY3Rpb25zL2Z1bmN0aW9uMzU4Mi9PcGVyYXRpb25SZXN1bHRzLzJmODUzMzYxLWE3YTMtNDk5Ny05YTUzLTVkYzU0OTY1ZDYzYT9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108/functions/function4209/OperationResults/d2331069-790e-4a17-9220-f567c71f3752?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajEwOC9mdW5jdGlvbnMvZnVuY3Rpb240MjA5L09wZXJhdGlvblJlc3VsdHMvZDIzMzEwNjktNzkwZS00YTE3LTkyMjAtZjU2N2M3MWYzNzUyP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -519,7 +519,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:58:32 GMT" + "Wed, 09 Aug 2017 04:35:18 GMT" ], "Pragma": [ "no-cache" @@ -537,19 +537,19 @@ "5.0" ], "x-ms-request-id": [ - "5f4315d9-d28c-470d-a3ec-f8f23e44f2a5" + "2a954b5c-685c-4dc5-92e0-6cd598c5877e" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14966" ], "x-ms-correlation-request-id": [ - "87125c2b-51d5-45a3-a6e8-059641501cdc" + "e6cc629a-2a35-45bb-9553-019d88ff14c0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025832Z:87125c2b-51d5-45a3-a6e8-059641501cdc" + "CENTRALUS:20170809T043519Z:e6cc629a-2a35-45bb-9553-019d88ff14c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -558,8 +558,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170/functions/function3582?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajIxNzAvZnVuY3Rpb25zL2Z1bmN0aW9uMzU4Mj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108/functions/function4209?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajEwOC9mdW5jdGlvbnMvZnVuY3Rpb240MjA5P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"binding\": {\r\n \"type\": \"Microsoft.MachineLearning/WebService\",\r\n \"properties\": {\r\n \"batchSize\": 5000\r\n }\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -570,7 +570,7 @@ "230" ], "x-ms-client-request-id": [ - "b900441e-f073-478d-b91e-f72ec2b9394b" + "975030e5-0124-41ee-82c3-667723210295" ], "accept-language": [ "en-US" @@ -580,7 +580,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170/functions/function3582\",\r\n \"name\": \"function3582\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"nvarchar(max)\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"nvarchar(max)\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.MachineLearning/WebService\",\r\n \"properties\": {\r\n \"endpoint\": \"$testExecuteEndpoint$\",\r\n \"apiKey\": null,\r\n \"inputs\": {\r\n \"name\": \"input1\",\r\n \"columnNames\": [\r\n {\r\n \"name\": \"tweet\",\r\n \"dataType\": \"string\",\r\n \"mapTo\": 0\r\n }\r\n ]\r\n },\r\n \"outputs\": [\r\n {\r\n \"name\": \"Sentiment\",\r\n \"dataType\": \"string\"\r\n }\r\n ],\r\n \"batchSize\": 5000\r\n }\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108/functions/function4209\",\r\n \"name\": \"function4209\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"nvarchar(max)\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"nvarchar(max)\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.MachineLearning/WebService\",\r\n \"properties\": {\r\n \"endpoint\": \"$testExecuteEndpoint$\",\r\n \"apiKey\": null,\r\n \"inputs\": {\r\n \"name\": \"input1\",\r\n \"columnNames\": [\r\n {\r\n \"name\": \"tweet\",\r\n \"dataType\": \"string\",\r\n \"mapTo\": 0\r\n }\r\n ]\r\n },\r\n \"outputs\": [\r\n {\r\n \"name\": \"Sentiment\",\r\n \"dataType\": \"string\"\r\n }\r\n ],\r\n \"batchSize\": 5000\r\n }\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -592,7 +592,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:58:32 GMT" + "Wed, 09 Aug 2017 04:35:19 GMT" ], "Pragma": [ "no-cache" @@ -601,7 +601,7 @@ "chunked" ], "ETag": [ - "e59412c1-3afe-45db-98ed-fb46a3dda349" + "b39e923d-39ee-4948-9d85-54f53496c260" ], "Server": [ "Microsoft-IIS/8.5" @@ -613,7 +613,7 @@ "5.0" ], "x-ms-request-id": [ - "5af36838-588a-4f2c-a7ea-3fb7608fa4b2" + "02424a8d-7426-4393-88f2-affc7ed7d940" ], "X-Powered-By": [ "ASP.NET" @@ -622,10 +622,10 @@ "1176" ], "x-ms-correlation-request-id": [ - "c9825157-9768-4df3-a97a-d9b0ca070c7a" + "968ec98d-9c5c-42e8-bd9b-794e329dc6de" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025833Z:c9825157-9768-4df3-a97a-d9b0ca070c7a" + "CENTRALUS:20170809T043519Z:968ec98d-9c5c-42e8-bd9b-794e329dc6de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -634,13 +634,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170/functions?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajIxNzAvZnVuY3Rpb25zP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108/functions?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajEwOC9mdW5jdGlvbnM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b04d8328-4df1-4ff4-8dab-8b005fd5858e" + "21524790-e62b-43b9-9eb9-4eb8d7fa0b0a" ], "accept-language": [ "en-US" @@ -650,7 +650,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170/functions/function3582\",\r\n \"name\": \"function3582\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"nvarchar(max)\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"nvarchar(max)\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.MachineLearning/WebService\",\r\n \"properties\": {\r\n \"endpoint\": \"$testExecuteEndpoint$\",\r\n \"apiKey\": null,\r\n \"inputs\": {\r\n \"name\": \"input1\",\r\n \"columnNames\": [\r\n {\r\n \"name\": \"tweet\",\r\n \"dataType\": \"string\",\r\n \"mapTo\": 0\r\n }\r\n ]\r\n },\r\n \"outputs\": [\r\n {\r\n \"name\": \"Sentiment\",\r\n \"dataType\": \"string\"\r\n }\r\n ],\r\n \"batchSize\": 5000\r\n }\r\n }\r\n },\r\n \"etag\": \"e59412c1-3afe-45db-98ed-fb46a3dda349\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108/functions/function4209\",\r\n \"name\": \"function4209\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"nvarchar(max)\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"nvarchar(max)\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.MachineLearning/WebService\",\r\n \"properties\": {\r\n \"endpoint\": \"$testExecuteEndpoint$\",\r\n \"apiKey\": null,\r\n \"inputs\": {\r\n \"name\": \"input1\",\r\n \"columnNames\": [\r\n {\r\n \"name\": \"tweet\",\r\n \"dataType\": \"string\",\r\n \"mapTo\": 0\r\n }\r\n ]\r\n },\r\n \"outputs\": [\r\n {\r\n \"name\": \"Sentiment\",\r\n \"dataType\": \"string\"\r\n }\r\n ],\r\n \"batchSize\": 5000\r\n }\r\n }\r\n },\r\n \"etag\": \"b39e923d-39ee-4948-9d85-54f53496c260\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -662,7 +662,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:58:33 GMT" + "Wed, 09 Aug 2017 04:35:19 GMT" ], "Pragma": [ "no-cache" @@ -680,19 +680,19 @@ "5.0" ], "x-ms-request-id": [ - "b04d8328-4df1-4ff4-8dab-8b005fd5858e" + "21524790-e62b-43b9-9eb9-4eb8d7fa0b0a" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14964" ], "x-ms-correlation-request-id": [ - "ede27bc0-6bb9-4fb5-add1-03d9cfd983a6" + "c606a6ec-076c-4f2a-a632-cac571d6e994" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025833Z:ede27bc0-6bb9-4fb5-add1-03d9cfd983a6" + "CENTRALUS:20170809T043520Z:c606a6ec-076c-4f2a-a632-cac571d6e994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,13 +701,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170/functions?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajIxNzAvZnVuY3Rpb25zP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108/functions?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajEwOC9mdW5jdGlvbnM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bec7765d-e837-4e55-8f6a-a68c95ca5bf6" + "33dc6e73-104b-43ba-82af-7c980ce2ad33" ], "accept-language": [ "en-US" @@ -729,7 +729,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:58:34 GMT" + "Wed, 09 Aug 2017 04:35:20 GMT" ], "Pragma": [ "no-cache" @@ -747,19 +747,19 @@ "5.0" ], "x-ms-request-id": [ - "bec7765d-e837-4e55-8f6a-a68c95ca5bf6" + "33dc6e73-104b-43ba-82af-7c980ce2ad33" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14962" ], "x-ms-correlation-request-id": [ - "830339dc-2cda-4a67-92c4-40b7fa5cf645" + "d68b20ae-c18d-436a-b1d1-773b0b18c394" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025834Z:830339dc-2cda-4a67-92c4-40b7fa5cf645" + "CENTRALUS:20170809T043521Z:d68b20ae-c18d-436a-b1d1-773b0b18c394" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,13 +768,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170?$expand=functions&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajIxNzA/JGV4cGFuZD1mdW5jdGlvbnMmYXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108?$expand=functions&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajEwOD8kZXhwYW5kPWZ1bmN0aW9ucyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ded027af-c1d5-40e8-9aae-f800a2c4d649" + "1bc32bd2-477d-4a5c-80e3-e9b0de63b2e1" ], "accept-language": [ "en-US" @@ -784,7 +784,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170\",\r\n \"name\": \"sj2170\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"817707ef-0f18-41f5-b477-391d2f47105a\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:57:56.12Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"functions\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170/functions/function3582\",\r\n \"name\": \"function3582\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"nvarchar(max)\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"nvarchar(max)\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.MachineLearning/WebService\",\r\n \"properties\": {\r\n \"endpoint\": \"$testExecuteEndpoint$\",\r\n \"apiKey\": null,\r\n \"inputs\": {\r\n \"name\": \"input1\",\r\n \"columnNames\": [\r\n {\r\n \"name\": \"tweet\",\r\n \"dataType\": \"string\",\r\n \"mapTo\": 0\r\n }\r\n ]\r\n },\r\n \"outputs\": [\r\n {\r\n \"name\": \"Sentiment\",\r\n \"dataType\": \"string\"\r\n }\r\n ],\r\n \"batchSize\": 5000\r\n }\r\n }\r\n },\r\n \"etag\": \"e59412c1-3afe-45db-98ed-fb46a3dda349\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108\",\r\n \"name\": \"sj108\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"d7f83e98-b5d0-430c-b5e4-4221d8795685\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:34:46.237Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"functions\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108/functions/function4209\",\r\n \"name\": \"function4209\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"nvarchar(max)\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"nvarchar(max)\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.MachineLearning/WebService\",\r\n \"properties\": {\r\n \"endpoint\": \"$testExecuteEndpoint$\",\r\n \"apiKey\": null,\r\n \"inputs\": {\r\n \"name\": \"input1\",\r\n \"columnNames\": [\r\n {\r\n \"name\": \"tweet\",\r\n \"dataType\": \"string\",\r\n \"mapTo\": 0\r\n }\r\n ]\r\n },\r\n \"outputs\": [\r\n {\r\n \"name\": \"Sentiment\",\r\n \"dataType\": \"string\"\r\n }\r\n ],\r\n \"batchSize\": 5000\r\n }\r\n }\r\n },\r\n \"etag\": \"b39e923d-39ee-4948-9d85-54f53496c260\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -796,7 +796,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:58:33 GMT" + "Wed, 09 Aug 2017 04:35:19 GMT" ], "Pragma": [ "no-cache" @@ -805,7 +805,7 @@ "chunked" ], "ETag": [ - "3fcedc6b-7998-4edc-a13b-c95c63e72385" + "c453f8f6-3dec-436f-9cd2-68b1ac6496cf" ], "Server": [ "Microsoft-IIS/8.5" @@ -817,19 +817,19 @@ "5.0" ], "x-ms-request-id": [ - "ded027af-c1d5-40e8-9aae-f800a2c4d649" + "1bc32bd2-477d-4a5c-80e3-e9b0de63b2e1" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14963" ], "x-ms-correlation-request-id": [ - "a219ff7d-0e1f-4e06-b84c-4fc208bd1476" + "61ff9f57-a999-4eb8-8bc7-b6e995bddf71" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025834Z:a219ff7d-0e1f-4e06-b84c-4fc208bd1476" + "CENTRALUS:20170809T043520Z:61ff9f57-a999-4eb8-8bc7-b6e995bddf71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -838,13 +838,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170?$expand=functions&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajIxNzA/JGV4cGFuZD1mdW5jdGlvbnMmYXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108?$expand=functions&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajEwOD8kZXhwYW5kPWZ1bmN0aW9ucyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f16a0ec6-0d72-4b65-9425-39f740822d0c" + "5c982a82-8545-42a6-91f6-aaf9378cec9e" ], "accept-language": [ "en-US" @@ -854,7 +854,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170\",\r\n \"name\": \"sj2170\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"817707ef-0f18-41f5-b477-391d2f47105a\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:57:56.12Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"functions\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108\",\r\n \"name\": \"sj108\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"d7f83e98-b5d0-430c-b5e4-4221d8795685\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:34:46.237Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"functions\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -866,7 +866,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:58:34 GMT" + "Wed, 09 Aug 2017 04:35:20 GMT" ], "Pragma": [ "no-cache" @@ -875,7 +875,7 @@ "chunked" ], "ETag": [ - "154bcab0-5155-4c6b-9c89-fe10923ae507" + "a3b0f9b7-c081-4fa1-b331-acee52ea0197" ], "Server": [ "Microsoft-IIS/8.5" @@ -887,19 +887,19 @@ "5.0" ], "x-ms-request-id": [ - "f16a0ec6-0d72-4b65-9425-39f740822d0c" + "5c982a82-8545-42a6-91f6-aaf9378cec9e" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "14961" ], "x-ms-correlation-request-id": [ - "343cf5ef-fc67-44da-8067-a86ebb6e21bf" + "7666e0ae-494a-4a78-bc72-558062fe3880" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025835Z:343cf5ef-fc67-44da-8067-a86ebb6e21bf" + "CENTRALUS:20170809T043521Z:7666e0ae-494a-4a78-bc72-558062fe3880" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -908,13 +908,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg702/providers/Microsoft.StreamAnalytics/streamingjobs/sj2170/functions/function3582?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajIxNzAvZnVuY3Rpb25zL2Z1bmN0aW9uMzU4Mj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg491/providers/Microsoft.StreamAnalytics/streamingjobs/sj108/functions/function4209?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajEwOC9mdW5jdGlvbnMvZnVuY3Rpb240MjA5P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b9eb3b4a-60a7-40af-a62e-59ebe50a6f1f" + "54464051-203a-4226-8de2-a92f02a8a23b" ], "accept-language": [ "en-US" @@ -939,7 +939,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:58:33 GMT" + "Wed, 09 Aug 2017 04:35:20 GMT" ], "Pragma": [ "no-cache" @@ -951,7 +951,7 @@ "5.0" ], "x-ms-request-id": [ - "b9eb3b4a-60a7-40af-a62e-59ebe50a6f1f" + "54464051-203a-4226-8de2-a92f02a8a23b" ], "X-Powered-By": [ "ASP.NET" @@ -960,10 +960,10 @@ "1175" ], "x-ms-correlation-request-id": [ - "39ab04e4-3f79-43d1-9f93-cbfa1d44ebcc" + "d0314b1a-9285-4682-9b9f-9ab0d9c60f0a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025834Z:39ab04e4-3f79-43d1-9f93-cbfa1d44ebcc" + "CENTRALUS:20170809T043520Z:d0314b1a-9285-4682-9b9f-9ab0d9c60f0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -974,9 +974,9 @@ ], "Names": { "FunctionOperationsTest_Scalar_AzureMLWebService": [ - "sjrg702", - "sj2170", - "function3582" + "sjrg491", + "sj108", + "function4209" ] }, "Variables": { diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.FunctionTests/FunctionOperationsTest_Scalar_JavaScript.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.FunctionTests/FunctionOperationsTest_Scalar_JavaScript.json index 76ca3b0a2fd6..d982430fa898 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.FunctionTests/FunctionOperationsTest_Scalar_JavaScript.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.FunctionTests/FunctionOperationsTest_Scalar_JavaScript.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8116?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MTE2P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7626?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NjI2P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "f79bedf2-c993-4b4e-b9cf-16bd1b1b296b" + "f8c9dcfe-b37c-4d89-aa4d-a810ddef555e" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8116\",\r\n \"name\": \"sjrg8116\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7626\",\r\n \"name\": \"sjrg7626\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "169" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:56:55 GMT" + "Wed, 09 Aug 2017 04:33:46 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1158" ], "x-ms-request-id": [ - "deeef3a9-fe56-46db-869a-adad441b4a35" + "34ec154c-98b3-4c1b-ab5c-40770c53ed46" ], "x-ms-correlation-request-id": [ - "deeef3a9-fe56-46db-869a-adad441b4a35" + "34ec154c-98b3-4c1b-ab5c-40770c53ed46" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025656Z:deeef3a9-fe56-46db-869a-adad441b4a35" + "CENTRALUS:20170809T043347Z:34ec154c-98b3-4c1b-ab5c-40770c53ed46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,8 +62,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozMjE1P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Mzk0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ "198" ], "x-ms-client-request-id": [ - "833a225b-610a-4b58-849b-45df28185671" + "2cd5ce10-ddf0-4625-bd8e-5e5c3254c79a" ], "accept-language": [ "en-US" @@ -84,7 +84,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215\",\r\n \"name\": \"sj3215\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"b352d718-1d66-405b-be43-cfcd513033b8\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:56:54.87Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394\",\r\n \"name\": \"sj7394\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"85b0d2a5-f5da-42db-9fa0-6dcd56b25d17\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:33:48.033Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:56:56 GMT" + "Wed, 09 Aug 2017 04:33:48 GMT" ], "Pragma": [ "no-cache" @@ -105,7 +105,7 @@ "chunked" ], "ETag": [ - "b3f0af7f-8bd0-4447-80cc-acef17c9cbc4" + "db756968-4450-4ec6-8aa7-6a7a55b2790e" ], "Server": [ "Microsoft-IIS/8.5" @@ -117,19 +117,19 @@ "5.0" ], "x-ms-request-id": [ - "833a225b-610a-4b58-849b-45df28185671" + "ad9f4021-68ac-4c14-841c-d31352266466" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1171" + "1145" ], "x-ms-correlation-request-id": [ - "3461b865-16bc-413a-8c86-2fb2870bed12" + "763d0393-82f6-434d-8e4e-3104f16da760" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025656Z:3461b865-16bc-413a-8c86-2fb2870bed12" + "CENTRALUS:20170809T043348Z:763d0393-82f6-434d-8e4e-3104f16da760" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -138,8 +138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215/functions/function5403/RetrieveDefaultDefinition?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozMjE1L2Z1bmN0aW9ucy9mdW5jdGlvbjU0MDMvUmV0cmlldmVEZWZhdWx0RGVmaW5pdGlvbj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394/functions/function7906/RetrieveDefaultDefinition?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Mzk0L2Z1bmN0aW9ucy9mdW5jdGlvbjc5MDYvUmV0cmlldmVEZWZhdWx0RGVmaW5pdGlvbj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"bindingType\": \"Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"bindingRetrievalProperties\": {\r\n \"script\": \"function (x, y) { return x + y; }\",\r\n \"udfType\": \"Scalar\"\r\n }\r\n}", "RequestHeaders": { @@ -150,7 +150,7 @@ "182" ], "x-ms-client-request-id": [ - "1cab336c-65e2-4cac-9e59-994da59299f0" + "b337f401-0b54-4461-bdf3-00132ed9419e" ], "accept-language": [ "en-US" @@ -160,7 +160,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"code\": \"InternalServerError\",\r\n \"message\": \"Retrieve default definition is not supported for function type: Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"details\": {\r\n \"code\": \"500\",\r\n \"message\": \"Retrieve default definition is not supported for function type: Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"correlationId\": \"5bd60f6f-1d01-42cb-97de-3149179cc539\",\r\n \"requestId\": \"1cab336c-65e2-4cac-9e59-994da59299f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"code\": \"InternalServerError\",\r\n \"message\": \"Retrieve default definition is not supported for function type: Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"details\": {\r\n \"code\": \"500\",\r\n \"message\": \"Retrieve default definition is not supported for function type: Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"correlationId\": \"fed5dc66-4956-4b0f-a967-f84e8fedf613\",\r\n \"requestId\": \"b337f401-0b54-4461-bdf3-00132ed9419e\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "393" @@ -178,7 +178,7 @@ "close" ], "Date": [ - "Sat, 03 Jun 2017 02:57:18 GMT" + "Wed, 09 Aug 2017 04:34:09 GMT" ], "Pragma": [ "no-cache" @@ -190,7 +190,7 @@ "5.0" ], "x-ms-request-id": [ - "1cab336c-65e2-4cac-9e59-994da59299f0" + "b337f401-0b54-4461-bdf3-00132ed9419e" ], "X-Powered-By": [ "ASP.NET" @@ -199,13 +199,13 @@ "service" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1175" ], "x-ms-correlation-request-id": [ - "5bd60f6f-1d01-42cb-97de-3149179cc539" + "fed5dc66-4956-4b0f-a967-f84e8fedf613" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025718Z:5bd60f6f-1d01-42cb-97de-3149179cc539" + "CENTRALUS:20170809T043410Z:fed5dc66-4956-4b0f-a967-f84e8fedf613" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -214,8 +214,8 @@ "StatusCode": 500 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215/functions/function5403?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozMjE1L2Z1bmN0aW9ucy9mdW5jdGlvbjU0MDM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394/functions/function7906?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Mzk0L2Z1bmN0aW9ucy9mdW5jdGlvbjc5MDY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"Any\"\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"Any\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"properties\": {\r\n \"script\": \"function (x, y) { return x + y; }\"\r\n }\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -226,7 +226,7 @@ "397" ], "x-ms-client-request-id": [ - "535883b9-03e3-4c4d-88b1-dc4dc56c017d" + "797f6dd8-d7bd-429e-9f80-ea3b6fca833e" ], "accept-language": [ "en-US" @@ -236,7 +236,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215/functions/function5403\",\r\n \"name\": \"function5403\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"Any\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"Any\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"properties\": {\r\n \"script\": \"function (x, y) { return x + y; }\"\r\n }\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394/functions/function7906\",\r\n \"name\": \"function7906\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"Any\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"Any\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"properties\": {\r\n \"script\": \"function (x, y) { return x + y; }\"\r\n }\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -248,7 +248,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:57:17 GMT" + "Wed, 09 Aug 2017 04:34:10 GMT" ], "Pragma": [ "no-cache" @@ -257,7 +257,7 @@ "chunked" ], "ETag": [ - "ff6467f4-e022-49e0-a2e2-7d082ed02755" + "90faf95e-d051-4caf-a9e1-5320e36dac53" ], "Server": [ "Microsoft-IIS/8.5" @@ -269,19 +269,19 @@ "5.0" ], "x-ms-request-id": [ - "c22af92f-9a07-455e-a7e0-c425dadf0448" + "797f6dd8-d7bd-429e-9f80-ea3b6fca833e" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1169" ], "x-ms-correlation-request-id": [ - "0da77499-bc21-4fb3-bb10-2827cac55361" + "305c4233-ed50-4c5b-9e1c-6041097f0e4f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025718Z:0da77499-bc21-4fb3-bb10-2827cac55361" + "CENTRALUS:20170809T043410Z:305c4233-ed50-4c5b-9e1c-6041097f0e4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -290,13 +290,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215/functions/function5403?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozMjE1L2Z1bmN0aW9ucy9mdW5jdGlvbjU0MDM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394/functions/function7906?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Mzk0L2Z1bmN0aW9ucy9mdW5jdGlvbjc5MDY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ebc48b6-e327-4019-8bd2-938970356d1e" + "b144c5cd-9c0a-4f48-a7d9-0283a06fa6cf" ], "accept-language": [ "en-US" @@ -306,7 +306,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215/functions/function5403\",\r\n \"name\": \"function5403\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"Any\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"Any\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"properties\": {\r\n \"script\": \"function (x, y) { return x + y; }\"\r\n }\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394/functions/function7906\",\r\n \"name\": \"function7906\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"Any\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"Any\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"properties\": {\r\n \"script\": \"function (x, y) { return x + y; }\"\r\n }\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -318,7 +318,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:57:18 GMT" + "Wed, 09 Aug 2017 04:34:10 GMT" ], "Pragma": [ "no-cache" @@ -327,7 +327,7 @@ "chunked" ], "ETag": [ - "ff6467f4-e022-49e0-a2e2-7d082ed02755" + "90faf95e-d051-4caf-a9e1-5320e36dac53" ], "Server": [ "Microsoft-IIS/8.5" @@ -339,19 +339,19 @@ "5.0" ], "x-ms-request-id": [ - "8ebc48b6-e327-4019-8bd2-938970356d1e" + "b144c5cd-9c0a-4f48-a7d9-0283a06fa6cf" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "14949" ], "x-ms-correlation-request-id": [ - "4228418c-3882-49a8-bb88-83a7c5b1af1d" + "ee1c9a60-7cdb-4fda-93bf-1f5c620fb8f7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025719Z:4228418c-3882-49a8-bb88-83a7c5b1af1d" + "CENTRALUS:20170809T043411Z:ee1c9a60-7cdb-4fda-93bf-1f5c620fb8f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -360,13 +360,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215/functions/function5403?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozMjE1L2Z1bmN0aW9ucy9mdW5jdGlvbjU0MDM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394/functions/function7906?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Mzk0L2Z1bmN0aW9ucy9mdW5jdGlvbjc5MDY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96fe6bd6-67ec-464a-8249-fd9afaf4c569" + "dfa6ad63-11f3-432b-bd1f-c87c8d795c69" ], "accept-language": [ "en-US" @@ -376,7 +376,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215/functions/function5403\",\r\n \"name\": \"function5403\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"Any\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"Any\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"properties\": {\r\n \"script\": \"function (a, b) { return a * b; }\"\r\n }\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394/functions/function7906\",\r\n \"name\": \"function7906\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"Any\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"Any\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"properties\": {\r\n \"script\": \"function (a, b) { return a * b; }\"\r\n }\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -388,7 +388,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:57:52 GMT" + "Wed, 09 Aug 2017 04:34:41 GMT" ], "Pragma": [ "no-cache" @@ -397,7 +397,7 @@ "chunked" ], "ETag": [ - "3333e472-3301-4afb-8261-7130fa2a5ebd" + "103ead5f-2fd8-4075-ab19-48d09ccc76ab" ], "Server": [ "Microsoft-IIS/8.5" @@ -409,19 +409,19 @@ "5.0" ], "x-ms-request-id": [ - "96fe6bd6-67ec-464a-8249-fd9afaf4c569" + "dfa6ad63-11f3-432b-bd1f-c87c8d795c69" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "14947" ], "x-ms-correlation-request-id": [ - "e43955f2-ffd7-4a37-81aa-a2191ee21bbb" + "9b4c553e-100a-4283-b9e5-6a81be9eafe3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025752Z:e43955f2-ffd7-4a37-81aa-a2191ee21bbb" + "CENTRALUS:20170809T043442Z:9b4c553e-100a-4283-b9e5-6a81be9eafe3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -430,13 +430,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215/functions/function5403/test?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozMjE1L2Z1bmN0aW9ucy9mdW5jdGlvbjU0MDMvdGVzdD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394/functions/function7906/test?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Mzk0L2Z1bmN0aW9ucy9mdW5jdGlvbjc5MDYvdGVzdD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "241e1384-3acf-4fb2-ab30-1d023edc019d" + "29a5b940-3da4-4058-a8df-78117a37c7d2" ], "accept-language": [ "en-US" @@ -461,13 +461,13 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:57:18 GMT" + "Wed, 09 Aug 2017 04:34:11 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215/functions/function5403/OperationResults/f5dca005-e2ba-47d7-bf6e-4b3276e6bff9?api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394/functions/function7906/OperationResults/2b5ae8b7-cf45-4bf8-86f4-028fb3bdced7?api-version=2016-03-01" ], "Retry-After": [ "10" @@ -479,19 +479,19 @@ "5.0" ], "x-ms-request-id": [ - "241e1384-3acf-4fb2-ab30-1d023edc019d" + "29a5b940-3da4-4058-a8df-78117a37c7d2" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1168" ], "x-ms-correlation-request-id": [ - "46ef6fb3-6a4a-43da-858b-504de263eb87" + "3aa482a7-d7ed-4a24-9e48-591d760fc34e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025719Z:46ef6fb3-6a4a-43da-858b-504de263eb87" + "CENTRALUS:20170809T043411Z:3aa482a7-d7ed-4a24-9e48-591d760fc34e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -500,8 +500,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215/functions/function5403/OperationResults/f5dca005-e2ba-47d7-bf6e-4b3276e6bff9?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozMjE1L2Z1bmN0aW9ucy9mdW5jdGlvbjU0MDMvT3BlcmF0aW9uUmVzdWx0cy9mNWRjYTAwNS1lMmJhLTQ3ZDctYmY2ZS00YjMyNzZlNmJmZjk/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394/functions/function7906/OperationResults/2b5ae8b7-cf45-4bf8-86f4-028fb3bdced7?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Mzk0L2Z1bmN0aW9ucy9mdW5jdGlvbjc5MDYvT3BlcmF0aW9uUmVzdWx0cy8yYjVhZThiNy1jZjQ1LTRiZjgtODZmNC0wMjhmYjNiZGNlZDc/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -522,7 +522,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:57:51 GMT" + "Wed, 09 Aug 2017 04:34:40 GMT" ], "Pragma": [ "no-cache" @@ -540,19 +540,19 @@ "5.0" ], "x-ms-request-id": [ - "757b34d8-9249-4a7a-86e6-997be26a64fb" + "d46de620-c0db-45b3-8ea0-b7a92a16fbe7" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "14948" ], "x-ms-correlation-request-id": [ - "91cb73fa-ea03-4b94-bfad-085e8909758a" + "1e9d329b-e21e-4b69-8ca6-4b83a599c1e6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025752Z:91cb73fa-ea03-4b94-bfad-085e8909758a" + "CENTRALUS:20170809T043441Z:1e9d329b-e21e-4b69-8ca6-4b83a599c1e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -561,8 +561,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215/functions/function5403?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozMjE1L2Z1bmN0aW9ucy9mdW5jdGlvbjU0MDM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394/functions/function7906?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Mzk0L2Z1bmN0aW9ucy9mdW5jdGlvbjc5MDY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"binding\": {\r\n \"type\": \"Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"properties\": {\r\n \"script\": \"function (a, b) { return a * b; }\"\r\n }\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -573,7 +573,7 @@ "261" ], "x-ms-client-request-id": [ - "7f5e3a3f-2586-4d55-831f-8c149a9d0a75" + "ee9a6ff6-40ec-4648-bd2c-6283f3cbdadd" ], "accept-language": [ "en-US" @@ -583,7 +583,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215/functions/function5403\",\r\n \"name\": \"function5403\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"Any\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"Any\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"properties\": {\r\n \"script\": \"function (a, b) { return a * b; }\"\r\n }\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394/functions/function7906\",\r\n \"name\": \"function7906\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"Any\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"Any\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"properties\": {\r\n \"script\": \"function (a, b) { return a * b; }\"\r\n }\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -595,7 +595,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:57:51 GMT" + "Wed, 09 Aug 2017 04:34:41 GMT" ], "Pragma": [ "no-cache" @@ -604,7 +604,7 @@ "chunked" ], "ETag": [ - "3333e472-3301-4afb-8261-7130fa2a5ebd" + "103ead5f-2fd8-4075-ab19-48d09ccc76ab" ], "Server": [ "Microsoft-IIS/8.5" @@ -616,19 +616,19 @@ "5.0" ], "x-ms-request-id": [ - "52caefdb-8fba-40d0-94cc-cadc626b4dde" + "cf79d0dc-581a-4110-a4a5-ab7d25a0815d" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1167" ], "x-ms-correlation-request-id": [ - "43756f9f-031d-425f-b869-1ce38ad32e22" + "15d39567-cc46-4e95-845f-3667ccfae96b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025752Z:43756f9f-031d-425f-b869-1ce38ad32e22" + "CENTRALUS:20170809T043441Z:15d39567-cc46-4e95-845f-3667ccfae96b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -637,13 +637,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215/functions?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozMjE1L2Z1bmN0aW9ucz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394/functions?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Mzk0L2Z1bmN0aW9ucz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78957195-6d4b-449e-927d-ceadb1802c10" + "523f0144-b4fd-422f-8d53-7f515d545c25" ], "accept-language": [ "en-US" @@ -653,7 +653,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215/functions/function5403\",\r\n \"name\": \"function5403\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"Any\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"Any\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"properties\": {\r\n \"script\": \"function (a, b) { return a * b; }\"\r\n }\r\n }\r\n },\r\n \"etag\": \"3333e472-3301-4afb-8261-7130fa2a5ebd\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394/functions/function7906\",\r\n \"name\": \"function7906\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"Any\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"Any\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"properties\": {\r\n \"script\": \"function (a, b) { return a * b; }\"\r\n }\r\n }\r\n },\r\n \"etag\": \"103ead5f-2fd8-4075-ab19-48d09ccc76ab\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -665,7 +665,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:57:52 GMT" + "Wed, 09 Aug 2017 04:34:41 GMT" ], "Pragma": [ "no-cache" @@ -683,19 +683,19 @@ "5.0" ], "x-ms-request-id": [ - "78957195-6d4b-449e-927d-ceadb1802c10" + "523f0144-b4fd-422f-8d53-7f515d545c25" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "14946" ], "x-ms-correlation-request-id": [ - "fe84fcb2-7f01-44aa-a3ca-01d6b656e9e0" + "bfe6eb3d-8041-41ac-b847-c2b234920d1e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025753Z:fe84fcb2-7f01-44aa-a3ca-01d6b656e9e0" + "CENTRALUS:20170809T043442Z:bfe6eb3d-8041-41ac-b847-c2b234920d1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -704,13 +704,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215/functions?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozMjE1L2Z1bmN0aW9ucz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394/functions?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Mzk0L2Z1bmN0aW9ucz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "64707d4c-8476-4c69-8de9-3e39606cab91" + "2fa3fa36-bbd4-47a8-9a49-f6e55e30c7f8" ], "accept-language": [ "en-US" @@ -732,7 +732,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:57:53 GMT" + "Wed, 09 Aug 2017 04:34:41 GMT" ], "Pragma": [ "no-cache" @@ -750,19 +750,19 @@ "5.0" ], "x-ms-request-id": [ - "64707d4c-8476-4c69-8de9-3e39606cab91" + "2fa3fa36-bbd4-47a8-9a49-f6e55e30c7f8" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "14944" ], "x-ms-correlation-request-id": [ - "2e93d3eb-27f2-4f5c-b97e-f8180836a375" + "e74dfaf8-cef9-48e2-910d-a0c4342f348d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025754Z:2e93d3eb-27f2-4f5c-b97e-f8180836a375" + "CENTRALUS:20170809T043442Z:e74dfaf8-cef9-48e2-910d-a0c4342f348d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -771,13 +771,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215?$expand=functions&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozMjE1PyRleHBhbmQ9ZnVuY3Rpb25zJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394?$expand=functions&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Mzk0PyRleHBhbmQ9ZnVuY3Rpb25zJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cef5c316-0529-402e-b884-d659f3b640e2" + "dcb65751-1fc3-4853-bf44-d7681b98db0a" ], "accept-language": [ "en-US" @@ -787,7 +787,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215\",\r\n \"name\": \"sj3215\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"b352d718-1d66-405b-be43-cfcd513033b8\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:56:54.87Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"functions\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215/functions/function5403\",\r\n \"name\": \"function5403\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"Any\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"Any\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"properties\": {\r\n \"script\": \"function (a, b) { return a * b; }\"\r\n }\r\n }\r\n },\r\n \"etag\": \"3333e472-3301-4afb-8261-7130fa2a5ebd\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394\",\r\n \"name\": \"sj7394\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"85b0d2a5-f5da-42db-9fa0-6dcd56b25d17\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:33:48.033Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"functions\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394/functions/function7906\",\r\n \"name\": \"function7906\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/functions\",\r\n \"properties\": {\r\n \"type\": \"Scalar\",\r\n \"properties\": {\r\n \"inputs\": [\r\n {\r\n \"dataType\": \"Any\",\r\n \"isConfigurationParameter\": null\r\n }\r\n ],\r\n \"output\": {\r\n \"dataType\": \"Any\"\r\n },\r\n \"binding\": {\r\n \"type\": \"Microsoft.StreamAnalytics/JavascriptUdf\",\r\n \"properties\": {\r\n \"script\": \"function (a, b) { return a * b; }\"\r\n }\r\n }\r\n },\r\n \"etag\": \"103ead5f-2fd8-4075-ab19-48d09ccc76ab\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -799,7 +799,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:57:52 GMT" + "Wed, 09 Aug 2017 04:34:41 GMT" ], "Pragma": [ "no-cache" @@ -808,7 +808,7 @@ "chunked" ], "ETag": [ - "62644360-94dc-4ed1-89a7-15f5e664effb" + "7331e615-5918-4385-8223-7f4d8cfa6852" ], "Server": [ "Microsoft-IIS/8.5" @@ -820,19 +820,19 @@ "5.0" ], "x-ms-request-id": [ - "cef5c316-0529-402e-b884-d659f3b640e2" + "dcb65751-1fc3-4853-bf44-d7681b98db0a" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "14945" ], "x-ms-correlation-request-id": [ - "eec61b23-294d-4ddb-8acf-798b466fe4fe" + "b2869cce-c22f-4345-9130-666eac42f357" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025753Z:eec61b23-294d-4ddb-8acf-798b466fe4fe" + "CENTRALUS:20170809T043442Z:b2869cce-c22f-4345-9130-666eac42f357" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -841,13 +841,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215?$expand=functions&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozMjE1PyRleHBhbmQ9ZnVuY3Rpb25zJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394?$expand=functions&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Mzk0PyRleHBhbmQ9ZnVuY3Rpb25zJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eb137382-7010-4084-849f-97622363dd8d" + "a8c3eaa1-9eb9-4cb2-a208-87f0dc67a222" ], "accept-language": [ "en-US" @@ -857,7 +857,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215\",\r\n \"name\": \"sj3215\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"b352d718-1d66-405b-be43-cfcd513033b8\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:56:54.87Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"functions\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394\",\r\n \"name\": \"sj7394\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"85b0d2a5-f5da-42db-9fa0-6dcd56b25d17\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:33:48.033Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"functions\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -869,7 +869,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:57:53 GMT" + "Wed, 09 Aug 2017 04:34:41 GMT" ], "Pragma": [ "no-cache" @@ -878,7 +878,7 @@ "chunked" ], "ETag": [ - "dcfcbfa9-bddd-4145-940d-4366581c2f70" + "20997335-ac65-45ed-aac5-c16bc1f4ac2d" ], "Server": [ "Microsoft-IIS/8.5" @@ -890,19 +890,19 @@ "5.0" ], "x-ms-request-id": [ - "eb137382-7010-4084-849f-97622363dd8d" + "a8c3eaa1-9eb9-4cb2-a208-87f0dc67a222" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" + "14943" ], "x-ms-correlation-request-id": [ - "0beb6c80-bfca-4c27-8d8e-8598b2d4d424" + "c4c7daad-8528-4b8f-92ca-e6309f0f33a0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025754Z:0beb6c80-bfca-4c27-8d8e-8598b2d4d424" + "CENTRALUS:20170809T043442Z:c4c7daad-8528-4b8f-92ca-e6309f0f33a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -911,13 +911,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8116/providers/Microsoft.StreamAnalytics/streamingjobs/sj3215/functions/function5403?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozMjE1L2Z1bmN0aW9ucy9mdW5jdGlvbjU0MDM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7626/providers/Microsoft.StreamAnalytics/streamingjobs/sj7394/functions/function7906?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Mzk0L2Z1bmN0aW9ucy9mdW5jdGlvbjc5MDY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed270b65-15ed-45b1-8075-83ed16297aba" + "6d62a26c-3eee-4ee5-bc62-8ab38308abf8" ], "accept-language": [ "en-US" @@ -942,7 +942,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:57:53 GMT" + "Wed, 09 Aug 2017 04:34:41 GMT" ], "Pragma": [ "no-cache" @@ -954,19 +954,19 @@ "5.0" ], "x-ms-request-id": [ - "ed270b65-15ed-45b1-8075-83ed16297aba" + "6d62a26c-3eee-4ee5-bc62-8ab38308abf8" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1166" ], "x-ms-correlation-request-id": [ - "e17a90ba-fbbc-4a0d-9404-23ceaf63ec75" + "0eca59c4-3762-43e6-8702-fa8d3cc69810" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025753Z:e17a90ba-fbbc-4a0d-9404-23ceaf63ec75" + "CENTRALUS:20170809T043442Z:0eca59c4-3762-43e6-8702-fa8d3cc69810" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -977,9 +977,9 @@ ], "Names": { "FunctionOperationsTest_Scalar_JavaScript": [ - "sjrg8116", - "sj3215", - "function5403" + "sjrg7626", + "sj7394", + "function7906" ] }, "Variables": { diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.InputTests/InputOperationsTest_Reference_Blob.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.InputTests/InputOperationsTest_Reference_Blob.json index 84a13f8d1ef9..d794a30084fe 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.InputTests/InputOperationsTest_Reference_Blob.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.InputTests/InputOperationsTest_Reference_Blob.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg692?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2OTI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7840?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3ODQwP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "3c49a514-26cf-4ec3-bbd5-3ddce9008400" + "bac9635b-f84b-4115-bdbe-3c4a919a2360" ], "accept-language": [ "en-US" @@ -23,10 +23,10 @@ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg692\",\r\n \"name\": \"sjrg692\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7840\",\r\n \"name\": \"sjrg7840\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "167" + "169" ], "Content-Type": [ "application/json; charset=utf-8" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:53:35 GMT" + "Wed, 09 Aug 2017 04:44:22 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1158" + "1161" ], "x-ms-request-id": [ - "67b1163c-c088-4282-88a6-47a89fc72858" + "7e4e1fd2-2d2c-4587-b69a-a730500b6bcd" ], "x-ms-correlation-request-id": [ - "67b1163c-c088-4282-88a6-47a89fc72858" + "7e4e1fd2-2d2c-4587-b69a-a730500b6bcd" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025335Z:67b1163c-c088-4282-88a6-47a89fc72858" + "CENTRALUS:20170809T044422Z:7e4e1fd2-2d2c-4587-b69a-a730500b6bcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,8 +62,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg1MDI/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3ODQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ "198" ], "x-ms-client-request-id": [ - "2db5c651-4f80-4e9f-a381-00c1a93f3037" + "ba7b138a-9fdc-4e7a-a262-5d5bf494a037" ], "accept-language": [ "en-US" @@ -84,7 +84,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502\",\r\n \"name\": \"sj8502\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"f2452a8e-8343-4f9f-bb3b-2f1eb1cd6efc\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:53:35.527Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2\",\r\n \"name\": \"sj2\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"421244c9-f58c-48bc-934e-644b6c52c62a\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:44:22.62Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:53:38 GMT" + "Wed, 09 Aug 2017 04:44:22 GMT" ], "Pragma": [ "no-cache" @@ -105,7 +105,7 @@ "chunked" ], "ETag": [ - "b82b210a-827c-4472-a687-e5b042f15396" + "34dcb825-effe-4fe3-bcd7-dcf01d48a487" ], "Server": [ "Microsoft-IIS/8.5" @@ -117,19 +117,19 @@ "5.0" ], "x-ms-request-id": [ - "eb46eb53-9737-4bcc-ae88-c8d455982af2" + "e014cad0-e86e-46f1-b3ee-6783b83e40cf" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1145" + "1144" ], "x-ms-correlation-request-id": [ - "ae719965-df0a-4d64-866c-ab224e514a0c" + "bf675da6-4ae0-48a6-b320-0d130c2a4fe9" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025338Z:ae719965-df0a-4d64-866c-ab224e514a0c" + "CENTRALUS:20170809T044423Z:bf675da6-4ae0-48a6-b320-0d130c2a4fe9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -138,8 +138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502/inputs/input953?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg1MDIvaW5wdXRzL2lucHV0OTUzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2/inputs/input9516?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3ODQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyL2lucHV0cy9pbnB1dDk1MTY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"Reference\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\",\r\n \"accountKey\": \"$testStorageAccountKey$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -150,7 +150,7 @@ "669" ], "x-ms-client-request-id": [ - "c0101f50-71bb-4e4f-8c0d-bb369c6da057" + "b7b12295-297b-49e3-9da7-368e76c09891" ], "accept-language": [ "en-US" @@ -160,7 +160,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502/inputs/input953\",\r\n \"name\": \"input953\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Reference\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2/inputs/input9516\",\r\n \"name\": \"input9516\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Reference\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -172,7 +172,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:53:39 GMT" + "Wed, 09 Aug 2017 04:44:22 GMT" ], "Pragma": [ "no-cache" @@ -181,7 +181,7 @@ "chunked" ], "ETag": [ - "8503c6fb-320e-4d42-9637-026ef2311a0c" + "d176ed71-e600-4fbb-91da-007f1875dd09" ], "Server": [ "Microsoft-IIS/8.5" @@ -193,19 +193,19 @@ "5.0" ], "x-ms-request-id": [ - "aec3d992-ea1e-48f2-9f1a-84002fff66fc" + "d543ff06-30e8-4594-813d-41786484d8c4" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1144" + "1143" ], "x-ms-correlation-request-id": [ - "c567f72f-6e90-4c57-9606-eb39117f28ce" + "442d018a-c3f2-4b4f-8a21-74c4df5ba8d7" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025339Z:c567f72f-6e90-4c57-9606-eb39117f28ce" + "CENTRALUS:20170809T044423Z:442d018a-c3f2-4b4f-8a21-74c4df5ba8d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -214,13 +214,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502/inputs/input953?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg1MDIvaW5wdXRzL2lucHV0OTUzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2/inputs/input9516?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3ODQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyL2lucHV0cy9pbnB1dDk1MTY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "432f3590-721d-4e14-a3f3-861718bf14e3" + "79a91569-9919-4a97-911c-99c085d11b37" ], "accept-language": [ "en-US" @@ -230,7 +230,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502/inputs/input953\",\r\n \"name\": \"input953\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Reference\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2/inputs/input9516\",\r\n \"name\": \"input9516\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Reference\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -242,7 +242,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:53:39 GMT" + "Wed, 09 Aug 2017 04:44:22 GMT" ], "Pragma": [ "no-cache" @@ -251,7 +251,7 @@ "chunked" ], "ETag": [ - "8503c6fb-320e-4d42-9637-026ef2311a0c" + "d176ed71-e600-4fbb-91da-007f1875dd09" ], "Server": [ "Microsoft-IIS/8.5" @@ -263,19 +263,19 @@ "5.0" ], "x-ms-request-id": [ - "432f3590-721d-4e14-a3f3-861718bf14e3" + "79a91569-9919-4a97-911c-99c085d11b37" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" + "14927" ], "x-ms-correlation-request-id": [ - "e3f4d836-2fa5-4633-a6d1-b60dd5969913" + "b8d540ce-5e0b-45e0-840d-7c45a59de7e0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025339Z:e3f4d836-2fa5-4633-a6d1-b60dd5969913" + "CENTRALUS:20170809T044423Z:b8d540ce-5e0b-45e0-840d-7c45a59de7e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -284,13 +284,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502/inputs/input953?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg1MDIvaW5wdXRzL2lucHV0OTUzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2/inputs/input9516?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3ODQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyL2lucHV0cy9pbnB1dDk1MTY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6bb9478c-dc52-4663-bc14-3bff50968d9a" + "747e1e91-2c0c-49f0-b522-e9270c7cc92c" ], "accept-language": [ "en-US" @@ -300,7 +300,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502/inputs/input953\",\r\n \"name\": \"input953\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Reference\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"differentContainer\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2/inputs/input9516\",\r\n \"name\": \"input9516\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Reference\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"differentContainer\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -312,7 +312,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:12 GMT" + "Wed, 09 Aug 2017 04:44:53 GMT" ], "Pragma": [ "no-cache" @@ -321,7 +321,7 @@ "chunked" ], "ETag": [ - "ce023164-1c64-46fd-bd2b-79b38699fe81" + "6b6d2673-666b-402f-875e-81cda3f19a76" ], "Server": [ "Microsoft-IIS/8.5" @@ -333,19 +333,19 @@ "5.0" ], "x-ms-request-id": [ - "6bb9478c-dc52-4663-bc14-3bff50968d9a" + "747e1e91-2c0c-49f0-b522-e9270c7cc92c" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" + "14925" ], "x-ms-correlation-request-id": [ - "d35c59d2-331b-4500-b300-4989aa16ad3a" + "f738c883-afce-441b-b2ba-37bbbc37ebe7" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025412Z:d35c59d2-331b-4500-b300-4989aa16ad3a" + "CENTRALUS:20170809T044454Z:f738c883-afce-441b-b2ba-37bbbc37ebe7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,13 +354,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502/inputs/input953/test?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg1MDIvaW5wdXRzL2lucHV0OTUzL3Rlc3Q/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2/inputs/input9516/test?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3ODQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyL2lucHV0cy9pbnB1dDk1MTYvdGVzdD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a609347-2cf7-4fba-9bd9-6e1c76e8252f" + "75e72e5f-93e8-43a8-93a6-5292553a1d9a" ], "accept-language": [ "en-US" @@ -385,13 +385,13 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:53:39 GMT" + "Wed, 09 Aug 2017 04:44:23 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502/inputs/input953/OperationResults/2d2e8fb2-a07a-402a-b44c-d7d1fa376650?api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2/inputs/input9516/OperationResults/c65d67fc-ad6d-49d1-8b78-60664a94a17b?api-version=2016-03-01" ], "Retry-After": [ "10" @@ -403,19 +403,19 @@ "5.0" ], "x-ms-request-id": [ - "0a609347-2cf7-4fba-9bd9-6e1c76e8252f" + "75e72e5f-93e8-43a8-93a6-5292553a1d9a" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1143" + "1142" ], "x-ms-correlation-request-id": [ - "11bdebbc-fe18-48c5-86dd-6d60125e894c" + "ff28f3ae-4dd5-4bf6-8f5e-3356856e840d" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025340Z:11bdebbc-fe18-48c5-86dd-6d60125e894c" + "CENTRALUS:20170809T044423Z:ff28f3ae-4dd5-4bf6-8f5e-3356856e840d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -424,8 +424,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502/inputs/input953/OperationResults/2d2e8fb2-a07a-402a-b44c-d7d1fa376650?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg1MDIvaW5wdXRzL2lucHV0OTUzL09wZXJhdGlvblJlc3VsdHMvMmQyZThmYjItYTA3YS00MDJhLWI0NGMtZDdkMWZhMzc2NjUwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2/inputs/input9516/OperationResults/c65d67fc-ad6d-49d1-8b78-60664a94a17b?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3ODQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyL2lucHV0cy9pbnB1dDk1MTYvT3BlcmF0aW9uUmVzdWx0cy9jNjVkNjdmYy1hZDZkLTQ5ZDEtOGI3OC02MDY2NGE5NGExN2I/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -446,7 +446,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:10 GMT" + "Wed, 09 Aug 2017 04:44:53 GMT" ], "Pragma": [ "no-cache" @@ -464,19 +464,19 @@ "5.0" ], "x-ms-request-id": [ - "75c757e5-461c-4dd4-8b11-9ae8c40c8a0a" + "f655a8e6-ae4c-4edc-843f-d9a2c4062cfc" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" + "14926" ], "x-ms-correlation-request-id": [ - "92fb7e20-cf07-44be-afee-90ae58b0ce97" + "bc34d950-43ed-4bf7-8e64-b3fbb1b54a32" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025411Z:92fb7e20-cf07-44be-afee-90ae58b0ce97" + "CENTRALUS:20170809T044453Z:bc34d950-43ed-4bf7-8e64-b3fbb1b54a32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -485,8 +485,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502/inputs/input953?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg1MDIvaW5wdXRzL2lucHV0OTUzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2/inputs/input9516?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3ODQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyL2lucHV0cy9pbnB1dDk1MTY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"Reference\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"container\": \"differentContainer\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -497,7 +497,7 @@ "344" ], "x-ms-client-request-id": [ - "a3fdf2e1-6875-4c1c-bcf5-f46b6ffedbdb" + "f4c0a4d4-e888-42ff-b7ca-7cb6308059f5" ], "accept-language": [ "en-US" @@ -507,7 +507,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502/inputs/input953\",\r\n \"name\": \"input953\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Reference\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"differentContainer\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2/inputs/input9516\",\r\n \"name\": \"input9516\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Reference\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"differentContainer\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -519,7 +519,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:12 GMT" + "Wed, 09 Aug 2017 04:44:53 GMT" ], "Pragma": [ "no-cache" @@ -528,7 +528,7 @@ "chunked" ], "ETag": [ - "ce023164-1c64-46fd-bd2b-79b38699fe81" + "6b6d2673-666b-402f-875e-81cda3f19a76" ], "Server": [ "Microsoft-IIS/8.5" @@ -540,19 +540,19 @@ "5.0" ], "x-ms-request-id": [ - "aaf909d2-7936-4e94-bd94-19efe90420a0" + "c0b08bef-54fb-4740-9396-364760df4835" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1142" + "1141" ], "x-ms-correlation-request-id": [ - "5343124f-ed8a-4380-8145-80dcf89c1474" + "f69074e3-236d-4503-8bac-91dffaac3cae" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025412Z:5343124f-ed8a-4380-8145-80dcf89c1474" + "CENTRALUS:20170809T044454Z:f69074e3-236d-4503-8bac-91dffaac3cae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -561,13 +561,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502/inputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg1MDIvaW5wdXRzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2/inputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3ODQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyL2lucHV0cz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00807ddb-2619-40f1-a822-290abd6309a7" + "6cd4330c-b148-4f0c-ab4f-30156409e9e4" ], "accept-language": [ "en-US" @@ -577,7 +577,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502/inputs/input953\",\r\n \"name\": \"input953\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Reference\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"differentContainer\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"ce023164-1c64-46fd-bd2b-79b38699fe81\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2/inputs/input9516\",\r\n \"name\": \"input9516\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Reference\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"differentContainer\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"6b6d2673-666b-402f-875e-81cda3f19a76\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -589,7 +589,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:13 GMT" + "Wed, 09 Aug 2017 04:44:53 GMT" ], "Pragma": [ "no-cache" @@ -607,19 +607,19 @@ "5.0" ], "x-ms-request-id": [ - "00807ddb-2619-40f1-a822-290abd6309a7" + "6cd4330c-b148-4f0c-ab4f-30156409e9e4" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" + "14924" ], "x-ms-correlation-request-id": [ - "6ed53bcd-6473-419b-914a-88c1364b20dc" + "285f41b6-2bae-458d-ac24-bab19a700e90" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025413Z:6ed53bcd-6473-419b-914a-88c1364b20dc" + "CENTRALUS:20170809T044454Z:285f41b6-2bae-458d-ac24-bab19a700e90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -628,13 +628,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502/inputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg1MDIvaW5wdXRzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2/inputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3ODQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyL2lucHV0cz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46b21ff6-b2ce-48f8-ab8c-b31e5ae1f1eb" + "a28a4082-6166-4409-bf9e-96aa623dc527" ], "accept-language": [ "en-US" @@ -656,7 +656,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:14 GMT" + "Wed, 09 Aug 2017 04:44:54 GMT" ], "Pragma": [ "no-cache" @@ -674,19 +674,19 @@ "5.0" ], "x-ms-request-id": [ - "46b21ff6-b2ce-48f8-ab8c-b31e5ae1f1eb" + "a28a4082-6166-4409-bf9e-96aa623dc527" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" + "14922" ], "x-ms-correlation-request-id": [ - "669dcb31-8656-415f-bab9-a9ce51f5fc40" + "4f0e3213-bad4-4440-b2e9-fda5be166dec" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025414Z:669dcb31-8656-415f-bab9-a9ce51f5fc40" + "CENTRALUS:20170809T044455Z:4f0e3213-bad4-4440-b2e9-fda5be166dec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -695,13 +695,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502?$expand=inputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg1MDI/JGV4cGFuZD1pbnB1dHMmYXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2?$expand=inputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3ODQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyPyRleHBhbmQ9aW5wdXRzJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2016711-52b2-4e73-a7ee-b050e8d59f3e" + "471cdbd2-d695-4891-8fbc-a95097757ef3" ], "accept-language": [ "en-US" @@ -711,7 +711,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502\",\r\n \"name\": \"sj8502\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"f2452a8e-8343-4f9f-bb3b-2f1eb1cd6efc\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:53:35.527Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502/inputs/input953\",\r\n \"name\": \"input953\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Reference\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"differentContainer\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"ce023164-1c64-46fd-bd2b-79b38699fe81\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2\",\r\n \"name\": \"sj2\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"421244c9-f58c-48bc-934e-644b6c52c62a\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:44:22.62Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2/inputs/input9516\",\r\n \"name\": \"input9516\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Reference\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"differentContainer\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"6b6d2673-666b-402f-875e-81cda3f19a76\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -723,7 +723,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:13 GMT" + "Wed, 09 Aug 2017 04:44:54 GMT" ], "Pragma": [ "no-cache" @@ -732,7 +732,7 @@ "chunked" ], "ETag": [ - "3ae9b1cb-6089-4315-82e7-a134e4aeb4d8" + "d6890fa4-2541-4a7c-bccf-f5dc1a3f156e" ], "Server": [ "Microsoft-IIS/8.5" @@ -744,19 +744,19 @@ "5.0" ], "x-ms-request-id": [ - "b2016711-52b2-4e73-a7ee-b050e8d59f3e" + "471cdbd2-d695-4891-8fbc-a95097757ef3" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" + "14923" ], "x-ms-correlation-request-id": [ - "735fe7c0-c104-42db-8562-6afbad74178c" + "923f4fc6-f30a-4c98-af76-a0b7eea006e2" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025413Z:735fe7c0-c104-42db-8562-6afbad74178c" + "CENTRALUS:20170809T044454Z:923f4fc6-f30a-4c98-af76-a0b7eea006e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -765,13 +765,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502?$expand=inputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg1MDI/JGV4cGFuZD1pbnB1dHMmYXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2?$expand=inputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3ODQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyPyRleHBhbmQ9aW5wdXRzJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6ceb12b-b0cc-4e85-aaae-a43736689342" + "9fb4432c-5d98-4430-bd48-16d2e4ff13ec" ], "accept-language": [ "en-US" @@ -781,7 +781,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502\",\r\n \"name\": \"sj8502\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"f2452a8e-8343-4f9f-bb3b-2f1eb1cd6efc\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:53:35.527Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2\",\r\n \"name\": \"sj2\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"421244c9-f58c-48bc-934e-644b6c52c62a\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:44:22.62Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -793,7 +793,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:15 GMT" + "Wed, 09 Aug 2017 04:44:54 GMT" ], "Pragma": [ "no-cache" @@ -802,7 +802,7 @@ "chunked" ], "ETag": [ - "a76e9ee3-f2f3-4e13-81ca-06cf1214233c" + "40369e54-652c-4882-982e-9292949c08f0" ], "Server": [ "Microsoft-IIS/8.5" @@ -814,19 +814,19 @@ "5.0" ], "x-ms-request-id": [ - "f6ceb12b-b0cc-4e85-aaae-a43736689342" + "9fb4432c-5d98-4430-bd48-16d2e4ff13ec" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" + "14921" ], "x-ms-correlation-request-id": [ - "8e4b97b5-5b52-4574-8cd9-348067927d17" + "93d845f9-7ebc-41e3-92fa-3a596f58f8fd" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025415Z:8e4b97b5-5b52-4574-8cd9-348067927d17" + "CENTRALUS:20170809T044455Z:93d845f9-7ebc-41e3-92fa-3a596f58f8fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -835,13 +835,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg692/providers/Microsoft.StreamAnalytics/streamingjobs/sj8502/inputs/input953?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg1MDIvaW5wdXRzL2lucHV0OTUzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7840/providers/Microsoft.StreamAnalytics/streamingjobs/sj2/inputs/input9516?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3ODQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyL2lucHV0cy9pbnB1dDk1MTY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0da8def6-919d-44a1-89ce-6d5273f9909d" + "b628e158-e163-4419-bb65-3649a5fd1ae2" ], "accept-language": [ "en-US" @@ -866,7 +866,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:14 GMT" + "Wed, 09 Aug 2017 04:44:54 GMT" ], "Pragma": [ "no-cache" @@ -878,19 +878,19 @@ "5.0" ], "x-ms-request-id": [ - "0da8def6-919d-44a1-89ce-6d5273f9909d" + "b628e158-e163-4419-bb65-3649a5fd1ae2" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1141" + "1140" ], "x-ms-correlation-request-id": [ - "f702c686-d4af-42e3-a93c-423865c71196" + "aceea693-6619-4ba2-975c-20c30d15df8c" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025414Z:f702c686-d4af-42e3-a93c-423865c71196" + "CENTRALUS:20170809T044454Z:aceea693-6619-4ba2-975c-20c30d15df8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -901,9 +901,9 @@ ], "Names": { "InputOperationsTest_Reference_Blob": [ - "sjrg692", - "sj8502", - "input953" + "sjrg7840", + "sj2", + "input9516" ] }, "Variables": { diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.InputTests/InputOperationsTest_Stream_Blob.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.InputTests/InputOperationsTest_Stream_Blob.json index 79fad041d416..0c36339977ae 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.InputTests/InputOperationsTest_Stream_Blob.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.InputTests/InputOperationsTest_Stream_Blob.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg111?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9305?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5MzA1P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "fc7166fa-b2a5-4dd9-bdd4-01f685fb76d7" + "e37d64b3-b1a6-4b0c-bdb3-6b5a11a66aec" ], "accept-language": [ "en-US" @@ -23,10 +23,10 @@ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg111\",\r\n \"name\": \"sjrg111\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9305\",\r\n \"name\": \"sjrg9305\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "167" + "169" ], "Content-Type": [ "application/json; charset=utf-8" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:51 GMT" + "Wed, 09 Aug 2017 04:43:46 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1133" ], "x-ms-request-id": [ - "e1e6e272-7ad6-4709-b975-fa5b1057bd83" + "8a1bf319-7375-48de-9bde-87dd83d51480" ], "x-ms-correlation-request-id": [ - "e1e6e272-7ad6-4709-b975-fa5b1057bd83" + "8a1bf319-7375-48de-9bde-87dd83d51480" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025251Z:e1e6e272-7ad6-4709-b975-fa5b1057bd83" + "CENTRALUS:20170809T044346Z:8a1bf319-7375-48de-9bde-87dd83d51480" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,8 +62,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg3MTI/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5MzA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3ODY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ "198" ], "x-ms-client-request-id": [ - "90e0a652-df28-4f78-bcfb-b5175909a8db" + "286e9e22-cdec-4964-b086-17caf4a93ac0" ], "accept-language": [ "en-US" @@ -84,7 +84,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712\",\r\n \"name\": \"sj8712\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"dd597b67-2d65-4aa0-87ab-3e90cd8c4c1e\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:52:51.01Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786\",\r\n \"name\": \"sj786\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"49a3b012-70e7-4794-beff-7c2bd99f399b\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:43:46.447Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:53 GMT" + "Wed, 09 Aug 2017 04:43:46 GMT" ], "Pragma": [ "no-cache" @@ -105,7 +105,7 @@ "chunked" ], "ETag": [ - "65971240-6be0-413b-a073-4c808469702b" + "75749626-73cd-4c87-9d56-e0977f9e0757" ], "Server": [ "Microsoft-IIS/8.5" @@ -117,19 +117,19 @@ "5.0" ], "x-ms-request-id": [ - "90e0a652-df28-4f78-bcfb-b5175909a8db" + "286e9e22-cdec-4964-b086-17caf4a93ac0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1166" ], "x-ms-correlation-request-id": [ - "bd1d1ab2-5851-4fb7-bed1-4f15fd0ecd7c" + "5ccb7404-0c94-4ee1-9359-cef88d41b0c3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025253Z:bd1d1ab2-5851-4fb7-bed1-4f15fd0ecd7c" + "CENTRALUS:20170809T044346Z:5ccb7404-0c94-4ee1-9359-cef88d41b0c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -138,8 +138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712/inputs/input997?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg3MTIvaW5wdXRzL2lucHV0OTk3P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786/inputs/input3468?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5MzA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3ODYvaW5wdXRzL2lucHV0MzQ2OD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\",\r\n \"accountKey\": \"$testStorageAccountKey$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\",\r\n \"sourcePartitionCount\": 16\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -150,7 +150,7 @@ "703" ], "x-ms-client-request-id": [ - "2fc66e5e-d8f5-40fe-92fe-e5b2c190f9f1" + "e7e262d6-41a5-4fba-952d-d807ee86e920" ], "accept-language": [ "en-US" @@ -160,7 +160,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712/inputs/input997\",\r\n \"name\": \"input997\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"sourcePartitionCount\": 16,\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786/inputs/input3468\",\r\n \"name\": \"input3468\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"sourcePartitionCount\": 16,\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -172,7 +172,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:53 GMT" + "Wed, 09 Aug 2017 04:43:47 GMT" ], "Pragma": [ "no-cache" @@ -181,7 +181,7 @@ "chunked" ], "ETag": [ - "f0bf8ff8-b806-46d2-a2c5-2c3838a5c7d5" + "2ccd5af4-cdac-4211-92a3-9eb37de5a6b7" ], "Server": [ "Microsoft-IIS/8.5" @@ -193,19 +193,19 @@ "5.0" ], "x-ms-request-id": [ - "2fc66e5e-d8f5-40fe-92fe-e5b2c190f9f1" + "e7e262d6-41a5-4fba-952d-d807ee86e920" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1165" ], "x-ms-correlation-request-id": [ - "38be3df3-2781-4d23-a774-441f04d45f1f" + "d329bd10-d886-4021-b094-42fd5210394a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025253Z:38be3df3-2781-4d23-a774-441f04d45f1f" + "CENTRALUS:20170809T044347Z:d329bd10-d886-4021-b094-42fd5210394a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -214,13 +214,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712/inputs/input997?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg3MTIvaW5wdXRzL2lucHV0OTk3P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786/inputs/input3468?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5MzA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3ODYvaW5wdXRzL2lucHV0MzQ2OD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9e558c9-d57a-40fb-b3be-2db2f2f10214" + "fa266f43-f099-49d3-a8ba-48b9fcc6040a" ], "accept-language": [ "en-US" @@ -230,7 +230,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712/inputs/input997\",\r\n \"name\": \"input997\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"sourcePartitionCount\": 16,\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786/inputs/input3468\",\r\n \"name\": \"input3468\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"sourcePartitionCount\": 16,\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -242,7 +242,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:53 GMT" + "Wed, 09 Aug 2017 04:43:47 GMT" ], "Pragma": [ "no-cache" @@ -251,7 +251,7 @@ "chunked" ], "ETag": [ - "f0bf8ff8-b806-46d2-a2c5-2c3838a5c7d5" + "2ccd5af4-cdac-4211-92a3-9eb37de5a6b7" ], "Server": [ "Microsoft-IIS/8.5" @@ -263,19 +263,19 @@ "5.0" ], "x-ms-request-id": [ - "f9e558c9-d57a-40fb-b3be-2db2f2f10214" + "fa266f43-f099-49d3-a8ba-48b9fcc6040a" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14934" ], "x-ms-correlation-request-id": [ - "b4f9ed69-c96a-486a-afd8-477c1e9820ae" + "fcbf092b-1e80-4fc5-b3c6-56625062b023" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025253Z:b4f9ed69-c96a-486a-afd8-477c1e9820ae" + "CENTRALUS:20170809T044347Z:fcbf092b-1e80-4fc5-b3c6-56625062b023" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -284,13 +284,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712/inputs/input997?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg3MTIvaW5wdXRzL2lucHV0OTk3P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786/inputs/input3468?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5MzA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3ODYvaW5wdXRzL2lucHV0MzQ2OD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fbe2a8d3-1c6e-4c6b-bcc4-e2b3c380014b" + "5e5fdce7-a469-4d39-9e26-04ec87e254cf" ], "accept-language": [ "en-US" @@ -300,7 +300,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712/inputs/input997\",\r\n \"name\": \"input997\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"sourcePartitionCount\": 32,\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786/inputs/input3468\",\r\n \"name\": \"input3468\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"sourcePartitionCount\": 32,\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -312,7 +312,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:53:24 GMT" + "Wed, 09 Aug 2017 04:44:17 GMT" ], "Pragma": [ "no-cache" @@ -321,7 +321,7 @@ "chunked" ], "ETag": [ - "6a5164bf-0ee9-41c3-a8c9-0e1245efb194" + "597cdbdb-fd6e-4ec5-92b9-401ee36fa9c7" ], "Server": [ "Microsoft-IIS/8.5" @@ -333,19 +333,19 @@ "5.0" ], "x-ms-request-id": [ - "fbe2a8d3-1c6e-4c6b-bcc4-e2b3c380014b" + "5e5fdce7-a469-4d39-9e26-04ec87e254cf" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14932" ], "x-ms-correlation-request-id": [ - "ee298d6a-5c12-488d-9d20-4e64811da6b7" + "32591cac-04b1-44d6-802e-04519c67b074" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025324Z:ee298d6a-5c12-488d-9d20-4e64811da6b7" + "CENTRALUS:20170809T044418Z:32591cac-04b1-44d6-802e-04519c67b074" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,13 +354,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712/inputs/input997/test?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg3MTIvaW5wdXRzL2lucHV0OTk3L3Rlc3Q/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786/inputs/input3468/test?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5MzA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3ODYvaW5wdXRzL2lucHV0MzQ2OC90ZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06016644-a19c-49da-89a6-a6655ae22fff" + "5082829f-6fc8-4ae3-8c81-39ed6192652f" ], "accept-language": [ "en-US" @@ -385,13 +385,13 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:54 GMT" + "Wed, 09 Aug 2017 04:43:47 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712/inputs/input997/OperationResults/e55475a7-af5c-4275-8819-e1cb77c8abcb?api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786/inputs/input3468/OperationResults/6d5f248f-b07f-4fd0-98ca-bcb5ce7bd32a?api-version=2016-03-01" ], "Retry-After": [ "10" @@ -403,19 +403,19 @@ "5.0" ], "x-ms-request-id": [ - "06016644-a19c-49da-89a6-a6655ae22fff" + "5082829f-6fc8-4ae3-8c81-39ed6192652f" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1164" ], "x-ms-correlation-request-id": [ - "f81f1ea5-ed2f-44ca-8c7a-12b630dd0dbb" + "31a834c5-ccde-45a2-9d2e-e0bf0c9063d7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025254Z:f81f1ea5-ed2f-44ca-8c7a-12b630dd0dbb" + "CENTRALUS:20170809T044347Z:31a834c5-ccde-45a2-9d2e-e0bf0c9063d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -424,8 +424,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712/inputs/input997/OperationResults/e55475a7-af5c-4275-8819-e1cb77c8abcb?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg3MTIvaW5wdXRzL2lucHV0OTk3L09wZXJhdGlvblJlc3VsdHMvZTU1NDc1YTctYWY1Yy00Mjc1LTg4MTktZTFjYjc3YzhhYmNiP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786/inputs/input3468/OperationResults/6d5f248f-b07f-4fd0-98ca-bcb5ce7bd32a?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5MzA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3ODYvaW5wdXRzL2lucHV0MzQ2OC9PcGVyYXRpb25SZXN1bHRzLzZkNWYyNDhmLWIwN2YtNGZkMC05OGNhLWJjYjVjZTdiZDMyYT9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -446,7 +446,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:53:23 GMT" + "Wed, 09 Aug 2017 04:44:17 GMT" ], "Pragma": [ "no-cache" @@ -464,19 +464,19 @@ "5.0" ], "x-ms-request-id": [ - "b4c11722-cb4b-4d56-b43a-97405f2060dc" + "63ca2fe7-2d5a-4305-9479-b3c65e11955c" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14933" ], "x-ms-correlation-request-id": [ - "4d46db82-2458-4112-870f-edb3cb43a649" + "4c9566b7-b8ce-443c-a6b5-70aa712aaeb5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025324Z:4d46db82-2458-4112-870f-edb3cb43a649" + "CENTRALUS:20170809T044417Z:4c9566b7-b8ce-443c-a6b5-70aa712aaeb5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -485,8 +485,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712/inputs/input997?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg3MTIvaW5wdXRzL2lucHV0OTk3P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786/inputs/input3468?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5MzA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3ODYvaW5wdXRzL2lucHV0MzQ2OD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"sourcePartitionCount\": 32\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -497,7 +497,7 @@ "334" ], "x-ms-client-request-id": [ - "4a0b3ba1-bb69-4cab-9eb3-852adcccb96f" + "03f5ce82-3f2a-4c61-8fa0-6f2d03f99b56" ], "accept-language": [ "en-US" @@ -507,7 +507,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712/inputs/input997\",\r\n \"name\": \"input997\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"sourcePartitionCount\": 32,\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786/inputs/input3468\",\r\n \"name\": \"input3468\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"sourcePartitionCount\": 32,\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -519,7 +519,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:53:23 GMT" + "Wed, 09 Aug 2017 04:44:17 GMT" ], "Pragma": [ "no-cache" @@ -528,7 +528,7 @@ "chunked" ], "ETag": [ - "6a5164bf-0ee9-41c3-a8c9-0e1245efb194" + "597cdbdb-fd6e-4ec5-92b9-401ee36fa9c7" ], "Server": [ "Microsoft-IIS/8.5" @@ -540,19 +540,19 @@ "5.0" ], "x-ms-request-id": [ - "ebb1e58c-5ba8-463e-bbfe-ee366db64d07" + "03f5ce82-3f2a-4c61-8fa0-6f2d03f99b56" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1163" ], "x-ms-correlation-request-id": [ - "7665aaac-0b61-4418-96e5-fa3b00c42196" + "ea46b34c-d5d1-4326-bdb6-62d5a8a422b7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025324Z:7665aaac-0b61-4418-96e5-fa3b00c42196" + "CENTRALUS:20170809T044418Z:ea46b34c-d5d1-4326-bdb6-62d5a8a422b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -561,13 +561,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712/inputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg3MTIvaW5wdXRzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786/inputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5MzA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3ODYvaW5wdXRzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2f0359-1189-45ef-8c14-171ee232efac" + "022535c8-c938-424d-82da-d17ae863a687" ], "accept-language": [ "en-US" @@ -577,7 +577,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712/inputs/input997\",\r\n \"name\": \"input997\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"sourcePartitionCount\": 32,\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"6a5164bf-0ee9-41c3-a8c9-0e1245efb194\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786/inputs/input3468\",\r\n \"name\": \"input3468\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"sourcePartitionCount\": 32,\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"597cdbdb-fd6e-4ec5-92b9-401ee36fa9c7\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -589,7 +589,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:53:24 GMT" + "Wed, 09 Aug 2017 04:44:17 GMT" ], "Pragma": [ "no-cache" @@ -607,19 +607,19 @@ "5.0" ], "x-ms-request-id": [ - "5e2f0359-1189-45ef-8c14-171ee232efac" + "022535c8-c938-424d-82da-d17ae863a687" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14931" ], "x-ms-correlation-request-id": [ - "ee848f87-8d20-4369-a96b-d0e43f84b940" + "84d89bc4-9fd1-431c-8622-d16d92a0c246" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025325Z:ee848f87-8d20-4369-a96b-d0e43f84b940" + "CENTRALUS:20170809T044418Z:84d89bc4-9fd1-431c-8622-d16d92a0c246" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -628,13 +628,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712/inputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg3MTIvaW5wdXRzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786/inputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5MzA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3ODYvaW5wdXRzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "40b2268e-35f8-4cc6-b182-fc76c7923c5f" + "23ae9f6e-2b47-4de3-84f9-f653b618a257" ], "accept-language": [ "en-US" @@ -656,7 +656,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:53:26 GMT" + "Wed, 09 Aug 2017 04:44:18 GMT" ], "Pragma": [ "no-cache" @@ -674,19 +674,19 @@ "5.0" ], "x-ms-request-id": [ - "40b2268e-35f8-4cc6-b182-fc76c7923c5f" + "23ae9f6e-2b47-4de3-84f9-f653b618a257" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14929" ], "x-ms-correlation-request-id": [ - "d805f0b4-9eb9-402b-bef9-9e39c117db01" + "9d32c773-dae9-48e0-8750-f707a52066ba" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025326Z:d805f0b4-9eb9-402b-bef9-9e39c117db01" + "CENTRALUS:20170809T044419Z:9d32c773-dae9-48e0-8750-f707a52066ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -695,13 +695,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712?$expand=inputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg3MTI/JGV4cGFuZD1pbnB1dHMmYXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786?$expand=inputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5MzA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3ODY/JGV4cGFuZD1pbnB1dHMmYXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6598d9d2-08c5-47b6-a83e-2b8a3ca4c77e" + "7a36f17d-6958-4168-9ac4-4aa9164a9dbc" ], "accept-language": [ "en-US" @@ -711,7 +711,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712\",\r\n \"name\": \"sj8712\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"dd597b67-2d65-4aa0-87ab-3e90cd8c4c1e\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:52:51.01Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712/inputs/input997\",\r\n \"name\": \"input997\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"sourcePartitionCount\": 32,\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"6a5164bf-0ee9-41c3-a8c9-0e1245efb194\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786\",\r\n \"name\": \"sj786\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"49a3b012-70e7-4794-beff-7c2bd99f399b\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:43:46.447Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786/inputs/input3468\",\r\n \"name\": \"input3468\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"sourcePartitionCount\": 32,\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"597cdbdb-fd6e-4ec5-92b9-401ee36fa9c7\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -723,7 +723,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:53:26 GMT" + "Wed, 09 Aug 2017 04:44:18 GMT" ], "Pragma": [ "no-cache" @@ -732,7 +732,7 @@ "chunked" ], "ETag": [ - "805298fb-d2d3-47ed-8ae0-5c0ba94d2246" + "94d0b01f-c4c1-4f93-857c-4e13b9cb20df" ], "Server": [ "Microsoft-IIS/8.5" @@ -744,19 +744,19 @@ "5.0" ], "x-ms-request-id": [ - "6598d9d2-08c5-47b6-a83e-2b8a3ca4c77e" + "7a36f17d-6958-4168-9ac4-4aa9164a9dbc" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14930" ], "x-ms-correlation-request-id": [ - "84b9dae2-3fb3-400d-8ce5-2fb9fc8a6458" + "5bcbba26-dcdd-4319-b5d7-60dccbbaceb3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025326Z:84b9dae2-3fb3-400d-8ce5-2fb9fc8a6458" + "CENTRALUS:20170809T044418Z:5bcbba26-dcdd-4319-b5d7-60dccbbaceb3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -765,13 +765,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712?$expand=inputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg3MTI/JGV4cGFuZD1pbnB1dHMmYXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786?$expand=inputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5MzA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3ODY/JGV4cGFuZD1pbnB1dHMmYXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ffa20c4-9e0c-487a-b545-a2d2791451cd" + "bd451468-d7ec-47f8-ac06-adbae8c317bd" ], "accept-language": [ "en-US" @@ -781,7 +781,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712\",\r\n \"name\": \"sj8712\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"dd597b67-2d65-4aa0-87ab-3e90cd8c4c1e\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:52:51.01Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786\",\r\n \"name\": \"sj786\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"49a3b012-70e7-4794-beff-7c2bd99f399b\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:43:46.447Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -793,7 +793,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:53:26 GMT" + "Wed, 09 Aug 2017 04:44:18 GMT" ], "Pragma": [ "no-cache" @@ -802,7 +802,7 @@ "chunked" ], "ETag": [ - "c83d4805-d0c8-4f61-b5ab-b166c6883a12" + "d52fda24-2094-4743-b23b-6dfe973f937f" ], "Server": [ "Microsoft-IIS/8.5" @@ -814,19 +814,19 @@ "5.0" ], "x-ms-request-id": [ - "0ffa20c4-9e0c-487a-b545-a2d2791451cd" + "bd451468-d7ec-47f8-ac06-adbae8c317bd" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14928" ], "x-ms-correlation-request-id": [ - "ed5c6ef2-cfc7-462a-9afe-bd4176e283bf" + "b7774550-77f8-4d4a-8337-44644948dce5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025326Z:ed5c6ef2-cfc7-462a-9afe-bd4176e283bf" + "CENTRALUS:20170809T044419Z:b7774550-77f8-4d4a-8337-44644948dce5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -835,13 +835,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg111/providers/Microsoft.StreamAnalytics/streamingjobs/sj8712/inputs/input997?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajg3MTIvaW5wdXRzL2lucHV0OTk3P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9305/providers/Microsoft.StreamAnalytics/streamingjobs/sj786/inputs/input3468?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5MzA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3ODYvaW5wdXRzL2lucHV0MzQ2OD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec3e560f-4641-457b-8e7d-c3436f71cdfa" + "351755d1-4af5-4e46-95e3-36bc3020a3b9" ], "accept-language": [ "en-US" @@ -866,7 +866,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:53:26 GMT" + "Wed, 09 Aug 2017 04:44:18 GMT" ], "Pragma": [ "no-cache" @@ -878,19 +878,19 @@ "5.0" ], "x-ms-request-id": [ - "ec3e560f-4641-457b-8e7d-c3436f71cdfa" + "351755d1-4af5-4e46-95e3-36bc3020a3b9" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1162" ], "x-ms-correlation-request-id": [ - "ec0d0077-2eae-4988-96ba-57694fa552f1" + "29733307-ef3f-48ff-98f7-3157ef86198c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025326Z:ec0d0077-2eae-4988-96ba-57694fa552f1" + "CENTRALUS:20170809T044418Z:29733307-ef3f-48ff-98f7-3157ef86198c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -901,9 +901,9 @@ ], "Names": { "InputOperationsTest_Stream_Blob": [ - "sjrg111", - "sj8712", - "input997" + "sjrg9305", + "sj786", + "input3468" ] }, "Variables": { diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.InputTests/InputOperationsTest_Stream_EventHub.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.InputTests/InputOperationsTest_Stream_EventHub.json index 59390b95a236..9e0c35c10a88 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.InputTests/InputOperationsTest_Stream_EventHub.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.InputTests/InputOperationsTest_Stream_EventHub.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9752?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NzUyP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg995?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5OTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "2650d7ce-be4a-406a-bd29-f039fa546b14" + "7432a59a-378f-4001-a452-bd4503fc6304" ], "accept-language": [ "en-US" @@ -23,10 +23,10 @@ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9752\",\r\n \"name\": \"sjrg9752\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg995\",\r\n \"name\": \"sjrg995\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "169" + "167" ], "Content-Type": [ "application/json; charset=utf-8" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:09 GMT" + "Wed, 09 Aug 2017 04:43:09 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1165" + "1169" ], "x-ms-request-id": [ - "0e0d3808-7482-477a-84a7-d8365b257672" + "51c3c137-afd4-481e-a9e1-21266d6b32e7" ], "x-ms-correlation-request-id": [ - "0e0d3808-7482-477a-84a7-d8365b257672" + "51c3c137-afd4-481e-a9e1-21266d6b32e7" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025209Z:0e0d3808-7482-477a-84a7-d8365b257672" + "CENTRALUS:20170809T044309Z:51c3c137-afd4-481e-a9e1-21266d6b32e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,8 +62,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1Mzc0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajk4P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ "198" ], "x-ms-client-request-id": [ - "059aeeec-12f3-4a38-bf5e-5630dce5cd00" + "a156b1c5-d3e6-44ce-945e-279c265c5bc2" ], "accept-language": [ "en-US" @@ -84,7 +84,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374\",\r\n \"name\": \"sj5374\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"3f3bc879-1dc3-4ff7-bf95-fe4e057456e9\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:52:08.98Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98\",\r\n \"name\": \"sj98\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"ce78caef-6600-4833-8db1-46eb92cac7ed\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:43:10.167Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:11 GMT" + "Wed, 09 Aug 2017 04:43:10 GMT" ], "Pragma": [ "no-cache" @@ -105,7 +105,7 @@ "chunked" ], "ETag": [ - "9a3ad061-c3c3-4fff-b603-7d136d32dcf3" + "3e9787d6-e6a2-425b-b2b9-51f47f941aae" ], "Server": [ "Microsoft-IIS/8.5" @@ -117,19 +117,19 @@ "5.0" ], "x-ms-request-id": [ - "059aeeec-12f3-4a38-bf5e-5630dce5cd00" + "0c311410-17c9-4b94-aa3f-615c1369ae53" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1164" + "1149" ], "x-ms-correlation-request-id": [ - "15155003-851c-40f8-ab30-b57d30a0e167" + "3aaf8d15-ebd7-4c53-90ae-17360f998fae" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025211Z:15155003-851c-40f8-ab30-b57d30a0e167" + "CENTRALUS:20170809T044310Z:3aaf8d15-ebd7-4c53-90ae-17360f998fae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -138,8 +138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374/inputs/input6806?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1Mzc0L2lucHV0cy9pbnB1dDY4MDY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98/inputs/input1849?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajk4L2lucHV0cy9pbnB1dDE4NDk/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\",\r\n \"sharedAccessPolicyKey\": \"$testSharedAccessPolicyKey$\",\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"consumerGroupName\": \"sdkconsumergroup\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -150,7 +150,7 @@ "552" ], "x-ms-client-request-id": [ - "70f13969-7081-42bb-ba41-fac6d4efe9b5" + "1da31e7b-584f-4bcd-bdd7-2b376c8542a0" ], "accept-language": [ "en-US" @@ -160,7 +160,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374/inputs/input6806\",\r\n \"name\": \"input6806\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"consumerGroupName\": \"sdkconsumergroup\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98/inputs/input1849\",\r\n \"name\": \"input1849\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"consumerGroupName\": \"sdkconsumergroup\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -172,7 +172,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:12 GMT" + "Wed, 09 Aug 2017 04:43:11 GMT" ], "Pragma": [ "no-cache" @@ -181,7 +181,7 @@ "chunked" ], "ETag": [ - "959cde86-bd69-42be-a5fe-890fd62698d1" + "cf40c1b8-25e5-4750-b521-1ef4ed13b5d3" ], "Server": [ "Microsoft-IIS/8.5" @@ -193,19 +193,19 @@ "5.0" ], "x-ms-request-id": [ - "70f13969-7081-42bb-ba41-fac6d4efe9b5" + "873aab74-1d5a-4e05-a86b-c614ccf88c0f" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1163" + "1148" ], "x-ms-correlation-request-id": [ - "a6b2be33-15d9-442f-ab09-638ca43f9e53" + "f73e18e6-c088-487a-97be-3d5ddcb744da" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025212Z:a6b2be33-15d9-442f-ab09-638ca43f9e53" + "CENTRALUS:20170809T044311Z:f73e18e6-c088-487a-97be-3d5ddcb744da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -214,13 +214,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374/inputs/input6806?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1Mzc0L2lucHV0cy9pbnB1dDY4MDY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98/inputs/input1849?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajk4L2lucHV0cy9pbnB1dDE4NDk/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c70ee61-f55f-4c7d-a36d-b123d2f18e11" + "1ef844fc-e017-4b70-a7df-07d407435e9a" ], "accept-language": [ "en-US" @@ -230,7 +230,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374/inputs/input6806\",\r\n \"name\": \"input6806\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"consumerGroupName\": \"sdkconsumergroup\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98/inputs/input1849\",\r\n \"name\": \"input1849\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"consumerGroupName\": \"sdkconsumergroup\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -242,7 +242,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:12 GMT" + "Wed, 09 Aug 2017 04:43:11 GMT" ], "Pragma": [ "no-cache" @@ -251,7 +251,7 @@ "chunked" ], "ETag": [ - "959cde86-bd69-42be-a5fe-890fd62698d1" + "cf40c1b8-25e5-4750-b521-1ef4ed13b5d3" ], "Server": [ "Microsoft-IIS/8.5" @@ -263,19 +263,19 @@ "5.0" ], "x-ms-request-id": [ - "8c70ee61-f55f-4c7d-a36d-b123d2f18e11" + "1ef844fc-e017-4b70-a7df-07d407435e9a" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "14934" ], "x-ms-correlation-request-id": [ - "c8737308-a6d8-465f-8dd3-494fbe418801" + "811e7d57-5a0d-4435-a011-cac252d67299" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025213Z:c8737308-a6d8-465f-8dd3-494fbe418801" + "CENTRALUS:20170809T044311Z:811e7d57-5a0d-4435-a011-cac252d67299" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -284,13 +284,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374/inputs/input6806?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1Mzc0L2lucHV0cy9pbnB1dDY4MDY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98/inputs/input1849?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajk4L2lucHV0cy9pbnB1dDE4NDk/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ebe2b106-0fe1-42eb-a0a7-097c095d8ab3" + "1d840608-ab1b-44bc-b276-8234a505ec8e" ], "accept-language": [ "en-US" @@ -300,7 +300,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374/inputs/input6806\",\r\n \"name\": \"input6806\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"consumerGroupName\": \"differentConsumerGroupName\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\",\r\n \"properties\": {}\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98/inputs/input1849\",\r\n \"name\": \"input1849\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"consumerGroupName\": \"differentConsumerGroupName\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\",\r\n \"properties\": {}\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -312,7 +312,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:45 GMT" + "Wed, 09 Aug 2017 04:43:41 GMT" ], "Pragma": [ "no-cache" @@ -321,7 +321,7 @@ "chunked" ], "ETag": [ - "08e9845c-a337-4048-8ca0-711fb7c37ca7" + "faff7ba6-34b4-470b-8cad-ee4f77c9299c" ], "Server": [ "Microsoft-IIS/8.5" @@ -333,19 +333,19 @@ "5.0" ], "x-ms-request-id": [ - "ebe2b106-0fe1-42eb-a0a7-097c095d8ab3" + "1d840608-ab1b-44bc-b276-8234a505ec8e" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "14932" ], "x-ms-correlation-request-id": [ - "d1749d16-3592-4c82-bdfb-eb3d1f874a3e" + "fc45cba2-66d0-461b-a4ce-d8235d722eb3" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025245Z:d1749d16-3592-4c82-bdfb-eb3d1f874a3e" + "CENTRALUS:20170809T044342Z:fc45cba2-66d0-461b-a4ce-d8235d722eb3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,13 +354,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374/inputs/input6806/test?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1Mzc0L2lucHV0cy9pbnB1dDY4MDYvdGVzdD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98/inputs/input1849/test?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajk4L2lucHV0cy9pbnB1dDE4NDkvdGVzdD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23c9f7f5-8149-4452-8985-bbdf9da2a956" + "fae14897-d842-485b-8d9d-c9dc9ac3f2b4" ], "accept-language": [ "en-US" @@ -385,13 +385,13 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:13 GMT" + "Wed, 09 Aug 2017 04:43:11 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374/inputs/input6806/OperationResults/f8598ef8-6dde-4a48-a7a6-36df30aeb3ff?api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98/inputs/input1849/OperationResults/b043b9f7-07ce-490e-bd6d-9db50e79da44?api-version=2016-03-01" ], "Retry-After": [ "10" @@ -403,19 +403,19 @@ "5.0" ], "x-ms-request-id": [ - "23c9f7f5-8149-4452-8985-bbdf9da2a956" + "fae14897-d842-485b-8d9d-c9dc9ac3f2b4" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1162" + "1147" ], "x-ms-correlation-request-id": [ - "3ace7b5e-f95a-4854-8526-ecddd2474dce" + "0e6e0657-dda1-4b9b-b9fd-9989787d34f1" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025213Z:3ace7b5e-f95a-4854-8526-ecddd2474dce" + "CENTRALUS:20170809T044311Z:0e6e0657-dda1-4b9b-b9fd-9989787d34f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -424,8 +424,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374/inputs/input6806/OperationResults/f8598ef8-6dde-4a48-a7a6-36df30aeb3ff?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1Mzc0L2lucHV0cy9pbnB1dDY4MDYvT3BlcmF0aW9uUmVzdWx0cy9mODU5OGVmOC02ZGRlLTRhNDgtYTdhNi0zNmRmMzBhZWIzZmY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98/inputs/input1849/OperationResults/b043b9f7-07ce-490e-bd6d-9db50e79da44?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajk4L2lucHV0cy9pbnB1dDE4NDkvT3BlcmF0aW9uUmVzdWx0cy9iMDQzYjlmNy0wN2NlLTQ5MGUtYmQ2ZC05ZGI1MGU3OWRhNDQ/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -446,7 +446,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:44 GMT" + "Wed, 09 Aug 2017 04:43:41 GMT" ], "Pragma": [ "no-cache" @@ -464,19 +464,19 @@ "5.0" ], "x-ms-request-id": [ - "7606f81d-4d89-45ab-bf05-1dfb76e38c04" + "87ad83f0-0c05-49f7-8be1-3b6c57c51190" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "14933" ], "x-ms-correlation-request-id": [ - "8f959dd7-8319-4cfe-ba0c-c2058dc9c764" + "14958faa-fc08-46d2-9024-dc87ae430d4d" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025244Z:8f959dd7-8319-4cfe-ba0c-c2058dc9c764" + "CENTRALUS:20170809T044341Z:14958faa-fc08-46d2-9024-dc87ae430d4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -485,8 +485,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374/inputs/input6806?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1Mzc0L2lucHV0cy9pbnB1dDY4MDY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98/inputs/input1849?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajk4L2lucHV0cy9pbnB1dDE4NDk/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"consumerGroupName\": \"differentConsumerGroupName\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -497,7 +497,7 @@ "272" ], "x-ms-client-request-id": [ - "f52cb7ff-04e6-4454-a919-a7dc05e5c70e" + "5046ef5b-21e9-4dff-ac4d-0849feb28f9e" ], "accept-language": [ "en-US" @@ -507,7 +507,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374/inputs/input6806\",\r\n \"name\": \"input6806\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"consumerGroupName\": \"differentConsumerGroupName\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\",\r\n \"properties\": {}\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98/inputs/input1849\",\r\n \"name\": \"input1849\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"consumerGroupName\": \"differentConsumerGroupName\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\",\r\n \"properties\": {}\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -519,7 +519,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:44 GMT" + "Wed, 09 Aug 2017 04:43:41 GMT" ], "Pragma": [ "no-cache" @@ -528,7 +528,7 @@ "chunked" ], "ETag": [ - "08e9845c-a337-4048-8ca0-711fb7c37ca7" + "faff7ba6-34b4-470b-8cad-ee4f77c9299c" ], "Server": [ "Microsoft-IIS/8.5" @@ -540,19 +540,19 @@ "5.0" ], "x-ms-request-id": [ - "f52cb7ff-04e6-4454-a919-a7dc05e5c70e" + "3239866f-ae5e-48bd-acdd-9ed4d0fe0dc8" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1161" + "1146" ], "x-ms-correlation-request-id": [ - "ae23387b-3592-46ec-b5f5-9fd0a90da460" + "205617fc-03c8-4a22-82c3-9eadb9344368" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025244Z:ae23387b-3592-46ec-b5f5-9fd0a90da460" + "CENTRALUS:20170809T044342Z:205617fc-03c8-4a22-82c3-9eadb9344368" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -561,13 +561,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374/inputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1Mzc0L2lucHV0cz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98/inputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajk4L2lucHV0cz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6064111b-9f0b-41d2-bb32-a22159550898" + "135845dd-bb93-42ba-ab6c-f55e8672c9dc" ], "accept-language": [ "en-US" @@ -577,7 +577,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374/inputs/input6806\",\r\n \"name\": \"input6806\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"consumerGroupName\": \"differentConsumerGroupName\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\",\r\n \"properties\": {}\r\n },\r\n \"etag\": \"08e9845c-a337-4048-8ca0-711fb7c37ca7\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98/inputs/input1849\",\r\n \"name\": \"input1849\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"consumerGroupName\": \"differentConsumerGroupName\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\",\r\n \"properties\": {}\r\n },\r\n \"etag\": \"faff7ba6-34b4-470b-8cad-ee4f77c9299c\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -589,7 +589,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:45 GMT" + "Wed, 09 Aug 2017 04:43:41 GMT" ], "Pragma": [ "no-cache" @@ -607,19 +607,19 @@ "5.0" ], "x-ms-request-id": [ - "6064111b-9f0b-41d2-bb32-a22159550898" + "135845dd-bb93-42ba-ab6c-f55e8672c9dc" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "14931" ], "x-ms-correlation-request-id": [ - "b46a8e6d-e346-4b36-aba6-9ed727b6ba8c" + "eca81917-5613-434a-a3bd-5b8d4aeeac2e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025246Z:b46a8e6d-e346-4b36-aba6-9ed727b6ba8c" + "CENTRALUS:20170809T044342Z:eca81917-5613-434a-a3bd-5b8d4aeeac2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -628,13 +628,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374/inputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1Mzc0L2lucHV0cz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98/inputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajk4L2lucHV0cz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63b5bf80-ff02-406a-8861-5654efd55163" + "30a81849-3c03-40c0-9ad4-2d0e7920ddc3" ], "accept-language": [ "en-US" @@ -656,7 +656,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:47 GMT" + "Wed, 09 Aug 2017 04:43:42 GMT" ], "Pragma": [ "no-cache" @@ -674,19 +674,19 @@ "5.0" ], "x-ms-request-id": [ - "63b5bf80-ff02-406a-8861-5654efd55163" + "30a81849-3c03-40c0-9ad4-2d0e7920ddc3" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "14929" ], "x-ms-correlation-request-id": [ - "c86d84a9-d2de-4590-9aa0-5af3f479d277" + "cc6e812e-f7f5-4d9f-a549-3ff309452495" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025247Z:c86d84a9-d2de-4590-9aa0-5af3f479d277" + "CENTRALUS:20170809T044343Z:cc6e812e-f7f5-4d9f-a549-3ff309452495" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -695,13 +695,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374?$expand=inputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1Mzc0PyRleHBhbmQ9aW5wdXRzJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98?$expand=inputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajk4PyRleHBhbmQ9aW5wdXRzJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2744c77e-9e81-4184-a43d-2ab4b8853f5e" + "e5abe875-2943-43c8-945e-05695a08a02e" ], "accept-language": [ "en-US" @@ -711,7 +711,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374\",\r\n \"name\": \"sj5374\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"3f3bc879-1dc3-4ff7-bf95-fe4e057456e9\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:52:08.98Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374/inputs/input6806\",\r\n \"name\": \"input6806\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"consumerGroupName\": \"differentConsumerGroupName\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\",\r\n \"properties\": {}\r\n },\r\n \"etag\": \"08e9845c-a337-4048-8ca0-711fb7c37ca7\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98\",\r\n \"name\": \"sj98\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"ce78caef-6600-4833-8db1-46eb92cac7ed\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:43:10.167Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98/inputs/input1849\",\r\n \"name\": \"input1849\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"consumerGroupName\": \"differentConsumerGroupName\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\",\r\n \"properties\": {}\r\n },\r\n \"etag\": \"faff7ba6-34b4-470b-8cad-ee4f77c9299c\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -723,7 +723,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:46 GMT" + "Wed, 09 Aug 2017 04:43:41 GMT" ], "Pragma": [ "no-cache" @@ -732,7 +732,7 @@ "chunked" ], "ETag": [ - "b8670b83-beba-4cae-8363-24e537a30f51" + "7c917622-8827-49a9-a3f2-478ef442eb46" ], "Server": [ "Microsoft-IIS/8.5" @@ -744,19 +744,19 @@ "5.0" ], "x-ms-request-id": [ - "2744c77e-9e81-4184-a43d-2ab4b8853f5e" + "e5abe875-2943-43c8-945e-05695a08a02e" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" + "14930" ], "x-ms-correlation-request-id": [ - "f084afb8-5d1a-456e-9bdc-9e133088a4e5" + "b10726ae-b39a-472b-98a1-bee420e2deb8" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025246Z:f084afb8-5d1a-456e-9bdc-9e133088a4e5" + "CENTRALUS:20170809T044342Z:b10726ae-b39a-472b-98a1-bee420e2deb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -765,13 +765,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374?$expand=inputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1Mzc0PyRleHBhbmQ9aW5wdXRzJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98?$expand=inputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajk4PyRleHBhbmQ9aW5wdXRzJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f8692260-1bbc-4eca-9ff1-9295d520e64c" + "06de1d4f-5f80-48bd-bd82-932fd05b7beb" ], "accept-language": [ "en-US" @@ -781,7 +781,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374\",\r\n \"name\": \"sj5374\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"3f3bc879-1dc3-4ff7-bf95-fe4e057456e9\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:52:08.98Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98\",\r\n \"name\": \"sj98\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"ce78caef-6600-4833-8db1-46eb92cac7ed\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:43:10.167Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -793,7 +793,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:47 GMT" + "Wed, 09 Aug 2017 04:43:42 GMT" ], "Pragma": [ "no-cache" @@ -802,7 +802,7 @@ "chunked" ], "ETag": [ - "c32a5529-9aa5-4e69-93e1-44e92d480fb4" + "b4e854aa-16b4-4a3c-a01f-ebf1aed4db43" ], "Server": [ "Microsoft-IIS/8.5" @@ -814,19 +814,19 @@ "5.0" ], "x-ms-request-id": [ - "f8692260-1bbc-4eca-9ff1-9295d520e64c" + "06de1d4f-5f80-48bd-bd82-932fd05b7beb" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" + "14928" ], "x-ms-correlation-request-id": [ - "942f052c-1ec5-4ced-a9d2-949d01fe73fc" + "e09b45ec-1df7-459b-a57f-0c19ad8bf7f5" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025248Z:942f052c-1ec5-4ced-a9d2-949d01fe73fc" + "CENTRALUS:20170809T044343Z:e09b45ec-1df7-459b-a57f-0c19ad8bf7f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -835,13 +835,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9752/providers/Microsoft.StreamAnalytics/streamingjobs/sj5374/inputs/input6806?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1Mzc0L2lucHV0cy9pbnB1dDY4MDY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg995/providers/Microsoft.StreamAnalytics/streamingjobs/sj98/inputs/input1849?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajk4L2lucHV0cy9pbnB1dDE4NDk/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c22e3aa-9e91-4d57-98b0-077adc7d7daa" + "554667a1-9db1-4a43-9de2-c130215bcc87" ], "accept-language": [ "en-US" @@ -866,7 +866,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:52:46 GMT" + "Wed, 09 Aug 2017 04:43:42 GMT" ], "Pragma": [ "no-cache" @@ -878,19 +878,19 @@ "5.0" ], "x-ms-request-id": [ - "8c22e3aa-9e91-4d57-98b0-077adc7d7daa" + "554667a1-9db1-4a43-9de2-c130215bcc87" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1160" + "1145" ], "x-ms-correlation-request-id": [ - "46e55c16-f1ff-427e-8c9f-d89be82104da" + "0eb3ab1f-128c-4e9e-b9b1-cdb7f727a84b" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20170603T025247Z:46e55c16-f1ff-427e-8c9f-d89be82104da" + "CENTRALUS:20170809T044342Z:0eb3ab1f-128c-4e9e-b9b1-cdb7f727a84b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -901,9 +901,9 @@ ], "Names": { "InputOperationsTest_Stream_EventHub": [ - "sjrg9752", - "sj5374", - "input6806" + "sjrg995", + "sj98", + "input1849" ] }, "Variables": { diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.InputTests/InputOperationsTest_Stream_IoTHub.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.InputTests/InputOperationsTest_Stream_IoTHub.json index 5379e1aae739..198d1a6de3e5 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.InputTests/InputOperationsTest_Stream_IoTHub.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.InputTests/InputOperationsTest_Stream_IoTHub.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8316?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MzE2P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9470?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NDcwP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "da26c22b-2eb0-4726-8c50-057473d236c9" + "b1f71591-f694-4d7a-80ce-358779934b17" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8316\",\r\n \"name\": \"sjrg8316\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9470\",\r\n \"name\": \"sjrg9470\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "169" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:51:23 GMT" + "Wed, 09 Aug 2017 04:42:33 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1138" ], "x-ms-request-id": [ - "7d3e42a7-ba6a-433c-8609-f0fa72a689d0" + "36a8fc6e-1c3e-4f06-b988-f07ed8f9accc" ], "x-ms-correlation-request-id": [ - "7d3e42a7-ba6a-433c-8609-f0fa72a689d0" + "36a8fc6e-1c3e-4f06-b988-f07ed8f9accc" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025123Z:7d3e42a7-ba6a-433c-8609-f0fa72a689d0" + "CENTRALUS:20170809T044234Z:36a8fc6e-1c3e-4f06-b988-f07ed8f9accc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,8 +62,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o4Nzg3P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NDcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0MTc4P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ "198" ], "x-ms-client-request-id": [ - "aa41d2ee-3ae6-4abf-a763-c3413b28c2eb" + "a8f66024-a1e0-4829-9133-67cbf35efd48" ], "accept-language": [ "en-US" @@ -84,7 +84,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787\",\r\n \"name\": \"sj8787\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"b5d95077-4c33-4f6c-942d-dc3f3af5ac42\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:51:22.573Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178\",\r\n \"name\": \"sj4178\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"ae9fb40b-0967-428e-8867-8cd351db1562\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:42:34.557Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:51:24 GMT" + "Wed, 09 Aug 2017 04:42:34 GMT" ], "Pragma": [ "no-cache" @@ -105,7 +105,7 @@ "chunked" ], "ETag": [ - "f1c3beb6-6757-423e-94ff-52d26702877a" + "b3e432cb-3cb2-488e-b416-c0b953165d50" ], "Server": [ "Microsoft-IIS/8.5" @@ -117,19 +117,19 @@ "5.0" ], "x-ms-request-id": [ - "aa41d2ee-3ae6-4abf-a763-c3413b28c2eb" + "1249809a-0b2b-40a4-8294-4f7769989c5f" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1158" ], "x-ms-correlation-request-id": [ - "632bb7d8-b7d0-4aa9-bae2-cd1531591e13" + "5ac90a84-33b7-4e4a-8458-2df5cd1311cd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025124Z:632bb7d8-b7d0-4aa9-bae2-cd1531591e13" + "CENTRALUS:20170809T044234Z:5ac90a84-33b7-4e4a-8458-2df5cd1311cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -138,8 +138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787/inputs/input663?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o4Nzg3L2lucHV0cy9pbnB1dDY2Mz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178/inputs/input3653?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NDcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0MTc4L2lucHV0cy9pbnB1dDM2NTM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"properties\": {\r\n \"iotHubNamespace\": \"$testIoTHubNamespace$\",\r\n \"sharedAccessPolicyName\": \"owner\",\r\n \"sharedAccessPolicyKey\": \"$testIoTHubSharedAccessPolicyKey$\",\r\n \"consumerGroupName\": \"sdkconsumergroup\",\r\n \"endpoint\": \"messages/events\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -150,7 +150,7 @@ "465" ], "x-ms-client-request-id": [ - "5a19bf75-aa1b-42b8-a2f4-5390a1dbb968" + "d6288d03-ea3c-4e89-82ad-90a1ea0142b4" ], "accept-language": [ "en-US" @@ -160,7 +160,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787/inputs/input663\",\r\n \"name\": \"input663\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"properties\": {\r\n \"iotHubNamespace\": \"$testIoTHubNamespace$\",\r\n \"sharedAccessPolicyName\": \"owner\",\r\n \"endpoint\": \"messages/events\",\r\n \"consumerGroupName\": \"sdkconsumergroup\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\",\r\n \"properties\": {}\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178/inputs/input3653\",\r\n \"name\": \"input3653\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"properties\": {\r\n \"iotHubNamespace\": \"$testIoTHubNamespace$\",\r\n \"sharedAccessPolicyName\": \"owner\",\r\n \"endpoint\": \"messages/events\",\r\n \"consumerGroupName\": \"sdkconsumergroup\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\",\r\n \"properties\": {}\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -172,7 +172,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:51:25 GMT" + "Wed, 09 Aug 2017 04:42:34 GMT" ], "Pragma": [ "no-cache" @@ -181,7 +181,7 @@ "chunked" ], "ETag": [ - "2f4e8be2-e591-4c36-9ca0-5d707a3d0096" + "eab455be-7bb8-4d0a-ba00-371af3ce84e1" ], "Server": [ "Microsoft-IIS/8.5" @@ -193,19 +193,19 @@ "5.0" ], "x-ms-request-id": [ - "ab1c2fdb-33bd-4d5e-ab28-f837afb2c020" + "0f4ca678-317b-42cf-a7d8-e9cc51cfde3f" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1157" ], "x-ms-correlation-request-id": [ - "5d077354-c7c9-4178-b882-4cc0e7b96c98" + "995c41aa-cf53-4269-990e-f6cd9b9277de" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025125Z:5d077354-c7c9-4178-b882-4cc0e7b96c98" + "CENTRALUS:20170809T044235Z:995c41aa-cf53-4269-990e-f6cd9b9277de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -214,13 +214,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787/inputs/input663?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o4Nzg3L2lucHV0cy9pbnB1dDY2Mz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178/inputs/input3653?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NDcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0MTc4L2lucHV0cy9pbnB1dDM2NTM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9cdd1c7d-b10e-43a9-8ceb-5e2e38bce6fd" + "6969a540-34f1-406b-a6dc-dadca8186a31" ], "accept-language": [ "en-US" @@ -230,7 +230,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787/inputs/input663\",\r\n \"name\": \"input663\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"properties\": {\r\n \"iotHubNamespace\": \"$testIoTHubNamespace$\",\r\n \"sharedAccessPolicyName\": \"owner\",\r\n \"endpoint\": \"messages/events\",\r\n \"consumerGroupName\": \"sdkconsumergroup\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\",\r\n \"properties\": {}\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178/inputs/input3653\",\r\n \"name\": \"input3653\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"properties\": {\r\n \"iotHubNamespace\": \"$testIoTHubNamespace$\",\r\n \"sharedAccessPolicyName\": \"owner\",\r\n \"endpoint\": \"messages/events\",\r\n \"consumerGroupName\": \"sdkconsumergroup\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\",\r\n \"properties\": {}\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -242,7 +242,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:51:25 GMT" + "Wed, 09 Aug 2017 04:42:35 GMT" ], "Pragma": [ "no-cache" @@ -251,7 +251,7 @@ "chunked" ], "ETag": [ - "2f4e8be2-e591-4c36-9ca0-5d707a3d0096" + "eab455be-7bb8-4d0a-ba00-371af3ce84e1" ], "Server": [ "Microsoft-IIS/8.5" @@ -263,19 +263,19 @@ "5.0" ], "x-ms-request-id": [ - "9cdd1c7d-b10e-43a9-8ceb-5e2e38bce6fd" + "6969a540-34f1-406b-a6dc-dadca8186a31" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14945" ], "x-ms-correlation-request-id": [ - "2e369045-3e7e-4f9a-8b05-bd7d96d6bf0e" + "60ebb38d-64d0-485c-b48f-83735c9902bb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025125Z:2e369045-3e7e-4f9a-8b05-bd7d96d6bf0e" + "CENTRALUS:20170809T044235Z:60ebb38d-64d0-485c-b48f-83735c9902bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -284,13 +284,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787/inputs/input663?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o4Nzg3L2lucHV0cy9pbnB1dDY2Mz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178/inputs/input3653?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NDcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0MTc4L2lucHV0cy9pbnB1dDM2NTM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c4b29ae-1e4e-4414-81fd-f390ae88960b" + "dc95e1c4-fc1d-48af-addb-bf8d405c4181" ], "accept-language": [ "en-US" @@ -300,7 +300,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787/inputs/input663\",\r\n \"name\": \"input663\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"properties\": {\r\n \"iotHubNamespace\": \"$testIoTHubNamespace$\",\r\n \"sharedAccessPolicyName\": \"owner\",\r\n \"endpoint\": \"messages/operationsMonitoringEvents\",\r\n \"consumerGroupName\": \"sdkconsumergroup\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178/inputs/input3653\",\r\n \"name\": \"input3653\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"properties\": {\r\n \"iotHubNamespace\": \"$testIoTHubNamespace$\",\r\n \"sharedAccessPolicyName\": \"owner\",\r\n \"endpoint\": \"messages/operationsMonitoringEvents\",\r\n \"consumerGroupName\": \"sdkconsumergroup\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -312,7 +312,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:51:56 GMT" + "Wed, 09 Aug 2017 04:43:05 GMT" ], "Pragma": [ "no-cache" @@ -321,7 +321,7 @@ "chunked" ], "ETag": [ - "1daaf122-37e3-4e2b-831b-1d1c11900f91" + "8fffa090-3529-4cd1-9bf0-0b2c53caed64" ], "Server": [ "Microsoft-IIS/8.5" @@ -333,19 +333,19 @@ "5.0" ], "x-ms-request-id": [ - "2c4b29ae-1e4e-4414-81fd-f390ae88960b" + "dc95e1c4-fc1d-48af-addb-bf8d405c4181" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14943" ], "x-ms-correlation-request-id": [ - "09f99875-dc4b-4e42-8f0d-6fcad622f420" + "e9a6b866-e284-4dd4-aa5b-0eb4debf4a3f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025157Z:09f99875-dc4b-4e42-8f0d-6fcad622f420" + "CENTRALUS:20170809T044306Z:e9a6b866-e284-4dd4-aa5b-0eb4debf4a3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,13 +354,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787/inputs/input663/test?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o4Nzg3L2lucHV0cy9pbnB1dDY2My90ZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178/inputs/input3653/test?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NDcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0MTc4L2lucHV0cy9pbnB1dDM2NTMvdGVzdD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a0da706a-cfcf-40d0-919f-35e64f296c82" + "a0c9e4cc-04ce-4ecd-af1c-64e7b78db419" ], "accept-language": [ "en-US" @@ -385,13 +385,13 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:51:25 GMT" + "Wed, 09 Aug 2017 04:42:35 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787/inputs/input663/OperationResults/ea12b04c-39e3-425e-b165-6785c8e3f9da?api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178/inputs/input3653/OperationResults/f8d517fc-ea10-4c17-88cf-634f9154b449?api-version=2016-03-01" ], "Retry-After": [ "10" @@ -403,19 +403,19 @@ "5.0" ], "x-ms-request-id": [ - "a0da706a-cfcf-40d0-919f-35e64f296c82" + "a0c9e4cc-04ce-4ecd-af1c-64e7b78db419" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1156" ], "x-ms-correlation-request-id": [ - "9f86b4c5-9f04-4359-9561-c560ef5d4b56" + "fd67e5a1-acb1-4e1f-a385-3c595c3a5842" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025125Z:9f86b4c5-9f04-4359-9561-c560ef5d4b56" + "CENTRALUS:20170809T044235Z:fd67e5a1-acb1-4e1f-a385-3c595c3a5842" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -424,8 +424,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787/inputs/input663/OperationResults/ea12b04c-39e3-425e-b165-6785c8e3f9da?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o4Nzg3L2lucHV0cy9pbnB1dDY2My9PcGVyYXRpb25SZXN1bHRzL2VhMTJiMDRjLTM5ZTMtNDI1ZS1iMTY1LTY3ODVjOGUzZjlkYT9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178/inputs/input3653/OperationResults/f8d517fc-ea10-4c17-88cf-634f9154b449?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NDcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0MTc4L2lucHV0cy9pbnB1dDM2NTMvT3BlcmF0aW9uUmVzdWx0cy9mOGQ1MTdmYy1lYTEwLTRjMTctODhjZi02MzRmOTE1NGI0NDk/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -446,7 +446,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:51:56 GMT" + "Wed, 09 Aug 2017 04:43:05 GMT" ], "Pragma": [ "no-cache" @@ -464,19 +464,19 @@ "5.0" ], "x-ms-request-id": [ - "4b261f2d-23ca-4681-a6c6-4c7e3e7ced62" + "2d4d52fc-eb84-4550-9d34-edb655d122b4" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14944" ], "x-ms-correlation-request-id": [ - "ae27a1ba-f31d-48cc-a475-aaddeb415aec" + "96c17e43-60c8-4765-af4f-e012e573d241" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025156Z:ae27a1ba-f31d-48cc-a475-aaddeb415aec" + "CENTRALUS:20170809T044305Z:96c17e43-60c8-4765-af4f-e012e573d241" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -485,8 +485,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787/inputs/input663?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o4Nzg3L2lucHV0cy9pbnB1dDY2Mz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178/inputs/input3653?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NDcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0MTc4L2lucHV0cy9pbnB1dDM2NTM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"properties\": {\r\n \"endpoint\": \"messages/operationsMonitoringEvents\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -497,7 +497,7 @@ "360" ], "x-ms-client-request-id": [ - "a7b619ca-a65c-44a8-ab8f-ebf7bd08fd3b" + "e65fae84-d177-40df-af41-a5f8ea6ddeb1" ], "accept-language": [ "en-US" @@ -507,7 +507,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787/inputs/input663\",\r\n \"name\": \"input663\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"properties\": {\r\n \"iotHubNamespace\": \"$testIoTHubNamespace$\",\r\n \"sharedAccessPolicyName\": \"owner\",\r\n \"endpoint\": \"messages/operationsMonitoringEvents\",\r\n \"consumerGroupName\": \"sdkconsumergroup\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178/inputs/input3653\",\r\n \"name\": \"input3653\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"properties\": {\r\n \"iotHubNamespace\": \"$testIoTHubNamespace$\",\r\n \"sharedAccessPolicyName\": \"owner\",\r\n \"endpoint\": \"messages/operationsMonitoringEvents\",\r\n \"consumerGroupName\": \"sdkconsumergroup\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -519,7 +519,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:51:56 GMT" + "Wed, 09 Aug 2017 04:43:05 GMT" ], "Pragma": [ "no-cache" @@ -528,7 +528,7 @@ "chunked" ], "ETag": [ - "1daaf122-37e3-4e2b-831b-1d1c11900f91" + "8fffa090-3529-4cd1-9bf0-0b2c53caed64" ], "Server": [ "Microsoft-IIS/8.5" @@ -540,19 +540,19 @@ "5.0" ], "x-ms-request-id": [ - "e67aaf7f-5d88-43a1-a118-7243799e3379" + "892d2c53-07d4-4e9c-a459-68fc30564c43" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1155" ], "x-ms-correlation-request-id": [ - "e5fcb05e-3155-490c-a92f-81b5f014a9c0" + "39846da9-d625-4950-b18b-f64143926f70" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025157Z:e5fcb05e-3155-490c-a92f-81b5f014a9c0" + "CENTRALUS:20170809T044306Z:39846da9-d625-4950-b18b-f64143926f70" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -561,13 +561,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787/inputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o4Nzg3L2lucHV0cz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178/inputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NDcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0MTc4L2lucHV0cz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3357f54c-df4a-4684-87e5-58ea76ebc73c" + "8c8939d8-3511-4ed7-9532-120c359da8ce" ], "accept-language": [ "en-US" @@ -577,7 +577,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787/inputs/input663\",\r\n \"name\": \"input663\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"properties\": {\r\n \"iotHubNamespace\": \"$testIoTHubNamespace$\",\r\n \"sharedAccessPolicyName\": \"owner\",\r\n \"endpoint\": \"messages/operationsMonitoringEvents\",\r\n \"consumerGroupName\": \"sdkconsumergroup\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"1daaf122-37e3-4e2b-831b-1d1c11900f91\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178/inputs/input3653\",\r\n \"name\": \"input3653\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"properties\": {\r\n \"iotHubNamespace\": \"$testIoTHubNamespace$\",\r\n \"sharedAccessPolicyName\": \"owner\",\r\n \"endpoint\": \"messages/operationsMonitoringEvents\",\r\n \"consumerGroupName\": \"sdkconsumergroup\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"8fffa090-3529-4cd1-9bf0-0b2c53caed64\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -589,7 +589,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:51:57 GMT" + "Wed, 09 Aug 2017 04:43:06 GMT" ], "Pragma": [ "no-cache" @@ -607,19 +607,19 @@ "5.0" ], "x-ms-request-id": [ - "3357f54c-df4a-4684-87e5-58ea76ebc73c" + "8c8939d8-3511-4ed7-9532-120c359da8ce" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14942" ], "x-ms-correlation-request-id": [ - "fa96b3ad-159c-4bf5-8371-cd1bdda042d0" + "96dabb2b-ecf2-4739-9acc-81d34a470e85" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025157Z:fa96b3ad-159c-4bf5-8371-cd1bdda042d0" + "CENTRALUS:20170809T044306Z:96dabb2b-ecf2-4739-9acc-81d34a470e85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -628,13 +628,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787/inputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o4Nzg3L2lucHV0cz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178/inputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NDcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0MTc4L2lucHV0cz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a31de35-7e09-4e0a-be3c-170dd96f3d4d" + "24e543b8-b0a0-4b27-ae01-1b462b3e994e" ], "accept-language": [ "en-US" @@ -656,7 +656,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:51:58 GMT" + "Wed, 09 Aug 2017 04:43:06 GMT" ], "Pragma": [ "no-cache" @@ -674,19 +674,19 @@ "5.0" ], "x-ms-request-id": [ - "1a31de35-7e09-4e0a-be3c-170dd96f3d4d" + "24e543b8-b0a0-4b27-ae01-1b462b3e994e" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14940" ], "x-ms-correlation-request-id": [ - "7f90899f-5714-4a7d-87f6-79ea2b77f737" + "b0debc1f-f3f2-49fc-a361-f4add0ec8b3b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025158Z:7f90899f-5714-4a7d-87f6-79ea2b77f737" + "CENTRALUS:20170809T044307Z:b0debc1f-f3f2-49fc-a361-f4add0ec8b3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -695,13 +695,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787?$expand=inputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o4Nzg3PyRleHBhbmQ9aW5wdXRzJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178?$expand=inputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NDcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0MTc4PyRleHBhbmQ9aW5wdXRzJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c46471ce-0865-4744-a7a2-17e52a67c08c" + "21b61182-a0ac-4266-9d96-340ba21207f6" ], "accept-language": [ "en-US" @@ -711,7 +711,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787\",\r\n \"name\": \"sj8787\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"b5d95077-4c33-4f6c-942d-dc3f3af5ac42\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:51:22.573Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787/inputs/input663\",\r\n \"name\": \"input663\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"properties\": {\r\n \"iotHubNamespace\": \"$testIoTHubNamespace$\",\r\n \"sharedAccessPolicyName\": \"owner\",\r\n \"endpoint\": \"messages/operationsMonitoringEvents\",\r\n \"consumerGroupName\": \"sdkconsumergroup\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"1daaf122-37e3-4e2b-831b-1d1c11900f91\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178\",\r\n \"name\": \"sj4178\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"ae9fb40b-0967-428e-8867-8cd351db1562\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:42:34.557Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178/inputs/input3653\",\r\n \"name\": \"input3653\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"properties\": {\r\n \"iotHubNamespace\": \"$testIoTHubNamespace$\",\r\n \"sharedAccessPolicyName\": \"owner\",\r\n \"endpoint\": \"messages/operationsMonitoringEvents\",\r\n \"consumerGroupName\": \"sdkconsumergroup\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"8fffa090-3529-4cd1-9bf0-0b2c53caed64\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -723,7 +723,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:51:57 GMT" + "Wed, 09 Aug 2017 04:43:06 GMT" ], "Pragma": [ "no-cache" @@ -732,7 +732,7 @@ "chunked" ], "ETag": [ - "4b3fd90c-5542-4fd2-b7cd-de3d80396dd5" + "e22ff248-4439-470e-aee7-ab21cc854a1b" ], "Server": [ "Microsoft-IIS/8.5" @@ -744,19 +744,19 @@ "5.0" ], "x-ms-request-id": [ - "c46471ce-0865-4744-a7a2-17e52a67c08c" + "21b61182-a0ac-4266-9d96-340ba21207f6" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14941" ], "x-ms-correlation-request-id": [ - "a986b4d6-a599-40fc-87d6-7ec14dafec14" + "f33a8a85-7e1c-4c36-835a-e1ccc8c1844e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025158Z:a986b4d6-a599-40fc-87d6-7ec14dafec14" + "CENTRALUS:20170809T044306Z:f33a8a85-7e1c-4c36-835a-e1ccc8c1844e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -765,13 +765,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787?$expand=inputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o4Nzg3PyRleHBhbmQ9aW5wdXRzJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178?$expand=inputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NDcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0MTc4PyRleHBhbmQ9aW5wdXRzJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd0f0efe-da25-4959-9929-62e250a76327" + "b1cf9d4d-3f88-4249-8cf0-13763da39abf" ], "accept-language": [ "en-US" @@ -781,7 +781,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787\",\r\n \"name\": \"sj8787\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"b5d95077-4c33-4f6c-942d-dc3f3af5ac42\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:51:22.573Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178\",\r\n \"name\": \"sj4178\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"ae9fb40b-0967-428e-8867-8cd351db1562\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:42:34.557Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -793,7 +793,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:51:58 GMT" + "Wed, 09 Aug 2017 04:43:06 GMT" ], "Pragma": [ "no-cache" @@ -802,7 +802,7 @@ "chunked" ], "ETag": [ - "a0b42109-4fdd-45b0-9975-d4ea2db430da" + "4e31be0a-8744-4a6a-9ff3-8e67a009887d" ], "Server": [ "Microsoft-IIS/8.5" @@ -814,19 +814,19 @@ "5.0" ], "x-ms-request-id": [ - "dd0f0efe-da25-4959-9929-62e250a76327" + "b1cf9d4d-3f88-4249-8cf0-13763da39abf" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14939" ], "x-ms-correlation-request-id": [ - "28c4bb48-e3bf-4121-a87b-5eb6c0f9a245" + "a84761d5-933e-45cc-a006-2c09ed8fab4f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025159Z:28c4bb48-e3bf-4121-a87b-5eb6c0f9a245" + "CENTRALUS:20170809T044307Z:a84761d5-933e-45cc-a006-2c09ed8fab4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -835,13 +835,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8316/providers/Microsoft.StreamAnalytics/streamingjobs/sj8787/inputs/input663?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o4Nzg3L2lucHV0cy9pbnB1dDY2Mz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9470/providers/Microsoft.StreamAnalytics/streamingjobs/sj4178/inputs/input3653?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5NDcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0MTc4L2lucHV0cy9pbnB1dDM2NTM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da45ab41-2f42-4a85-acb9-877a9f1df21d" + "7fe5080e-6906-434e-91a5-cb92fc3fcc02" ], "accept-language": [ "en-US" @@ -866,7 +866,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:51:58 GMT" + "Wed, 09 Aug 2017 04:43:06 GMT" ], "Pragma": [ "no-cache" @@ -878,19 +878,19 @@ "5.0" ], "x-ms-request-id": [ - "da45ab41-2f42-4a85-acb9-877a9f1df21d" + "7fe5080e-6906-434e-91a5-cb92fc3fcc02" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1154" ], "x-ms-correlation-request-id": [ - "3a5ca3ae-61bf-4ee2-9553-36236083b3ca" + "a3dcd4e9-5301-4fc3-ab21-4c9e51cef984" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025158Z:3a5ca3ae-61bf-4ee2-9553-36236083b3ca" + "CENTRALUS:20170809T044306Z:a3dcd4e9-5301-4fc3-ab21-4c9e51cef984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -901,9 +901,9 @@ ], "Names": { "InputOperationsTest_Stream_IoTHub": [ - "sjrg8316", - "sj8787", - "input663" + "sjrg9470", + "sj4178", + "input3653" ] }, "Variables": { diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OperationTests/OperationTest_List.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OperationTests/OperationTest_List.json index 97004013fe88..730f69c8be16 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OperationTests/OperationTest_List.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OperationTests/OperationTest_List.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3e2c085-90ec-4af5-b287-87ed6fc582be" + "2bdf13c8-82ef-47d0-bf53-feb583e7c4d7" ], "accept-language": [ "en-US" @@ -29,7 +29,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:28 GMT" + "Wed, 09 Aug 2017 04:40:49 GMT" ], "Pragma": [ "no-cache" @@ -47,19 +47,19 @@ "5.0" ], "x-ms-request-id": [ - "b3e2c085-90ec-4af5-b287-87ed6fc582be" + "2bdf13c8-82ef-47d0-bf53-feb583e7c4d7" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "14995" + "14988" ], "x-ms-correlation-request-id": [ - "5029e619-1fa2-4010-9e1a-133b85c6165f" + "84c6c99d-0a0a-4fa8-8357-4960b9542bfe" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025429Z:5029e619-1fa2-4010-9e1a-133b85c6165f" + "CENTRALUS:20170809T044050Z:84c6c99d-0a0a-4fa8-8357-4960b9542bfe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_AzureDataLakeStore.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_AzureDataLakeStore.json new file mode 100644 index 000000000000..2871bf8dcd6e --- /dev/null +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_AzureDataLakeStore.json @@ -0,0 +1,912 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg672?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NzI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ], + "x-ms-client-request-id": [ + "e02f2cd6-09e9-4a74-aaa2-7f6769744ab3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg672\",\r\n \"name\": \"sjrg672\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "167" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:40:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1151" + ], + "x-ms-request-id": [ + "772d94a9-fb91-40d0-b039-36238ad86ab7" + ], + "x-ms-correlation-request-id": [ + "772d94a9-fb91-40d0-b039-36238ad86ab7" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T044014Z:772d94a9-fb91-40d0-b039-36238ad86ab7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajgzODI/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "198" + ], + "x-ms-client-request-id": [ + "48508a2d-a9a5-4260-a168-3d5c161802b6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382\",\r\n \"name\": \"sj8382\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"2ac36e12-179c-4a7c-8f29-6fed1db3b5e3\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:40:14.38Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:40:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "bfd76df1-4acb-41e8-8f9d-f476b0033f87" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "3903533b-7ed5-4131-ac38-3afae93373ce" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1145" + ], + "x-ms-correlation-request-id": [ + "e71ab050-39e9-431d-8b81-4c7d6e82e339" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T044014Z:e71ab050-39e9-431d-8b81-4c7d6e82e339" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382/outputs/output9756?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajgzODIvb3V0cHV0cy9vdXRwdXQ5NzU2P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.DataLake/Accounts\",\r\n \"properties\": {\r\n \"refreshToken\": \"someRefreshToken==\",\r\n \"tokenUserPrincipalName\": \"bobsmith@contoso.com\",\r\n \"tokenUserDisplayName\": \"Bob Smith\",\r\n \"accountName\": \"someaccount\",\r\n \"tenantId\": \"cea4e98b-c798-49e7-8c40-4a2b3beb47dd\",\r\n \"filePathPrefix\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "641" + ], + "x-ms-client-request-id": [ + "35b1bd70-745d-4a22-aa41-dbd4a5e93b0f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382/outputs/output9756\",\r\n \"name\": \"output9756\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.DataLake/Accounts\",\r\n \"properties\": {\r\n \"filePathPrefix\": \"{date}/{time}\",\r\n \"accountName\": \"someaccount\",\r\n \"tenantId\": \"cea4e98b-c798-49e7-8c40-4a2b3beb47dd\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\",\r\n \"refreshToken\": null,\r\n \"accessToken\": null,\r\n \"tokenUserPrincipalName\": \"bobsmith@contoso.com\",\r\n \"tokenUserDisplayName\": \"Bob Smith\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:40:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "7333a934-f4ac-4a20-8188-de16290cea4f" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "701179eb-2f61-4486-aa2b-932e02934ea2" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1144" + ], + "x-ms-correlation-request-id": [ + "d5c4601f-2d42-4f0a-b80b-420a21f85af5" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T044015Z:d5c4601f-2d42-4f0a-b80b-420a21f85af5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382/outputs/output9756?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajgzODIvb3V0cHV0cy9vdXRwdXQ5NzU2P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6047a6fd-a194-4449-b28a-e1ef747d569b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382/outputs/output9756\",\r\n \"name\": \"output9756\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.DataLake/Accounts\",\r\n \"properties\": {\r\n \"filePathPrefix\": \"{date}/{time}\",\r\n \"accountName\": \"someaccount\",\r\n \"tenantId\": \"cea4e98b-c798-49e7-8c40-4a2b3beb47dd\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\",\r\n \"refreshToken\": null,\r\n \"accessToken\": null,\r\n \"tokenUserPrincipalName\": \"bobsmith@contoso.com\",\r\n \"tokenUserDisplayName\": \"Bob Smith\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:40:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "7333a934-f4ac-4a20-8188-de16290cea4f" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "6047a6fd-a194-4449-b28a-e1ef747d569b" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14927" + ], + "x-ms-correlation-request-id": [ + "819cb560-c079-4e6f-8e0b-beb86d0d7726" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T044015Z:819cb560-c079-4e6f-8e0b-beb86d0d7726" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382/outputs/output9756?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajgzODIvb3V0cHV0cy9vdXRwdXQ5NzU2P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b972dc54-0435-4bf1-a4fa-d487ceac533a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382/outputs/output9756\",\r\n \"name\": \"output9756\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.DataLake/Accounts\",\r\n \"properties\": {\r\n \"filePathPrefix\": \"{date}/{time}\",\r\n \"accountName\": \"differentaccount\",\r\n \"tenantId\": \"cea4e98b-c798-49e7-8c40-4a2b3beb47dd\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\",\r\n \"refreshToken\": null,\r\n \"accessToken\": null,\r\n \"tokenUserPrincipalName\": \"bobsmith@contoso.com\",\r\n \"tokenUserDisplayName\": \"Bob Smith\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:40:45 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "68a0456f-ad4f-47b7-9581-51a7b50b5bc4" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "b972dc54-0435-4bf1-a4fa-d487ceac533a" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14925" + ], + "x-ms-correlation-request-id": [ + "e0908f7f-a62b-4688-9150-6f14bd7c1652" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T044046Z:e0908f7f-a62b-4688-9150-6f14bd7c1652" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382/outputs/output9756/test?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajgzODIvb3V0cHV0cy9vdXRwdXQ5NzU2L3Rlc3Q/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d7ce6b89-6fc1-43b9-8b54-f31d09eaee37" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:40:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382/outputs/output9756/OperationResults/fb53bac9-94f0-44bf-8be1-c2f4f1ba3910?api-version=2016-03-01" + ], + "Retry-After": [ + "10" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "d7ce6b89-6fc1-43b9-8b54-f31d09eaee37" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1143" + ], + "x-ms-correlation-request-id": [ + "a89028ad-b190-43ea-90c9-d1467b6fd069" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T044015Z:a89028ad-b190-43ea-90c9-d1467b6fd069" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382/outputs/output9756/OperationResults/fb53bac9-94f0-44bf-8be1-c2f4f1ba3910?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajgzODIvb3V0cHV0cy9vdXRwdXQ5NzU2L09wZXJhdGlvblJlc3VsdHMvZmI1M2JhYzktOTRmMC00NGJmLThiZTEtYzJmNGYxYmEzOTEwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"status\": \"TestFailed\",\r\n \"error\": {\r\n \"code\": \"BadArgument\",\r\n \"message\": \"The token provided for 'output9756' has either expired or is invalid. Please re-authorize or update the token and try again.\",\r\n \"details\": null\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:40:45 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "4a3c630a-c510-4356-b556-d8eab2401ea7" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14926" + ], + "x-ms-correlation-request-id": [ + "11732423-0ffc-498f-81fb-8c76f2bbbe0d" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T044045Z:11732423-0ffc-498f-81fb-8c76f2bbbe0d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382/outputs/output9756?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajgzODIvb3V0cHV0cy9vdXRwdXQ5NzU2P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.DataLake/Accounts\",\r\n \"properties\": {\r\n \"accountName\": \"differentaccount\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "323" + ], + "x-ms-client-request-id": [ + "6ea7f34c-29f3-44db-b715-e75d2f9af18f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382/outputs/output9756\",\r\n \"name\": \"output9756\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.DataLake/Accounts\",\r\n \"properties\": {\r\n \"filePathPrefix\": \"{date}/{time}\",\r\n \"accountName\": \"differentaccount\",\r\n \"tenantId\": \"cea4e98b-c798-49e7-8c40-4a2b3beb47dd\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\",\r\n \"refreshToken\": null,\r\n \"accessToken\": null,\r\n \"tokenUserPrincipalName\": \"bobsmith@contoso.com\",\r\n \"tokenUserDisplayName\": \"Bob Smith\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:40:45 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "68a0456f-ad4f-47b7-9581-51a7b50b5bc4" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "428c3eda-815b-459e-8d57-81785c071e01" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1142" + ], + "x-ms-correlation-request-id": [ + "7a2ed7ad-ff0b-4678-9442-df1b8bf3ac9a" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T044046Z:7a2ed7ad-ff0b-4678-9442-df1b8bf3ac9a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajgzODIvb3V0cHV0cz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1cb8e730-32ef-4f25-8840-8a33763ef870" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382/outputs/output9756\",\r\n \"name\": \"output9756\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.DataLake/Accounts\",\r\n \"properties\": {\r\n \"filePathPrefix\": \"{date}/{time}\",\r\n \"accountName\": \"differentaccount\",\r\n \"tenantId\": \"cea4e98b-c798-49e7-8c40-4a2b3beb47dd\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\",\r\n \"refreshToken\": null,\r\n \"accessToken\": null,\r\n \"tokenUserPrincipalName\": \"bobsmith@contoso.com\",\r\n \"tokenUserDisplayName\": \"Bob Smith\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"68a0456f-ad4f-47b7-9581-51a7b50b5bc4\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:40:45 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "1cb8e730-32ef-4f25-8840-8a33763ef870" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14924" + ], + "x-ms-correlation-request-id": [ + "8fd6c413-15ff-45df-8dfe-2029709823bd" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T044046Z:8fd6c413-15ff-45df-8dfe-2029709823bd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajgzODIvb3V0cHV0cz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f0223537-1677-4ba7-959e-009c9f4600f7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:40:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "f0223537-1677-4ba7-959e-009c9f4600f7" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14922" + ], + "x-ms-correlation-request-id": [ + "3ab4d91d-3856-4fd8-960e-0ed8c97a4330" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T044047Z:3ab4d91d-3856-4fd8-960e-0ed8c97a4330" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajgzODI/JGV4cGFuZD1vdXRwdXRzJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e45cfc88-ea7c-4402-bf51-47fdaa17bd73" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382\",\r\n \"name\": \"sj8382\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"2ac36e12-179c-4a7c-8f29-6fed1db3b5e3\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:40:14.38Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382/outputs/output9756\",\r\n \"name\": \"output9756\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.DataLake/Accounts\",\r\n \"properties\": {\r\n \"filePathPrefix\": \"{date}/{time}\",\r\n \"accountName\": \"differentaccount\",\r\n \"tenantId\": \"cea4e98b-c798-49e7-8c40-4a2b3beb47dd\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\",\r\n \"refreshToken\": null,\r\n \"accessToken\": null,\r\n \"tokenUserPrincipalName\": \"bobsmith@contoso.com\",\r\n \"tokenUserDisplayName\": \"Bob Smith\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"68a0456f-ad4f-47b7-9581-51a7b50b5bc4\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:40:45 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "b4a7cfb8-b8ea-453e-bc67-722a091b66d4" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "e45cfc88-ea7c-4402-bf51-47fdaa17bd73" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14923" + ], + "x-ms-correlation-request-id": [ + "7f90aa41-aefa-4a4e-bfc0-6f520a4f8511" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T044046Z:7f90aa41-aefa-4a4e-bfc0-6f520a4f8511" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajgzODI/JGV4cGFuZD1vdXRwdXRzJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "32d1200e-ec20-4725-8048-af3c841d84f7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382\",\r\n \"name\": \"sj8382\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"2ac36e12-179c-4a7c-8f29-6fed1db3b5e3\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:40:14.38Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": []\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:40:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "70433858-3172-4ab1-bc4a-d2914140112a" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "32d1200e-ec20-4725-8048-af3c841d84f7" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14921" + ], + "x-ms-correlation-request-id": [ + "79ffc123-8caf-4d16-ae21-6d4aa17e122f" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T044047Z:79ffc123-8caf-4d16-ae21-6d4aa17e122f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg672/providers/Microsoft.StreamAnalytics/streamingjobs/sj8382/outputs/output9756?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajgzODIvb3V0cHV0cy9vdXRwdXQ5NzU2P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f5a1a409-b074-4662-b3fe-9f1211e1eed9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:40:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "f5a1a409-b074-4662-b3fe-9f1211e1eed9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1141" + ], + "x-ms-correlation-request-id": [ + "64e9b0c8-516a-45c9-ab65-7ae6cd01487b" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T044046Z:64e9b0c8-516a-45c9-ab65-7ae6cd01487b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + } + ], + "Names": { + "OutputOperationsTest_AzureDataLakeStore": [ + "sjrg672", + "sj8382", + "output9756" + ] + }, + "Variables": { + "SubscriptionId": "56b5e0a9-b645-407d-99b0-c64f86013e3d" + } +} \ No newline at end of file diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_AzureSqlDatabase.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_AzureSqlDatabase.json index fa36f3a2df2f..797dab990693 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_AzureSqlDatabase.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_AzureSqlDatabase.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5822?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1ODIyP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5139?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTM5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "1f0ccfa7-413a-4197-a29a-0489777b5f14" + "44dede21-a2df-4002-a975-31de54170d62" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5822\",\r\n \"name\": \"sjrg5822\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5139\",\r\n \"name\": \"sjrg5139\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "169" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:55 GMT" + "Wed, 09 Aug 2017 04:36:38 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1168" + "1172" ], "x-ms-request-id": [ - "db8a77f3-a670-46a2-8f21-670c15a18538" + "82e98bca-5d6f-4668-aadc-e48f53e1d8ca" ], "x-ms-correlation-request-id": [ - "db8a77f3-a670-46a2-8f21-670c15a18538" + "82e98bca-5d6f-4668-aadc-e48f53e1d8ca" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025956Z:db8a77f3-a670-46a2-8f21-670c15a18538" + "CENTRALUS:20170809T043639Z:82e98bca-5d6f-4668-aadc-e48f53e1d8ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,8 +62,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMjMyP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Nzg3P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ "198" ], "x-ms-client-request-id": [ - "c6548b9e-3589-4a64-9bea-35f3dc0710e7" + "bdea1194-9e14-4984-ac21-b16bdec1c561" ], "accept-language": [ "en-US" @@ -84,7 +84,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232\",\r\n \"name\": \"sj2232\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"08a72389-20e4-4c9d-8fd8-437b100ba45c\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:59:55.717Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787\",\r\n \"name\": \"sj7787\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"4dd1eb12-72fa-4389-aa0b-c736d4be5983\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:36:39.66Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:57 GMT" + "Wed, 09 Aug 2017 04:36:39 GMT" ], "Pragma": [ "no-cache" @@ -105,7 +105,7 @@ "chunked" ], "ETag": [ - "d87040cd-3c29-4ce7-adc1-c8b4f3c7eabc" + "56a73a3e-881c-4153-8f90-348233f8d318" ], "Server": [ "Microsoft-IIS/8.5" @@ -117,19 +117,19 @@ "5.0" ], "x-ms-request-id": [ - "c6548b9e-3589-4a64-9bea-35f3dc0710e7" + "af1d6e63-76b9-4a13-b9a6-6c717c1e5b74" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1151" ], "x-ms-correlation-request-id": [ - "3ed29bc3-9195-48ed-a27b-e57f14b7aa27" + "8f959766-a02c-4885-ac76-694fffb3b1bd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025957Z:3ed29bc3-9195-48ed-a27b-e57f14b7aa27" + "CENTRALUS:20170809T043639Z:8f959766-a02c-4885-ac76-694fffb3b1bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -138,8 +138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232/outputs/output7010?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMjMyL291dHB1dHMvb3V0cHV0NzAxMD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787/outputs/output5540?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Nzg3L291dHB1dHMvb3V0cHV0NTU0MD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"user\": \"$testSqlUser$\",\r\n \"password\": \"$testSqlPassword$\",\r\n \"table\": \"$testSqlTable$\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -150,7 +150,7 @@ "311" ], "x-ms-client-request-id": [ - "f1a8d75d-0bc9-4d86-b1bb-cc488213b576" + "380a9c7f-9387-4757-be3c-d24e86f874c9" ], "accept-language": [ "en-US" @@ -160,7 +160,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232/outputs/output7010\",\r\n \"name\": \"output7010\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"$testSqlTable$\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787/outputs/output5540\",\r\n \"name\": \"output5540\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"$testSqlTable$\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -172,7 +172,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:58 GMT" + "Wed, 09 Aug 2017 04:36:39 GMT" ], "Pragma": [ "no-cache" @@ -181,7 +181,7 @@ "chunked" ], "ETag": [ - "3e02a9f7-ecd4-47c4-8c32-745339dd3076" + "b69a60b2-13bd-4715-8b22-2aed790f2056" ], "Server": [ "Microsoft-IIS/8.5" @@ -193,19 +193,19 @@ "5.0" ], "x-ms-request-id": [ - "f1a8d75d-0bc9-4d86-b1bb-cc488213b576" + "5bac5c5c-46bc-4ef9-870b-351c170052b1" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1150" ], "x-ms-correlation-request-id": [ - "75a15f93-9a72-4cd4-888c-8b90e71f863f" + "85234e1d-9087-46bb-9e84-dab5fc9ed470" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025958Z:75a15f93-9a72-4cd4-888c-8b90e71f863f" + "CENTRALUS:20170809T043640Z:85234e1d-9087-46bb-9e84-dab5fc9ed470" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -214,13 +214,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232/outputs/output7010?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMjMyL291dHB1dHMvb3V0cHV0NzAxMD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787/outputs/output5540?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Nzg3L291dHB1dHMvb3V0cHV0NTU0MD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75d506a7-9172-488d-919a-758398cd9f75" + "0a92cc4e-50af-489e-8ec3-59dd0fd1fe2b" ], "accept-language": [ "en-US" @@ -230,7 +230,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232/outputs/output7010\",\r\n \"name\": \"output7010\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"$testSqlTable$\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787/outputs/output5540\",\r\n \"name\": \"output5540\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"$testSqlTable$\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -242,7 +242,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:58 GMT" + "Wed, 09 Aug 2017 04:36:39 GMT" ], "Pragma": [ "no-cache" @@ -251,7 +251,7 @@ "chunked" ], "ETag": [ - "3e02a9f7-ecd4-47c4-8c32-745339dd3076" + "b69a60b2-13bd-4715-8b22-2aed790f2056" ], "Server": [ "Microsoft-IIS/8.5" @@ -263,19 +263,19 @@ "5.0" ], "x-ms-request-id": [ - "75d506a7-9172-488d-919a-758398cd9f75" + "0a92cc4e-50af-489e-8ec3-59dd0fd1fe2b" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14928" ], "x-ms-correlation-request-id": [ - "4de9422c-0f77-4261-b69b-acd38be65e37" + "a0dffbce-f0cb-4ec5-a3e5-8d624d7e57ee" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025958Z:4de9422c-0f77-4261-b69b-acd38be65e37" + "CENTRALUS:20170809T043640Z:a0dffbce-f0cb-4ec5-a3e5-8d624d7e57ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -284,13 +284,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232/outputs/output7010?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMjMyL291dHB1dHMvb3V0cHV0NzAxMD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787/outputs/output5540?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Nzg3L291dHB1dHMvb3V0cHV0NTU0MD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8750b80a-010a-415b-a8ce-5a9eea6903e5" + "c3a31da1-967c-4508-b3c1-e7f69422da64" ], "accept-language": [ "en-US" @@ -300,7 +300,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232/outputs/output7010\",\r\n \"name\": \"output7010\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"differentTable\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787/outputs/output5540\",\r\n \"name\": \"output5540\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"differentTable\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -312,7 +312,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:00:28 GMT" + "Wed, 09 Aug 2017 04:37:11 GMT" ], "Pragma": [ "no-cache" @@ -321,7 +321,7 @@ "chunked" ], "ETag": [ - "8bfea26a-119b-4996-99bb-22828f66e732" + "a4e92271-224c-42f2-80bc-85037c41d90e" ], "Server": [ "Microsoft-IIS/8.5" @@ -333,19 +333,19 @@ "5.0" ], "x-ms-request-id": [ - "8750b80a-010a-415b-a8ce-5a9eea6903e5" + "c3a31da1-967c-4508-b3c1-e7f69422da64" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14926" ], "x-ms-correlation-request-id": [ - "6ffecfba-84ac-42b4-a99d-372b37a6e58a" + "505ad3e4-8cb6-46a8-afe9-4d0e3ef72c93" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030029Z:6ffecfba-84ac-42b4-a99d-372b37a6e58a" + "CENTRALUS:20170809T043711Z:505ad3e4-8cb6-46a8-afe9-4d0e3ef72c93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,13 +354,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232/outputs/output7010/test?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMjMyL291dHB1dHMvb3V0cHV0NzAxMC90ZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787/outputs/output5540/test?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Nzg3L291dHB1dHMvb3V0cHV0NTU0MC90ZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cee368bf-73f7-4fad-8437-e9f291e0efec" + "b72ab4c1-5129-4bfe-8569-fca3aa897b74" ], "accept-language": [ "en-US" @@ -385,13 +385,13 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:58 GMT" + "Wed, 09 Aug 2017 04:36:39 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232/outputs/output7010/OperationResults/438f5eb9-404b-4f14-b83b-7646993bc4cd?api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787/outputs/output5540/OperationResults/334efb71-ac13-4711-b873-ea7f3877523f?api-version=2016-03-01" ], "Retry-After": [ "10" @@ -403,19 +403,19 @@ "5.0" ], "x-ms-request-id": [ - "cee368bf-73f7-4fad-8437-e9f291e0efec" + "b72ab4c1-5129-4bfe-8569-fca3aa897b74" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1149" ], "x-ms-correlation-request-id": [ - "e3195e36-be3e-464b-96a3-58822d53f1f2" + "5615a3d8-fe09-4fcb-a240-a9fee91e904b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025958Z:e3195e36-be3e-464b-96a3-58822d53f1f2" + "CENTRALUS:20170809T043640Z:5615a3d8-fe09-4fcb-a240-a9fee91e904b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -424,8 +424,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232/outputs/output7010/OperationResults/438f5eb9-404b-4f14-b83b-7646993bc4cd?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMjMyL291dHB1dHMvb3V0cHV0NzAxMC9PcGVyYXRpb25SZXN1bHRzLzQzOGY1ZWI5LTQwNGItNGYxNC1iODNiLTc2NDY5OTNiYzRjZD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787/outputs/output5540/OperationResults/334efb71-ac13-4711-b873-ea7f3877523f?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Nzg3L291dHB1dHMvb3V0cHV0NTU0MC9PcGVyYXRpb25SZXN1bHRzLzMzNGVmYjcxLWFjMTMtNDcxMS1iODczLWVhN2YzODc3NTIzZj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -446,7 +446,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:00:28 GMT" + "Wed, 09 Aug 2017 04:37:11 GMT" ], "Pragma": [ "no-cache" @@ -464,19 +464,19 @@ "5.0" ], "x-ms-request-id": [ - "aad8183b-5f09-424d-ad62-ffc046e6ac7b" + "37bfd685-2393-4e43-8a70-b205b846fcc7" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14927" ], "x-ms-correlation-request-id": [ - "e725d765-7f24-476f-b819-721af4d9f4ce" + "ceaf294f-6c65-4d7d-b834-ab23df29eaf9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030028Z:e725d765-7f24-476f-b819-721af4d9f4ce" + "CENTRALUS:20170809T043711Z:ceaf294f-6c65-4d7d-b834-ab23df29eaf9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -485,8 +485,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232/outputs/output7010?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMjMyL291dHB1dHMvb3V0cHV0NzAxMD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787/outputs/output5540?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Nzg3L291dHB1dHMvb3V0cHV0NTU0MD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"table\": \"differentTable\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -497,7 +497,7 @@ "171" ], "x-ms-client-request-id": [ - "9bc43193-999d-468a-919c-eeb7e6855362" + "e77eb967-ec87-4ace-ba91-b97154d1755c" ], "accept-language": [ "en-US" @@ -507,7 +507,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232/outputs/output7010\",\r\n \"name\": \"output7010\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"differentTable\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787/outputs/output5540\",\r\n \"name\": \"output5540\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"differentTable\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -519,7 +519,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:00:28 GMT" + "Wed, 09 Aug 2017 04:37:11 GMT" ], "Pragma": [ "no-cache" @@ -528,7 +528,7 @@ "chunked" ], "ETag": [ - "8bfea26a-119b-4996-99bb-22828f66e732" + "a4e92271-224c-42f2-80bc-85037c41d90e" ], "Server": [ "Microsoft-IIS/8.5" @@ -540,19 +540,19 @@ "5.0" ], "x-ms-request-id": [ - "9bc43193-999d-468a-919c-eeb7e6855362" + "edb081c6-d2b3-471e-bc20-48c7b8ec62df" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1148" ], "x-ms-correlation-request-id": [ - "0225d0fb-6573-4058-a96b-01e8c8613a08" + "16b80a98-1396-435a-8dcd-a8ce796690b7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030029Z:0225d0fb-6573-4058-a96b-01e8c8613a08" + "CENTRALUS:20170809T043711Z:16b80a98-1396-435a-8dcd-a8ce796690b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -561,13 +561,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232/outputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMjMyL291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Nzg3L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "254b8c17-9e34-432a-80d1-d000a34d0d83" + "9b4ce48e-f4d7-481e-a57f-bbe4cc6479d6" ], "accept-language": [ "en-US" @@ -577,7 +577,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232/outputs/output7010\",\r\n \"name\": \"output7010\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"differentTable\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n },\r\n \"etag\": \"8bfea26a-119b-4996-99bb-22828f66e732\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787/outputs/output5540\",\r\n \"name\": \"output5540\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"differentTable\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n },\r\n \"etag\": \"a4e92271-224c-42f2-80bc-85037c41d90e\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -589,7 +589,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:00:28 GMT" + "Wed, 09 Aug 2017 04:37:11 GMT" ], "Pragma": [ "no-cache" @@ -607,19 +607,19 @@ "5.0" ], "x-ms-request-id": [ - "254b8c17-9e34-432a-80d1-d000a34d0d83" + "9b4ce48e-f4d7-481e-a57f-bbe4cc6479d6" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "14925" ], "x-ms-correlation-request-id": [ - "ad7c6d01-1497-4107-9011-36b481b13085" + "1262fc11-5469-4610-a81b-09de1676b559" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030029Z:ad7c6d01-1497-4107-9011-36b481b13085" + "CENTRALUS:20170809T043711Z:1262fc11-5469-4610-a81b-09de1676b559" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -628,13 +628,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232/outputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMjMyL291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Nzg3L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8de90c2-d69d-4548-89f7-9e4a60069579" + "4749cd7f-61e7-443a-b03c-026faedcd569" ], "accept-language": [ "en-US" @@ -656,7 +656,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:00:30 GMT" + "Wed, 09 Aug 2017 04:37:12 GMT" ], "Pragma": [ "no-cache" @@ -674,19 +674,19 @@ "5.0" ], "x-ms-request-id": [ - "a8de90c2-d69d-4548-89f7-9e4a60069579" + "4749cd7f-61e7-443a-b03c-026faedcd569" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "14923" ], "x-ms-correlation-request-id": [ - "43e08ad7-ad20-40a6-803c-e6e12d52219f" + "6e74bf3c-7c19-4b22-9c57-16a6c2c9e416" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030030Z:43e08ad7-ad20-40a6-803c-e6e12d52219f" + "CENTRALUS:20170809T043712Z:6e74bf3c-7c19-4b22-9c57-16a6c2c9e416" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -695,13 +695,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232?$expand=outputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMjMyPyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Nzg3PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b70f273-3621-4e2b-bc80-21b4d51a43ff" + "5f1082af-7521-4833-a7de-0431269eaa95" ], "accept-language": [ "en-US" @@ -711,7 +711,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232\",\r\n \"name\": \"sj2232\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"08a72389-20e4-4c9d-8fd8-437b100ba45c\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:59:55.717Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232/outputs/output7010\",\r\n \"name\": \"output7010\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"differentTable\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n },\r\n \"etag\": \"8bfea26a-119b-4996-99bb-22828f66e732\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787\",\r\n \"name\": \"sj7787\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"4dd1eb12-72fa-4389-aa0b-c736d4be5983\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:36:39.66Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787/outputs/output5540\",\r\n \"name\": \"output5540\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"differentTable\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n },\r\n \"etag\": \"a4e92271-224c-42f2-80bc-85037c41d90e\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -723,7 +723,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:00:30 GMT" + "Wed, 09 Aug 2017 04:37:11 GMT" ], "Pragma": [ "no-cache" @@ -732,7 +732,7 @@ "chunked" ], "ETag": [ - "ca36bec2-ba37-472e-8c99-b30729a1935b" + "acf666ac-7eac-4aa2-b4d3-4132f5f8889f" ], "Server": [ "Microsoft-IIS/8.5" @@ -744,19 +744,19 @@ "5.0" ], "x-ms-request-id": [ - "9b70f273-3621-4e2b-bc80-21b4d51a43ff" + "5f1082af-7521-4833-a7de-0431269eaa95" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14924" ], "x-ms-correlation-request-id": [ - "0e07f13f-b880-412f-8a84-e46a84e4ae8b" + "36938374-782f-4b11-9c01-0db7075a7f5a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030030Z:0e07f13f-b880-412f-8a84-e46a84e4ae8b" + "CENTRALUS:20170809T043711Z:36938374-782f-4b11-9c01-0db7075a7f5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -765,13 +765,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232?$expand=outputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMjMyPyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Nzg3PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "edcf4d19-95d9-47c5-9956-97df933367c1" + "969b1e1c-ef94-4a8b-8ac2-add3e536a7f9" ], "accept-language": [ "en-US" @@ -781,7 +781,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232\",\r\n \"name\": \"sj2232\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"08a72389-20e4-4c9d-8fd8-437b100ba45c\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:59:55.717Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787\",\r\n \"name\": \"sj7787\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"4dd1eb12-72fa-4389-aa0b-c736d4be5983\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:36:39.66Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -793,7 +793,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:00:30 GMT" + "Wed, 09 Aug 2017 04:37:12 GMT" ], "Pragma": [ "no-cache" @@ -802,7 +802,7 @@ "chunked" ], "ETag": [ - "ee6bf4c1-c461-4b6d-b8ac-fc190b78d7dc" + "64d8f288-a64b-4f44-a536-01e36bb4183d" ], "Server": [ "Microsoft-IIS/8.5" @@ -814,19 +814,19 @@ "5.0" ], "x-ms-request-id": [ - "edcf4d19-95d9-47c5-9956-97df933367c1" + "969b1e1c-ef94-4a8b-8ac2-add3e536a7f9" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "14922" ], "x-ms-correlation-request-id": [ - "16499d44-09f9-439a-8d90-f10b3c585ba5" + "5ed9f1d5-cbc0-4afe-8e5d-71f25fd071ef" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030030Z:16499d44-09f9-439a-8d90-f10b3c585ba5" + "CENTRALUS:20170809T043712Z:5ed9f1d5-cbc0-4afe-8e5d-71f25fd071ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -835,13 +835,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5822/providers/Microsoft.StreamAnalytics/streamingjobs/sj2232/outputs/output7010?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1ODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMjMyL291dHB1dHMvb3V0cHV0NzAxMD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg5139/providers/Microsoft.StreamAnalytics/streamingjobs/sj7787/outputs/output5540?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o3Nzg3L291dHB1dHMvb3V0cHV0NTU0MD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca44713d-acb4-4d02-bc3a-d29ca83730e8" + "1b5b1d05-8e4b-483b-869c-448b182ecc6c" ], "accept-language": [ "en-US" @@ -866,7 +866,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:00:30 GMT" + "Wed, 09 Aug 2017 04:37:11 GMT" ], "Pragma": [ "no-cache" @@ -878,19 +878,19 @@ "5.0" ], "x-ms-request-id": [ - "ca44713d-acb4-4d02-bc3a-d29ca83730e8" + "1b5b1d05-8e4b-483b-869c-448b182ecc6c" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1147" ], "x-ms-correlation-request-id": [ - "090f9351-ca15-4a28-8671-d7304ad3dd85" + "675112c2-8033-46e9-afe9-f36f01556232" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030030Z:090f9351-ca15-4a28-8671-d7304ad3dd85" + "CENTRALUS:20170809T043711Z:675112c2-8033-46e9-afe9-f36f01556232" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -901,9 +901,9 @@ ], "Names": { "OutputOperationsTest_AzureSqlDatabase": [ - "sjrg5822", - "sj2232", - "output7010" + "sjrg5139", + "sj7787", + "output5540" ] }, "Variables": { diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_AzureTable.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_AzureTable.json index 97b6a50a7002..0ecdb7888ae7 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_AzureTable.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_AzureTable.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4254?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MjU0P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9388?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5Mzg4P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "bc08cae8-b794-4c3d-88b1-116570876391" + "c46169d2-7384-49a7-b368-d252f10972e8" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4254\",\r\n \"name\": \"sjrg4254\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9388\",\r\n \"name\": \"sjrg9388\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "169" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:00:33 GMT" + "Wed, 09 Aug 2017 04:37:49 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1167" + "1155" ], "x-ms-request-id": [ - "18a5c00e-137f-4b0f-b53c-e80f0887b050" + "c9adea9c-fb68-41c5-8ef5-818898c53c7a" ], "x-ms-correlation-request-id": [ - "18a5c00e-137f-4b0f-b53c-e80f0887b050" + "c9adea9c-fb68-41c5-8ef5-818898c53c7a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030033Z:18a5c00e-137f-4b0f-b53c-e80f0887b050" + "CENTRALUS:20170809T043750Z:c9adea9c-fb68-41c5-8ef5-818898c53c7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,8 +62,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MjgzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5Mzg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMTk1P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ "198" ], "x-ms-client-request-id": [ - "e1e9db10-5168-47fd-8021-cab5c86bc4c3" + "926606c0-de56-4f83-ba45-6d8a1866d1e8" ], "accept-language": [ "en-US" @@ -84,7 +84,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283\",\r\n \"name\": \"sj9283\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"2144aa29-044b-4a35-b593-5a110ffa046d\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T03:00:32.48Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195\",\r\n \"name\": \"sj2195\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"4b73296e-c165-4e71-8537-d50f4e28ab6b\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:37:51.77Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:00:33 GMT" + "Wed, 09 Aug 2017 04:37:51 GMT" ], "Pragma": [ "no-cache" @@ -105,7 +105,7 @@ "chunked" ], "ETag": [ - "15a2259b-9ef3-4b13-9904-cec0ef51b8a3" + "63b1689c-61a8-4400-9721-93f76c297f92" ], "Server": [ "Microsoft-IIS/8.5" @@ -117,19 +117,19 @@ "5.0" ], "x-ms-request-id": [ - "e1e9db10-5168-47fd-8021-cab5c86bc4c3" + "926606c0-de56-4f83-ba45-6d8a1866d1e8" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1172" + "1158" ], "x-ms-correlation-request-id": [ - "8afd8d9c-a63a-4634-ad19-24b261f67f7d" + "b1e5502b-0d69-4abe-a380-655809d28ee8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030034Z:8afd8d9c-a63a-4634-ad19-24b261f67f7d" + "CENTRALUS:20170809T043752Z:b1e5502b-0d69-4abe-a380-655809d28ee8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -138,8 +138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283/outputs/output1210?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MjgzL291dHB1dHMvb3V0cHV0MTIxMD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195/outputs/output5666?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5Mzg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMTk1L291dHB1dHMvb3V0cHV0NTY2Nj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Table\",\r\n \"properties\": {\r\n \"accountName\": \"$testAccountName$\",\r\n \"accountKey\": \"$testStorageAccountKey$\",\r\n \"table\": \"samples\",\r\n \"partitionKey\": \"partitionKey\",\r\n \"rowKey\": \"rowKey\",\r\n \"columnsToRemove\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"batchSize\": 25\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -150,7 +150,7 @@ "495" ], "x-ms-client-request-id": [ - "d9f2bc84-57fe-46e0-9c25-38d2c7be4d8d" + "b57a3e09-87e4-4e5f-a528-f57231be2df0" ], "accept-language": [ "en-US" @@ -160,7 +160,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283/outputs/output1210\",\r\n \"name\": \"output1210\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Table\",\r\n \"properties\": {\r\n \"accountName\": \"$testAccountName$\",\r\n \"table\": \"samples\",\r\n \"partitionKey\": \"partitionKey\",\r\n \"rowKey\": \"rowKey\",\r\n \"columnsToRemove\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"batchSize\": 25\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195/outputs/output5666\",\r\n \"name\": \"output5666\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Table\",\r\n \"properties\": {\r\n \"accountName\": \"$testAccountName$\",\r\n \"table\": \"samples\",\r\n \"partitionKey\": \"partitionKey\",\r\n \"rowKey\": \"rowKey\",\r\n \"columnsToRemove\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"batchSize\": 25\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -172,7 +172,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:00:34 GMT" + "Wed, 09 Aug 2017 04:37:51 GMT" ], "Pragma": [ "no-cache" @@ -181,7 +181,7 @@ "chunked" ], "ETag": [ - "49849d08-1ea9-48e7-809e-61046f22bd17" + "915674dc-b4a6-414b-be05-e58e83350075" ], "Server": [ "Microsoft-IIS/8.5" @@ -193,19 +193,19 @@ "5.0" ], "x-ms-request-id": [ - "d9f2bc84-57fe-46e0-9c25-38d2c7be4d8d" + "92c0dfd7-e62b-4520-bb45-fa53765d4f0b" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1171" + "1157" ], "x-ms-correlation-request-id": [ - "7f689f70-0ee1-48a8-b25e-6d9c74cff4eb" + "b5eb85ea-c98f-448a-8ea1-ddacd8c6f248" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030035Z:7f689f70-0ee1-48a8-b25e-6d9c74cff4eb" + "CENTRALUS:20170809T043752Z:b5eb85ea-c98f-448a-8ea1-ddacd8c6f248" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -214,13 +214,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283/outputs/output1210?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MjgzL291dHB1dHMvb3V0cHV0MTIxMD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195/outputs/output5666?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5Mzg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMTk1L291dHB1dHMvb3V0cHV0NTY2Nj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac5fcfa2-cec3-4156-b30d-5491927f17d2" + "dc0622a5-c4c1-48fd-a04e-fe6e766ed936" ], "accept-language": [ "en-US" @@ -230,7 +230,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283/outputs/output1210\",\r\n \"name\": \"output1210\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Table\",\r\n \"properties\": {\r\n \"accountName\": \"$testAccountName$\",\r\n \"table\": \"samples\",\r\n \"partitionKey\": \"partitionKey\",\r\n \"rowKey\": \"rowKey\",\r\n \"columnsToRemove\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"batchSize\": 25\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195/outputs/output5666\",\r\n \"name\": \"output5666\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Table\",\r\n \"properties\": {\r\n \"accountName\": \"$testAccountName$\",\r\n \"table\": \"samples\",\r\n \"partitionKey\": \"partitionKey\",\r\n \"rowKey\": \"rowKey\",\r\n \"columnsToRemove\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"batchSize\": 25\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -242,7 +242,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:00:34 GMT" + "Wed, 09 Aug 2017 04:37:51 GMT" ], "Pragma": [ "no-cache" @@ -251,7 +251,7 @@ "chunked" ], "ETag": [ - "49849d08-1ea9-48e7-809e-61046f22bd17" + "915674dc-b4a6-414b-be05-e58e83350075" ], "Server": [ "Microsoft-IIS/8.5" @@ -263,19 +263,19 @@ "5.0" ], "x-ms-request-id": [ - "ac5fcfa2-cec3-4156-b30d-5491927f17d2" + "dc0622a5-c4c1-48fd-a04e-fe6e766ed936" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14940" ], "x-ms-correlation-request-id": [ - "78139f70-a657-4161-9d89-cb971f11b6d1" + "34ef8c43-addc-4b61-9041-0a66eaae9652" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030035Z:78139f70-a657-4161-9d89-cb971f11b6d1" + "CENTRALUS:20170809T043752Z:34ef8c43-addc-4b61-9041-0a66eaae9652" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -284,13 +284,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283/outputs/output1210?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MjgzL291dHB1dHMvb3V0cHV0MTIxMD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195/outputs/output5666?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5Mzg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMTk1L291dHB1dHMvb3V0cHV0NTY2Nj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a51792bf-20ce-42c5-b99e-8d54cf540b5d" + "94abdd8a-d5b0-4fe6-b47e-b71c373ee7ca" ], "accept-language": [ "en-US" @@ -300,7 +300,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283/outputs/output1210\",\r\n \"name\": \"output1210\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Table\",\r\n \"properties\": {\r\n \"accountName\": \"$testAccountName$\",\r\n \"table\": \"samples\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"rowKey\": \"rowKey\",\r\n \"columnsToRemove\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"batchSize\": 25\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195/outputs/output5666\",\r\n \"name\": \"output5666\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Table\",\r\n \"properties\": {\r\n \"accountName\": \"$testAccountName$\",\r\n \"table\": \"samples\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"rowKey\": \"rowKey\",\r\n \"columnsToRemove\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"batchSize\": 25\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -312,7 +312,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:06 GMT" + "Wed, 09 Aug 2017 04:38:22 GMT" ], "Pragma": [ "no-cache" @@ -321,7 +321,7 @@ "chunked" ], "ETag": [ - "7824a5b3-73ec-4d25-82d5-4b730fbe27cc" + "8723aaca-a0b1-4b19-960c-79799ca475c4" ], "Server": [ "Microsoft-IIS/8.5" @@ -333,19 +333,19 @@ "5.0" ], "x-ms-request-id": [ - "a51792bf-20ce-42c5-b99e-8d54cf540b5d" + "94abdd8a-d5b0-4fe6-b47e-b71c373ee7ca" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "14938" ], "x-ms-correlation-request-id": [ - "0e4c26ae-87c7-4da9-8ed7-65e518f2da36" + "faa68aa1-58b8-4f32-b713-55d96d6437ac" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030106Z:0e4c26ae-87c7-4da9-8ed7-65e518f2da36" + "CENTRALUS:20170809T043823Z:faa68aa1-58b8-4f32-b713-55d96d6437ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,13 +354,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283/outputs/output1210/test?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MjgzL291dHB1dHMvb3V0cHV0MTIxMC90ZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195/outputs/output5666/test?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5Mzg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMTk1L291dHB1dHMvb3V0cHV0NTY2Ni90ZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc24ff34-af0f-4207-b586-852e49686021" + "46163a1a-a140-47c2-a86e-2890cfb999a7" ], "accept-language": [ "en-US" @@ -385,13 +385,13 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:00:35 GMT" + "Wed, 09 Aug 2017 04:37:52 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283/outputs/output1210/OperationResults/443fc4d7-735f-4866-bf12-8f392851ff9f?api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195/outputs/output5666/OperationResults/99484145-e33d-4c8c-95ca-e8c33168c3de?api-version=2016-03-01" ], "Retry-After": [ "10" @@ -403,19 +403,19 @@ "5.0" ], "x-ms-request-id": [ - "fc24ff34-af0f-4207-b586-852e49686021" + "46163a1a-a140-47c2-a86e-2890cfb999a7" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1170" + "1156" ], "x-ms-correlation-request-id": [ - "4e2c3e0e-be55-4be3-9aa8-e4d8d91fe67f" + "bad1314c-70eb-4de0-9f6d-7ae7c05f9fb3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030035Z:4e2c3e0e-be55-4be3-9aa8-e4d8d91fe67f" + "CENTRALUS:20170809T043752Z:bad1314c-70eb-4de0-9f6d-7ae7c05f9fb3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -424,8 +424,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283/outputs/output1210/OperationResults/443fc4d7-735f-4866-bf12-8f392851ff9f?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MjgzL291dHB1dHMvb3V0cHV0MTIxMC9PcGVyYXRpb25SZXN1bHRzLzQ0M2ZjNGQ3LTczNWYtNDg2Ni1iZjEyLThmMzkyODUxZmY5Zj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195/outputs/output5666/OperationResults/99484145-e33d-4c8c-95ca-e8c33168c3de?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5Mzg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMTk1L291dHB1dHMvb3V0cHV0NTY2Ni9PcGVyYXRpb25SZXN1bHRzLzk5NDg0MTQ1LWUzM2QtNGM4Yy05NWNhLWU4YzMzMTY4YzNkZT9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -446,7 +446,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:06 GMT" + "Wed, 09 Aug 2017 04:38:22 GMT" ], "Pragma": [ "no-cache" @@ -464,19 +464,19 @@ "5.0" ], "x-ms-request-id": [ - "1143643f-828d-4eb0-a158-3ce7fcce5fed" + "0c2de446-a3b2-4574-8523-37948ba3f2e0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "14939" ], "x-ms-correlation-request-id": [ - "6009fec1-810c-4bfd-8c52-f08f67a18d35" + "689a7bc3-7228-4090-a7e7-fb0a50929704" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030106Z:6009fec1-810c-4bfd-8c52-f08f67a18d35" + "CENTRALUS:20170809T043823Z:689a7bc3-7228-4090-a7e7-fb0a50929704" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -485,8 +485,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283/outputs/output1210?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MjgzL291dHB1dHMvb3V0cHV0MTIxMD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195/outputs/output5666?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5Mzg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMTk1L291dHB1dHMvb3V0cHV0NTY2Nj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Table\",\r\n \"properties\": {\r\n \"partitionKey\": \"differentPartitionKey\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -497,7 +497,7 @@ "179" ], "x-ms-client-request-id": [ - "ab54f223-c5a3-4e0f-b1ca-6eb7b5b3b4be" + "4767d4de-ba9b-4ba9-bd9c-e6850da34559" ], "accept-language": [ "en-US" @@ -507,7 +507,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283/outputs/output1210\",\r\n \"name\": \"output1210\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Table\",\r\n \"properties\": {\r\n \"accountName\": \"$testAccountName$\",\r\n \"table\": \"samples\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"rowKey\": \"rowKey\",\r\n \"columnsToRemove\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"batchSize\": 25\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195/outputs/output5666\",\r\n \"name\": \"output5666\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Table\",\r\n \"properties\": {\r\n \"accountName\": \"$testAccountName$\",\r\n \"table\": \"samples\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"rowKey\": \"rowKey\",\r\n \"columnsToRemove\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"batchSize\": 25\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -519,7 +519,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:06 GMT" + "Wed, 09 Aug 2017 04:38:22 GMT" ], "Pragma": [ "no-cache" @@ -528,7 +528,7 @@ "chunked" ], "ETag": [ - "7824a5b3-73ec-4d25-82d5-4b730fbe27cc" + "8723aaca-a0b1-4b19-960c-79799ca475c4" ], "Server": [ "Microsoft-IIS/8.5" @@ -540,19 +540,19 @@ "5.0" ], "x-ms-request-id": [ - "ab54f223-c5a3-4e0f-b1ca-6eb7b5b3b4be" + "947a5ed0-edd1-477b-a944-1c9cf87a87fd" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1169" + "1155" ], "x-ms-correlation-request-id": [ - "c783aaa5-7963-48b9-80a0-a3d0eacf12e6" + "4469d5c0-7001-40ca-ae42-ac746674ca11" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030106Z:c783aaa5-7963-48b9-80a0-a3d0eacf12e6" + "CENTRALUS:20170809T043823Z:4469d5c0-7001-40ca-ae42-ac746674ca11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -561,13 +561,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283/outputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MjgzL291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5Mzg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMTk1L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1fad5f7-dd81-40fc-a939-5dc4b8ffd4ef" + "02b57509-e474-4a02-9528-8132b7639168" ], "accept-language": [ "en-US" @@ -577,7 +577,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283/outputs/output1210\",\r\n \"name\": \"output1210\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Table\",\r\n \"properties\": {\r\n \"accountName\": \"$testAccountName$\",\r\n \"table\": \"samples\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"rowKey\": \"rowKey\",\r\n \"columnsToRemove\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"batchSize\": 25\r\n }\r\n },\r\n \"etag\": \"7824a5b3-73ec-4d25-82d5-4b730fbe27cc\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195/outputs/output5666\",\r\n \"name\": \"output5666\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Table\",\r\n \"properties\": {\r\n \"accountName\": \"$testAccountName$\",\r\n \"table\": \"samples\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"rowKey\": \"rowKey\",\r\n \"columnsToRemove\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"batchSize\": 25\r\n }\r\n },\r\n \"etag\": \"8723aaca-a0b1-4b19-960c-79799ca475c4\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -589,7 +589,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:07 GMT" + "Wed, 09 Aug 2017 04:38:22 GMT" ], "Pragma": [ "no-cache" @@ -607,19 +607,19 @@ "5.0" ], "x-ms-request-id": [ - "d1fad5f7-dd81-40fc-a939-5dc4b8ffd4ef" + "02b57509-e474-4a02-9528-8132b7639168" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "14937" ], "x-ms-correlation-request-id": [ - "b56c8983-4d5e-4997-8eb6-f2dda11b385a" + "14d3518f-285c-4404-825d-95cc0d4341d6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030107Z:b56c8983-4d5e-4997-8eb6-f2dda11b385a" + "CENTRALUS:20170809T043823Z:14d3518f-285c-4404-825d-95cc0d4341d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -628,13 +628,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283/outputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MjgzL291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5Mzg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMTk1L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef96e4bb-8fd9-41b2-ac52-927b9251909a" + "2ec5da42-a74a-45d9-aa25-2f83964a12e1" ], "accept-language": [ "en-US" @@ -656,7 +656,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:08 GMT" + "Wed, 09 Aug 2017 04:38:23 GMT" ], "Pragma": [ "no-cache" @@ -674,19 +674,19 @@ "5.0" ], "x-ms-request-id": [ - "ef96e4bb-8fd9-41b2-ac52-927b9251909a" + "2ec5da42-a74a-45d9-aa25-2f83964a12e1" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "14935" ], "x-ms-correlation-request-id": [ - "12d5041a-9008-45a3-a0d2-3a8cb289a967" + "b1631c1c-dde6-4e59-8cb1-9e7c84ae02df" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030108Z:12d5041a-9008-45a3-a0d2-3a8cb289a967" + "CENTRALUS:20170809T043824Z:b1631c1c-dde6-4e59-8cb1-9e7c84ae02df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -695,13 +695,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283?$expand=outputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MjgzPyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5Mzg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMTk1PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ccae46f7-cf13-44e8-9449-465e452d02da" + "10e65a18-4b65-4ab0-94fb-8f0de1bc99aa" ], "accept-language": [ "en-US" @@ -711,7 +711,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283\",\r\n \"name\": \"sj9283\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"2144aa29-044b-4a35-b593-5a110ffa046d\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T03:00:32.48Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283/outputs/output1210\",\r\n \"name\": \"output1210\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Table\",\r\n \"properties\": {\r\n \"accountName\": \"$testAccountName$\",\r\n \"table\": \"samples\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"rowKey\": \"rowKey\",\r\n \"columnsToRemove\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"batchSize\": 25\r\n }\r\n },\r\n \"etag\": \"7824a5b3-73ec-4d25-82d5-4b730fbe27cc\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195\",\r\n \"name\": \"sj2195\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"4b73296e-c165-4e71-8537-d50f4e28ab6b\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:37:51.77Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195/outputs/output5666\",\r\n \"name\": \"output5666\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Table\",\r\n \"properties\": {\r\n \"accountName\": \"$testAccountName$\",\r\n \"table\": \"samples\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"rowKey\": \"rowKey\",\r\n \"columnsToRemove\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"batchSize\": 25\r\n }\r\n },\r\n \"etag\": \"8723aaca-a0b1-4b19-960c-79799ca475c4\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -723,7 +723,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:07 GMT" + "Wed, 09 Aug 2017 04:38:22 GMT" ], "Pragma": [ "no-cache" @@ -732,7 +732,7 @@ "chunked" ], "ETag": [ - "0d0d6a5b-603f-44a3-8777-956c39784821" + "cbab16eb-27a9-4be5-aa87-52d1b6c7fcf9" ], "Server": [ "Microsoft-IIS/8.5" @@ -744,19 +744,19 @@ "5.0" ], "x-ms-request-id": [ - "ccae46f7-cf13-44e8-9449-465e452d02da" + "10e65a18-4b65-4ab0-94fb-8f0de1bc99aa" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "14936" ], "x-ms-correlation-request-id": [ - "24da1358-4004-4d53-bfe3-8af2427eb376" + "67020c4b-40a2-4024-9408-ba662d00ad31" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030107Z:24da1358-4004-4d53-bfe3-8af2427eb376" + "CENTRALUS:20170809T043823Z:67020c4b-40a2-4024-9408-ba662d00ad31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -765,13 +765,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283?$expand=outputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MjgzPyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5Mzg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMTk1PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7600fad3-b5ae-4163-830b-c14a19bf14e1" + "c27f2b9f-5825-48df-aa0f-d76e6082fbec" ], "accept-language": [ "en-US" @@ -781,7 +781,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283\",\r\n \"name\": \"sj9283\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"2144aa29-044b-4a35-b593-5a110ffa046d\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T03:00:32.48Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195\",\r\n \"name\": \"sj2195\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"4b73296e-c165-4e71-8537-d50f4e28ab6b\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:37:51.77Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -793,7 +793,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:08 GMT" + "Wed, 09 Aug 2017 04:38:23 GMT" ], "Pragma": [ "no-cache" @@ -802,7 +802,7 @@ "chunked" ], "ETag": [ - "62329b8c-be1a-46eb-a16b-90a375a3533d" + "41801a12-074d-4393-8bfb-2e13b6da1f35" ], "Server": [ "Microsoft-IIS/8.5" @@ -814,19 +814,19 @@ "5.0" ], "x-ms-request-id": [ - "7600fad3-b5ae-4163-830b-c14a19bf14e1" + "c27f2b9f-5825-48df-aa0f-d76e6082fbec" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "14934" ], "x-ms-correlation-request-id": [ - "2bd2ff1c-c7e8-43d9-91a7-17b8cf51cf25" + "de72cb9c-0b13-40e4-ba08-3284dae65329" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030108Z:2bd2ff1c-c7e8-43d9-91a7-17b8cf51cf25" + "CENTRALUS:20170809T043824Z:de72cb9c-0b13-40e4-ba08-3284dae65329" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -835,13 +835,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4254/providers/Microsoft.StreamAnalytics/streamingjobs/sj9283/outputs/output1210?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MjgzL291dHB1dHMvb3V0cHV0MTIxMD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg9388/providers/Microsoft.StreamAnalytics/streamingjobs/sj2195/outputs/output5666?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc5Mzg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyMTk1L291dHB1dHMvb3V0cHV0NTY2Nj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c2cc7ce-7047-4629-a023-b290aff3cdef" + "7782f624-b289-4165-bbfc-5dd5d93b4031" ], "accept-language": [ "en-US" @@ -866,7 +866,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:07 GMT" + "Wed, 09 Aug 2017 04:38:23 GMT" ], "Pragma": [ "no-cache" @@ -878,19 +878,19 @@ "5.0" ], "x-ms-request-id": [ - "1c2cc7ce-7047-4629-a023-b290aff3cdef" + "7782f624-b289-4165-bbfc-5dd5d93b4031" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1168" + "1154" ], "x-ms-correlation-request-id": [ - "834e7a54-1266-4512-b707-24748fb8392b" + "558dfd2a-3208-4ebb-b6f7-a6fb70a63987" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030107Z:834e7a54-1266-4512-b707-24748fb8392b" + "CENTRALUS:20170809T043823Z:558dfd2a-3208-4ebb-b6f7-a6fb70a63987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -901,9 +901,9 @@ ], "Names": { "OutputOperationsTest_AzureTable": [ - "sjrg4254", - "sj9283", - "output1210" + "sjrg9388", + "sj2195", + "output5666" ] }, "Variables": { diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_Blob.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_Blob.json index a0ab89ff6a19..97445673e693 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_Blob.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_Blob.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg885?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4ODU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6461?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NDYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "4f361330-0a75-4b59-945c-b6e94999ca24" + "1dd08fb5-cbea-40b4-84de-33c3b10957a2" ], "accept-language": [ "en-US" @@ -23,10 +23,10 @@ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg885\",\r\n \"name\": \"sjrg885\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6461\",\r\n \"name\": \"sjrg6461\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "167" + "169" ], "Content-Type": [ "application/json; charset=utf-8" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:49 GMT" + "Wed, 09 Aug 2017 04:39:01 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1165" + "1143" ], "x-ms-request-id": [ - "899bd6ba-39ea-4f43-b538-a0e46c086ffe" + "fc7f9038-8b06-463e-b1ee-1b5561cbb310" ], "x-ms-correlation-request-id": [ - "899bd6ba-39ea-4f43-b538-a0e46c086ffe" + "fc7f9038-8b06-463e-b1ee-1b5561cbb310" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030149Z:899bd6ba-39ea-4f43-b538-a0e46c086ffe" + "CENTRALUS:20170809T043902Z:fc7f9038-8b06-463e-b1ee-1b5561cbb310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,8 +62,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajI5MjY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NDYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozNTM2P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ "198" ], "x-ms-client-request-id": [ - "42427d00-6bd0-4131-8d4d-a25d44d74a73" + "85d78a65-d49e-4af4-b4d8-27535d0164c6" ], "accept-language": [ "en-US" @@ -84,7 +84,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926\",\r\n \"name\": \"sj2926\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"9a8467fc-5578-4b79-b57e-860d8338db3d\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T03:01:48.433Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536\",\r\n \"name\": \"sj3536\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"abfacea5-aa65-41f9-bc7e-2ccfb53ad923\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:39:02.803Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:50 GMT" + "Wed, 09 Aug 2017 04:39:02 GMT" ], "Pragma": [ "no-cache" @@ -105,7 +105,7 @@ "chunked" ], "ETag": [ - "d053af66-0afc-4383-8a12-dd5b8ebc9fa7" + "5f88f055-38f6-40af-baac-8b7cee5d3e5d" ], "Server": [ "Microsoft-IIS/8.5" @@ -117,19 +117,19 @@ "5.0" ], "x-ms-request-id": [ - "42427d00-6bd0-4131-8d4d-a25d44d74a73" + "5bc90b4a-73b0-41d5-b673-39221fe22aa8" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1171" + "1140" ], "x-ms-correlation-request-id": [ - "acecd617-481e-435a-af47-6b60cba2ee81" + "bf631dde-74d1-42c7-83a4-1f8d2ac28e15" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030150Z:acecd617-481e-435a-af47-6b60cba2ee81" + "CENTRALUS:20170809T043903Z:bf631dde-74d1-42c7-83a4-1f8d2ac28e15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -138,8 +138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926/outputs/output2278?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajI5MjYvb3V0cHV0cy9vdXRwdXQyMjc4P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536/outputs/output7603?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NDYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozNTM2L291dHB1dHMvb3V0cHV0NzYwMz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\",\r\n \"accountKey\": \"$testStorageAccountKey$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -150,7 +150,7 @@ "643" ], "x-ms-client-request-id": [ - "a76f5034-dd72-46bc-9256-b4502c5afa7f" + "55d396b6-0877-44b7-9528-333cfb7ac436" ], "accept-language": [ "en-US" @@ -160,7 +160,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926/outputs/output2278\",\r\n \"name\": \"output2278\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"blobPathPrefix\": \"{date}/{time}\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536/outputs/output7603\",\r\n \"name\": \"output7603\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"blobPathPrefix\": \"{date}/{time}\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -172,7 +172,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:50 GMT" + "Wed, 09 Aug 2017 04:39:03 GMT" ], "Pragma": [ "no-cache" @@ -181,7 +181,7 @@ "chunked" ], "ETag": [ - "97d49a3f-92bd-45a9-b3a9-8ea1eaab15e1" + "8a0ca7ac-39c7-4c8b-846b-0d01324d3540" ], "Server": [ "Microsoft-IIS/8.5" @@ -193,19 +193,19 @@ "5.0" ], "x-ms-request-id": [ - "a76f5034-dd72-46bc-9256-b4502c5afa7f" + "2aa9e020-7049-485d-910b-6c7b3841bb15" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1170" + "1139" ], "x-ms-correlation-request-id": [ - "cd17607a-2085-4cbe-a3c3-57f4fed2f7a0" + "06a2c969-11f8-4b40-be22-833027f2a976" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030151Z:cd17607a-2085-4cbe-a3c3-57f4fed2f7a0" + "CENTRALUS:20170809T043903Z:06a2c969-11f8-4b40-be22-833027f2a976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -214,13 +214,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926/outputs/output2278?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajI5MjYvb3V0cHV0cy9vdXRwdXQyMjc4P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536/outputs/output7603?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NDYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozNTM2L291dHB1dHMvb3V0cHV0NzYwMz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "717ae3bd-d390-44d8-bf62-281c34344136" + "e672a740-781a-4ed4-bd15-09ed5e4e06b9" ], "accept-language": [ "en-US" @@ -230,7 +230,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926/outputs/output2278\",\r\n \"name\": \"output2278\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"blobPathPrefix\": \"{date}/{time}\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536/outputs/output7603\",\r\n \"name\": \"output7603\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"blobPathPrefix\": \"{date}/{time}\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -242,7 +242,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:51 GMT" + "Wed, 09 Aug 2017 04:39:03 GMT" ], "Pragma": [ "no-cache" @@ -251,7 +251,7 @@ "chunked" ], "ETag": [ - "97d49a3f-92bd-45a9-b3a9-8ea1eaab15e1" + "8a0ca7ac-39c7-4c8b-846b-0d01324d3540" ], "Server": [ "Microsoft-IIS/8.5" @@ -263,19 +263,19 @@ "5.0" ], "x-ms-request-id": [ - "717ae3bd-d390-44d8-bf62-281c34344136" + "e672a740-781a-4ed4-bd15-09ed5e4e06b9" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "14914" ], "x-ms-correlation-request-id": [ - "755d41eb-fd9f-4049-9f81-eaf9cb264970" + "d9d38fdb-376c-41bf-9fa2-768894c2e82f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030151Z:755d41eb-fd9f-4049-9f81-eaf9cb264970" + "CENTRALUS:20170809T043903Z:d9d38fdb-376c-41bf-9fa2-768894c2e82f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -284,13 +284,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926/outputs/output2278?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajI5MjYvb3V0cHV0cy9vdXRwdXQyMjc4P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536/outputs/output7603?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NDYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozNTM2L291dHB1dHMvb3V0cHV0NzYwMz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eb2d6a3a-fa7c-4592-8fc0-ab68a87b49b6" + "aeb1c6cc-1c31-4f81-be44-b9b808d3c763" ], "accept-language": [ "en-US" @@ -300,7 +300,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926/outputs/output2278\",\r\n \"name\": \"output2278\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"blobPathPrefix\": \"{date}/{time}\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"differentContainer\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536/outputs/output7603\",\r\n \"name\": \"output7603\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"blobPathPrefix\": \"{date}/{time}\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"differentContainer\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -312,7 +312,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:02:21 GMT" + "Wed, 09 Aug 2017 04:39:34 GMT" ], "Pragma": [ "no-cache" @@ -321,7 +321,7 @@ "chunked" ], "ETag": [ - "601e82fe-404f-46de-9a9e-64d433a42813" + "98880530-e165-4b32-a955-4bfc36854329" ], "Server": [ "Microsoft-IIS/8.5" @@ -333,19 +333,19 @@ "5.0" ], "x-ms-request-id": [ - "eb2d6a3a-fa7c-4592-8fc0-ab68a87b49b6" + "aeb1c6cc-1c31-4f81-be44-b9b808d3c763" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "14912" ], "x-ms-correlation-request-id": [ - "c341c533-f575-449e-824d-f57de2c03649" + "1e624c77-ddbf-4913-93f0-634e6f37a268" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030222Z:c341c533-f575-449e-824d-f57de2c03649" + "CENTRALUS:20170809T043934Z:1e624c77-ddbf-4913-93f0-634e6f37a268" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,13 +354,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926/outputs/output2278/test?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajI5MjYvb3V0cHV0cy9vdXRwdXQyMjc4L3Rlc3Q/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536/outputs/output7603/test?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NDYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozNTM2L291dHB1dHMvb3V0cHV0NzYwMy90ZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "974c5ea6-44c1-4609-83f0-4b46ac81b57b" + "12acb9c8-1a66-457c-83e5-28be0e054c70" ], "accept-language": [ "en-US" @@ -385,13 +385,13 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:51 GMT" + "Wed, 09 Aug 2017 04:39:03 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926/outputs/output2278/OperationResults/f6069cce-b827-44d5-b8c9-07cdfce0c9c7?api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536/outputs/output7603/OperationResults/194e9700-2709-4645-bb0f-b6f3b4a20828?api-version=2016-03-01" ], "Retry-After": [ "10" @@ -403,19 +403,19 @@ "5.0" ], "x-ms-request-id": [ - "974c5ea6-44c1-4609-83f0-4b46ac81b57b" + "12acb9c8-1a66-457c-83e5-28be0e054c70" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1169" + "1138" ], "x-ms-correlation-request-id": [ - "76e89556-7709-44a2-b045-da9e1b260b6f" + "33826f57-b702-46d5-a885-fd441f8c23bd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030151Z:76e89556-7709-44a2-b045-da9e1b260b6f" + "CENTRALUS:20170809T043904Z:33826f57-b702-46d5-a885-fd441f8c23bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -424,8 +424,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926/outputs/output2278/OperationResults/f6069cce-b827-44d5-b8c9-07cdfce0c9c7?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajI5MjYvb3V0cHV0cy9vdXRwdXQyMjc4L09wZXJhdGlvblJlc3VsdHMvZjYwNjljY2UtYjgyNy00NGQ1LWI4YzktMDdjZGZjZTBjOWM3P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536/outputs/output7603/OperationResults/194e9700-2709-4645-bb0f-b6f3b4a20828?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NDYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozNTM2L291dHB1dHMvb3V0cHV0NzYwMy9PcGVyYXRpb25SZXN1bHRzLzE5NGU5NzAwLTI3MDktNDY0NS1iYjBmLWI2ZjNiNGEyMDgyOD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -446,7 +446,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:02:21 GMT" + "Wed, 09 Aug 2017 04:39:34 GMT" ], "Pragma": [ "no-cache" @@ -464,19 +464,19 @@ "5.0" ], "x-ms-request-id": [ - "d3baa700-0945-471c-a5cb-64d68885dfe0" + "5107796b-eeed-4ecd-81ed-6cde2b93152b" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "14913" ], "x-ms-correlation-request-id": [ - "3303f9e3-7582-421f-9d47-7fa2f3145869" + "39d8a282-978a-46b2-ad53-f2fe7779408a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030222Z:3303f9e3-7582-421f-9d47-7fa2f3145869" + "CENTRALUS:20170809T043934Z:39d8a282-978a-46b2-ad53-f2fe7779408a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -485,8 +485,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926/outputs/output2278?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajI5MjYvb3V0cHV0cy9vdXRwdXQyMjc4P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536/outputs/output7603?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NDYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozNTM2L291dHB1dHMvb3V0cHV0NzYwMz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"container\": \"differentContainer\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -497,7 +497,7 @@ "318" ], "x-ms-client-request-id": [ - "9a7f73fa-8bd1-4ec4-aa32-47bc028952f1" + "c857ab43-c84e-412f-9463-2d6215a7f872" ], "accept-language": [ "en-US" @@ -507,7 +507,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926/outputs/output2278\",\r\n \"name\": \"output2278\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"blobPathPrefix\": \"{date}/{time}\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"differentContainer\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536/outputs/output7603\",\r\n \"name\": \"output7603\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"blobPathPrefix\": \"{date}/{time}\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"differentContainer\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -519,7 +519,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:02:21 GMT" + "Wed, 09 Aug 2017 04:39:34 GMT" ], "Pragma": [ "no-cache" @@ -528,7 +528,7 @@ "chunked" ], "ETag": [ - "601e82fe-404f-46de-9a9e-64d433a42813" + "98880530-e165-4b32-a955-4bfc36854329" ], "Server": [ "Microsoft-IIS/8.5" @@ -540,19 +540,19 @@ "5.0" ], "x-ms-request-id": [ - "9a7f73fa-8bd1-4ec4-aa32-47bc028952f1" + "ca01b2c1-fe0f-457b-8e67-8c8566551d33" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1168" + "1137" ], "x-ms-correlation-request-id": [ - "a01c6dbe-c2b3-4bc7-b983-396ed10ae2c8" + "e8721da8-c080-46ab-8f76-56c6f8ea7c8d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030222Z:a01c6dbe-c2b3-4bc7-b983-396ed10ae2c8" + "CENTRALUS:20170809T043934Z:e8721da8-c080-46ab-8f76-56c6f8ea7c8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -561,13 +561,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926/outputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajI5MjYvb3V0cHV0cz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NDYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozNTM2L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c3f374e-7f21-442b-ad77-7b90f6b0fd82" + "9fc37e55-44b1-4063-9278-dd319fc7e602" ], "accept-language": [ "en-US" @@ -577,7 +577,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926/outputs/output2278\",\r\n \"name\": \"output2278\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"blobPathPrefix\": \"{date}/{time}\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"differentContainer\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"601e82fe-404f-46de-9a9e-64d433a42813\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536/outputs/output7603\",\r\n \"name\": \"output7603\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"blobPathPrefix\": \"{date}/{time}\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"differentContainer\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"98880530-e165-4b32-a955-4bfc36854329\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -589,7 +589,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:02:23 GMT" + "Wed, 09 Aug 2017 04:39:35 GMT" ], "Pragma": [ "no-cache" @@ -607,19 +607,19 @@ "5.0" ], "x-ms-request-id": [ - "6c3f374e-7f21-442b-ad77-7b90f6b0fd82" + "9fc37e55-44b1-4063-9278-dd319fc7e602" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "14911" ], "x-ms-correlation-request-id": [ - "e3e1cdac-a621-463c-9dc5-818a38052de2" + "bb43156e-9249-4435-8063-24afb98d4379" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030223Z:e3e1cdac-a621-463c-9dc5-818a38052de2" + "CENTRALUS:20170809T043935Z:bb43156e-9249-4435-8063-24afb98d4379" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -628,13 +628,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926/outputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajI5MjYvb3V0cHV0cz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NDYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozNTM2L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70eceba7-937d-4a85-a35a-678b36359fae" + "9686f7b6-5f85-412c-95d7-ed7fe27f0698" ], "accept-language": [ "en-US" @@ -656,7 +656,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:02:23 GMT" + "Wed, 09 Aug 2017 04:39:35 GMT" ], "Pragma": [ "no-cache" @@ -674,19 +674,19 @@ "5.0" ], "x-ms-request-id": [ - "70eceba7-937d-4a85-a35a-678b36359fae" + "9686f7b6-5f85-412c-95d7-ed7fe27f0698" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "14909" ], "x-ms-correlation-request-id": [ - "aa60dac1-7891-4d3f-863d-e94223a5f712" + "8b16ad63-b597-4fe9-beef-466d6ce4061b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030224Z:aa60dac1-7891-4d3f-863d-e94223a5f712" + "CENTRALUS:20170809T043935Z:8b16ad63-b597-4fe9-beef-466d6ce4061b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -695,13 +695,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926?$expand=outputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajI5MjY/JGV4cGFuZD1vdXRwdXRzJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NDYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozNTM2PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0442ea7e-e608-4ca6-9e80-55f5b82a06c2" + "46417dbb-dfa9-4e35-9c32-aeae09e421d8" ], "accept-language": [ "en-US" @@ -711,7 +711,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926\",\r\n \"name\": \"sj2926\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"9a8467fc-5578-4b79-b57e-860d8338db3d\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T03:01:48.433Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926/outputs/output2278\",\r\n \"name\": \"output2278\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"blobPathPrefix\": \"{date}/{time}\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"differentContainer\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"601e82fe-404f-46de-9a9e-64d433a42813\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536\",\r\n \"name\": \"sj3536\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"abfacea5-aa65-41f9-bc7e-2ccfb53ad923\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:39:02.803Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536/outputs/output7603\",\r\n \"name\": \"output7603\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"blobPathPrefix\": \"{date}/{time}\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"differentContainer\",\r\n \"pathPattern\": \"{date}/{time}\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"98880530-e165-4b32-a955-4bfc36854329\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -723,7 +723,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:02:23 GMT" + "Wed, 09 Aug 2017 04:39:35 GMT" ], "Pragma": [ "no-cache" @@ -732,7 +732,7 @@ "chunked" ], "ETag": [ - "67412731-ea94-45fb-8a82-78a88994e141" + "9e0764a5-1ee2-40de-b9bc-1120da754dea" ], "Server": [ "Microsoft-IIS/8.5" @@ -744,19 +744,19 @@ "5.0" ], "x-ms-request-id": [ - "0442ea7e-e608-4ca6-9e80-55f5b82a06c2" + "46417dbb-dfa9-4e35-9c32-aeae09e421d8" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" + "14910" ], "x-ms-correlation-request-id": [ - "f1df0a5d-15c2-41c7-83f3-4cd75481af17" + "c107c2ca-864b-430d-b676-1a00f4bc675b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030223Z:f1df0a5d-15c2-41c7-83f3-4cd75481af17" + "CENTRALUS:20170809T043935Z:c107c2ca-864b-430d-b676-1a00f4bc675b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -765,13 +765,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926?$expand=outputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajI5MjY/JGV4cGFuZD1vdXRwdXRzJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NDYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozNTM2PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b115ab55-fa97-436d-9228-28597be38e7a" + "8441378c-52df-44c8-8335-b6aedb9b383e" ], "accept-language": [ "en-US" @@ -781,7 +781,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926\",\r\n \"name\": \"sj2926\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"9a8467fc-5578-4b79-b57e-860d8338db3d\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T03:01:48.433Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536\",\r\n \"name\": \"sj3536\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"abfacea5-aa65-41f9-bc7e-2ccfb53ad923\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:39:02.803Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -793,7 +793,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:02:24 GMT" + "Wed, 09 Aug 2017 04:39:35 GMT" ], "Pragma": [ "no-cache" @@ -802,7 +802,7 @@ "chunked" ], "ETag": [ - "a4e92d2d-1fb1-4a3d-be90-c3e4cebd7984" + "04169849-99c7-4778-8910-2d4834e84637" ], "Server": [ "Microsoft-IIS/8.5" @@ -814,19 +814,19 @@ "5.0" ], "x-ms-request-id": [ - "b115ab55-fa97-436d-9228-28597be38e7a" + "8441378c-52df-44c8-8335-b6aedb9b383e" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" + "14908" ], "x-ms-correlation-request-id": [ - "12a47b5b-aedb-47f5-8674-68db504fd859" + "9743c4a3-6cef-4943-b9ee-4c1f4c90877b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030224Z:12a47b5b-aedb-47f5-8674-68db504fd859" + "CENTRALUS:20170809T043935Z:9743c4a3-6cef-4943-b9ee-4c1f4c90877b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -835,13 +835,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg885/providers/Microsoft.StreamAnalytics/streamingjobs/sj2926/outputs/output2278?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajI5MjYvb3V0cHV0cy9vdXRwdXQyMjc4P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6461/providers/Microsoft.StreamAnalytics/streamingjobs/sj3536/outputs/output7603?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2NDYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozNTM2L291dHB1dHMvb3V0cHV0NzYwMz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0787b3fa-b0e3-42bd-8000-b038e8eedd28" + "60e5a473-feda-471b-8915-32affd516a7c" ], "accept-language": [ "en-US" @@ -866,7 +866,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:02:23 GMT" + "Wed, 09 Aug 2017 04:39:35 GMT" ], "Pragma": [ "no-cache" @@ -878,19 +878,19 @@ "5.0" ], "x-ms-request-id": [ - "0787b3fa-b0e3-42bd-8000-b038e8eedd28" + "60e5a473-feda-471b-8915-32affd516a7c" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1167" + "1136" ], "x-ms-correlation-request-id": [ - "cfe3b53b-e2f7-49ae-9f7a-9e223b8d8f4b" + "7ba6bf04-a0a0-4d1b-b842-f35bc57608c0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030223Z:cfe3b53b-e2f7-49ae-9f7a-9e223b8d8f4b" + "CENTRALUS:20170809T043935Z:7ba6bf04-a0a0-4d1b-b842-f35bc57608c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -901,9 +901,9 @@ ], "Names": { "OutputOperationsTest_Blob": [ - "sjrg885", - "sj2926", - "output2278" + "sjrg6461", + "sj3536", + "output7603" ] }, "Variables": { diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_DocumentDb.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_DocumentDb.json index bdcd23162cbd..d089643d28b6 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_DocumentDb.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_DocumentDb.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1109?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTA5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg2903?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcyOTAzP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "13231cb6-579b-4a90-a6d1-4f0f94bf22f1" + "71aca6a7-5afe-4c5b-8111-a24e453229ed" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1109\",\r\n \"name\": \"sjrg1109\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2903\",\r\n \"name\": \"sjrg2903\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "169" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:11 GMT" + "Wed, 09 Aug 2017 04:38:26 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1172" + "1153" ], "x-ms-request-id": [ - "89692de7-d57f-4c78-9721-b04f905c4bc2" + "0ba774e7-28cb-4d03-a5c5-b9161ad924d2" ], "x-ms-correlation-request-id": [ - "89692de7-d57f-4c78-9721-b04f905c4bc2" + "0ba774e7-28cb-4d03-a5c5-b9161ad924d2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030111Z:89692de7-d57f-4c78-9721-b04f905c4bc2" + "CENTRALUS:20170809T043826Z:0ba774e7-28cb-4d03-a5c5-b9161ad924d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,8 +62,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0Mzc5P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcyOTAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5ODY4P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ "198" ], "x-ms-client-request-id": [ - "a4c55b81-acfc-41b5-9de2-b7f3def61404" + "467fa0c0-bc69-4635-b2d9-339c3ea231af" ], "accept-language": [ "en-US" @@ -84,7 +84,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379\",\r\n \"name\": \"sj4379\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"a9eef165-eb3c-4c36-ba92-260dc448171d\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T03:01:10.45Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868\",\r\n \"name\": \"sj9868\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"21fda26f-5ef2-44ae-bebd-b05236607f57\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:38:26.943Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:12 GMT" + "Wed, 09 Aug 2017 04:38:26 GMT" ], "Pragma": [ "no-cache" @@ -105,7 +105,7 @@ "chunked" ], "ETag": [ - "b75c0061-1229-469d-a9a0-d90a4d0883bb" + "4d60f1ab-d45d-415e-be0e-b9169beab8d4" ], "Server": [ "Microsoft-IIS/8.5" @@ -117,19 +117,19 @@ "5.0" ], "x-ms-request-id": [ - "a4c55b81-acfc-41b5-9de2-b7f3def61404" + "bb10457e-6de3-4b08-8d65-0d59dfbeb054" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1168" ], "x-ms-correlation-request-id": [ - "ef7fdce6-0cd1-4d5e-8548-277eed57619b" + "2a5c00ea-232f-4167-a538-c61c0c9dcebe" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030112Z:ef7fdce6-0cd1-4d5e-8548-277eed57619b" + "CENTRALUS:20170809T043827Z:2a5c00ea-232f-4167-a538-c61c0c9dcebe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -138,8 +138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379/outputs/output3798?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0Mzc5L291dHB1dHMvb3V0cHV0Mzc5OD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868/outputs/output4805?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcyOTAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5ODY4L291dHB1dHMvb3V0cHV0NDgwNT9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/DocumentDB\",\r\n \"properties\": {\r\n \"accountId\": \"$testDocDbAccountId$\",\r\n \"accountKey\": \"$testDocDbAccountKey$\",\r\n \"database\": \"db01\",\r\n \"collectionNamePattern\": \"collection\",\r\n \"partitionKey\": \"key\",\r\n \"documentId\": \"documentId\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -150,7 +150,7 @@ "441" ], "x-ms-client-request-id": [ - "090eb1ae-e33e-485b-9191-0e2131d2ea9d" + "84b71747-3fa7-44e3-ad23-7e2f3cf4e90c" ], "accept-language": [ "en-US" @@ -160,7 +160,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379/outputs/output3798\",\r\n \"name\": \"output3798\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/DocumentDB\",\r\n \"properties\": {\r\n \"accountId\": \"$testDocDbAccountId$\",\r\n \"accountKey\": null,\r\n \"database\": \"db01\",\r\n \"collectionNamePattern\": \"collection\",\r\n \"partitionKey\": \"key\",\r\n \"documentId\": \"documentId\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868/outputs/output4805\",\r\n \"name\": \"output4805\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/DocumentDB\",\r\n \"properties\": {\r\n \"accountId\": \"$testDocDbAccountId$\",\r\n \"accountKey\": null,\r\n \"database\": \"db01\",\r\n \"collectionNamePattern\": \"collection\",\r\n \"partitionKey\": \"key\",\r\n \"documentId\": \"documentId\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -172,7 +172,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:12 GMT" + "Wed, 09 Aug 2017 04:38:27 GMT" ], "Pragma": [ "no-cache" @@ -181,7 +181,7 @@ "chunked" ], "ETag": [ - "1e2fb2a0-a0e9-4a25-b710-de99c7574601" + "10f267a4-ef0c-4a01-8adb-9b8d1d7c4bce" ], "Server": [ "Microsoft-IIS/8.5" @@ -193,19 +193,19 @@ "5.0" ], "x-ms-request-id": [ - "81a47f01-6f50-4a5b-891d-994f889c2687" + "f32e2016-cc69-4646-bfc9-48d7df0444f1" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1167" ], "x-ms-correlation-request-id": [ - "89c6eb14-af0c-40e4-b787-f6fd36182b8c" + "91794016-b5e0-4c20-9ab2-fd471177270e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030113Z:89c6eb14-af0c-40e4-b787-f6fd36182b8c" + "CENTRALUS:20170809T043827Z:91794016-b5e0-4c20-9ab2-fd471177270e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -214,13 +214,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379/outputs/output3798?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0Mzc5L291dHB1dHMvb3V0cHV0Mzc5OD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868/outputs/output4805?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcyOTAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5ODY4L291dHB1dHMvb3V0cHV0NDgwNT9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a36b5fb1-f7e4-40ae-a70b-a22e801b4122" + "20355e15-3e75-4396-add1-38bf78cfde51" ], "accept-language": [ "en-US" @@ -230,7 +230,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379/outputs/output3798\",\r\n \"name\": \"output3798\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/DocumentDB\",\r\n \"properties\": {\r\n \"accountId\": \"$testDocDbAccountId$\",\r\n \"accountKey\": null,\r\n \"database\": \"db01\",\r\n \"collectionNamePattern\": \"collection\",\r\n \"partitionKey\": \"key\",\r\n \"documentId\": \"documentId\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868/outputs/output4805\",\r\n \"name\": \"output4805\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/DocumentDB\",\r\n \"properties\": {\r\n \"accountId\": \"$testDocDbAccountId$\",\r\n \"accountKey\": null,\r\n \"database\": \"db01\",\r\n \"collectionNamePattern\": \"collection\",\r\n \"partitionKey\": \"key\",\r\n \"documentId\": \"documentId\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -242,7 +242,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:12 GMT" + "Wed, 09 Aug 2017 04:38:27 GMT" ], "Pragma": [ "no-cache" @@ -251,7 +251,7 @@ "chunked" ], "ETag": [ - "1e2fb2a0-a0e9-4a25-b710-de99c7574601" + "10f267a4-ef0c-4a01-8adb-9b8d1d7c4bce" ], "Server": [ "Microsoft-IIS/8.5" @@ -263,19 +263,19 @@ "5.0" ], "x-ms-request-id": [ - "a36b5fb1-f7e4-40ae-a70b-a22e801b4122" + "20355e15-3e75-4396-add1-38bf78cfde51" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14959" ], "x-ms-correlation-request-id": [ - "350397af-a8d2-4219-8ea4-c9148b16df5d" + "91260825-408c-41c3-ad1f-2c7014d6f2c1" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030113Z:350397af-a8d2-4219-8ea4-c9148b16df5d" + "CENTRALUS:20170809T043827Z:91260825-408c-41c3-ad1f-2c7014d6f2c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -284,13 +284,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379/outputs/output3798?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0Mzc5L291dHB1dHMvb3V0cHV0Mzc5OD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868/outputs/output4805?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcyOTAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5ODY4L291dHB1dHMvb3V0cHV0NDgwNT9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef3e7cea-80bb-486a-8d0e-f76a2e8dc601" + "59440245-198a-452c-9498-b18bca3dcc75" ], "accept-language": [ "en-US" @@ -300,7 +300,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379/outputs/output3798\",\r\n \"name\": \"output3798\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/DocumentDB\",\r\n \"properties\": {\r\n \"accountId\": \"$testDocDbAccountId$\",\r\n \"accountKey\": null,\r\n \"database\": \"db01\",\r\n \"collectionNamePattern\": \"collection\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"documentId\": \"documentId\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868/outputs/output4805\",\r\n \"name\": \"output4805\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/DocumentDB\",\r\n \"properties\": {\r\n \"accountId\": \"$testDocDbAccountId$\",\r\n \"accountKey\": null,\r\n \"database\": \"db01\",\r\n \"collectionNamePattern\": \"collection\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"documentId\": \"documentId\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -312,7 +312,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:45 GMT" + "Wed, 09 Aug 2017 04:38:58 GMT" ], "Pragma": [ "no-cache" @@ -321,7 +321,7 @@ "chunked" ], "ETag": [ - "73423936-c0be-47a1-bdd0-bad2d7caad74" + "ae774b88-0d12-4a6c-8dae-4691d0ce008a" ], "Server": [ "Microsoft-IIS/8.5" @@ -333,19 +333,19 @@ "5.0" ], "x-ms-request-id": [ - "ef3e7cea-80bb-486a-8d0e-f76a2e8dc601" + "59440245-198a-452c-9498-b18bca3dcc75" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14957" ], "x-ms-correlation-request-id": [ - "299e8509-7a11-458e-b0f3-f4eb6166d0d2" + "609ea03f-a963-4754-8b7a-26cd6ce786ab" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030145Z:299e8509-7a11-458e-b0f3-f4eb6166d0d2" + "CENTRALUS:20170809T043858Z:609ea03f-a963-4754-8b7a-26cd6ce786ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,13 +354,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379/outputs/output3798/test?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0Mzc5L291dHB1dHMvb3V0cHV0Mzc5OC90ZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868/outputs/output4805/test?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcyOTAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5ODY4L291dHB1dHMvb3V0cHV0NDgwNS90ZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b655d6f-fd88-47f0-869c-f6137cf3085d" + "90eb3d94-a877-4887-8623-282966e2684b" ], "accept-language": [ "en-US" @@ -385,13 +385,13 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:13 GMT" + "Wed, 09 Aug 2017 04:38:27 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379/outputs/output3798/OperationResults/acb8a2f2-4431-405e-a161-5eb05d12a630?api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868/outputs/output4805/OperationResults/647d61cb-577b-4c1d-a4d9-d60c92107e66?api-version=2016-03-01" ], "Retry-After": [ "10" @@ -403,19 +403,19 @@ "5.0" ], "x-ms-request-id": [ - "6b655d6f-fd88-47f0-869c-f6137cf3085d" + "90eb3d94-a877-4887-8623-282966e2684b" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1166" ], "x-ms-correlation-request-id": [ - "8a7b4770-72bd-43a9-8118-f3fb1993988b" + "0745d4b5-a597-4f60-95f4-cb0d4e222ba8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030113Z:8a7b4770-72bd-43a9-8118-f3fb1993988b" + "CENTRALUS:20170809T043828Z:0745d4b5-a597-4f60-95f4-cb0d4e222ba8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -424,8 +424,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379/outputs/output3798/OperationResults/acb8a2f2-4431-405e-a161-5eb05d12a630?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0Mzc5L291dHB1dHMvb3V0cHV0Mzc5OC9PcGVyYXRpb25SZXN1bHRzL2FjYjhhMmYyLTQ0MzEtNDA1ZS1hMTYxLTVlYjA1ZDEyYTYzMD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868/outputs/output4805/OperationResults/647d61cb-577b-4c1d-a4d9-d60c92107e66?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcyOTAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5ODY4L291dHB1dHMvb3V0cHV0NDgwNS9PcGVyYXRpb25SZXN1bHRzLzY0N2Q2MWNiLTU3N2ItNGMxZC1hNGQ5LWQ2MGM5MjEwN2U2Nj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -446,7 +446,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:44 GMT" + "Wed, 09 Aug 2017 04:38:58 GMT" ], "Pragma": [ "no-cache" @@ -464,19 +464,19 @@ "5.0" ], "x-ms-request-id": [ - "5cda12ff-393a-4a2b-b618-476206f9d2da" + "224d98ef-1893-49cf-8f80-04b04e3c04bd" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14958" ], "x-ms-correlation-request-id": [ - "f4caae43-7ee4-4e50-8912-5fb02cb7e3ff" + "c69fd7a2-d6ba-4c79-bdd7-f4e15b4fe0ee" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030144Z:f4caae43-7ee4-4e50-8912-5fb02cb7e3ff" + "CENTRALUS:20170809T043858Z:c69fd7a2-d6ba-4c79-bdd7-f4e15b4fe0ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -485,8 +485,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379/outputs/output3798?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0Mzc5L291dHB1dHMvb3V0cHV0Mzc5OD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868/outputs/output4805?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcyOTAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5ODY4L291dHB1dHMvb3V0cHV0NDgwNT9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/DocumentDB\",\r\n \"properties\": {\r\n \"partitionKey\": \"differentPartitionKey\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -497,7 +497,7 @@ "184" ], "x-ms-client-request-id": [ - "028bf6b2-2c22-4372-b3fa-ea70d82e0252" + "a367c823-a740-4a57-b4e2-ea138d98a124" ], "accept-language": [ "en-US" @@ -507,7 +507,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379/outputs/output3798\",\r\n \"name\": \"output3798\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/DocumentDB\",\r\n \"properties\": {\r\n \"accountId\": \"$testDocDbAccountId$\",\r\n \"accountKey\": null,\r\n \"database\": \"db01\",\r\n \"collectionNamePattern\": \"collection\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"documentId\": \"documentId\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868/outputs/output4805\",\r\n \"name\": \"output4805\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/DocumentDB\",\r\n \"properties\": {\r\n \"accountId\": \"$testDocDbAccountId$\",\r\n \"accountKey\": null,\r\n \"database\": \"db01\",\r\n \"collectionNamePattern\": \"collection\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"documentId\": \"documentId\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -519,7 +519,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:44 GMT" + "Wed, 09 Aug 2017 04:38:58 GMT" ], "Pragma": [ "no-cache" @@ -528,7 +528,7 @@ "chunked" ], "ETag": [ - "73423936-c0be-47a1-bdd0-bad2d7caad74" + "ae774b88-0d12-4a6c-8dae-4691d0ce008a" ], "Server": [ "Microsoft-IIS/8.5" @@ -540,19 +540,19 @@ "5.0" ], "x-ms-request-id": [ - "20e8ef94-5da8-453e-a7cb-3899a2872c3c" + "529ef1b6-40f5-448f-a207-c0b6d31d6c12" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1165" ], "x-ms-correlation-request-id": [ - "03e1ada9-3b24-401f-822d-262d9dc491b2" + "9e491426-4270-4ca3-85f5-7a5f5d4ea4f7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030145Z:03e1ada9-3b24-401f-822d-262d9dc491b2" + "CENTRALUS:20170809T043858Z:9e491426-4270-4ca3-85f5-7a5f5d4ea4f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -561,13 +561,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379/outputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0Mzc5L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcyOTAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5ODY4L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56aa4097-018c-42ee-bee9-b42d83ccb882" + "9da0490a-e32d-4348-bed5-0a9f504a7101" ], "accept-language": [ "en-US" @@ -577,7 +577,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379/outputs/output3798\",\r\n \"name\": \"output3798\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/DocumentDB\",\r\n \"properties\": {\r\n \"accountId\": \"$testDocDbAccountId$\",\r\n \"accountKey\": null,\r\n \"database\": \"db01\",\r\n \"collectionNamePattern\": \"collection\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"documentId\": \"documentId\"\r\n }\r\n },\r\n \"etag\": \"73423936-c0be-47a1-bdd0-bad2d7caad74\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868/outputs/output4805\",\r\n \"name\": \"output4805\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/DocumentDB\",\r\n \"properties\": {\r\n \"accountId\": \"$testDocDbAccountId$\",\r\n \"accountKey\": null,\r\n \"database\": \"db01\",\r\n \"collectionNamePattern\": \"collection\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"documentId\": \"documentId\"\r\n }\r\n },\r\n \"etag\": \"ae774b88-0d12-4a6c-8dae-4691d0ce008a\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -589,7 +589,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:45 GMT" + "Wed, 09 Aug 2017 04:38:58 GMT" ], "Pragma": [ "no-cache" @@ -607,19 +607,19 @@ "5.0" ], "x-ms-request-id": [ - "56aa4097-018c-42ee-bee9-b42d83ccb882" + "9da0490a-e32d-4348-bed5-0a9f504a7101" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "14956" ], "x-ms-correlation-request-id": [ - "1a156c84-d340-44cf-bff7-df2ef7d969c3" + "612de7ac-9823-43cd-b147-942f37cde7be" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030145Z:1a156c84-d340-44cf-bff7-df2ef7d969c3" + "CENTRALUS:20170809T043859Z:612de7ac-9823-43cd-b147-942f37cde7be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -628,13 +628,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379/outputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0Mzc5L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcyOTAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5ODY4L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "faf0972f-f52f-4743-a669-27ae60eb1e92" + "52c87e15-3e37-4e9b-9d7c-64b8f51adb7e" ], "accept-language": [ "en-US" @@ -656,7 +656,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:46 GMT" + "Wed, 09 Aug 2017 04:38:59 GMT" ], "Pragma": [ "no-cache" @@ -674,19 +674,19 @@ "5.0" ], "x-ms-request-id": [ - "faf0972f-f52f-4743-a669-27ae60eb1e92" + "52c87e15-3e37-4e9b-9d7c-64b8f51adb7e" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "14954" ], "x-ms-correlation-request-id": [ - "ba1c17f4-a1ff-4be6-b953-181b5169a35b" + "a90abe71-ce98-4cd8-ba1f-7c657166d150" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030146Z:ba1c17f4-a1ff-4be6-b953-181b5169a35b" + "CENTRALUS:20170809T043859Z:a90abe71-ce98-4cd8-ba1f-7c657166d150" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -695,13 +695,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379?$expand=outputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0Mzc5PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcyOTAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5ODY4PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86bb9b37-4485-4144-a5c0-cf408a81a83c" + "8a2efa01-406e-4864-b231-044eacc99573" ], "accept-language": [ "en-US" @@ -711,7 +711,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379\",\r\n \"name\": \"sj4379\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"a9eef165-eb3c-4c36-ba92-260dc448171d\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T03:01:10.45Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379/outputs/output3798\",\r\n \"name\": \"output3798\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/DocumentDB\",\r\n \"properties\": {\r\n \"accountId\": \"$testDocDbAccountId$\",\r\n \"accountKey\": null,\r\n \"database\": \"db01\",\r\n \"collectionNamePattern\": \"collection\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"documentId\": \"documentId\"\r\n }\r\n },\r\n \"etag\": \"73423936-c0be-47a1-bdd0-bad2d7caad74\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868\",\r\n \"name\": \"sj9868\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"21fda26f-5ef2-44ae-bebd-b05236607f57\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:38:26.943Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868/outputs/output4805\",\r\n \"name\": \"output4805\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/DocumentDB\",\r\n \"properties\": {\r\n \"accountId\": \"$testDocDbAccountId$\",\r\n \"accountKey\": null,\r\n \"database\": \"db01\",\r\n \"collectionNamePattern\": \"collection\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"documentId\": \"documentId\"\r\n }\r\n },\r\n \"etag\": \"ae774b88-0d12-4a6c-8dae-4691d0ce008a\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -723,7 +723,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:45 GMT" + "Wed, 09 Aug 2017 04:38:59 GMT" ], "Pragma": [ "no-cache" @@ -732,7 +732,7 @@ "chunked" ], "ETag": [ - "b76b7b0f-23e2-4afd-b0d1-76182db93272" + "d18afd6d-64c6-4f22-bd94-e79c7ba8fbe0" ], "Server": [ "Microsoft-IIS/8.5" @@ -744,19 +744,19 @@ "5.0" ], "x-ms-request-id": [ - "86bb9b37-4485-4144-a5c0-cf408a81a83c" + "8a2efa01-406e-4864-b231-044eacc99573" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14955" ], "x-ms-correlation-request-id": [ - "947a4b45-2264-448c-bcd9-470807628198" + "65929b04-712d-460b-8958-189d3ee4fc05" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030146Z:947a4b45-2264-448c-bcd9-470807628198" + "CENTRALUS:20170809T043859Z:65929b04-712d-460b-8958-189d3ee4fc05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -765,13 +765,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379?$expand=outputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0Mzc5PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcyOTAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5ODY4PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13c1f50c-f2d5-4de7-9fda-227b8771b016" + "8eb75115-e576-4e09-81e1-4350de2bf63f" ], "accept-language": [ "en-US" @@ -781,7 +781,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379\",\r\n \"name\": \"sj4379\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"a9eef165-eb3c-4c36-ba92-260dc448171d\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T03:01:10.45Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868\",\r\n \"name\": \"sj9868\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"21fda26f-5ef2-44ae-bebd-b05236607f57\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:38:26.943Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -793,7 +793,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:46 GMT" + "Wed, 09 Aug 2017 04:38:59 GMT" ], "Pragma": [ "no-cache" @@ -802,7 +802,7 @@ "chunked" ], "ETag": [ - "1f439662-1725-4684-b498-a7cfd4b7edf4" + "6cbdd40a-e2c0-44aa-939b-c69ff04c6f85" ], "Server": [ "Microsoft-IIS/8.5" @@ -814,19 +814,19 @@ "5.0" ], "x-ms-request-id": [ - "13c1f50c-f2d5-4de7-9fda-227b8771b016" + "8eb75115-e576-4e09-81e1-4350de2bf63f" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "14953" ], "x-ms-correlation-request-id": [ - "bf2e0336-ecba-4ea2-8446-9ca89d2131ae" + "3be79b66-57b0-4f11-9156-a83cb13a594a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030147Z:bf2e0336-ecba-4ea2-8446-9ca89d2131ae" + "CENTRALUS:20170809T043859Z:3be79b66-57b0-4f11-9156-a83cb13a594a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -835,13 +835,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1109/providers/Microsoft.StreamAnalytics/streamingjobs/sj4379/outputs/output3798?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxMTA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0Mzc5L291dHB1dHMvb3V0cHV0Mzc5OD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg2903/providers/Microsoft.StreamAnalytics/streamingjobs/sj9868/outputs/output4805?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcyOTAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5ODY4L291dHB1dHMvb3V0cHV0NDgwNT9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e79d1cbe-25bf-4587-8791-ea7650b74c7e" + "51365138-5a2d-4a28-af12-acebc6d762e6" ], "accept-language": [ "en-US" @@ -866,7 +866,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:01:45 GMT" + "Wed, 09 Aug 2017 04:38:59 GMT" ], "Pragma": [ "no-cache" @@ -878,19 +878,19 @@ "5.0" ], "x-ms-request-id": [ - "e79d1cbe-25bf-4587-8791-ea7650b74c7e" + "51365138-5a2d-4a28-af12-acebc6d762e6" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1164" ], "x-ms-correlation-request-id": [ - "8e9c7335-0442-4b9d-bbca-17ebcc03a402" + "ccb36965-81db-436d-84a2-c9dd822df8a5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030146Z:8e9c7335-0442-4b9d-bbca-17ebcc03a402" + "CENTRALUS:20170809T043859Z:ccb36965-81db-436d-84a2-c9dd822df8a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -901,9 +901,9 @@ ], "Names": { "OutputOperationsTest_DocumentDb": [ - "sjrg1109", - "sj4379", - "output3798" + "sjrg2903", + "sj9868", + "output4805" ] }, "Variables": { diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_EventHub.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_EventHub.json index 08f86c7695d1..8c727f31c7d3 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_EventHub.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_EventHub.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4663?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0NjYzP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8965?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTY1P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "6dfbb2fe-b83e-4650-9504-dfd37394dbac" + "7f641c63-1366-4750-ad16-9003b9684326" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4663\",\r\n \"name\": \"sjrg4663\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8965\",\r\n \"name\": \"sjrg8965\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "169" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:02:26 GMT" + "Wed, 09 Aug 2017 04:39:38 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1166" + "1135" ], "x-ms-request-id": [ - "bba1f8b5-cfb9-41ea-9ae3-18b78d15340f" + "1217c495-d84d-4bca-8b81-b23d89261177" ], "x-ms-correlation-request-id": [ - "bba1f8b5-cfb9-41ea-9ae3-18b78d15340f" + "1217c495-d84d-4bca-8b81-b23d89261177" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030226Z:bba1f8b5-cfb9-41ea-9ae3-18b78d15340f" + "CENTRALUS:20170809T043938Z:1217c495-d84d-4bca-8b81-b23d89261177" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,8 +62,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0NjYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1MjQ4P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0NTM1P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ "198" ], "x-ms-client-request-id": [ - "4d6e51f1-1ac6-4bc2-b562-d4eeb0e9b071" + "9b9975fb-49fc-4673-8d1c-c2995a26d6f5" ], "accept-language": [ "en-US" @@ -84,7 +84,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248\",\r\n \"name\": \"sj5248\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"f3cdf183-ebec-4261-85de-3331921124b7\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T03:02:25.933Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535\",\r\n \"name\": \"sj4535\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"8492cb14-62fa-4f61-bbd6-a6860bf5a668\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:39:38.727Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:02:28 GMT" + "Wed, 09 Aug 2017 04:39:38 GMT" ], "Pragma": [ "no-cache" @@ -105,7 +105,7 @@ "chunked" ], "ETag": [ - "0f114a7c-bd16-455c-9bfb-ad783c555e96" + "96a93eff-38d4-4a4a-aff2-85f51887b441" ], "Server": [ "Microsoft-IIS/8.5" @@ -117,19 +117,19 @@ "5.0" ], "x-ms-request-id": [ - "3dc0c521-f8aa-4113-a16f-8ee33ae749cd" + "a132a76e-6bf1-499e-9c1f-d310d04bcdc9" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1150" ], "x-ms-correlation-request-id": [ - "f5d9cd7b-3ba2-4e66-a16d-0a3459ae6c76" + "a3029a8d-f3d7-47f6-8fea-9c2e8c5b2451" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030228Z:f5d9cd7b-3ba2-4e66-a16d-0a3459ae6c76" + "CENTRALUS:20170809T043939Z:a3029a8d-f3d7-47f6-8fea-9c2e8c5b2451" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -138,8 +138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248/outputs/output3767?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0NjYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1MjQ4L291dHB1dHMvb3V0cHV0Mzc2Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535/outputs/output8622?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0NTM1L291dHB1dHMvb3V0cHV0ODYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\",\r\n \"sharedAccessPolicyKey\": \"$testSharedAccessPolicyKey$\",\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"partitionKey\": \"partitionKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"Array\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -150,7 +150,7 @@ "548" ], "x-ms-client-request-id": [ - "d32e3962-ff22-4bfe-bf03-05fea9852586" + "2a3b4e78-033a-49d6-9661-951231714cff" ], "accept-language": [ "en-US" @@ -160,7 +160,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248/outputs/output3767\",\r\n \"name\": \"output3767\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"partitionKey\": \"partitionKey\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"Array\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535/outputs/output8622\",\r\n \"name\": \"output8622\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"partitionKey\": \"partitionKey\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"Array\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -172,7 +172,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:02:28 GMT" + "Wed, 09 Aug 2017 04:39:39 GMT" ], "Pragma": [ "no-cache" @@ -181,7 +181,7 @@ "chunked" ], "ETag": [ - "2b173f55-5cf8-436a-b1ef-d03c5f25f118" + "f094e75a-0596-4149-b30b-8898a401ecab" ], "Server": [ "Microsoft-IIS/8.5" @@ -193,19 +193,19 @@ "5.0" ], "x-ms-request-id": [ - "e41bacc9-e849-4e54-981c-2aa90ad86617" + "f40ad11e-a54e-4939-8a81-ed3245aa4554" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1174" + "1149" ], "x-ms-correlation-request-id": [ - "36dea331-67f1-4745-aa43-8ba57dc7192a" + "89b50425-96d8-462b-ae3f-4ca1a68c6792" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030228Z:36dea331-67f1-4745-aa43-8ba57dc7192a" + "CENTRALUS:20170809T043939Z:89b50425-96d8-462b-ae3f-4ca1a68c6792" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -214,13 +214,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248/outputs/output3767?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0NjYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1MjQ4L291dHB1dHMvb3V0cHV0Mzc2Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535/outputs/output8622?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0NTM1L291dHB1dHMvb3V0cHV0ODYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c59c217-1011-4f74-965c-c5e17848837a" + "b7b35a59-ab8c-4123-a67a-302b887649f7" ], "accept-language": [ "en-US" @@ -230,7 +230,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248/outputs/output3767\",\r\n \"name\": \"output3767\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"partitionKey\": \"partitionKey\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"Array\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535/outputs/output8622\",\r\n \"name\": \"output8622\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"partitionKey\": \"partitionKey\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"Array\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -242,7 +242,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:02:28 GMT" + "Wed, 09 Aug 2017 04:39:39 GMT" ], "Pragma": [ "no-cache" @@ -251,7 +251,7 @@ "chunked" ], "ETag": [ - "2b173f55-5cf8-436a-b1ef-d03c5f25f118" + "f094e75a-0596-4149-b30b-8898a401ecab" ], "Server": [ "Microsoft-IIS/8.5" @@ -263,19 +263,19 @@ "5.0" ], "x-ms-request-id": [ - "6c59c217-1011-4f74-965c-c5e17848837a" + "b7b35a59-ab8c-4123-a67a-302b887649f7" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "14933" ], "x-ms-correlation-request-id": [ - "27ace51f-da93-43ea-9272-88255ed0e1a7" + "b4f30d0b-89b6-4041-bb5d-4e8328b2e7e4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030228Z:27ace51f-da93-43ea-9272-88255ed0e1a7" + "CENTRALUS:20170809T043939Z:b4f30d0b-89b6-4041-bb5d-4e8328b2e7e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -284,13 +284,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248/outputs/output3767?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0NjYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1MjQ4L291dHB1dHMvb3V0cHV0Mzc2Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535/outputs/output8622?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0NTM1L291dHB1dHMvb3V0cHV0ODYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a45b766a-1b4f-422c-bfe4-5157d13439de" + "ef72187e-0b90-4d70-b8b7-35d8cc32e9cc" ], "accept-language": [ "en-US" @@ -300,7 +300,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248/outputs/output3767\",\r\n \"name\": \"output3767\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535/outputs/output8622\",\r\n \"name\": \"output8622\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -312,7 +312,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:02:59 GMT" + "Wed, 09 Aug 2017 04:40:10 GMT" ], "Pragma": [ "no-cache" @@ -321,7 +321,7 @@ "chunked" ], "ETag": [ - "2b7a4f09-bd27-4a0f-8601-90e296061d53" + "70fa0db9-65e0-4b93-9581-91f257a35ee0" ], "Server": [ "Microsoft-IIS/8.5" @@ -333,19 +333,19 @@ "5.0" ], "x-ms-request-id": [ - "a45b766a-1b4f-422c-bfe4-5157d13439de" + "ef72187e-0b90-4d70-b8b7-35d8cc32e9cc" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "14932" ], "x-ms-correlation-request-id": [ - "c887c313-9b40-40b8-ab93-a2e516627ae3" + "36cfc762-482d-4bb9-a932-e045ae9218d3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030300Z:c887c313-9b40-40b8-ab93-a2e516627ae3" + "CENTRALUS:20170809T044010Z:36cfc762-482d-4bb9-a932-e045ae9218d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,13 +354,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248/outputs/output3767/test?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0NjYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1MjQ4L291dHB1dHMvb3V0cHV0Mzc2Ny90ZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535/outputs/output8622/test?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0NTM1L291dHB1dHMvb3V0cHV0ODYyMi90ZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80d048fb-9aed-485a-8373-dc5f19fa0b44" + "ed58663d-e466-46ba-8f4b-55398395df83" ], "accept-language": [ "en-US" @@ -385,13 +385,13 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:02:28 GMT" + "Wed, 09 Aug 2017 04:39:39 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248/outputs/output3767/OperationResults/d0bc72de-89a8-45f6-ba8e-e0b912bcdb83?api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535/outputs/output8622/OperationResults/2e1f5540-707a-4317-9fe6-ffc25a400d62?api-version=2016-03-01" ], "Retry-After": [ "10" @@ -403,19 +403,19 @@ "5.0" ], "x-ms-request-id": [ - "80d048fb-9aed-485a-8373-dc5f19fa0b44" + "ed58663d-e466-46ba-8f4b-55398395df83" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1173" + "1148" ], "x-ms-correlation-request-id": [ - "9bcdd837-b2fa-4b6e-b3bb-311c296aef56" + "c0273856-cd41-40bc-bfae-1d972a3e3817" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030229Z:9bcdd837-b2fa-4b6e-b3bb-311c296aef56" + "CENTRALUS:20170809T043939Z:c0273856-cd41-40bc-bfae-1d972a3e3817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -424,8 +424,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248/outputs/output3767/OperationResults/d0bc72de-89a8-45f6-ba8e-e0b912bcdb83?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0NjYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1MjQ4L291dHB1dHMvb3V0cHV0Mzc2Ny9PcGVyYXRpb25SZXN1bHRzL2QwYmM3MmRlLTg5YTgtNDVmNi1iYThlLWUwYjkxMmJjZGI4Mz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535/outputs/output8622/OperationResults/2e1f5540-707a-4317-9fe6-ffc25a400d62?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0NTM1L291dHB1dHMvb3V0cHV0ODYyMi9PcGVyYXRpb25SZXN1bHRzLzJlMWY1NTQwLTcwN2EtNDMxNy05ZmU2LWZmYzI1YTQwMGQ2Mj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -446,7 +446,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:02:59 GMT" + "Wed, 09 Aug 2017 04:40:09 GMT" ], "Pragma": [ "no-cache" @@ -464,19 +464,19 @@ "5.0" ], "x-ms-request-id": [ - "0c429df7-c022-40a1-ada9-03c7a788ee40" + "65046d6c-3848-4582-91a9-b884fd966d15" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "14933" ], "x-ms-correlation-request-id": [ - "bb213775-4efb-426f-be48-4d650c2a19f7" + "271e29c4-8b2c-45a6-80ff-d4f177f94132" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030259Z:bb213775-4efb-426f-be48-4d650c2a19f7" + "CENTRALUS:20170809T044010Z:271e29c4-8b2c-45a6-80ff-d4f177f94132" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -485,8 +485,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248/outputs/output3767?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0NjYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1MjQ4L291dHB1dHMvb3V0cHV0Mzc2Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535/outputs/output8622?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0NTM1L291dHB1dHMvb3V0cHV0ODYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"partitionKey\": \"differentPartitionKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -497,7 +497,7 @@ "336" ], "x-ms-client-request-id": [ - "6d4583a6-d0c0-45e6-8603-37d02dd9fe9a" + "4b0b2590-ac74-41ae-b05c-90de98fa0c00" ], "accept-language": [ "en-US" @@ -507,7 +507,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248/outputs/output3767\",\r\n \"name\": \"output3767\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535/outputs/output8622\",\r\n \"name\": \"output8622\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -519,7 +519,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:02:59 GMT" + "Wed, 09 Aug 2017 04:40:10 GMT" ], "Pragma": [ "no-cache" @@ -528,7 +528,7 @@ "chunked" ], "ETag": [ - "2b7a4f09-bd27-4a0f-8601-90e296061d53" + "70fa0db9-65e0-4b93-9581-91f257a35ee0" ], "Server": [ "Microsoft-IIS/8.5" @@ -540,19 +540,19 @@ "5.0" ], "x-ms-request-id": [ - "8f420443-e069-4e73-9d39-acbbd3c3db5b" + "2888fe11-18de-43a8-a85e-707d02a434df" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1172" + "1147" ], "x-ms-correlation-request-id": [ - "4e4489fa-bcac-494b-965a-5d163fecf2aa" + "4e01da21-238c-4bd2-b941-ac56f3fae845" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030259Z:4e4489fa-bcac-494b-965a-5d163fecf2aa" + "CENTRALUS:20170809T044010Z:4e01da21-238c-4bd2-b941-ac56f3fae845" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -561,13 +561,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248/outputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0NjYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1MjQ4L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0NTM1L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2a47bd6c-196b-423b-978a-10a68506603b" + "47c22c56-e74d-4268-aabc-e8422e3db32f" ], "accept-language": [ "en-US" @@ -577,7 +577,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248/outputs/output3767\",\r\n \"name\": \"output3767\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n },\r\n \"etag\": \"2b7a4f09-bd27-4a0f-8601-90e296061d53\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535/outputs/output8622\",\r\n \"name\": \"output8622\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n },\r\n \"etag\": \"70fa0db9-65e0-4b93-9581-91f257a35ee0\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -589,7 +589,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:03:00 GMT" + "Wed, 09 Aug 2017 04:40:10 GMT" ], "Pragma": [ "no-cache" @@ -607,19 +607,19 @@ "5.0" ], "x-ms-request-id": [ - "2a47bd6c-196b-423b-978a-10a68506603b" + "47c22c56-e74d-4268-aabc-e8422e3db32f" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "14931" ], "x-ms-correlation-request-id": [ - "4a8e4190-a571-4e80-a709-0ed5e1d63319" + "cafc32f8-7e61-4368-af9b-16f80a2af85c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030300Z:4a8e4190-a571-4e80-a709-0ed5e1d63319" + "CENTRALUS:20170809T044010Z:cafc32f8-7e61-4368-af9b-16f80a2af85c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -628,13 +628,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248/outputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0NjYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1MjQ4L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0NTM1L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "677b44d7-c8e1-4445-a5c9-6c65ddf92392" + "00534767-9a2f-4fd5-a258-5f59238cd4b2" ], "accept-language": [ "en-US" @@ -656,7 +656,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:03:01 GMT" + "Wed, 09 Aug 2017 04:40:10 GMT" ], "Pragma": [ "no-cache" @@ -674,19 +674,19 @@ "5.0" ], "x-ms-request-id": [ - "677b44d7-c8e1-4445-a5c9-6c65ddf92392" + "00534767-9a2f-4fd5-a258-5f59238cd4b2" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "14929" ], "x-ms-correlation-request-id": [ - "4e1023da-b88a-405d-9285-3d478e3cab52" + "1b1849c3-a0ed-4e68-ab60-5a4b5fd0803f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030301Z:4e1023da-b88a-405d-9285-3d478e3cab52" + "CENTRALUS:20170809T044011Z:1b1849c3-a0ed-4e68-ab60-5a4b5fd0803f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -695,13 +695,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248?$expand=outputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0NjYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1MjQ4PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0NTM1PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2584e035-f98f-4245-b032-4387dac76a99" + "8cd985ff-997f-4a98-b4a2-92e0f12d6902" ], "accept-language": [ "en-US" @@ -711,7 +711,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248\",\r\n \"name\": \"sj5248\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"f3cdf183-ebec-4261-85de-3331921124b7\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T03:02:25.933Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248/outputs/output3767\",\r\n \"name\": \"output3767\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n },\r\n \"etag\": \"2b7a4f09-bd27-4a0f-8601-90e296061d53\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535\",\r\n \"name\": \"sj4535\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"8492cb14-62fa-4f61-bbd6-a6860bf5a668\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:39:38.727Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535/outputs/output8622\",\r\n \"name\": \"output8622\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/EventHub\",\r\n \"properties\": {\r\n \"eventHubName\": \"sdkeventhub\",\r\n \"partitionKey\": \"differentPartitionKey\",\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n },\r\n \"etag\": \"70fa0db9-65e0-4b93-9581-91f257a35ee0\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -723,7 +723,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:03:00 GMT" + "Wed, 09 Aug 2017 04:40:10 GMT" ], "Pragma": [ "no-cache" @@ -732,7 +732,7 @@ "chunked" ], "ETag": [ - "c520c9d5-fdbe-4e1c-8fd1-e8db4ccb392e" + "5115b3d1-ee0a-4376-9310-1e74fa735b1e" ], "Server": [ "Microsoft-IIS/8.5" @@ -744,19 +744,19 @@ "5.0" ], "x-ms-request-id": [ - "2584e035-f98f-4245-b032-4387dac76a99" + "8cd985ff-997f-4a98-b4a2-92e0f12d6902" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "14930" ], "x-ms-correlation-request-id": [ - "698ca263-e494-40e4-ad37-a25e35adaca9" + "86b55e90-5a97-411d-ace2-79424d751eba" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030300Z:698ca263-e494-40e4-ad37-a25e35adaca9" + "CENTRALUS:20170809T044011Z:86b55e90-5a97-411d-ace2-79424d751eba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -765,13 +765,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248?$expand=outputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0NjYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1MjQ4PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0NTM1PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ef1071b-aff3-410b-ba0f-62de5d48f343" + "27de2724-fde4-4686-9890-dead3632359c" ], "accept-language": [ "en-US" @@ -781,7 +781,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248\",\r\n \"name\": \"sj5248\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"f3cdf183-ebec-4261-85de-3331921124b7\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T03:02:25.933Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535\",\r\n \"name\": \"sj4535\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"8492cb14-62fa-4f61-bbd6-a6860bf5a668\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:39:38.727Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -793,7 +793,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:03:01 GMT" + "Wed, 09 Aug 2017 04:40:10 GMT" ], "Pragma": [ "no-cache" @@ -802,7 +802,7 @@ "chunked" ], "ETag": [ - "ac1ef62f-5aec-4fde-b9a6-8b79db31667b" + "ce2fa79d-f29f-4fff-b51e-9525c4a63241" ], "Server": [ "Microsoft-IIS/8.5" @@ -814,19 +814,19 @@ "5.0" ], "x-ms-request-id": [ - "6ef1071b-aff3-410b-ba0f-62de5d48f343" + "27de2724-fde4-4686-9890-dead3632359c" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "14928" ], "x-ms-correlation-request-id": [ - "42c2d15a-968d-437a-a293-073aefbbda70" + "037a4674-8846-4a80-9845-f22e239f7d1d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030301Z:42c2d15a-968d-437a-a293-073aefbbda70" + "CENTRALUS:20170809T044011Z:037a4674-8846-4a80-9845-f22e239f7d1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -835,13 +835,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4663/providers/Microsoft.StreamAnalytics/streamingjobs/sj5248/outputs/output3767?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0NjYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o1MjQ4L291dHB1dHMvb3V0cHV0Mzc2Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8965/providers/Microsoft.StreamAnalytics/streamingjobs/sj4535/outputs/output8622?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0NTM1L291dHB1dHMvb3V0cHV0ODYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "40744607-9f69-41fb-8190-20a6f36d574f" + "88c6dca9-7188-4813-a196-42513689df8f" ], "accept-language": [ "en-US" @@ -866,7 +866,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 03:03:00 GMT" + "Wed, 09 Aug 2017 04:40:10 GMT" ], "Pragma": [ "no-cache" @@ -878,19 +878,19 @@ "5.0" ], "x-ms-request-id": [ - "40744607-9f69-41fb-8190-20a6f36d574f" + "88c6dca9-7188-4813-a196-42513689df8f" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1171" + "1146" ], "x-ms-correlation-request-id": [ - "b4491f36-635b-4369-b774-b19f9cd47528" + "12e17182-a890-4569-88a7-8adedb26cef3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T030301Z:b4491f36-635b-4369-b774-b19f9cd47528" + "CENTRALUS:20170809T044011Z:12e17182-a890-4569-88a7-8adedb26cef3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -901,9 +901,9 @@ ], "Names": { "OutputOperationsTest_EventHub": [ - "sjrg4663", - "sj5248", - "output3767" + "sjrg8965", + "sj4535", + "output8622" ] }, "Variables": { diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_PowerBI.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_PowerBI.json new file mode 100644 index 000000000000..8e8d0e281e43 --- /dev/null +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_PowerBI.json @@ -0,0 +1,912 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4073?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MDczP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ], + "x-ms-client-request-id": [ + "c4e79aef-32af-47e4-81f5-a6ab1f5c470c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4073\",\r\n \"name\": \"sjrg4073\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "169" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:37:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1171" + ], + "x-ms-request-id": [ + "fa140307-db6c-409e-8de4-c22d146b4cbb" + ], + "x-ms-correlation-request-id": [ + "fa140307-db6c-409e-8de4-c22d146b4cbb" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T043715Z:fa140307-db6c-409e-8de4-c22d146b4cbb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MDczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0OTgyP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "198" + ], + "x-ms-client-request-id": [ + "bc1987d6-c84d-4143-95d8-5cebf786f94e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982\",\r\n \"name\": \"sj4982\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"61451102-b2a2-4497-914a-02537f590a9f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:37:15.943Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:37:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "6d42354d-c11d-45b4-b8cd-617dd5de2180" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "bc1987d6-c84d-4143-95d8-5cebf786f94e" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1160" + ], + "x-ms-correlation-request-id": [ + "8501e1f9-1a21-45d8-8aa6-974fcfd274c3" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T043716Z:8501e1f9-1a21-45d8-8aa6-974fcfd274c3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982/outputs/output7040?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MDczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0OTgyL291dHB1dHMvb3V0cHV0NzA0MD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"PowerBI\",\r\n \"properties\": {\r\n \"refreshToken\": \"someRefreshToken==\",\r\n \"tokenUserPrincipalName\": \"bobsmith@contoso.com\",\r\n \"tokenUserDisplayName\": \"Bob Smith\",\r\n \"dataset\": \"someDataset\",\r\n \"table\": \"someTable\",\r\n \"groupId\": \"ac40305e-3e8d-43ac-8161-c33799f43e95\",\r\n \"groupName\": \"MyPowerBIGroup\"\r\n }\r\n }\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "431" + ], + "x-ms-client-request-id": [ + "dfc077a4-2935-47e1-b25a-e00a8c37fd36" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982/outputs/output7040\",\r\n \"name\": \"output7040\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"PowerBI\",\r\n \"properties\": {\r\n \"dataset\": \"someDataset\",\r\n \"table\": \"someTable\",\r\n \"groupId\": \"ac40305e-3e8d-43ac-8161-c33799f43e95\",\r\n \"groupName\": \"MyPowerBIGroup\",\r\n \"refreshToken\": null,\r\n \"accessToken\": null,\r\n \"tokenUserPrincipalName\": \"bobsmith@contoso.com\",\r\n \"tokenUserDisplayName\": \"Bob Smith\"\r\n }\r\n }\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:37:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "8b6b3f06-512b-44e0-ae58-4ec69099f752" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "dfc077a4-2935-47e1-b25a-e00a8c37fd36" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1159" + ], + "x-ms-correlation-request-id": [ + "7d80c9a4-b68b-4b73-b6b4-9b9dad79aded" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T043716Z:7d80c9a4-b68b-4b73-b6b4-9b9dad79aded" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982/outputs/output7040?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MDczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0OTgyL291dHB1dHMvb3V0cHV0NzA0MD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1349a038-db16-4f2d-8ef5-5584e0be4b58" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982/outputs/output7040\",\r\n \"name\": \"output7040\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"PowerBI\",\r\n \"properties\": {\r\n \"dataset\": \"someDataset\",\r\n \"table\": \"someTable\",\r\n \"groupId\": \"ac40305e-3e8d-43ac-8161-c33799f43e95\",\r\n \"groupName\": \"MyPowerBIGroup\",\r\n \"refreshToken\": null,\r\n \"accessToken\": null,\r\n \"tokenUserPrincipalName\": \"bobsmith@contoso.com\",\r\n \"tokenUserDisplayName\": \"Bob Smith\"\r\n }\r\n }\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:37:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "8b6b3f06-512b-44e0-ae58-4ec69099f752" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "1349a038-db16-4f2d-8ef5-5584e0be4b58" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14943" + ], + "x-ms-correlation-request-id": [ + "cc6ff9f6-6271-46ee-af51-8d548a32e613" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T043716Z:cc6ff9f6-6271-46ee-af51-8d548a32e613" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982/outputs/output7040?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MDczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0OTgyL291dHB1dHMvb3V0cHV0NzA0MD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "57ff8e74-0266-41c3-a4f4-2bb993a1ea8b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982/outputs/output7040\",\r\n \"name\": \"output7040\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"PowerBI\",\r\n \"properties\": {\r\n \"dataset\": \"differentDataset\",\r\n \"table\": \"someTable\",\r\n \"groupId\": \"ac40305e-3e8d-43ac-8161-c33799f43e95\",\r\n \"groupName\": \"MyPowerBIGroup\",\r\n \"refreshToken\": null,\r\n \"accessToken\": null,\r\n \"tokenUserPrincipalName\": \"bobsmith@contoso.com\",\r\n \"tokenUserDisplayName\": \"Bob Smith\"\r\n }\r\n }\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:37:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "e1d80eef-ef4d-4315-99b4-fa61d753738d" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "57ff8e74-0266-41c3-a4f4-2bb993a1ea8b" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14941" + ], + "x-ms-correlation-request-id": [ + "d6f297bb-30f8-497f-9b96-5fca7e00a1b5" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T043747Z:d6f297bb-30f8-497f-9b96-5fca7e00a1b5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982/outputs/output7040/test?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MDczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0OTgyL291dHB1dHMvb3V0cHV0NzA0MC90ZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c89c9b79-4431-4326-86c2-ea5c0dbeb9a5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:37:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982/outputs/output7040/OperationResults/8b4b445b-9fb2-416d-82b7-a5aecc4b51eb?api-version=2016-03-01" + ], + "Retry-After": [ + "10" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "c89c9b79-4431-4326-86c2-ea5c0dbeb9a5" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1158" + ], + "x-ms-correlation-request-id": [ + "38f56546-a2c1-4b30-88e1-0d9f30800d5c" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T043717Z:38f56546-a2c1-4b30-88e1-0d9f30800d5c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982/outputs/output7040/OperationResults/8b4b445b-9fb2-416d-82b7-a5aecc4b51eb?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MDczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0OTgyL291dHB1dHMvb3V0cHV0NzA0MC9PcGVyYXRpb25SZXN1bHRzLzhiNGI0NDViLTlmYjItNDE2ZC04MmI3LWE1YWVjYzRiNTFlYj9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"status\": \"TestFailed\",\r\n \"error\": {\r\n \"code\": \"BadArgument\",\r\n \"message\": \"The token provided for 'output7040' has either expired or is invalid. Please re-authorize or update the token and try again.\",\r\n \"details\": null\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:37:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "9e51bf6f-837a-4fee-b865-2f185a03287e" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14942" + ], + "x-ms-correlation-request-id": [ + "53bf5a5c-d72d-4bcb-8d6d-b416a4902d4c" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T043747Z:53bf5a5c-d72d-4bcb-8d6d-b416a4902d4c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982/outputs/output7040?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MDczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0OTgyL291dHB1dHMvb3V0cHV0NzA0MD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"PowerBI\",\r\n \"properties\": {\r\n \"dataset\": \"differentDataset\"\r\n }\r\n }\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "153" + ], + "x-ms-client-request-id": [ + "244cf2a7-dc2e-45ef-aa67-0ec10f727299" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982/outputs/output7040\",\r\n \"name\": \"output7040\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"PowerBI\",\r\n \"properties\": {\r\n \"dataset\": \"differentDataset\",\r\n \"table\": \"someTable\",\r\n \"groupId\": \"ac40305e-3e8d-43ac-8161-c33799f43e95\",\r\n \"groupName\": \"MyPowerBIGroup\",\r\n \"refreshToken\": null,\r\n \"accessToken\": null,\r\n \"tokenUserPrincipalName\": \"bobsmith@contoso.com\",\r\n \"tokenUserDisplayName\": \"Bob Smith\"\r\n }\r\n }\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:37:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "e1d80eef-ef4d-4315-99b4-fa61d753738d" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "244cf2a7-dc2e-45ef-aa67-0ec10f727299" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1157" + ], + "x-ms-correlation-request-id": [ + "63b565ab-0e1d-44de-be95-9655cc4b195f" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T043747Z:63b565ab-0e1d-44de-be95-9655cc4b195f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MDczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0OTgyL291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5890ed35-1773-4d9f-8dfa-5ca63792ca74" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982/outputs/output7040\",\r\n \"name\": \"output7040\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"PowerBI\",\r\n \"properties\": {\r\n \"dataset\": \"differentDataset\",\r\n \"table\": \"someTable\",\r\n \"groupId\": \"ac40305e-3e8d-43ac-8161-c33799f43e95\",\r\n \"groupName\": \"MyPowerBIGroup\",\r\n \"refreshToken\": null,\r\n \"accessToken\": null,\r\n \"tokenUserPrincipalName\": \"bobsmith@contoso.com\",\r\n \"tokenUserDisplayName\": \"Bob Smith\"\r\n }\r\n },\r\n \"etag\": \"e1d80eef-ef4d-4315-99b4-fa61d753738d\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:37:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "5890ed35-1773-4d9f-8dfa-5ca63792ca74" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14940" + ], + "x-ms-correlation-request-id": [ + "811c4000-eb6b-47ce-8bb6-cafd60341b98" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T043747Z:811c4000-eb6b-47ce-8bb6-cafd60341b98" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MDczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0OTgyL291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4a9696bd-0fba-4671-a4f9-d60e1f7cf890" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:37:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "4a9696bd-0fba-4671-a4f9-d60e1f7cf890" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14938" + ], + "x-ms-correlation-request-id": [ + "1432bac8-6ebb-4604-96b7-c02a2bf1470e" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T043748Z:1432bac8-6ebb-4604-96b7-c02a2bf1470e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MDczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0OTgyPyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "09507af8-df3a-4d40-85b2-d576bc5153e8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982\",\r\n \"name\": \"sj4982\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"61451102-b2a2-4497-914a-02537f590a9f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:37:15.943Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982/outputs/output7040\",\r\n \"name\": \"output7040\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"PowerBI\",\r\n \"properties\": {\r\n \"dataset\": \"differentDataset\",\r\n \"table\": \"someTable\",\r\n \"groupId\": \"ac40305e-3e8d-43ac-8161-c33799f43e95\",\r\n \"groupName\": \"MyPowerBIGroup\",\r\n \"refreshToken\": null,\r\n \"accessToken\": null,\r\n \"tokenUserPrincipalName\": \"bobsmith@contoso.com\",\r\n \"tokenUserDisplayName\": \"Bob Smith\"\r\n }\r\n },\r\n \"etag\": \"e1d80eef-ef4d-4315-99b4-fa61d753738d\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:37:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "4fb9b1c0-60be-4bda-9ef3-3a47b5aac005" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "09507af8-df3a-4d40-85b2-d576bc5153e8" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14939" + ], + "x-ms-correlation-request-id": [ + "19e4e698-0bf5-4be7-8427-e1b9117e6364" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T043748Z:19e4e698-0bf5-4be7-8427-e1b9117e6364" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MDczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0OTgyPyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e48e8401-03e0-4df3-8807-72547a5cebbe" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982\",\r\n \"name\": \"sj4982\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"61451102-b2a2-4497-914a-02537f590a9f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:37:15.943Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": []\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:37:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "9be2d2d9-8199-4040-a8a4-5da476246326" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "e48e8401-03e0-4df3-8807-72547a5cebbe" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14937" + ], + "x-ms-correlation-request-id": [ + "43bf360a-30ab-4bad-ab95-31a26012366c" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T043748Z:43bf360a-30ab-4bad-ab95-31a26012366c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg4073/providers/Microsoft.StreamAnalytics/streamingjobs/sj4982/outputs/output7040?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc0MDczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0OTgyL291dHB1dHMvb3V0cHV0NzA0MD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3cf4892d-4cae-46f3-9dc5-75d0fc7b9de8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache" + ], + "Date": [ + "Wed, 09 Aug 2017 04:37:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "X-AspNetMvc-Version": [ + "5.0" + ], + "x-ms-request-id": [ + "3cf4892d-4cae-46f3-9dc5-75d0fc7b9de8" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1156" + ], + "x-ms-correlation-request-id": [ + "5f077c48-b779-441f-a945-0facde674e75" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20170809T043748Z:5f077c48-b779-441f-a945-0facde674e75" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + } + ], + "Names": { + "OutputOperationsTest_PowerBI": [ + "sjrg4073", + "sj4982", + "output7040" + ] + }, + "Variables": { + "SubscriptionId": "56b5e0a9-b645-407d-99b0-c64f86013e3d" + } +} \ No newline at end of file diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_ServiceBusQueue.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_ServiceBusQueue.json index 256a3d2243c2..6fd20798dfdf 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_ServiceBusQueue.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_ServiceBusQueue.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6170?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MTcwP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "7d338070-8a84-4531-b21c-b9add403c4e7" + "eabcb3b0-4299-4c32-9773-3a0efc483434" ], "accept-language": [ "en-US" @@ -23,10 +23,10 @@ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1\",\r\n \"name\": \"sjrg1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6170\",\r\n \"name\": \"sjrg6170\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "163" + "169" ], "Content-Type": [ "application/json; charset=utf-8" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:58:37 GMT" + "Wed, 09 Aug 2017 04:35:27 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1162" ], "x-ms-request-id": [ - "a18b234b-c665-4523-a737-eaf6c686d5c7" + "96ee5a41-ecd1-45c6-ab9a-4c6cda50926c" ], "x-ms-correlation-request-id": [ - "a18b234b-c665-4523-a737-eaf6c686d5c7" + "96ee5a41-ecd1-45c6-ab9a-4c6cda50926c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025838Z:a18b234b-c665-4523-a737-eaf6c686d5c7" + "CENTRALUS:20170809T043527Z:96ee5a41-ecd1-45c6-ab9a-4c6cda50926c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,8 +62,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyOTk0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oxNDk4P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ "198" ], "x-ms-client-request-id": [ - "4def4140-12d6-472e-b097-ef062d1a3dce" + "18d996fa-31ed-4975-b3b4-2654a4d0ea2f" ], "accept-language": [ "en-US" @@ -84,7 +84,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994\",\r\n \"name\": \"sj2994\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"9912f4a3-4f81-4fe5-a5a3-ea37c7c67222\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:58:36.997Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498\",\r\n \"name\": \"sj1498\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"6628ddd1-61e6-4b87-a62b-71195bc02402\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:35:28.033Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:58:38 GMT" + "Wed, 09 Aug 2017 04:35:28 GMT" ], "Pragma": [ "no-cache" @@ -105,7 +105,7 @@ "chunked" ], "ETag": [ - "bca05d1b-0573-48cc-a602-50d34e52711f" + "93a3d1c9-371f-4da4-96cf-ecc181dcbd49" ], "Server": [ "Microsoft-IIS/8.5" @@ -117,19 +117,19 @@ "5.0" ], "x-ms-request-id": [ - "92a3b693-4c35-4ce4-af4a-ed7eabaaccef" + "18d996fa-31ed-4975-b3b4-2654a4d0ea2f" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1174" + "1169" ], "x-ms-correlation-request-id": [ - "ec7e6d15-401f-4023-b77a-7b5ec193c7ca" + "768440ac-dfc0-487e-aaf9-a0debd97d3b7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025838Z:ec7e6d15-401f-4023-b77a-7b5ec193c7ca" + "CENTRALUS:20170809T043528Z:768440ac-dfc0-487e-aaf9-a0debd97d3b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -138,8 +138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994/outputs/output3373?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyOTk0L291dHB1dHMvb3V0cHV0MzM3Mz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498/outputs/output5328?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oxNDk4L291dHB1dHMvb3V0cHV0NTMyOD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Queue\",\r\n \"properties\": {\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\",\r\n \"sharedAccessPolicyKey\": \"$testSharedAccessPolicyKey$\",\r\n \"queueName\": \"sdkqueue\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ]\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -150,7 +150,7 @@ "494" ], "x-ms-client-request-id": [ - "c087db86-b6d1-45f1-a233-2bf04b7b0cdc" + "c97e4942-fd61-4488-ac80-44369bd2a027" ], "accept-language": [ "en-US" @@ -160,7 +160,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994/outputs/output3373\",\r\n \"name\": \"output3373\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Queue\",\r\n \"properties\": {\r\n \"queueName\": \"sdkqueue\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\",\r\n \"properties\": {}\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498/outputs/output5328\",\r\n \"name\": \"output5328\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Queue\",\r\n \"properties\": {\r\n \"queueName\": \"sdkqueue\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\",\r\n \"properties\": {}\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -172,7 +172,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:58:39 GMT" + "Wed, 09 Aug 2017 04:35:28 GMT" ], "Pragma": [ "no-cache" @@ -181,7 +181,7 @@ "chunked" ], "ETag": [ - "c7862b99-f26c-4094-b5e1-f7e5161a6bd0" + "dbbca401-a3f0-4af2-bcc3-1cda2e7ef7a2" ], "Server": [ "Microsoft-IIS/8.5" @@ -193,19 +193,19 @@ "5.0" ], "x-ms-request-id": [ - "6c1df498-1735-496d-b802-977921858018" + "c97e4942-fd61-4488-ac80-44369bd2a027" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1173" + "1168" ], "x-ms-correlation-request-id": [ - "ae72665c-b922-44e2-8ba3-99e118ffda6e" + "416d5e49-e7d7-4828-8c0f-3ad66e6c8168" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025839Z:ae72665c-b922-44e2-8ba3-99e118ffda6e" + "CENTRALUS:20170809T043528Z:416d5e49-e7d7-4828-8c0f-3ad66e6c8168" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -214,13 +214,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994/outputs/output3373?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyOTk0L291dHB1dHMvb3V0cHV0MzM3Mz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498/outputs/output5328?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oxNDk4L291dHB1dHMvb3V0cHV0NTMyOD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e44fcddd-f7c7-4d56-9fde-9d3394b82dcb" + "8dd35c7d-ff35-4559-adea-f95864607969" ], "accept-language": [ "en-US" @@ -230,7 +230,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994/outputs/output3373\",\r\n \"name\": \"output3373\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Queue\",\r\n \"properties\": {\r\n \"queueName\": \"sdkqueue\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\",\r\n \"properties\": {}\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498/outputs/output5328\",\r\n \"name\": \"output5328\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Queue\",\r\n \"properties\": {\r\n \"queueName\": \"sdkqueue\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Avro\",\r\n \"properties\": {}\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -242,7 +242,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:58:39 GMT" + "Wed, 09 Aug 2017 04:35:28 GMT" ], "Pragma": [ "no-cache" @@ -251,7 +251,7 @@ "chunked" ], "ETag": [ - "c7862b99-f26c-4094-b5e1-f7e5161a6bd0" + "dbbca401-a3f0-4af2-bcc3-1cda2e7ef7a2" ], "Server": [ "Microsoft-IIS/8.5" @@ -263,19 +263,19 @@ "5.0" ], "x-ms-request-id": [ - "e44fcddd-f7c7-4d56-9fde-9d3394b82dcb" + "8dd35c7d-ff35-4559-adea-f95864607969" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "14954" ], "x-ms-correlation-request-id": [ - "c65001fa-2a6f-4a6c-b097-cfbe009eceb1" + "cc5a8469-99b5-4b46-afab-43a70fd7a56a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025839Z:c65001fa-2a6f-4a6c-b097-cfbe009eceb1" + "CENTRALUS:20170809T043529Z:cc5a8469-99b5-4b46-afab-43a70fd7a56a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -284,13 +284,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994/outputs/output3373?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyOTk0L291dHB1dHMvb3V0cHV0MzM3Mz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498/outputs/output5328?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oxNDk4L291dHB1dHMvb3V0cHV0NTMyOD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "191c4587-2bc1-4199-a3e5-9e9b1690a980" + "99252b75-cb40-4bd6-a186-9ddd4f39f954" ], "accept-language": [ "en-US" @@ -300,7 +300,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994/outputs/output3373\",\r\n \"name\": \"output3373\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Queue\",\r\n \"properties\": {\r\n \"queueName\": \"differentQueueName\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498/outputs/output5328\",\r\n \"name\": \"output5328\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Queue\",\r\n \"properties\": {\r\n \"queueName\": \"differentQueueName\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -312,7 +312,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:13 GMT" + "Wed, 09 Aug 2017 04:35:59 GMT" ], "Pragma": [ "no-cache" @@ -321,7 +321,7 @@ "chunked" ], "ETag": [ - "86c55fc6-d4d5-47c7-9c05-cff294bb115f" + "862c30c9-ba84-414b-a12f-69c959d679e4" ], "Server": [ "Microsoft-IIS/8.5" @@ -333,19 +333,19 @@ "5.0" ], "x-ms-request-id": [ - "191c4587-2bc1-4199-a3e5-9e9b1690a980" + "99252b75-cb40-4bd6-a186-9ddd4f39f954" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" + "14952" ], "x-ms-correlation-request-id": [ - "1cd918f3-733d-4748-a19f-7acfbea71198" + "53d80715-06d8-4d5e-8f4a-512bb937f96e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025913Z:1cd918f3-733d-4748-a19f-7acfbea71198" + "CENTRALUS:20170809T043600Z:53d80715-06d8-4d5e-8f4a-512bb937f96e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,13 +354,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994/outputs/output3373/test?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyOTk0L291dHB1dHMvb3V0cHV0MzM3My90ZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498/outputs/output5328/test?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oxNDk4L291dHB1dHMvb3V0cHV0NTMyOC90ZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f277cd08-3d47-4377-b868-db321c23a895" + "ee9ea182-f799-4f7b-aca7-7ce5055018e2" ], "accept-language": [ "en-US" @@ -385,13 +385,13 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:58:39 GMT" + "Wed, 09 Aug 2017 04:35:28 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994/outputs/output3373/OperationResults/17a6f24c-7bb4-41c6-b357-cdc79015cb6e?api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498/outputs/output5328/OperationResults/fd46f330-6bf3-419d-8ddc-adabc6a3b7ba?api-version=2016-03-01" ], "Retry-After": [ "10" @@ -403,19 +403,19 @@ "5.0" ], "x-ms-request-id": [ - "f277cd08-3d47-4377-b868-db321c23a895" + "ee9ea182-f799-4f7b-aca7-7ce5055018e2" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1172" + "1167" ], "x-ms-correlation-request-id": [ - "019ab53c-8092-47c0-b3e8-5a797e842232" + "0c9c69e9-31cc-4812-982a-e90bd1157575" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025840Z:019ab53c-8092-47c0-b3e8-5a797e842232" + "CENTRALUS:20170809T043529Z:0c9c69e9-31cc-4812-982a-e90bd1157575" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -424,8 +424,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994/outputs/output3373/OperationResults/17a6f24c-7bb4-41c6-b357-cdc79015cb6e?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyOTk0L291dHB1dHMvb3V0cHV0MzM3My9PcGVyYXRpb25SZXN1bHRzLzE3YTZmMjRjLTdiYjQtNDFjNi1iMzU3LWNkYzc5MDE1Y2I2ZT9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498/outputs/output5328/OperationResults/fd46f330-6bf3-419d-8ddc-adabc6a3b7ba?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oxNDk4L291dHB1dHMvb3V0cHV0NTMyOC9PcGVyYXRpb25SZXN1bHRzL2ZkNDZmMzMwLTZiZjMtNDE5ZC04ZGRjLWFkYWJjNmEzYjdiYT9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -446,7 +446,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:12 GMT" + "Wed, 09 Aug 2017 04:35:59 GMT" ], "Pragma": [ "no-cache" @@ -464,19 +464,19 @@ "5.0" ], "x-ms-request-id": [ - "733fde16-8d1f-41aa-8340-b49168dc16f6" + "f913688e-9770-4734-9062-0c6d948ac86f" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" + "14953" ], "x-ms-correlation-request-id": [ - "9ea0edfa-7c9e-411a-adda-46063fa502b0" + "7ec77031-0355-4d7b-bf1c-b3951a6f1d30" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025913Z:9ea0edfa-7c9e-411a-adda-46063fa502b0" + "CENTRALUS:20170809T043559Z:7ec77031-0355-4d7b-bf1c-b3951a6f1d30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -485,8 +485,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994/outputs/output3373?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyOTk0L291dHB1dHMvb3V0cHV0MzM3Mz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498/outputs/output5328?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oxNDk4L291dHB1dHMvb3V0cHV0NTMyOD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Queue\",\r\n \"properties\": {\r\n \"queueName\": \"differentQueueName\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -497,7 +497,7 @@ "327" ], "x-ms-client-request-id": [ - "fc92219e-1d0b-498f-bd4e-76e208a3f7f9" + "e167b501-2ffa-4620-81fa-4d77ecb1c810" ], "accept-language": [ "en-US" @@ -507,7 +507,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994/outputs/output3373\",\r\n \"name\": \"output3373\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Queue\",\r\n \"properties\": {\r\n \"queueName\": \"differentQueueName\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498/outputs/output5328\",\r\n \"name\": \"output5328\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Queue\",\r\n \"properties\": {\r\n \"queueName\": \"differentQueueName\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -519,7 +519,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:13 GMT" + "Wed, 09 Aug 2017 04:35:59 GMT" ], "Pragma": [ "no-cache" @@ -528,7 +528,7 @@ "chunked" ], "ETag": [ - "86c55fc6-d4d5-47c7-9c05-cff294bb115f" + "862c30c9-ba84-414b-a12f-69c959d679e4" ], "Server": [ "Microsoft-IIS/8.5" @@ -540,19 +540,19 @@ "5.0" ], "x-ms-request-id": [ - "59f3a43e-8070-486c-8f79-f1c2d3c3125c" + "c4f59a7c-9266-4a8f-adaf-9a3ef10cda0c" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1171" + "1166" ], "x-ms-correlation-request-id": [ - "e98b5b5b-67ea-47c8-9189-9960e7c5be65" + "7713a8f7-8bcb-41e7-8b3e-8baf05002428" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025913Z:e98b5b5b-67ea-47c8-9189-9960e7c5be65" + "CENTRALUS:20170809T043600Z:7713a8f7-8bcb-41e7-8b3e-8baf05002428" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -561,13 +561,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994/outputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyOTk0L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oxNDk4L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2632f209-efce-453e-a639-aaaa311e3864" + "03b49869-1c3d-4753-a93a-71d649746fea" ], "accept-language": [ "en-US" @@ -577,7 +577,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994/outputs/output3373\",\r\n \"name\": \"output3373\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Queue\",\r\n \"properties\": {\r\n \"queueName\": \"differentQueueName\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n },\r\n \"etag\": \"86c55fc6-d4d5-47c7-9c05-cff294bb115f\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498/outputs/output5328\",\r\n \"name\": \"output5328\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Queue\",\r\n \"properties\": {\r\n \"queueName\": \"differentQueueName\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n },\r\n \"etag\": \"862c30c9-ba84-414b-a12f-69c959d679e4\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -589,7 +589,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:13 GMT" + "Wed, 09 Aug 2017 04:35:59 GMT" ], "Pragma": [ "no-cache" @@ -607,19 +607,19 @@ "5.0" ], "x-ms-request-id": [ - "2632f209-efce-453e-a639-aaaa311e3864" + "03b49869-1c3d-4753-a93a-71d649746fea" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" + "14951" ], "x-ms-correlation-request-id": [ - "27d759bb-5b39-45a1-9a9b-9dfcc6f200be" + "02668ed9-7ec3-44a2-a68c-2d4a322ab5b1" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025914Z:27d759bb-5b39-45a1-9a9b-9dfcc6f200be" + "CENTRALUS:20170809T043600Z:02668ed9-7ec3-44a2-a68c-2d4a322ab5b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -628,13 +628,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994/outputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyOTk0L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oxNDk4L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e531b83-1367-419a-aab5-ceda529faa2f" + "8299fce2-0d59-44c8-8060-f426fee08ea4" ], "accept-language": [ "en-US" @@ -656,7 +656,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:14 GMT" + "Wed, 09 Aug 2017 04:36:00 GMT" ], "Pragma": [ "no-cache" @@ -674,19 +674,19 @@ "5.0" ], "x-ms-request-id": [ - "4e531b83-1367-419a-aab5-ceda529faa2f" + "8299fce2-0d59-44c8-8060-f426fee08ea4" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" + "14949" ], "x-ms-correlation-request-id": [ - "868b0797-0025-461f-9870-9a9612ca0da2" + "782392ef-83cc-41e2-985a-4a6e9adf75c2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025915Z:868b0797-0025-461f-9870-9a9612ca0da2" + "CENTRALUS:20170809T043600Z:782392ef-83cc-41e2-985a-4a6e9adf75c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -695,13 +695,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994?$expand=outputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyOTk0PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oxNDk4PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "62afeaab-9a3e-4640-a74f-ba175e8aa133" + "3999cb30-6ab1-489b-a3e4-8370735d6648" ], "accept-language": [ "en-US" @@ -711,7 +711,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994\",\r\n \"name\": \"sj2994\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"9912f4a3-4f81-4fe5-a5a3-ea37c7c67222\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:58:36.997Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994/outputs/output3373\",\r\n \"name\": \"output3373\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Queue\",\r\n \"properties\": {\r\n \"queueName\": \"differentQueueName\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n },\r\n \"etag\": \"86c55fc6-d4d5-47c7-9c05-cff294bb115f\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498\",\r\n \"name\": \"sj1498\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"6628ddd1-61e6-4b87-a62b-71195bc02402\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:35:28.033Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498/outputs/output5328\",\r\n \"name\": \"output5328\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Queue\",\r\n \"properties\": {\r\n \"queueName\": \"differentQueueName\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\",\r\n \"format\": \"LineSeparated\"\r\n }\r\n },\r\n \"etag\": \"862c30c9-ba84-414b-a12f-69c959d679e4\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -723,7 +723,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:14 GMT" + "Wed, 09 Aug 2017 04:35:59 GMT" ], "Pragma": [ "no-cache" @@ -732,7 +732,7 @@ "chunked" ], "ETag": [ - "0a1301fd-ac39-4c19-bcf4-914ac9df412c" + "226207c2-5b57-4f99-8c3d-12dfd3912337" ], "Server": [ "Microsoft-IIS/8.5" @@ -744,19 +744,19 @@ "5.0" ], "x-ms-request-id": [ - "62afeaab-9a3e-4640-a74f-ba175e8aa133" + "3999cb30-6ab1-489b-a3e4-8370735d6648" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" + "14950" ], "x-ms-correlation-request-id": [ - "dc85440c-9699-4868-8a5c-f2cc7f39ea5f" + "d26f9ce5-ba93-490e-a716-36610932dee2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025914Z:dc85440c-9699-4868-8a5c-f2cc7f39ea5f" + "CENTRALUS:20170809T043600Z:d26f9ce5-ba93-490e-a716-36610932dee2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -765,13 +765,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994?$expand=outputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyOTk0PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oxNDk4PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13a6a18e-49b5-437a-8a03-46231b43596e" + "d20e93c2-cfdc-4e8d-962a-3fd2366efd2e" ], "accept-language": [ "en-US" @@ -781,7 +781,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994\",\r\n \"name\": \"sj2994\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"9912f4a3-4f81-4fe5-a5a3-ea37c7c67222\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:58:36.997Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498\",\r\n \"name\": \"sj1498\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"6628ddd1-61e6-4b87-a62b-71195bc02402\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:35:28.033Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -793,7 +793,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:14 GMT" + "Wed, 09 Aug 2017 04:36:00 GMT" ], "Pragma": [ "no-cache" @@ -802,7 +802,7 @@ "chunked" ], "ETag": [ - "d7c8ebca-64de-4d39-b4c9-e69560ac99f8" + "e2ea0740-d756-4b1c-879e-ac5f40e85038" ], "Server": [ "Microsoft-IIS/8.5" @@ -814,19 +814,19 @@ "5.0" ], "x-ms-request-id": [ - "13a6a18e-49b5-437a-8a03-46231b43596e" + "d20e93c2-cfdc-4e8d-962a-3fd2366efd2e" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" + "14948" ], "x-ms-correlation-request-id": [ - "34f004af-0eff-47b8-9fe8-aded4b9bfed6" + "c10230bd-b1e7-4e1b-b7fb-6d979f0daaee" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025915Z:34f004af-0eff-47b8-9fe8-aded4b9bfed6" + "CENTRALUS:20170809T043601Z:c10230bd-b1e7-4e1b-b7fb-6d979f0daaee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -835,13 +835,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1/providers/Microsoft.StreamAnalytics/streamingjobs/sj2994/outputs/output3373?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oyOTk0L291dHB1dHMvb3V0cHV0MzM3Mz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6170/providers/Microsoft.StreamAnalytics/streamingjobs/sj1498/outputs/output5328?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2oxNDk4L291dHB1dHMvb3V0cHV0NTMyOD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16d6e1af-a00a-4cf5-8801-459fe18585c9" + "a6bfd3b7-5edb-4d34-a323-81647add453a" ], "accept-language": [ "en-US" @@ -866,7 +866,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:14 GMT" + "Wed, 09 Aug 2017 04:36:00 GMT" ], "Pragma": [ "no-cache" @@ -878,19 +878,19 @@ "5.0" ], "x-ms-request-id": [ - "16d6e1af-a00a-4cf5-8801-459fe18585c9" + "a6bfd3b7-5edb-4d34-a323-81647add453a" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1170" + "1165" ], "x-ms-correlation-request-id": [ - "3f84200a-885c-476e-83be-a85a3186266c" + "f4f43e93-6152-4b52-af43-2463799b5d7a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025914Z:3f84200a-885c-476e-83be-a85a3186266c" + "CENTRALUS:20170809T043600Z:f4f43e93-6152-4b52-af43-2463799b5d7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -901,9 +901,9 @@ ], "Names": { "OutputOperationsTest_ServiceBusQueue": [ - "sjrg1", - "sj2994", - "output3373" + "sjrg6170", + "sj1498", + "output5328" ] }, "Variables": { diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_ServiceBusTopic.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_ServiceBusTopic.json index a250a44c89db..28ea5e1db8ec 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_ServiceBusTopic.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.OutputTests/OutputOperationsTest_ServiceBusTopic.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1569?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNTY5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg515?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "e7c88ae8-0327-412d-bfcc-a74f725ed876" + "0de06fde-f5b2-4d91-a542-5457bf9b5452" ], "accept-language": [ "en-US" @@ -23,10 +23,10 @@ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1569\",\r\n \"name\": \"sjrg1569\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg515\",\r\n \"name\": \"sjrg515\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "169" + "167" ], "Content-Type": [ "application/json; charset=utf-8" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:17 GMT" + "Wed, 09 Aug 2017 04:36:03 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1169" + "1161" ], "x-ms-request-id": [ - "4f4a0bf4-0b9b-4d46-ae59-f5dfba21c528" + "61e209f0-e316-42f9-9ca6-d6a4b6a0e87b" ], "x-ms-correlation-request-id": [ - "4f4a0bf4-0b9b-4d46-ae59-f5dfba21c528" + "61e209f0-e316-42f9-9ca6-d6a4b6a0e87b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025918Z:4f4a0bf4-0b9b-4d46-ae59-f5dfba21c528" + "CENTRALUS:20170809T043603Z:61e209f0-e316-42f9-9ca6-d6a4b6a0e87b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,8 +62,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5NTQ0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajc3NTg/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ "198" ], "x-ms-client-request-id": [ - "c655a53b-9d62-46e3-9b15-85c264b6d62c" + "7a7bc541-0444-4dea-9626-ef6e66671663" ], "accept-language": [ "en-US" @@ -84,7 +84,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544\",\r\n \"name\": \"sj9544\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"81bf7fd8-956b-4808-8d1e-7ff26c832390\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:59:17.903Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758\",\r\n \"name\": \"sj7758\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"b081c796-9530-460e-982c-cc55766940cb\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:36:03.973Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:19 GMT" + "Wed, 09 Aug 2017 04:36:04 GMT" ], "Pragma": [ "no-cache" @@ -105,7 +105,7 @@ "chunked" ], "ETag": [ - "83d43973-1e7a-406c-9e0f-bc0d27658d6c" + "6f76dbf3-fcb5-48b3-8196-1c1343803d4f" ], "Server": [ "Microsoft-IIS/8.5" @@ -117,19 +117,19 @@ "5.0" ], "x-ms-request-id": [ - "c655a53b-9d62-46e3-9b15-85c264b6d62c" + "58ab34ea-6814-4218-b23e-8bc2853374ea" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1164" ], "x-ms-correlation-request-id": [ - "ccc02a4d-b51d-4d5e-8398-17ec372b4708" + "7ea0af65-0e7c-49d0-86fe-a6d1ffd810d8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025920Z:ccc02a4d-b51d-4d5e-8398-17ec372b4708" + "CENTRALUS:20170809T043604Z:7ea0af65-0e7c-49d0-86fe-a6d1ffd810d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -138,8 +138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544/outputs/output6094?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5NTQ0L291dHB1dHMvb3V0cHV0NjA5ND9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758/outputs/output2038?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajc3NTgvb3V0cHV0cy9vdXRwdXQyMDM4P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Topic\",\r\n \"properties\": {\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\",\r\n \"sharedAccessPolicyKey\": \"$testSharedAccessPolicyKey$\",\r\n \"topicName\": \"sdktopic\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ]\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -150,7 +150,7 @@ "586" ], "x-ms-client-request-id": [ - "d9b05196-f464-45ae-bc0a-ff86e4f26778" + "e9db8e80-2a5e-422c-897b-c1041beb02ca" ], "accept-language": [ "en-US" @@ -160,7 +160,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544/outputs/output6094\",\r\n \"name\": \"output6094\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Topic\",\r\n \"properties\": {\r\n \"topicName\": \"sdktopic\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758/outputs/output2038\",\r\n \"name\": \"output2038\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Topic\",\r\n \"properties\": {\r\n \"topicName\": \"sdktopic\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -172,7 +172,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:20 GMT" + "Wed, 09 Aug 2017 04:36:04 GMT" ], "Pragma": [ "no-cache" @@ -181,7 +181,7 @@ "chunked" ], "ETag": [ - "087d3046-c8bd-4419-8023-5e075c52c311" + "09e6b84d-a4fc-4695-b398-73b3005eecb6" ], "Server": [ "Microsoft-IIS/8.5" @@ -193,19 +193,19 @@ "5.0" ], "x-ms-request-id": [ - "d9b05196-f464-45ae-bc0a-ff86e4f26778" + "f13354f9-f1df-4ad1-8e22-cf8886d61061" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1163" ], "x-ms-correlation-request-id": [ - "807247a4-5e50-4988-95af-0789ed603052" + "e788087b-86ce-4819-829d-7ddde6f5c3bd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025920Z:807247a4-5e50-4988-95af-0789ed603052" + "CENTRALUS:20170809T043604Z:e788087b-86ce-4819-829d-7ddde6f5c3bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -214,13 +214,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544/outputs/output6094?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5NTQ0L291dHB1dHMvb3V0cHV0NjA5ND9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758/outputs/output2038?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajc3NTgvb3V0cHV0cy9vdXRwdXQyMDM4P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "801ff788-08a5-4097-8023-980d16bd5902" + "f73cccd1-cf12-4936-9004-74c4970c49ba" ], "accept-language": [ "en-US" @@ -230,7 +230,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544/outputs/output6094\",\r\n \"name\": \"output6094\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Topic\",\r\n \"properties\": {\r\n \"topicName\": \"sdktopic\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758/outputs/output2038\",\r\n \"name\": \"output2038\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Topic\",\r\n \"properties\": {\r\n \"topicName\": \"sdktopic\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -242,7 +242,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:20 GMT" + "Wed, 09 Aug 2017 04:36:04 GMT" ], "Pragma": [ "no-cache" @@ -251,7 +251,7 @@ "chunked" ], "ETag": [ - "087d3046-c8bd-4419-8023-5e075c52c311" + "09e6b84d-a4fc-4695-b398-73b3005eecb6" ], "Server": [ "Microsoft-IIS/8.5" @@ -263,19 +263,19 @@ "5.0" ], "x-ms-request-id": [ - "801ff788-08a5-4097-8023-980d16bd5902" + "f73cccd1-cf12-4936-9004-74c4970c49ba" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14947" ], "x-ms-correlation-request-id": [ - "3adb8f27-08c6-4302-9d6b-9731c42b43e9" + "268c0b94-1f15-4555-8f43-452be3a727a3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025920Z:3adb8f27-08c6-4302-9d6b-9731c42b43e9" + "CENTRALUS:20170809T043604Z:268c0b94-1f15-4555-8f43-452be3a727a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -284,13 +284,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544/outputs/output6094?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5NTQ0L291dHB1dHMvb3V0cHV0NjA5ND9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758/outputs/output2038?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajc3NTgvb3V0cHV0cy9vdXRwdXQyMDM4P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75bdbbca-6c23-4824-a9c3-ac0576b3dfe4" + "14d16671-6961-455c-92db-f1d5e4b74ece" ], "accept-language": [ "en-US" @@ -300,7 +300,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544/outputs/output6094\",\r\n \"name\": \"output6094\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Topic\",\r\n \"properties\": {\r\n \"topicName\": \"differentTopicName\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758/outputs/output2038\",\r\n \"name\": \"output2038\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Topic\",\r\n \"properties\": {\r\n \"topicName\": \"differentTopicName\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -312,7 +312,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:52 GMT" + "Wed, 09 Aug 2017 04:36:35 GMT" ], "Pragma": [ "no-cache" @@ -321,7 +321,7 @@ "chunked" ], "ETag": [ - "ea92e9e9-2ee2-4e3b-963d-c674e9bb6a58" + "5c4be408-0a23-4382-89b7-bb63c627e236" ], "Server": [ "Microsoft-IIS/8.5" @@ -333,19 +333,19 @@ "5.0" ], "x-ms-request-id": [ - "75bdbbca-6c23-4824-a9c3-ac0576b3dfe4" + "14d16671-6961-455c-92db-f1d5e4b74ece" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14945" ], "x-ms-correlation-request-id": [ - "c6cbfd50-77a0-48cb-a52e-f67b496b7f0c" + "a98f4ed5-c72e-4500-9c8e-0631b13390cb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025952Z:c6cbfd50-77a0-48cb-a52e-f67b496b7f0c" + "CENTRALUS:20170809T043635Z:a98f4ed5-c72e-4500-9c8e-0631b13390cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,13 +354,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544/outputs/output6094/test?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5NTQ0L291dHB1dHMvb3V0cHV0NjA5NC90ZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758/outputs/output2038/test?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajc3NTgvb3V0cHV0cy9vdXRwdXQyMDM4L3Rlc3Q/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec4776db-475f-4ec8-bd4e-8570eb6f975e" + "65a2fd28-9e02-4d95-b033-427c33f834da" ], "accept-language": [ "en-US" @@ -385,13 +385,13 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:20 GMT" + "Wed, 09 Aug 2017 04:36:05 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544/outputs/output6094/OperationResults/2feed27e-a526-4175-8160-4a45353e9328?api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758/outputs/output2038/OperationResults/b89d8be1-a53c-44cd-aa26-eca4904311b5?api-version=2016-03-01" ], "Retry-After": [ "10" @@ -403,19 +403,19 @@ "5.0" ], "x-ms-request-id": [ - "ec4776db-475f-4ec8-bd4e-8570eb6f975e" + "65a2fd28-9e02-4d95-b033-427c33f834da" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1162" ], "x-ms-correlation-request-id": [ - "2b470ad1-6011-411f-a416-bfcd9133bb44" + "975ac284-9a53-4af6-a41d-7d856cb63d22" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025921Z:2b470ad1-6011-411f-a416-bfcd9133bb44" + "CENTRALUS:20170809T043605Z:975ac284-9a53-4af6-a41d-7d856cb63d22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -424,8 +424,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544/outputs/output6094/OperationResults/2feed27e-a526-4175-8160-4a45353e9328?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5NTQ0L291dHB1dHMvb3V0cHV0NjA5NC9PcGVyYXRpb25SZXN1bHRzLzJmZWVkMjdlLWE1MjYtNDE3NS04MTYwLTRhNDUzNTNlOTMyOD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758/outputs/output2038/OperationResults/b89d8be1-a53c-44cd-aa26-eca4904311b5?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajc3NTgvb3V0cHV0cy9vdXRwdXQyMDM4L09wZXJhdGlvblJlc3VsdHMvYjg5ZDhiZTEtYTUzYy00NGNkLWFhMjYtZWNhNDkwNDMxMWI1P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -446,7 +446,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:51 GMT" + "Wed, 09 Aug 2017 04:36:34 GMT" ], "Pragma": [ "no-cache" @@ -464,19 +464,19 @@ "5.0" ], "x-ms-request-id": [ - "0827cd8d-a8a2-46b8-b02f-8877b9d7a3f4" + "a424feb1-7871-4fe2-9b37-c450740a0ee5" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14946" ], "x-ms-correlation-request-id": [ - "ae33c46f-4eec-402f-ae2d-ec9ced321811" + "332a35e7-e54f-4097-9c86-4d953dcc9468" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025951Z:ae33c46f-4eec-402f-ae2d-ec9ced321811" + "CENTRALUS:20170809T043635Z:332a35e7-e54f-4097-9c86-4d953dcc9468" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -485,8 +485,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544/outputs/output6094?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5NTQ0L291dHB1dHMvb3V0cHV0NjA5ND9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758/outputs/output2038?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajc3NTgvb3V0cHV0cy9vdXRwdXQyMDM4P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Topic\",\r\n \"properties\": {\r\n \"topicName\": \"differentTopicName\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -497,7 +497,7 @@ "322" ], "x-ms-client-request-id": [ - "22d7ea18-fd38-4989-a7d8-f015fdfba17c" + "9480c374-1287-48b6-8548-bd690d27e4fb" ], "accept-language": [ "en-US" @@ -507,7 +507,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544/outputs/output6094\",\r\n \"name\": \"output6094\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Topic\",\r\n \"properties\": {\r\n \"topicName\": \"differentTopicName\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758/outputs/output2038\",\r\n \"name\": \"output2038\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Topic\",\r\n \"properties\": {\r\n \"topicName\": \"differentTopicName\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -519,7 +519,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:52 GMT" + "Wed, 09 Aug 2017 04:36:34 GMT" ], "Pragma": [ "no-cache" @@ -528,7 +528,7 @@ "chunked" ], "ETag": [ - "ea92e9e9-2ee2-4e3b-963d-c674e9bb6a58" + "5c4be408-0a23-4382-89b7-bb63c627e236" ], "Server": [ "Microsoft-IIS/8.5" @@ -540,19 +540,19 @@ "5.0" ], "x-ms-request-id": [ - "22d7ea18-fd38-4989-a7d8-f015fdfba17c" + "fa099cbb-b709-49d2-ac0d-9adf5f8d01ad" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1161" ], "x-ms-correlation-request-id": [ - "2bb4c4f6-401e-4939-a0a9-33e1b256bf60" + "92281877-12fa-4740-a93a-f5f39248a8e6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025952Z:2bb4c4f6-401e-4939-a0a9-33e1b256bf60" + "CENTRALUS:20170809T043635Z:92281877-12fa-4740-a93a-f5f39248a8e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -561,13 +561,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544/outputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5NTQ0L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajc3NTgvb3V0cHV0cz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f4381c1-c36f-4fcb-b1c1-a1305d610ed9" + "b7ec8759-8c22-4816-9454-23b7dd38bba1" ], "accept-language": [ "en-US" @@ -577,7 +577,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544/outputs/output6094\",\r\n \"name\": \"output6094\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Topic\",\r\n \"properties\": {\r\n \"topicName\": \"differentTopicName\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"ea92e9e9-2ee2-4e3b-963d-c674e9bb6a58\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758/outputs/output2038\",\r\n \"name\": \"output2038\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Topic\",\r\n \"properties\": {\r\n \"topicName\": \"differentTopicName\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"5c4be408-0a23-4382-89b7-bb63c627e236\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -589,7 +589,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:52 GMT" + "Wed, 09 Aug 2017 04:36:35 GMT" ], "Pragma": [ "no-cache" @@ -607,19 +607,19 @@ "5.0" ], "x-ms-request-id": [ - "8f4381c1-c36f-4fcb-b1c1-a1305d610ed9" + "b7ec8759-8c22-4816-9454-23b7dd38bba1" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14944" ], "x-ms-correlation-request-id": [ - "847c93de-9dc9-4066-aa95-f2c3109fea15" + "f4562820-a775-48ec-831a-d734ec1f0a73" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025952Z:847c93de-9dc9-4066-aa95-f2c3109fea15" + "CENTRALUS:20170809T043636Z:f4562820-a775-48ec-831a-d734ec1f0a73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -628,13 +628,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544/outputs?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5NTQ0L291dHB1dHM/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758/outputs?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajc3NTgvb3V0cHV0cz9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2e52370-908e-4132-9a99-d05d55d90030" + "353b0589-99fe-480f-8117-64e107f55e7c" ], "accept-language": [ "en-US" @@ -656,7 +656,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:53 GMT" + "Wed, 09 Aug 2017 04:36:35 GMT" ], "Pragma": [ "no-cache" @@ -674,19 +674,19 @@ "5.0" ], "x-ms-request-id": [ - "b2e52370-908e-4132-9a99-d05d55d90030" + "353b0589-99fe-480f-8117-64e107f55e7c" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14942" ], "x-ms-correlation-request-id": [ - "4b06fe5f-3ce4-48f2-abad-a43128efef1c" + "6839c903-39cc-4c94-816d-663aa052fb4a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025953Z:4b06fe5f-3ce4-48f2-abad-a43128efef1c" + "CENTRALUS:20170809T043636Z:6839c903-39cc-4c94-816d-663aa052fb4a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -695,13 +695,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544?$expand=outputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5NTQ0PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajc3NTg/JGV4cGFuZD1vdXRwdXRzJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "484f3c85-097a-4154-ae0c-0f74a84be5f9" + "b6b34511-b54a-4a96-b693-c8a54f010f3e" ], "accept-language": [ "en-US" @@ -711,7 +711,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544\",\r\n \"name\": \"sj9544\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"81bf7fd8-956b-4808-8d1e-7ff26c832390\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:59:17.903Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544/outputs/output6094\",\r\n \"name\": \"output6094\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Topic\",\r\n \"properties\": {\r\n \"topicName\": \"differentTopicName\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"ea92e9e9-2ee2-4e3b-963d-c674e9bb6a58\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758\",\r\n \"name\": \"sj7758\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"b081c796-9530-460e-982c-cc55766940cb\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:36:03.973Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758/outputs/output2038\",\r\n \"name\": \"output2038\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.ServiceBus/Topic\",\r\n \"properties\": {\r\n \"topicName\": \"differentTopicName\",\r\n \"propertyColumns\": [\r\n \"column1\",\r\n \"column2\"\r\n ],\r\n \"serviceBusNamespace\": \"sdktest\",\r\n \"sharedAccessPolicyName\": \"RootManageSharedAccessKey\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Csv\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \"|\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"5c4be408-0a23-4382-89b7-bb63c627e236\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -723,7 +723,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:53 GMT" + "Wed, 09 Aug 2017 04:36:35 GMT" ], "Pragma": [ "no-cache" @@ -732,7 +732,7 @@ "chunked" ], "ETag": [ - "aa400842-6d74-4543-bec7-e10a82d02166" + "dd316143-dbb0-4ffb-a61f-1940d83dd39e" ], "Server": [ "Microsoft-IIS/8.5" @@ -744,19 +744,19 @@ "5.0" ], "x-ms-request-id": [ - "484f3c85-097a-4154-ae0c-0f74a84be5f9" + "b6b34511-b54a-4a96-b693-c8a54f010f3e" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14943" ], "x-ms-correlation-request-id": [ - "41ed7ce8-6e36-4d05-b3bf-439d7d116025" + "718a5ec8-85fa-4386-a5b3-367f9cf37101" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025953Z:41ed7ce8-6e36-4d05-b3bf-439d7d116025" + "CENTRALUS:20170809T043636Z:718a5ec8-85fa-4386-a5b3-367f9cf37101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -765,13 +765,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544?$expand=outputs&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5NTQ0PyRleHBhbmQ9b3V0cHV0cyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758?$expand=outputs&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajc3NTg/JGV4cGFuZD1vdXRwdXRzJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "370aff9f-2cbe-4f35-aea2-cbfeb579d2ec" + "2f02ff06-0aba-4a3d-8add-cef998d3ec7e" ], "accept-language": [ "en-US" @@ -781,7 +781,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544\",\r\n \"name\": \"sj9544\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"81bf7fd8-956b-4808-8d1e-7ff26c832390\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:59:17.903Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758\",\r\n \"name\": \"sj7758\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"b081c796-9530-460e-982c-cc55766940cb\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:36:03.973Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -793,7 +793,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:54 GMT" + "Wed, 09 Aug 2017 04:36:35 GMT" ], "Pragma": [ "no-cache" @@ -802,7 +802,7 @@ "chunked" ], "ETag": [ - "bb50d112-1c66-4e3f-a00a-ab1a214b55fd" + "aa94624d-f168-4ea7-bf50-c5aa3d02a944" ], "Server": [ "Microsoft-IIS/8.5" @@ -814,19 +814,19 @@ "5.0" ], "x-ms-request-id": [ - "370aff9f-2cbe-4f35-aea2-cbfeb579d2ec" + "2f02ff06-0aba-4a3d-8add-cef998d3ec7e" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14941" ], "x-ms-correlation-request-id": [ - "e78a92ef-5db7-4a01-b1e4-656802ebaf5e" + "d8180133-5bf9-4c2e-9c3e-343a621f7669" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025954Z:e78a92ef-5db7-4a01-b1e4-656802ebaf5e" + "CENTRALUS:20170809T043636Z:d8180133-5bf9-4c2e-9c3e-343a621f7669" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -835,13 +835,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1569/providers/Microsoft.StreamAnalytics/streamingjobs/sj9544/outputs/output6094?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5NTQ0L291dHB1dHMvb3V0cHV0NjA5ND9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg515/providers/Microsoft.StreamAnalytics/streamingjobs/sj7758/outputs/output2038?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc1MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajc3NTgvb3V0cHV0cy9vdXRwdXQyMDM4P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "257aedb1-1e13-4297-9465-9dc73490a4e5" + "2ae1f985-395d-4284-a952-1b8493f37b56" ], "accept-language": [ "en-US" @@ -866,7 +866,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:59:53 GMT" + "Wed, 09 Aug 2017 04:36:35 GMT" ], "Pragma": [ "no-cache" @@ -878,19 +878,19 @@ "5.0" ], "x-ms-request-id": [ - "257aedb1-1e13-4297-9465-9dc73490a4e5" + "2ae1f985-395d-4284-a952-1b8493f37b56" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1160" ], "x-ms-correlation-request-id": [ - "d88d76e4-2c74-482f-83bc-754540fd610b" + "e3ff9650-da63-46c6-a984-bc3642eb5b91" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025953Z:d88d76e4-2c74-482f-83bc-754540fd610b" + "CENTRALUS:20170809T043636Z:e3ff9650-da63-46c6-a984-bc3642eb5b91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -901,9 +901,9 @@ ], "Names": { "OutputOperationsTest_ServiceBusTopic": [ - "sjrg1569", - "sj9544", - "output6094" + "sjrg515", + "sj7758", + "output2038" ] }, "Variables": { diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.StreamingJobTests/StreamingJobOperationsTest_FullJob.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.StreamingJobTests/StreamingJobOperationsTest_FullJob.json index eb38e1c17834..f502f690bee8 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.StreamingJobTests/StreamingJobOperationsTest_FullJob.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.StreamingJobTests/StreamingJobOperationsTest_FullJob.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NzQ1P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "0fe7326d-23c1-4162-b606-f2059989e799" + "0e20ce90-e8f4-468c-87c3-9502fd58a016" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762\",\r\n \"name\": \"sjrg1762\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745\",\r\n \"name\": \"sjrg7745\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "169" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:36 GMT" + "Wed, 09 Aug 2017 04:40:57 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1140" ], "x-ms-request-id": [ - "3047a002-1945-4d69-90de-6b44586d5eb2" + "8d47572c-ef28-481c-bdee-b8bb1de3379e" ], "x-ms-correlation-request-id": [ - "3047a002-1945-4d69-90de-6b44586d5eb2" + "8d47572c-ef28-481c-bdee-b8bb1de3379e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025436Z:3047a002-1945-4d69-90de-6b44586d5eb2" + "CENTRALUS:20170809T044057Z:8d47572c-ef28-481c-bdee-b8bb1de3379e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,8 +62,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozOTE3P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MTgyP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 0,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\",\r\n \"accountKey\": \"$testStorageAccountKey$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n }\r\n },\r\n \"name\": \"inputtest\"\r\n }\r\n ],\r\n \"transformation\": {\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"Select Id, Name from inputtest\"\r\n },\r\n \"name\": \"transformationtest\"\r\n },\r\n \"outputs\": [\r\n {\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"user\": \"$testSqlUser$\",\r\n \"password\": \"$testSqlPassword$\",\r\n \"table\": \"$testSqlTable$\"\r\n }\r\n }\r\n },\r\n \"name\": \"outputtest\"\r\n }\r\n ],\r\n \"functions\": []\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ "1840" ], "x-ms-client-request-id": [ - "ba05bec5-3556-4b2c-9d3f-81f73778d015" + "a5019545-8d1c-4fed-ae0b-9853391e6fa0" ], "accept-language": [ "en-US" @@ -84,7 +84,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917\",\r\n \"name\": \"sj3917\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"802d554b-721f-42db-af57-1cd6a9ec96f1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 0,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:54:35.217Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/inputs/inputtest\",\r\n \"name\": \"inputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"cef62f2f-4596-4729-ad7d-ede7b5153523\"\r\n }\r\n }\r\n ],\r\n \"transformation\": {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/transformations/transformationtest\",\r\n \"name\": \"transformationtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"Select Id, Name from inputtest\",\r\n \"etag\": \"12131939-ac37-4f6a-abf1-4d1d89ef05fb\"\r\n }\r\n },\r\n \"functions\": [],\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/outputs/outputtest\",\r\n \"name\": \"outputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"$testSqlTable$\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n },\r\n \"etag\": \"7f881ff6-5fe7-4471-97a9-77410363be87\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182\",\r\n \"name\": \"sj9182\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"ac7f7b3f-1817-4bdf-aeb8-32ba01352522\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 0,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:40:57.397Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/inputs/inputtest\",\r\n \"name\": \"inputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"4c5afe48-297b-4d8a-8c47-9ccd9e3740a9\"\r\n }\r\n }\r\n ],\r\n \"transformation\": {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/transformations/transformationtest\",\r\n \"name\": \"transformationtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"Select Id, Name from inputtest\",\r\n \"etag\": \"1a4738b4-6210-4d7c-a8cd-9c14eefe4ed8\"\r\n }\r\n },\r\n \"functions\": [],\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/outputs/outputtest\",\r\n \"name\": \"outputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"$testSqlTable$\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n },\r\n \"etag\": \"6cd9b9d0-3b0c-4b3e-994c-a84db6d3f6c6\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:37 GMT" + "Wed, 09 Aug 2017 04:40:57 GMT" ], "Pragma": [ "no-cache" @@ -105,7 +105,7 @@ "chunked" ], "ETag": [ - "d3b61f06-fd47-4054-8958-021c243a2375" + "0e46e1a4-f419-4ec5-8cc2-9f3dc86eb999" ], "Server": [ "Microsoft-IIS/8.5" @@ -117,19 +117,19 @@ "5.0" ], "x-ms-request-id": [ - "fe3f08b1-07ff-4f27-bc8d-19fe0fa13cf9" + "a5019545-8d1c-4fed-ae0b-9853391e6fa0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1137" ], "x-ms-correlation-request-id": [ - "94b08604-0113-4139-84fe-b17f6613e992" + "2a1d71ba-1141-43d0-a69f-f76dc0bb1335" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025437Z:94b08604-0113-4139-84fe-b17f6613e992" + "CENTRALUS:20170809T044057Z:2a1d71ba-1141-43d0-a69f-f76dc0bb1335" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -138,13 +138,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozOTE3PyRleHBhbmQ9aW5wdXRzJTJDb3V0cHV0cyUyQ3RyYW5zZm9ybWF0aW9uJTJDZnVuY3Rpb25zJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MTgyPyRleHBhbmQ9aW5wdXRzJTJDb3V0cHV0cyUyQ3RyYW5zZm9ybWF0aW9uJTJDZnVuY3Rpb25zJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f63fc94-92e7-4b71-a9b2-40a9690c212f" + "8bdb7829-8989-4c87-8979-901a0057a578" ], "accept-language": [ "en-US" @@ -154,7 +154,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917\",\r\n \"name\": \"sj3917\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"802d554b-721f-42db-af57-1cd6a9ec96f1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 0,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:54:35.217Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/inputs/inputtest\",\r\n \"name\": \"inputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"cef62f2f-4596-4729-ad7d-ede7b5153523\"\r\n }\r\n }\r\n ],\r\n \"transformation\": {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/transformations/transformationtest\",\r\n \"name\": \"transformationtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"Select Id, Name from inputtest\",\r\n \"etag\": \"12131939-ac37-4f6a-abf1-4d1d89ef05fb\"\r\n }\r\n },\r\n \"functions\": [],\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/outputs/outputtest\",\r\n \"name\": \"outputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"$testSqlTable$\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n },\r\n \"etag\": \"7f881ff6-5fe7-4471-97a9-77410363be87\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182\",\r\n \"name\": \"sj9182\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"ac7f7b3f-1817-4bdf-aeb8-32ba01352522\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 0,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:40:57.397Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/inputs/inputtest\",\r\n \"name\": \"inputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"4c5afe48-297b-4d8a-8c47-9ccd9e3740a9\"\r\n }\r\n }\r\n ],\r\n \"transformation\": {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/transformations/transformationtest\",\r\n \"name\": \"transformationtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"Select Id, Name from inputtest\",\r\n \"etag\": \"1a4738b4-6210-4d7c-a8cd-9c14eefe4ed8\"\r\n }\r\n },\r\n \"functions\": [],\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/outputs/outputtest\",\r\n \"name\": \"outputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"$testSqlTable$\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n },\r\n \"etag\": \"6cd9b9d0-3b0c-4b3e-994c-a84db6d3f6c6\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -166,7 +166,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:37 GMT" + "Wed, 09 Aug 2017 04:40:57 GMT" ], "Pragma": [ "no-cache" @@ -175,7 +175,7 @@ "chunked" ], "ETag": [ - "d3b61f06-fd47-4054-8958-021c243a2375" + "0e46e1a4-f419-4ec5-8cc2-9f3dc86eb999" ], "Server": [ "Microsoft-IIS/8.5" @@ -187,19 +187,19 @@ "5.0" ], "x-ms-request-id": [ - "0f63fc94-92e7-4b71-a9b2-40a9690c212f" + "8bdb7829-8989-4c87-8979-901a0057a578" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14922" ], "x-ms-correlation-request-id": [ - "62b2f1a8-c058-44e0-9bde-e3c035b5f8f3" + "3eb31f4d-b41c-4b63-ad3c-7806a7bbde9a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025437Z:62b2f1a8-c058-44e0-9bde-e3c035b5f8f3" + "CENTRALUS:20170809T044058Z:3eb31f4d-b41c-4b63-ad3c-7806a7bbde9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -208,13 +208,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozOTE3PyRleHBhbmQ9aW5wdXRzJTJDb3V0cHV0cyUyQ3RyYW5zZm9ybWF0aW9uJTJDZnVuY3Rpb25zJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MTgyPyRleHBhbmQ9aW5wdXRzJTJDb3V0cHV0cyUyQ3RyYW5zZm9ybWF0aW9uJTJDZnVuY3Rpb25zJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df8a8087-177c-430e-b288-55380ccda3d7" + "2bae18a9-d396-4653-8f5c-5b5223146b5f" ], "accept-language": [ "en-US" @@ -224,7 +224,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917\",\r\n \"name\": \"sj3917\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"802d554b-721f-42db-af57-1cd6a9ec96f1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Adjust\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 0,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:54:35.217Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/inputs/inputtest\",\r\n \"name\": \"inputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"cef62f2f-4596-4729-ad7d-ede7b5153523\"\r\n }\r\n }\r\n ],\r\n \"transformation\": {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/transformations/transformationtest\",\r\n \"name\": \"transformationtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"Select Id, Name from inputtest\",\r\n \"etag\": \"12131939-ac37-4f6a-abf1-4d1d89ef05fb\"\r\n }\r\n },\r\n \"functions\": [],\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/outputs/outputtest\",\r\n \"name\": \"outputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"$testSqlTable$\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n },\r\n \"etag\": \"7f881ff6-5fe7-4471-97a9-77410363be87\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182\",\r\n \"name\": \"sj9182\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"ac7f7b3f-1817-4bdf-aeb8-32ba01352522\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Adjust\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 0,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:40:57.397Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/inputs/inputtest\",\r\n \"name\": \"inputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"4c5afe48-297b-4d8a-8c47-9ccd9e3740a9\"\r\n }\r\n }\r\n ],\r\n \"transformation\": {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/transformations/transformationtest\",\r\n \"name\": \"transformationtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"Select Id, Name from inputtest\",\r\n \"etag\": \"1a4738b4-6210-4d7c-a8cd-9c14eefe4ed8\"\r\n }\r\n },\r\n \"functions\": [],\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/outputs/outputtest\",\r\n \"name\": \"outputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"$testSqlTable$\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n },\r\n \"etag\": \"6cd9b9d0-3b0c-4b3e-994c-a84db6d3f6c6\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -236,7 +236,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:38 GMT" + "Wed, 09 Aug 2017 04:40:57 GMT" ], "Pragma": [ "no-cache" @@ -245,7 +245,7 @@ "chunked" ], "ETag": [ - "61aa0520-58e1-4468-8b7b-febaa810dc3f" + "1c4b8174-e6af-4f1e-b24d-28ce34239608" ], "Server": [ "Microsoft-IIS/8.5" @@ -257,19 +257,19 @@ "5.0" ], "x-ms-request-id": [ - "df8a8087-177c-430e-b288-55380ccda3d7" + "2bae18a9-d396-4653-8f5c-5b5223146b5f" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14921" ], "x-ms-correlation-request-id": [ - "ad713308-4a71-4cbe-8838-7f79758b33c6" + "3663301f-101c-4fa1-9b97-5ac5b0bc0edd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025439Z:ad713308-4a71-4cbe-8838-7f79758b33c6" + "CENTRALUS:20170809T044058Z:3663301f-101c-4fa1-9b97-5ac5b0bc0edd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -278,13 +278,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozOTE3PyRleHBhbmQ9aW5wdXRzJTJDb3V0cHV0cyUyQ3RyYW5zZm9ybWF0aW9uJTJDZnVuY3Rpb25zJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MTgyPyRleHBhbmQ9aW5wdXRzJTJDb3V0cHV0cyUyQ3RyYW5zZm9ybWF0aW9uJTJDZnVuY3Rpb25zJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ba19073a-45ed-43bc-b8c0-6ed81be14021" + "f0a796b2-554e-4ccd-a7e9-6c1a37dccbb1" ], "accept-language": [ "en-US" @@ -294,7 +294,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917\",\r\n \"name\": \"sj3917\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"802d554b-721f-42db-af57-1cd6a9ec96f1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Stopped\",\r\n \"outputStartMode\": \"CustomTime\",\r\n \"outputStartTime\": \"2012-12-12T12:12:12Z\",\r\n \"eventsOutOfOrderPolicy\": \"Adjust\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 0,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:54:35.217Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/inputs/inputtest\",\r\n \"name\": \"inputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"cef62f2f-4596-4729-ad7d-ede7b5153523\"\r\n }\r\n }\r\n ],\r\n \"transformation\": {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/transformations/transformationtest\",\r\n \"name\": \"transformationtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"Select Id, Name from inputtest\",\r\n \"etag\": \"12131939-ac37-4f6a-abf1-4d1d89ef05fb\"\r\n }\r\n },\r\n \"functions\": [],\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/outputs/outputtest\",\r\n \"name\": \"outputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"$testSqlTable$\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n },\r\n \"etag\": \"7f881ff6-5fe7-4471-97a9-77410363be87\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182\",\r\n \"name\": \"sj9182\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"ac7f7b3f-1817-4bdf-aeb8-32ba01352522\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Stopped\",\r\n \"outputStartMode\": \"CustomTime\",\r\n \"outputStartTime\": \"2012-12-12T12:12:12Z\",\r\n \"eventsOutOfOrderPolicy\": \"Adjust\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 0,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:40:57.397Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/inputs/inputtest\",\r\n \"name\": \"inputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"4c5afe48-297b-4d8a-8c47-9ccd9e3740a9\"\r\n }\r\n }\r\n ],\r\n \"transformation\": {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/transformations/transformationtest\",\r\n \"name\": \"transformationtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"Select Id, Name from inputtest\",\r\n \"etag\": \"1a4738b4-6210-4d7c-a8cd-9c14eefe4ed8\"\r\n }\r\n },\r\n \"functions\": [],\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/outputs/outputtest\",\r\n \"name\": \"outputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"$testSqlTable$\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n },\r\n \"etag\": \"6cd9b9d0-3b0c-4b3e-994c-a84db6d3f6c6\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -306,7 +306,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:56:52 GMT" + "Wed, 09 Aug 2017 04:42:30 GMT" ], "Pragma": [ "no-cache" @@ -315,7 +315,7 @@ "chunked" ], "ETag": [ - "badb79d4-d98b-479e-ad7a-cf7ab093ac8b" + "83e9d386-c6bc-4844-a565-e39f47147081" ], "Server": [ "Microsoft-IIS/8.5" @@ -327,22 +327,22 @@ "5.0" ], "x-ms-request-id": [ - "ba19073a-45ed-43bc-b8c0-6ed81be14021" + "f0a796b2-554e-4ccd-a7e9-6c1a37dccbb1" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/OperationResults/b695776c-cce2-4afd-a881-a6b40fd690dc?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/OperationResults/54b0efb2-0982-4840-83ea-b5ad7687f965?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "14912" ], "x-ms-correlation-request-id": [ - "1fbbee69-03b8-4f2d-849a-3a1e09879bd4" + "5ae4f6b6-31da-4323-812b-a1e67a81d632" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025652Z:1fbbee69-03b8-4f2d-849a-3a1e09879bd4" + "CENTRALUS:20170809T044231Z:5ae4f6b6-31da-4323-812b-a1e67a81d632" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -351,8 +351,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozOTE3P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MTgyP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"eventsOutOfOrderPolicy\": \"Adjust\",\r\n \"outputErrorPolicy\": \"Stop\"\r\n }\r\n}", "RequestHeaders": { @@ -363,7 +363,7 @@ "102" ], "x-ms-client-request-id": [ - "6b59b6ca-c10e-4a74-8d87-536b59ba3737" + "16665c64-83c9-496a-8074-3d4ab386a70f" ], "accept-language": [ "en-US" @@ -373,7 +373,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917\",\r\n \"name\": \"sj3917\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"802d554b-721f-42db-af57-1cd6a9ec96f1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Adjust\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 0,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:54:35.217Z\",\r\n \"compatibilityLevel\": \"1.0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182\",\r\n \"name\": \"sj9182\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"ac7f7b3f-1817-4bdf-aeb8-32ba01352522\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Adjust\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 0,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:40:57.397Z\",\r\n \"compatibilityLevel\": \"1.0\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -385,7 +385,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:38 GMT" + "Wed, 09 Aug 2017 04:40:57 GMT" ], "Pragma": [ "no-cache" @@ -394,7 +394,7 @@ "chunked" ], "ETag": [ - "61aa0520-58e1-4468-8b7b-febaa810dc3f" + "1c4b8174-e6af-4f1e-b24d-28ce34239608" ], "Server": [ "Microsoft-IIS/8.5" @@ -406,19 +406,19 @@ "5.0" ], "x-ms-request-id": [ - "65a7b28f-3cbe-4530-9d35-d0687814907c" + "16665c64-83c9-496a-8074-3d4ab386a70f" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1136" ], "x-ms-correlation-request-id": [ - "76a0e19e-64a4-4b7e-849d-0f874a809a83" + "016a66e7-3f65-41e3-8051-b804fa5b6979" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025438Z:76a0e19e-64a4-4b7e-849d-0f874a809a83" + "CENTRALUS:20170809T044058Z:016a66e7-3f65-41e3-8051-b804fa5b6979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -427,13 +427,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnM/JGV4cGFuZD1pbnB1dHMlMkNvdXRwdXRzJTJDdHJhbnNmb3JtYXRpb24lMkNmdW5jdGlvbnMmYXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnM/JGV4cGFuZD1pbnB1dHMlMkNvdXRwdXRzJTJDdHJhbnNmb3JtYXRpb24lMkNmdW5jdGlvbnMmYXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00914027-3961-48f2-8e9c-29779588548a" + "1c5b5c48-aa67-4ce9-9a76-261bf8002f46" ], "accept-language": [ "en-US" @@ -443,7 +443,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917\",\r\n \"name\": \"sj3917\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"802d554b-721f-42db-af57-1cd6a9ec96f1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Adjust\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 0,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:54:35.217Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/inputs/inputtest\",\r\n \"name\": \"inputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"cef62f2f-4596-4729-ad7d-ede7b5153523\"\r\n }\r\n }\r\n ],\r\n \"transformation\": {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/transformations/transformationtest\",\r\n \"name\": \"transformationtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"Select Id, Name from inputtest\",\r\n \"etag\": \"12131939-ac37-4f6a-abf1-4d1d89ef05fb\"\r\n }\r\n },\r\n \"functions\": [],\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/outputs/outputtest\",\r\n \"name\": \"outputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"$testSqlTable$\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n },\r\n \"etag\": \"7f881ff6-5fe7-4471-97a9-77410363be87\"\r\n }\r\n }\r\n ],\r\n \"etag\": \"61aa0520-58e1-4468-8b7b-febaa810dc3f\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182\",\r\n \"name\": \"sj9182\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"ac7f7b3f-1817-4bdf-aeb8-32ba01352522\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Adjust\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 0,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:40:57.397Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/inputs/inputtest\",\r\n \"name\": \"inputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"4c5afe48-297b-4d8a-8c47-9ccd9e3740a9\"\r\n }\r\n }\r\n ],\r\n \"transformation\": {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/transformations/transformationtest\",\r\n \"name\": \"transformationtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"Select Id, Name from inputtest\",\r\n \"etag\": \"1a4738b4-6210-4d7c-a8cd-9c14eefe4ed8\"\r\n }\r\n },\r\n \"functions\": [],\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/outputs/outputtest\",\r\n \"name\": \"outputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"$testSqlTable$\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n },\r\n \"etag\": \"6cd9b9d0-3b0c-4b3e-994c-a84db6d3f6c6\"\r\n }\r\n }\r\n ],\r\n \"etag\": \"1c4b8174-e6af-4f1e-b24d-28ce34239608\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -455,7 +455,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:39 GMT" + "Wed, 09 Aug 2017 04:40:58 GMT" ], "Pragma": [ "no-cache" @@ -473,19 +473,19 @@ "5.0" ], "x-ms-request-id": [ - "00914027-3961-48f2-8e9c-29779588548a" + "1c5b5c48-aa67-4ce9-9a76-261bf8002f46" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14920" ], "x-ms-correlation-request-id": [ - "7f88748c-f2ed-45ec-b499-b8336045c8dd" + "8c02f1c8-548c-417b-a7b2-abaab8a09fc9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025439Z:7f88748c-f2ed-45ec-b499-b8336045c8dd" + "CENTRALUS:20170809T044059Z:8c02f1c8-548c-417b-a7b2-abaab8a09fc9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -494,13 +494,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnM/JGV4cGFuZD1pbnB1dHMlMkNvdXRwdXRzJTJDdHJhbnNmb3JtYXRpb24lMkNmdW5jdGlvbnMmYXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnM/JGV4cGFuZD1pbnB1dHMlMkNvdXRwdXRzJTJDdHJhbnNmb3JtYXRpb24lMkNmdW5jdGlvbnMmYXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac9f4161-96c5-4b70-9dce-62e12a2a9579" + "7831504b-bb41-4d5f-910a-18d2e6cf87c0" ], "accept-language": [ "en-US" @@ -522,7 +522,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:56:53 GMT" + "Wed, 09 Aug 2017 04:42:32 GMT" ], "Pragma": [ "no-cache" @@ -540,19 +540,19 @@ "5.0" ], "x-ms-request-id": [ - "ac9f4161-96c5-4b70-9dce-62e12a2a9579" + "7831504b-bb41-4d5f-910a-18d2e6cf87c0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "14911" ], "x-ms-correlation-request-id": [ - "40f94c45-45bd-43c9-87a2-ae055af6aff2" + "d3483ec0-96b0-4927-8fc6-54b5f884b06d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025653Z:40f94c45-45bd-43c9-87a2-ae055af6aff2" + "CENTRALUS:20170809T044232Z:d3483ec0-96b0-4927-8fc6-54b5f884b06d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -567,7 +567,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "33e52299-9393-42f8-8f57-c56bf07cfef5" + "042920ca-42cd-43f5-92a0-914778d31d0f" ], "accept-language": [ "en-US" @@ -577,7 +577,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917\",\r\n \"name\": \"sj3917\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"802d554b-721f-42db-af57-1cd6a9ec96f1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Adjust\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 0,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:54:35.217Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/inputs/inputtest\",\r\n \"name\": \"inputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"cef62f2f-4596-4729-ad7d-ede7b5153523\"\r\n }\r\n }\r\n ],\r\n \"transformation\": {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/transformations/transformationtest\",\r\n \"name\": \"transformationtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"Select Id, Name from inputtest\",\r\n \"etag\": \"12131939-ac37-4f6a-abf1-4d1d89ef05fb\"\r\n }\r\n },\r\n \"functions\": [],\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/outputs/outputtest\",\r\n \"name\": \"outputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"$testSqlTable$\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n },\r\n \"etag\": \"7f881ff6-5fe7-4471-97a9-77410363be87\"\r\n }\r\n }\r\n ],\r\n \"etag\": \"61aa0520-58e1-4468-8b7b-febaa810dc3f\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182\",\r\n \"name\": \"sj9182\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"ac7f7b3f-1817-4bdf-aeb8-32ba01352522\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Adjust\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 0,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:40:57.397Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/inputs/inputtest\",\r\n \"name\": \"inputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"etag\": \"4c5afe48-297b-4d8a-8c47-9ccd9e3740a9\"\r\n }\r\n }\r\n ],\r\n \"transformation\": {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/transformations/transformationtest\",\r\n \"name\": \"transformationtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"Select Id, Name from inputtest\",\r\n \"etag\": \"1a4738b4-6210-4d7c-a8cd-9c14eefe4ed8\"\r\n }\r\n },\r\n \"functions\": [],\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/outputs/outputtest\",\r\n \"name\": \"outputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/outputs\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$testSqlServer$\",\r\n \"database\": \"$testSqlDatabase$\",\r\n \"table\": \"$testSqlTable$\",\r\n \"user\": \"$testSqlUser$\"\r\n }\r\n },\r\n \"etag\": \"6cd9b9d0-3b0c-4b3e-994c-a84db6d3f6c6\"\r\n }\r\n }\r\n ],\r\n \"etag\": \"1c4b8174-e6af-4f1e-b24d-28ce34239608\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -589,7 +589,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:40 GMT" + "Wed, 09 Aug 2017 04:40:58 GMT" ], "Pragma": [ "no-cache" @@ -607,19 +607,19 @@ "5.0" ], "x-ms-request-id": [ - "33e52299-9393-42f8-8f57-c56bf07cfef5" + "042920ca-42cd-43f5-92a0-914778d31d0f" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14919" ], "x-ms-correlation-request-id": [ - "d530a77f-1110-4bcd-979e-49dad96b872d" + "f6910008-ab0a-4317-bb2e-3bbbee2cf348" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025440Z:d530a77f-1110-4bcd-979e-49dad96b872d" + "CENTRALUS:20170809T044059Z:f6910008-ab0a-4317-bb2e-3bbbee2cf348" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -634,7 +634,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bff94af3-7044-4183-99eb-5d54ef77a7bc" + "5529a0cf-dded-4c71-818d-4fc8fd96b7e4" ], "accept-language": [ "en-US" @@ -656,7 +656,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:56:53 GMT" + "Wed, 09 Aug 2017 04:42:32 GMT" ], "Pragma": [ "no-cache" @@ -674,19 +674,19 @@ "5.0" ], "x-ms-request-id": [ - "bff94af3-7044-4183-99eb-5d54ef77a7bc" + "5529a0cf-dded-4c71-818d-4fc8fd96b7e4" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "14910" ], "x-ms-correlation-request-id": [ - "7fae94ba-cb40-4ba1-8f2e-0a193edc4f40" + "885b9d4b-6f66-4553-9980-56e6f462820e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025653Z:7fae94ba-cb40-4ba1-8f2e-0a193edc4f40" + "CENTRALUS:20170809T044232Z:885b9d4b-6f66-4553-9980-56e6f462820e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -695,8 +695,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/start?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozOTE3L3N0YXJ0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/start?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MTgyL3N0YXJ0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"outputStartMode\": \"LastOutputEventTime\"\r\n}", "RequestHeaders": { @@ -707,7 +707,7 @@ "48" ], "x-ms-client-request-id": [ - "1e340006-6059-4156-8019-245940211678" + "4d98178a-134e-4aca-88ed-17a1b97b412b" ], "accept-language": [ "en-US" @@ -717,7 +717,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"code\": \"422\",\r\n \"message\": \"LastOutputEventTime must be available when OutputStartMode is set to LastOutputEventTime. Please make sure at least one output event has been processed. \",\r\n \"details\": {\r\n \"code\": \"422\",\r\n \"message\": \"LastOutputEventTime must be available when OutputStartMode is set to LastOutputEventTime. Please make sure at least one output event has been processed. \",\r\n \"correlationId\": \"3603aa70-15da-449a-885d-b969b8691580\",\r\n \"requestId\": \"0c7399c1-1b27-47c8-b7ab-250eeb4ec78f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"code\": \"422\",\r\n \"message\": \"LastOutputEventTime must be available when OutputStartMode is set to LastOutputEventTime. Please make sure at least one output event has been processed. \",\r\n \"details\": {\r\n \"code\": \"422\",\r\n \"message\": \"LastOutputEventTime must be available when OutputStartMode is set to LastOutputEventTime. Please make sure at least one output event has been processed. \",\r\n \"correlationId\": \"94b2551f-b39c-4b94-ab48-e48917afbb4a\",\r\n \"requestId\": \"4d98178a-134e-4aca-88ed-17a1b97b412b\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "477" @@ -732,7 +732,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:40 GMT" + "Wed, 09 Aug 2017 04:40:58 GMT" ], "Pragma": [ "no-cache" @@ -744,19 +744,19 @@ "5.0" ], "x-ms-request-id": [ - "0c7399c1-1b27-47c8-b7ab-250eeb4ec78f" + "4d98178a-134e-4aca-88ed-17a1b97b412b" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1135" ], "x-ms-correlation-request-id": [ - "3603aa70-15da-449a-885d-b969b8691580" + "94b2551f-b39c-4b94-ab48-e48917afbb4a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025441Z:3603aa70-15da-449a-885d-b969b8691580" + "CENTRALUS:20170809T044059Z:94b2551f-b39c-4b94-ab48-e48917afbb4a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -765,8 +765,8 @@ "StatusCode": 422 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/start?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozOTE3L3N0YXJ0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/start?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MTgyL3N0YXJ0P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"outputStartMode\": \"CustomTime\",\r\n \"outputStartTime\": \"2012-12-12T12:12:12Z\"\r\n}", "RequestHeaders": { @@ -777,7 +777,7 @@ "85" ], "x-ms-client-request-id": [ - "a518f8ab-0ba2-4b2a-8dbc-fc70d1bc0d17" + "91b70a81-b640-45b8-9b64-efc932aa7a87" ], "accept-language": [ "en-US" @@ -802,13 +802,13 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:41 GMT" + "Wed, 09 Aug 2017 04:40:58 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/OperationResults/0d73177e-123f-4f99-bde1-925b1351ba8b?api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/OperationResults/b642a5ae-9541-4e1f-987a-6b0969a28c82?api-version=2016-03-01" ], "Retry-After": [ "10" @@ -820,19 +820,19 @@ "5.0" ], "x-ms-request-id": [ - "ab20ccc8-27e9-4243-ad3d-bc501436605d" + "91b70a81-b640-45b8-9b64-efc932aa7a87" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1134" ], "x-ms-correlation-request-id": [ - "754873b1-9a8a-40f4-a205-fa0bb69567c7" + "dc2361d8-6860-4190-986c-db26e822e576" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025442Z:754873b1-9a8a-40f4-a205-fa0bb69567c7" + "CENTRALUS:20170809T044059Z:dc2361d8-6860-4190-986c-db26e822e576" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -841,8 +841,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/OperationResults/0d73177e-123f-4f99-bde1-925b1351ba8b?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozOTE3L09wZXJhdGlvblJlc3VsdHMvMGQ3MzE3N2UtMTIzZi00Zjk5LWJkZTEtOTI1YjEzNTFiYThiP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/OperationResults/b642a5ae-9541-4e1f-987a-6b0969a28c82?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MTgyL09wZXJhdGlvblJlc3VsdHMvYjY0MmE1YWUtOTU0MS00ZTFmLTk4N2EtNmIwOTY5YTI4YzgyP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -866,13 +866,13 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:55:14 GMT" + "Wed, 09 Aug 2017 04:41:29 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/OperationResults/0d73177e-123f-4f99-bde1-925b1351ba8b?api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/OperationResults/b642a5ae-9541-4e1f-987a-6b0969a28c82?api-version=2016-03-01" ], "Retry-After": [ "10" @@ -884,19 +884,19 @@ "5.0" ], "x-ms-request-id": [ - "deb30abc-e9c0-4f4e-9d8d-247ecae15d19" + "8a608241-b5bf-42dd-8c74-c60e4bc5c465" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14918" ], "x-ms-correlation-request-id": [ - "31593f7c-290b-42b3-9725-c43b102125e4" + "32ec207e-fd58-4623-8a3d-006113bbe24a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025514Z:31593f7c-290b-42b3-9725-c43b102125e4" + "CENTRALUS:20170809T044130Z:32ec207e-fd58-4623-8a3d-006113bbe24a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -905,8 +905,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/OperationResults/0d73177e-123f-4f99-bde1-925b1351ba8b?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozOTE3L09wZXJhdGlvblJlc3VsdHMvMGQ3MzE3N2UtMTIzZi00Zjk5LWJkZTEtOTI1YjEzNTFiYThiP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/OperationResults/b642a5ae-9541-4e1f-987a-6b0969a28c82?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MTgyL09wZXJhdGlvblJlc3VsdHMvYjY0MmE1YWUtOTU0MS00ZTFmLTk4N2EtNmIwOTY5YTI4YzgyP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -930,7 +930,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:55:45 GMT" + "Wed, 09 Aug 2017 04:42:00 GMT" ], "Pragma": [ "no-cache" @@ -942,19 +942,19 @@ "5.0" ], "x-ms-request-id": [ - "3dafc293-4fb1-4e67-9507-b3fcc781c2ab" + "cb1e6719-8df3-49f8-9d1d-cbcf37934369" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14916" ], "x-ms-correlation-request-id": [ - "65f94473-f997-49c9-a30f-e34b63cbee14" + "592ac2a2-dc68-40cb-a9ff-79ac2bfc4499" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025546Z:65f94473-f997-49c9-a30f-e34b63cbee14" + "CENTRALUS:20170809T044200Z:592ac2a2-dc68-40cb-a9ff-79ac2bfc4499" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -963,13 +963,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozOTE3P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MTgyP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5fcc42a6-6e99-4c7c-9e2e-62c7abe6328c" + "1fc47935-548a-4199-b80c-ac3be5e64f3c" ], "accept-language": [ "en-US" @@ -979,7 +979,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917\",\r\n \"name\": \"sj3917\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"802d554b-721f-42db-af57-1cd6a9ec96f1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Running\",\r\n \"outputStartMode\": \"CustomTime\",\r\n \"outputStartTime\": \"2012-12-12T12:12:12Z\",\r\n \"eventsOutOfOrderPolicy\": \"Adjust\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 0,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:54:35.217Z\",\r\n \"compatibilityLevel\": \"1.0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182\",\r\n \"name\": \"sj9182\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"ac7f7b3f-1817-4bdf-aeb8-32ba01352522\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Running\",\r\n \"outputStartMode\": \"CustomTime\",\r\n \"outputStartTime\": \"2012-12-12T12:12:12Z\",\r\n \"eventsOutOfOrderPolicy\": \"Adjust\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 0,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:40:57.397Z\",\r\n \"compatibilityLevel\": \"1.0\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -991,7 +991,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:55:46 GMT" + "Wed, 09 Aug 2017 04:42:00 GMT" ], "Pragma": [ "no-cache" @@ -1000,7 +1000,7 @@ "chunked" ], "ETag": [ - "257bad2b-4c51-4163-a277-882ccc9025d2" + "a150f8e6-0209-4c43-bf1b-862ba829287f" ], "Server": [ "Microsoft-IIS/8.5" @@ -1012,22 +1012,22 @@ "5.0" ], "x-ms-request-id": [ - "5fcc42a6-6e99-4c7c-9e2e-62c7abe6328c" + "1fc47935-548a-4199-b80c-ac3be5e64f3c" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/OperationResults/b695776c-cce2-4afd-a881-a6b40fd690dc?api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/OperationResults/54b0efb2-0982-4840-83ea-b5ad7687f965?api-version=2016-03-01" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14915" ], "x-ms-correlation-request-id": [ - "3465f0ca-8f7d-4306-aba0-0133f84e0700" + "c6457826-7888-4a51-bad0-45cf62fbf5ac" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025547Z:3465f0ca-8f7d-4306-aba0-0133f84e0700" + "CENTRALUS:20170809T044200Z:c6457826-7888-4a51-bad0-45cf62fbf5ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1036,13 +1036,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/inputs?$select=*&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozOTE3L2lucHV0cz8kc2VsZWN0PSUyQSZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/inputs?$select=*&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MTgyL2lucHV0cz8kc2VsZWN0PSUyQSZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3348141c-c290-4596-b086-641c973e4459" + "5ee917bf-0d54-4b45-945e-495229040ae0" ], "accept-language": [ "en-US" @@ -1052,7 +1052,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/inputs/inputtest\",\r\n \"name\": \"inputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"diagnostics\": {\r\n \"conditions\": [\r\n {\r\n \"since\": \"2017-06-03T02:55:27.8734969Z\",\r\n \"code\": \"INP-3\",\r\n \"message\": \"Could not deserialize the input event as Json. Some possible reasons: 1) Malformed events 2) Input source configured with incorrect serialization format\"\r\n }\r\n ]\r\n },\r\n \"etag\": \"cef62f2f-4596-4729-ad7d-ede7b5153523\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/inputs/inputtest\",\r\n \"name\": \"inputtest\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/inputs\",\r\n \"properties\": {\r\n \"type\": \"Stream\",\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"$testAccountName$\"\r\n }\r\n ],\r\n \"container\": \"state\",\r\n \"pathPattern\": \"\"\r\n }\r\n },\r\n \"serialization\": {\r\n \"type\": \"Json\",\r\n \"properties\": {\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"diagnostics\": {\r\n \"conditions\": [\r\n {\r\n \"since\": \"2017-08-09T04:41:42.7276346Z\",\r\n \"code\": \"INP-3\",\r\n \"message\": \"Could not deserialize the input event(s) from resource 'https://$testAccountName$.blob.core.windows.net/state/states1.csv' as Json. Some possible reasons: 1) Malformed events 2) Input source configured with incorrect serialization format\"\r\n },\r\n {\r\n \"since\": \"2017-08-09T04:41:43.02451Z\",\r\n \"code\": \"INP-3\",\r\n \"message\": \"Could not deserialize the input event(s) from resource 'https://$testAccountName$.blob.core.windows.net/state/states2.csv' as Json. Some possible reasons: 1) Malformed events 2) Input source configured with incorrect serialization format\"\r\n }\r\n ]\r\n },\r\n \"etag\": \"4c5afe48-297b-4d8a-8c47-9ccd9e3740a9\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1064,7 +1064,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:55:48 GMT" + "Wed, 09 Aug 2017 04:42:00 GMT" ], "Pragma": [ "no-cache" @@ -1082,19 +1082,19 @@ "5.0" ], "x-ms-request-id": [ - "3348141c-c290-4596-b086-641c973e4459" + "5ee917bf-0d54-4b45-945e-495229040ae0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14914" ], "x-ms-correlation-request-id": [ - "e6b069a8-6433-43a5-a047-824ba5e77160" + "b54138ad-7c39-41b9-b88a-114a8c81ad9a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025548Z:e6b069a8-6433-43a5-a047-824ba5e77160" + "CENTRALUS:20170809T044200Z:b54138ad-7c39-41b9-b88a-114a8c81ad9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1103,13 +1103,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/stop?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozOTE3L3N0b3A/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/stop?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MTgyL3N0b3A/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "562dc20a-4673-411a-9857-d06906f5139a" + "40d8e3ef-4795-431c-af58-7d2304b00b09" ], "accept-language": [ "en-US" @@ -1134,13 +1134,13 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:55:48 GMT" + "Wed, 09 Aug 2017 04:42:00 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/OperationResults/b12b5101-b4f1-41f6-a76d-c6d081d75b8b?api-version=2016-03-01" + "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/OperationResults/9a791bce-f69d-4057-a38b-4ec3510282cb?api-version=2016-03-01" ], "Retry-After": [ "10" @@ -1152,19 +1152,19 @@ "5.0" ], "x-ms-request-id": [ - "562dc20a-4673-411a-9857-d06906f5139a" + "40d8e3ef-4795-431c-af58-7d2304b00b09" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1133" ], "x-ms-correlation-request-id": [ - "4672d025-a826-43bf-b72b-8dfd84a2e6dd" + "efb4da79-3fd7-4ac6-b657-945d1b84dcbe" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025548Z:4672d025-a826-43bf-b72b-8dfd84a2e6dd" + "CENTRALUS:20170809T044200Z:efb4da79-3fd7-4ac6-b657-945d1b84dcbe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1173,8 +1173,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/OperationResults/b12b5101-b4f1-41f6-a76d-c6d081d75b8b?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozOTE3L09wZXJhdGlvblJlc3VsdHMvYjEyYjUxMDEtYjRmMS00MWY2LWE3NmQtYzZkMDgxZDc1YjhiP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182/OperationResults/9a791bce-f69d-4057-a38b-4ec3510282cb?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MTgyL09wZXJhdGlvblJlc3VsdHMvOWE3OTFiY2UtZjY5ZC00MDU3LWEzOGItNGVjMzUxMDI4MmNiP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1198,71 +1198,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:56:18 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/OperationResults/b12b5101-b4f1-41f6-a76d-c6d081d75b8b?api-version=2016-03-01" - ], - "Retry-After": [ - "10" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "X-AspNetMvc-Version": [ - "5.0" - ], - "x-ms-request-id": [ - "45e0d490-23bd-4b34-8cb0-b3bc904e07fa" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" - ], - "x-ms-correlation-request-id": [ - "279889fd-31f2-43bb-9e2c-bf1d073b048e" - ], - "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025618Z:279889fd-31f2-43bb-9e2c-bf1d073b048e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917/OperationResults/b12b5101-b4f1-41f6-a76d-c6d081d75b8b?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozOTE3L09wZXJhdGlvblJlc3VsdHMvYjEyYjUxMDEtYjRmMS00MWY2LWE3NmQtYzZkMDgxZDc1YjhiP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-store, no-cache" - ], - "Date": [ - "Sat, 03 Jun 2017 02:56:50 GMT" + "Wed, 09 Aug 2017 04:42:30 GMT" ], "Pragma": [ "no-cache" @@ -1274,19 +1210,19 @@ "5.0" ], "x-ms-request-id": [ - "4a34e36b-76b8-42c5-8b9a-86c89fa19602" + "4f552b3e-df9e-4d2e-944d-d359e6ae2b8e" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14913" ], "x-ms-correlation-request-id": [ - "062c8a5d-4c9a-4c98-b517-a6dc9db433dc" + "b5eaf99e-ebff-49d0-b98c-41979ae4a6ce" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025651Z:062c8a5d-4c9a-4c98-b517-a6dc9db433dc" + "CENTRALUS:20170809T044231Z:b5eaf99e-ebff-49d0-b98c-41979ae4a6ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1295,13 +1231,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1762/providers/Microsoft.StreamAnalytics/streamingjobs/sj3917?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2ozOTE3P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg7745/providers/Microsoft.StreamAnalytics/streamingjobs/sj9182?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc3NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o5MTgyP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed900acd-429f-402e-8b7a-99c31667d2c1" + "786537db-6fdb-4cf9-934a-f95621f97096" ], "accept-language": [ "en-US" @@ -1326,7 +1262,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:56:52 GMT" + "Wed, 09 Aug 2017 04:42:32 GMT" ], "Pragma": [ "no-cache" @@ -1338,19 +1274,19 @@ "5.0" ], "x-ms-request-id": [ - "ed900acd-429f-402e-8b7a-99c31667d2c1" + "786537db-6fdb-4cf9-934a-f95621f97096" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1132" ], "x-ms-correlation-request-id": [ - "ad18aeaf-8d85-433d-bcfe-8de7b0932ecc" + "6fbd7554-dd4b-4c6b-a947-88dacc943d29" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025653Z:ad18aeaf-8d85-433d-bcfe-8de7b0932ecc" + "CENTRALUS:20170809T044232Z:6fbd7554-dd4b-4c6b-a947-88dacc943d29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1361,8 +1297,8 @@ ], "Names": { "StreamingJobOperationsTest_FullJob": [ - "sjrg1762", - "sj3917" + "sjrg7745", + "sj9182" ] }, "Variables": { diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.StreamingJobTests/StreamingJobOperationsTest_JobShell.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.StreamingJobTests/StreamingJobOperationsTest_JobShell.json index f5767aa4ce10..5b49382a1198 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.StreamingJobTests/StreamingJobOperationsTest_JobShell.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.StreamingJobTests/StreamingJobOperationsTest_JobShell.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg809?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MDk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6021?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MDIxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "bd8fd980-fdef-4a02-8035-60afb4f98484" + "5f586c1b-df93-47cc-a3d1-8e76417b46cd" ], "accept-language": [ "en-US" @@ -23,10 +23,10 @@ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg809\",\r\n \"name\": \"sjrg809\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6021\",\r\n \"name\": \"sjrg6021\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "167" + "169" ], "Content-Type": [ "application/json; charset=utf-8" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:29 GMT" + "Wed, 09 Aug 2017 04:40:52 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1150" ], "x-ms-request-id": [ - "3ff8c506-09b7-40ca-967a-2fd744b8701d" + "f5052630-e6a5-45d1-94d4-449d32762eae" ], "x-ms-correlation-request-id": [ - "3ff8c506-09b7-40ca-967a-2fd744b8701d" + "f5052630-e6a5-45d1-94d4-449d32762eae" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025430Z:3ff8c506-09b7-40ca-967a-2fd744b8701d" + "CENTRALUS:20170809T044052Z:f5052630-e6a5-45d1-94d4-449d32762eae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,8 +62,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg809/providers/Microsoft.StreamAnalytics/streamingjobs/sj5646?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajU2NDY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6021/providers/Microsoft.StreamAnalytics/streamingjobs/sj4341?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0MzQxP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 5,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 16,\r\n \"dataLocale\": \"en-US\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"outputs\": [],\r\n \"functions\": []\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ "486" ], "x-ms-client-request-id": [ - "016dd49b-b5a5-4536-97fa-77eba781b578" + "5c32b248-bdc6-4a48-8c92-f9282919f4f1" ], "accept-language": [ "en-US" @@ -84,7 +84,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg809/providers/Microsoft.StreamAnalytics/streamingjobs/sj5646\",\r\n \"name\": \"sj5646\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"82fc98de-53f5-4b03-8e08-2333b5c97ade\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 5,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 16,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:54:29.23Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6021/providers/Microsoft.StreamAnalytics/streamingjobs/sj4341\",\r\n \"name\": \"sj4341\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"551b8947-f429-4b0b-b203-79d05c88e80b\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 5,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 16,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:40:53.04Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:31 GMT" + "Wed, 09 Aug 2017 04:40:52 GMT" ], "Pragma": [ "no-cache" @@ -105,7 +105,7 @@ "chunked" ], "ETag": [ - "b3303c9e-fcb0-4e4d-b209-5d9bb8d50d24" + "be853b8a-cae7-40df-a7b4-1eac3c02bbb0" ], "Server": [ "Microsoft-IIS/8.5" @@ -117,19 +117,19 @@ "5.0" ], "x-ms-request-id": [ - "016dd49b-b5a5-4536-97fa-77eba781b578" + "3214937a-fe63-4ed8-985d-19946dbbd7ea" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1161" ], "x-ms-correlation-request-id": [ - "499e3dca-05b8-4689-942b-0cd3669941db" + "690543ec-2143-4477-a47a-9323c3a032d3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025431Z:499e3dca-05b8-4689-942b-0cd3669941db" + "CENTRALUS:20170809T044053Z:690543ec-2143-4477-a47a-9323c3a032d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -138,13 +138,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg809/providers/Microsoft.StreamAnalytics/streamingjobs/sj5646?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajU2NDY/JGV4cGFuZD1pbnB1dHMlMkNvdXRwdXRzJTJDdHJhbnNmb3JtYXRpb24lMkNmdW5jdGlvbnMmYXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6021/providers/Microsoft.StreamAnalytics/streamingjobs/sj4341?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0MzQxPyRleHBhbmQ9aW5wdXRzJTJDb3V0cHV0cyUyQ3RyYW5zZm9ybWF0aW9uJTJDZnVuY3Rpb25zJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ccdace09-3903-4d0d-8a49-c17d6c66c0ad" + "466a7ac0-4410-4c53-be7d-30dcbc46ce0d" ], "accept-language": [ "en-US" @@ -154,7 +154,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg809/providers/Microsoft.StreamAnalytics/streamingjobs/sj5646\",\r\n \"name\": \"sj5646\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"82fc98de-53f5-4b03-8e08-2333b5c97ade\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 5,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 16,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:54:29.23Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6021/providers/Microsoft.StreamAnalytics/streamingjobs/sj4341\",\r\n \"name\": \"sj4341\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"551b8947-f429-4b0b-b203-79d05c88e80b\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 5,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 16,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:40:53.04Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -166,7 +166,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:31 GMT" + "Wed, 09 Aug 2017 04:40:53 GMT" ], "Pragma": [ "no-cache" @@ -175,7 +175,7 @@ "chunked" ], "ETag": [ - "b3303c9e-fcb0-4e4d-b209-5d9bb8d50d24" + "be853b8a-cae7-40df-a7b4-1eac3c02bbb0" ], "Server": [ "Microsoft-IIS/8.5" @@ -187,19 +187,19 @@ "5.0" ], "x-ms-request-id": [ - "ccdace09-3903-4d0d-8a49-c17d6c66c0ad" + "466a7ac0-4410-4c53-be7d-30dcbc46ce0d" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14951" ], "x-ms-correlation-request-id": [ - "b6804c2b-a0f6-44a0-ac66-3906961f24d8" + "0b0027e1-8a38-4b2e-8fb2-1c9ef634d885" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025431Z:b6804c2b-a0f6-44a0-ac66-3906961f24d8" + "CENTRALUS:20170809T044053Z:0b0027e1-8a38-4b2e-8fb2-1c9ef634d885" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -208,13 +208,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg809/providers/Microsoft.StreamAnalytics/streamingjobs/sj5646?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajU2NDY/JGV4cGFuZD1pbnB1dHMlMkNvdXRwdXRzJTJDdHJhbnNmb3JtYXRpb24lMkNmdW5jdGlvbnMmYXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6021/providers/Microsoft.StreamAnalytics/streamingjobs/sj4341?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0MzQxPyRleHBhbmQ9aW5wdXRzJTJDb3V0cHV0cyUyQ3RyYW5zZm9ybWF0aW9uJTJDZnVuY3Rpb25zJmFwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b27faf19-48c6-457f-86e6-d95970d8882d" + "882a8e70-0d47-4940-ae59-be043751890a" ], "accept-language": [ "en-US" @@ -224,7 +224,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg809/providers/Microsoft.StreamAnalytics/streamingjobs/sj5646\",\r\n \"name\": \"sj5646\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"82fc98de-53f5-4b03-8e08-2333b5c97ade\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 21,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 13,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:54:29.23Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6021/providers/Microsoft.StreamAnalytics/streamingjobs/sj4341\",\r\n \"name\": \"sj4341\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"551b8947-f429-4b0b-b203-79d05c88e80b\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 21,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 13,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:40:53.04Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -236,7 +236,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:32 GMT" + "Wed, 09 Aug 2017 04:40:53 GMT" ], "Pragma": [ "no-cache" @@ -245,7 +245,7 @@ "chunked" ], "ETag": [ - "da2c42a7-d5f0-47d2-a990-74ddc7797dae" + "45658043-465e-4f31-8262-b2b740c0da1a" ], "Server": [ "Microsoft-IIS/8.5" @@ -257,19 +257,19 @@ "5.0" ], "x-ms-request-id": [ - "b27faf19-48c6-457f-86e6-d95970d8882d" + "882a8e70-0d47-4940-ae59-be043751890a" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14950" ], "x-ms-correlation-request-id": [ - "f20d9562-613b-4fdb-9f6f-e49069adfd44" + "fe211366-7d7c-4927-8bcf-db2782315e9a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025432Z:f20d9562-613b-4fdb-9f6f-e49069adfd44" + "CENTRALUS:20170809T044054Z:fe211366-7d7c-4927-8bcf-db2782315e9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -278,8 +278,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg809/providers/Microsoft.StreamAnalytics/streamingjobs/sj5646?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajU2NDY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6021/providers/Microsoft.StreamAnalytics/streamingjobs/sj4341?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0MzQxP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 21,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 13\r\n }\r\n}", "RequestHeaders": { @@ -290,7 +290,7 @@ "120" ], "x-ms-client-request-id": [ - "4f7e8784-332c-4a12-8654-12f4d0042a12" + "b9a4c1bf-7b7d-4b2e-99ea-a55197531586" ], "accept-language": [ "en-US" @@ -300,7 +300,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg809/providers/Microsoft.StreamAnalytics/streamingjobs/sj5646\",\r\n \"name\": \"sj5646\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"82fc98de-53f5-4b03-8e08-2333b5c97ade\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 21,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 13,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:54:29.23Z\",\r\n \"compatibilityLevel\": \"1.0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6021/providers/Microsoft.StreamAnalytics/streamingjobs/sj4341\",\r\n \"name\": \"sj4341\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"551b8947-f429-4b0b-b203-79d05c88e80b\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 21,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 13,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:40:53.04Z\",\r\n \"compatibilityLevel\": \"1.0\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -312,7 +312,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:32 GMT" + "Wed, 09 Aug 2017 04:40:53 GMT" ], "Pragma": [ "no-cache" @@ -321,7 +321,7 @@ "chunked" ], "ETag": [ - "da2c42a7-d5f0-47d2-a990-74ddc7797dae" + "45658043-465e-4f31-8262-b2b740c0da1a" ], "Server": [ "Microsoft-IIS/8.5" @@ -333,19 +333,19 @@ "5.0" ], "x-ms-request-id": [ - "4f7e8784-332c-4a12-8654-12f4d0042a12" + "933a8228-bbc6-4ff8-b8a0-05c54bd2cca6" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1160" ], "x-ms-correlation-request-id": [ - "9bdde227-a708-4dfc-8ccc-828ec5070768" + "06085433-e002-48f0-ba6b-ab508df66ba6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025432Z:9bdde227-a708-4dfc-8ccc-828ec5070768" + "CENTRALUS:20170809T044053Z:06085433-e002-48f0-ba6b-ab508df66ba6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,13 +354,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg809/providers/Microsoft.StreamAnalytics/streamingjobs?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icz8kZXhwYW5kPWlucHV0cyUyQ291dHB1dHMlMkN0cmFuc2Zvcm1hdGlvbiUyQ2Z1bmN0aW9ucyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6021/providers/Microsoft.StreamAnalytics/streamingjobs?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnM/JGV4cGFuZD1pbnB1dHMlMkNvdXRwdXRzJTJDdHJhbnNmb3JtYXRpb24lMkNmdW5jdGlvbnMmYXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88e1510a-9ddb-4f5c-8fe8-36ba5afeb29e" + "55fc04b8-dde1-43d4-b4b9-3ea23d785023" ], "accept-language": [ "en-US" @@ -370,7 +370,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg809/providers/Microsoft.StreamAnalytics/streamingjobs/sj5646\",\r\n \"name\": \"sj5646\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"82fc98de-53f5-4b03-8e08-2333b5c97ade\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 21,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 13,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:54:29.23Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": [],\r\n \"etag\": \"da2c42a7-d5f0-47d2-a990-74ddc7797dae\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6021/providers/Microsoft.StreamAnalytics/streamingjobs/sj4341\",\r\n \"name\": \"sj4341\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"551b8947-f429-4b0b-b203-79d05c88e80b\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 21,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 13,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:40:53.04Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": [],\r\n \"etag\": \"45658043-465e-4f31-8262-b2b740c0da1a\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -382,7 +382,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:32 GMT" + "Wed, 09 Aug 2017 04:40:53 GMT" ], "Pragma": [ "no-cache" @@ -400,19 +400,19 @@ "5.0" ], "x-ms-request-id": [ - "88e1510a-9ddb-4f5c-8fe8-36ba5afeb29e" + "55fc04b8-dde1-43d4-b4b9-3ea23d785023" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14949" ], "x-ms-correlation-request-id": [ - "56552eda-42f4-48a6-9eed-c72d293e4a96" + "34ddf185-b589-4523-8d29-f3de35b26515" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025433Z:56552eda-42f4-48a6-9eed-c72d293e4a96" + "CENTRALUS:20170809T044054Z:34ddf185-b589-4523-8d29-f3de35b26515" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -421,13 +421,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg809/providers/Microsoft.StreamAnalytics/streamingjobs?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icz8kZXhwYW5kPWlucHV0cyUyQ291dHB1dHMlMkN0cmFuc2Zvcm1hdGlvbiUyQ2Z1bmN0aW9ucyZhcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6021/providers/Microsoft.StreamAnalytics/streamingjobs?$expand=inputs%2Coutputs%2Ctransformation%2Cfunctions&api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnM/JGV4cGFuZD1pbnB1dHMlMkNvdXRwdXRzJTJDdHJhbnNmb3JtYXRpb24lMkNmdW5jdGlvbnMmYXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ebeed97-f767-44fd-a1b4-2c97f3fbaf4b" + "f2a53184-fe82-4f55-8248-8efaf5b45c9a" ], "accept-language": [ "en-US" @@ -449,7 +449,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:34 GMT" + "Wed, 09 Aug 2017 04:40:54 GMT" ], "Pragma": [ "no-cache" @@ -467,19 +467,19 @@ "5.0" ], "x-ms-request-id": [ - "2ebeed97-f767-44fd-a1b4-2c97f3fbaf4b" + "f2a53184-fe82-4f55-8248-8efaf5b45c9a" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14947" ], "x-ms-correlation-request-id": [ - "c1c810ba-f54b-44d0-8e01-882d20dfd76a" + "a3d3f349-9ba1-400d-bae7-2ad521871637" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025434Z:c1c810ba-f54b-44d0-8e01-882d20dfd76a" + "CENTRALUS:20170809T044054Z:a3d3f349-9ba1-400d-bae7-2ad521871637" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -494,7 +494,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5423d185-35e7-4286-b32c-08ceccaeca98" + "0f575a68-6d91-49b3-a018-8e91b625a1a5" ], "accept-language": [ "en-US" @@ -504,7 +504,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg809/providers/Microsoft.StreamAnalytics/streamingjobs/sj5646\",\r\n \"name\": \"sj5646\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"82fc98de-53f5-4b03-8e08-2333b5c97ade\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 21,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 13,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:54:29.23Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": [],\r\n \"etag\": \"da2c42a7-d5f0-47d2-a990-74ddc7797dae\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6021/providers/Microsoft.StreamAnalytics/streamingjobs/sj4341\",\r\n \"name\": \"sj4341\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"551b8947-f429-4b0b-b203-79d05c88e80b\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsOutOfOrderPolicy\": \"Drop\",\r\n \"outputErrorPolicy\": \"Drop\",\r\n \"eventsOutOfOrderMaxDelayInSeconds\": 21,\r\n \"eventsLateArrivalMaxDelayInSeconds\": 13,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:40:53.04Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": [],\r\n \"etag\": \"45658043-465e-4f31-8262-b2b740c0da1a\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -516,7 +516,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:33 GMT" + "Wed, 09 Aug 2017 04:40:53 GMT" ], "Pragma": [ "no-cache" @@ -534,19 +534,19 @@ "5.0" ], "x-ms-request-id": [ - "5423d185-35e7-4286-b32c-08ceccaeca98" + "0f575a68-6d91-49b3-a018-8e91b625a1a5" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14948" ], "x-ms-correlation-request-id": [ - "1682b1fd-3106-4329-8eb9-a400da516f07" + "23544af7-912b-4ec3-b9ec-9820fb02f669" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025433Z:1682b1fd-3106-4329-8eb9-a400da516f07" + "CENTRALUS:20170809T044054Z:23544af7-912b-4ec3-b9ec-9820fb02f669" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -561,7 +561,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4dfd7079-759c-4d22-9040-9807ecb8581b" + "08c92fcf-238c-43b4-a783-e48817d8369f" ], "accept-language": [ "en-US" @@ -583,7 +583,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:34 GMT" + "Wed, 09 Aug 2017 04:40:54 GMT" ], "Pragma": [ "no-cache" @@ -601,19 +601,19 @@ "5.0" ], "x-ms-request-id": [ - "4dfd7079-759c-4d22-9040-9807ecb8581b" + "08c92fcf-238c-43b4-a783-e48817d8369f" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14946" ], "x-ms-correlation-request-id": [ - "1376ee62-de01-426a-bbf1-01ad4187a923" + "37644dc8-2626-4d25-8a0a-30b9c810b468" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025434Z:1376ee62-de01-426a-bbf1-01ad4187a923" + "CENTRALUS:20170809T044054Z:37644dc8-2626-4d25-8a0a-30b9c810b468" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg809/providers/Microsoft.StreamAnalytics/streamingjobs/sj5646?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9zajU2NDY/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg6021/providers/Microsoft.StreamAnalytics/streamingjobs/sj4341?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc2MDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o0MzQxP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f243e1da-858b-420a-8f0d-c2f72717c5e7" + "dacf9bc8-8204-4f16-b53c-6463c0934e85" ], "accept-language": [ "en-US" @@ -653,7 +653,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:33 GMT" + "Wed, 09 Aug 2017 04:40:54 GMT" ], "Pragma": [ "no-cache" @@ -665,19 +665,19 @@ "5.0" ], "x-ms-request-id": [ - "f243e1da-858b-420a-8f0d-c2f72717c5e7" + "dacf9bc8-8204-4f16-b53c-6463c0934e85" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1159" ], "x-ms-correlation-request-id": [ - "4c500496-13c8-4f01-838f-1a0c4a65aeb8" + "daea91e9-11a9-49d9-87b7-f1ac01d4cd2c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025434Z:4c500496-13c8-4f01-838f-1a0c4a65aeb8" + "CENTRALUS:20170809T044054Z:daea91e9-11a9-49d9-87b7-f1ac01d4cd2c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -688,8 +688,8 @@ ], "Names": { "StreamingJobOperationsTest_JobShell": [ - "sjrg809", - "sj5646" + "sjrg6021", + "sj4341" ] }, "Variables": { diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.SubscriptionTests/SubscriptionOperationsTest.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.SubscriptionTests/SubscriptionOperationsTest.json index 317aebabe587..b35d0ee27fa7 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.SubscriptionTests/SubscriptionOperationsTest.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.SubscriptionTests/SubscriptionOperationsTest.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f53de90-892a-4f0e-9584-27b74af4ae20" + "9dba80da-ef81-4879-8a3e-72e00178754d" ], "accept-language": [ "en-US" @@ -29,7 +29,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:58:37 GMT" + "Wed, 09 Aug 2017 04:40:51 GMT" ], "Pragma": [ "no-cache" @@ -47,19 +47,19 @@ "5.0" ], "x-ms-request-id": [ - "6f53de90-892a-4f0e-9584-27b74af4ae20" + "9dba80da-ef81-4879-8a3e-72e00178754d" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14923" ], "x-ms-correlation-request-id": [ - "e75590e9-e990-4ca5-8e56-e9afb9f79c1b" + "df58b92b-10b9-4cd8-a752-1f0e97a10917" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025837Z:e75590e9-e990-4ca5-8e56-e9afb9f79c1b" + "CENTRALUS:20170809T044051Z:df58b92b-10b9-4cd8-a752-1f0e97a10917" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" diff --git a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.TransformationTests/TransformationOperationsTest.json b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.TransformationTests/TransformationOperationsTest.json index 686923883de8..121250092135 100644 --- a/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.TransformationTests/TransformationOperationsTest.json +++ b/src/SDKs/StreamAnalytics/StreamAnalytics.Tests/SessionRecords/StreamAnalytics.Tests.TransformationTests/TransformationOperationsTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1624?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNjI0P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8995?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTk1P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "3fbbff23-dfc7-4cdb-ae45-22b6be58da51" + "7a9f96de-3b8c-411d-bee9-6360e85dfd9e" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1624\",\r\n \"name\": \"sjrg1624\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8995\",\r\n \"name\": \"sjrg8995\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "169" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:23 GMT" + "Wed, 09 Aug 2017 04:35:22 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1163" ], "x-ms-request-id": [ - "e5fd5d8c-a034-4bfd-aa3b-01b73914dd31" + "e401abd8-a6ff-436e-ba74-56d37e976e82" ], "x-ms-correlation-request-id": [ - "e5fd5d8c-a034-4bfd-aa3b-01b73914dd31" + "e401abd8-a6ff-436e-ba74-56d37e976e82" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025424Z:e5fd5d8c-a034-4bfd-aa3b-01b73914dd31" + "CENTRALUS:20170809T043523Z:e401abd8-a6ff-436e-ba74-56d37e976e82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,8 +62,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1624/providers/Microsoft.StreamAnalytics/streamingjobs/sj8062?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o4MDYyP2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8995/providers/Microsoft.StreamAnalytics/streamingjobs/sj6699?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o2Njk5P2FwaS12ZXJzaW9uPTIwMTYtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ "198" ], "x-ms-client-request-id": [ - "78a66772-a171-4b3a-a4b1-54cc8d2571c3" + "359e5cea-9fcc-4415-8699-521f8d3caaa6" ], "accept-language": [ "en-US" @@ -84,7 +84,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1624/providers/Microsoft.StreamAnalytics/streamingjobs/sj8062\",\r\n \"name\": \"sj8062\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"ae9b8b36-080f-4fa1-8ead-1404177dbaf0\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-06-03T02:54:22.81Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8995/providers/Microsoft.StreamAnalytics/streamingjobs/sj6699\",\r\n \"name\": \"sj6699\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"randomKey\": \"randomValue\",\r\n \"key3\": \"value3\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"38041399-76bc-4105-80f6-7a50a0ec4e4e\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputErrorPolicy\": \"Stop\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2017-08-09T04:35:24.097Z\",\r\n \"compatibilityLevel\": \"1.0\",\r\n \"inputs\": [],\r\n \"functions\": [],\r\n \"outputs\": []\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:24 GMT" + "Wed, 09 Aug 2017 04:35:24 GMT" ], "Pragma": [ "no-cache" @@ -105,7 +105,7 @@ "chunked" ], "ETag": [ - "5a6a3a62-d1c8-474c-a172-631afc1bc5f3" + "f7b2cf07-f6e6-4b67-b30d-ce693dc6a7bc" ], "Server": [ "Microsoft-IIS/8.5" @@ -117,19 +117,19 @@ "5.0" ], "x-ms-request-id": [ - "97e175f9-34fc-4d28-b69b-1710adf023ec" + "359e5cea-9fcc-4415-8699-521f8d3caaa6" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1172" ], "x-ms-correlation-request-id": [ - "7125e61d-6a32-4a0e-9946-93e8b0801184" + "afa0d362-ee11-4075-8d85-902e7f00ac65" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025424Z:7125e61d-6a32-4a0e-9946-93e8b0801184" + "CENTRALUS:20170809T043524Z:afa0d362-ee11-4075-8d85-902e7f00ac65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -138,8 +138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1624/providers/Microsoft.StreamAnalytics/streamingjobs/sj8062/transformations/transformation860?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o4MDYyL3RyYW5zZm9ybWF0aW9ucy90cmFuc2Zvcm1hdGlvbjg2MD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8995/providers/Microsoft.StreamAnalytics/streamingjobs/sj6699/transformations/transformation6380?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o2Njk5L3RyYW5zZm9ybWF0aW9ucy90cmFuc2Zvcm1hdGlvbjYzODA/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"streamingUnits\": 6,\r\n \"query\": \"Select Id, Name from inputtest\"\r\n }\r\n}", "RequestHeaders": { @@ -150,7 +150,7 @@ "101" ], "x-ms-client-request-id": [ - "d1654625-49a1-42e9-b543-b970a3638774" + "8ff60fcd-2f4f-4f86-a419-599572fe4b19" ], "accept-language": [ "en-US" @@ -160,7 +160,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1624/providers/Microsoft.StreamAnalytics/streamingjobs/sj8062/transformations/transformation860\",\r\n \"name\": \"transformation860\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 6,\r\n \"query\": \"Select Id, Name from inputtest\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8995/providers/Microsoft.StreamAnalytics/streamingjobs/sj6699/transformations/transformation6380\",\r\n \"name\": \"transformation6380\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 6,\r\n \"query\": \"Select Id, Name from inputtest\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -172,7 +172,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:24 GMT" + "Wed, 09 Aug 2017 04:35:24 GMT" ], "Pragma": [ "no-cache" @@ -181,7 +181,7 @@ "chunked" ], "ETag": [ - "bcaf5005-89a3-445e-939a-44f58cd1fbd9" + "5bb6693f-565b-4936-aba4-c758df94cf71" ], "Server": [ "Microsoft-IIS/8.5" @@ -193,19 +193,19 @@ "5.0" ], "x-ms-request-id": [ - "1be4408a-a618-4dcd-b8d1-1c9b2bd92ebc" + "8ff60fcd-2f4f-4f86-a419-599572fe4b19" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1171" ], "x-ms-correlation-request-id": [ - "caf36cce-905b-4fbd-863f-0c21cc2e045f" + "bc558cbb-8667-4369-ab49-485b45c9f471" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025425Z:caf36cce-905b-4fbd-863f-0c21cc2e045f" + "CENTRALUS:20170809T043525Z:bc558cbb-8667-4369-ab49-485b45c9f471" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -214,13 +214,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1624/providers/Microsoft.StreamAnalytics/streamingjobs/sj8062/transformations/transformation860?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o4MDYyL3RyYW5zZm9ybWF0aW9ucy90cmFuc2Zvcm1hdGlvbjg2MD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8995/providers/Microsoft.StreamAnalytics/streamingjobs/sj6699/transformations/transformation6380?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o2Njk5L3RyYW5zZm9ybWF0aW9ucy90cmFuc2Zvcm1hdGlvbjYzODA/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea7143fa-051e-457f-9ef1-9a910652f8eb" + "022d43e7-67ad-4a3c-9b67-5aea6dd8ca48" ], "accept-language": [ "en-US" @@ -230,7 +230,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1624/providers/Microsoft.StreamAnalytics/streamingjobs/sj8062/transformations/transformation860\",\r\n \"name\": \"transformation860\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 6,\r\n \"query\": \"Select Id, Name from inputtest\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8995/providers/Microsoft.StreamAnalytics/streamingjobs/sj6699/transformations/transformation6380\",\r\n \"name\": \"transformation6380\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 6,\r\n \"query\": \"Select Id, Name from inputtest\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -242,7 +242,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:24 GMT" + "Wed, 09 Aug 2017 04:35:25 GMT" ], "Pragma": [ "no-cache" @@ -251,7 +251,7 @@ "chunked" ], "ETag": [ - "bcaf5005-89a3-445e-939a-44f58cd1fbd9" + "5bb6693f-565b-4936-aba4-c758df94cf71" ], "Server": [ "Microsoft-IIS/8.5" @@ -263,19 +263,19 @@ "5.0" ], "x-ms-request-id": [ - "ea7143fa-051e-457f-9ef1-9a910652f8eb" + "022d43e7-67ad-4a3c-9b67-5aea6dd8ca48" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14956" ], "x-ms-correlation-request-id": [ - "6b4ace76-66f2-4057-8cc5-5967927a0963" + "04d74f68-5739-49bb-b0a1-85ab9c8552fa" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025425Z:6b4ace76-66f2-4057-8cc5-5967927a0963" + "CENTRALUS:20170809T043525Z:04d74f68-5739-49bb-b0a1-85ab9c8552fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -284,13 +284,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1624/providers/Microsoft.StreamAnalytics/streamingjobs/sj8062/transformations/transformation860?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o4MDYyL3RyYW5zZm9ybWF0aW9ucy90cmFuc2Zvcm1hdGlvbjg2MD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8995/providers/Microsoft.StreamAnalytics/streamingjobs/sj6699/transformations/transformation6380?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o2Njk5L3RyYW5zZm9ybWF0aW9ucy90cmFuc2Zvcm1hdGlvbjYzODA/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "329b522c-9e64-41e4-be30-67f3633cea29" + "60e3e769-7a9e-43ac-b9cc-5991a5e14448" ], "accept-language": [ "en-US" @@ -300,7 +300,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1624/providers/Microsoft.StreamAnalytics/streamingjobs/sj8062/transformations/transformation860\",\r\n \"name\": \"transformation860\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 6,\r\n \"query\": \"New query\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8995/providers/Microsoft.StreamAnalytics/streamingjobs/sj6699/transformations/transformation6380\",\r\n \"name\": \"transformation6380\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 6,\r\n \"query\": \"New query\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -312,7 +312,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:25 GMT" + "Wed, 09 Aug 2017 04:35:25 GMT" ], "Pragma": [ "no-cache" @@ -321,7 +321,7 @@ "chunked" ], "ETag": [ - "7c0c5f26-b0d5-46d0-8866-1f8e16f53c3e" + "14b1e8d0-66d0-4e07-9be5-e28dcd45bcfa" ], "Server": [ "Microsoft-IIS/8.5" @@ -333,19 +333,19 @@ "5.0" ], "x-ms-request-id": [ - "329b522c-9e64-41e4-be30-67f3633cea29" + "60e3e769-7a9e-43ac-b9cc-5991a5e14448" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14955" ], "x-ms-correlation-request-id": [ - "44d778b0-5d14-4e64-a75e-f2f39189dbf1" + "e45b9067-fe96-4175-825b-db23841d4c12" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025426Z:44d778b0-5d14-4e64-a75e-f2f39189dbf1" + "CENTRALUS:20170809T043525Z:e45b9067-fe96-4175-825b-db23841d4c12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,8 +354,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg1624/providers/Microsoft.StreamAnalytics/streamingjobs/sj8062/transformations/transformation860?api-version=2016-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3NqcmcxNjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o4MDYyL3RyYW5zZm9ybWF0aW9ucy90cmFuc2Zvcm1hdGlvbjg2MD9hcGktdmVyc2lvbj0yMDE2LTAzLTAx", + "RequestUri": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourcegroups/sjrg8995/providers/Microsoft.StreamAnalytics/streamingjobs/sj6699/transformations/transformation6380?api-version=2016-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTZiNWUwYTktYjY0NS00MDdkLTk5YjAtYzY0Zjg2MDEzZTNkL3Jlc291cmNlZ3JvdXBzL3Nqcmc4OTk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMvc2o2Njk5L3RyYW5zZm9ybWF0aW9ucy90cmFuc2Zvcm1hdGlvbjYzODA/YXBpLXZlcnNpb249MjAxNi0wMy0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"query\": \"New query\"\r\n }\r\n}", "RequestHeaders": { @@ -366,7 +366,7 @@ "54" ], "x-ms-client-request-id": [ - "5369dd10-61a6-487f-af4e-4b729c72eb58" + "77274662-32b2-4ebc-9493-bffbe071a979" ], "accept-language": [ "en-US" @@ -376,7 +376,7 @@ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg1624/providers/Microsoft.StreamAnalytics/streamingjobs/sj8062/transformations/transformation860\",\r\n \"name\": \"transformation860\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 6,\r\n \"query\": \"New query\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8995/providers/Microsoft.StreamAnalytics/streamingjobs/sj6699/transformations/transformation6380\",\r\n \"name\": \"transformation6380\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 6,\r\n \"query\": \"New query\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -388,7 +388,7 @@ "no-store, no-cache" ], "Date": [ - "Sat, 03 Jun 2017 02:54:25 GMT" + "Wed, 09 Aug 2017 04:35:25 GMT" ], "Pragma": [ "no-cache" @@ -397,7 +397,7 @@ "chunked" ], "ETag": [ - "7c0c5f26-b0d5-46d0-8866-1f8e16f53c3e" + "14b1e8d0-66d0-4e07-9be5-e28dcd45bcfa" ], "Server": [ "Microsoft-IIS/8.5" @@ -409,19 +409,19 @@ "5.0" ], "x-ms-request-id": [ - "36996016-8a6a-474a-8693-b279019d8124" + "77274662-32b2-4ebc-9493-bffbe071a979" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1170" ], "x-ms-correlation-request-id": [ - "faa3136e-bc24-493f-a3fc-1be4ff9bf50a" + "058b4730-6903-4c9c-8915-524e9df5c1d4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170603T025426Z:faa3136e-bc24-493f-a3fc-1be4ff9bf50a" + "CENTRALUS:20170809T043525Z:058b4730-6903-4c9c-8915-524e9df5c1d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -432,9 +432,9 @@ ], "Names": { "TransformationOperationsTest": [ - "sjrg1624", - "sj8062", - "transformation860" + "sjrg8995", + "sj6699", + "transformation6380" ] }, "Variables": {