diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Commands.StreamAnalytics.Test.csproj b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Commands.StreamAnalytics.Test.csproj
index 7117a273eaab..eb48995b9c08 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Commands.StreamAnalytics.Test.csproj
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Commands.StreamAnalytics.Test.csproj
@@ -62,7 +62,7 @@
..\..\..\packages\Microsoft.Azure.Management.Authorization.0.18.2-preview\lib\net40\Microsoft.Azure.Management.Authorization.dll
- ..\..\..\packages\Microsoft.Azure.Management.StreamAnalytics.0.17.0-preview\lib\net40\Microsoft.Azure.Management.StreamAnalytics.dll
+ ..\..\..\packages\Microsoft.Azure.Management.StreamAnalytics.1.4.1\lib\net40\Microsoft.Azure.Management.StreamAnalytics.dll
False
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Resources/Input.json b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Resources/Input.json
index fa8e8573e1a5..9d587c0205f9 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Resources/Input.json
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Resources/Input.json
@@ -23,8 +23,7 @@
"PathPattern": "",
"DateFormat": "yyyy/MM/dd",
"TimeFormat": "HH",
- "SourcePartitionCount": null,
- "blobSerializationBoundary": "BlobBoundary"
+ "SourcePartitionCount": null
}
}
}
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/ScenarioTests/EndToEndTests.ps1 b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/ScenarioTests/EndToEndTests.ps1
index bc902f3c46a4..7d2941a9d2df 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/ScenarioTests/EndToEndTests.ps1
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/ScenarioTests/EndToEndTests.ps1
@@ -78,6 +78,13 @@ function Test-TestStreamingAnalyticsE2E
$expected = 1
Assert-AreEqual $expected $actual.CurrentCount
+ #Get Diagnostics
+ $actual = Get-AzureStreamAnalyticsInput -JobName $jobName -ResourceGroupName $resourceGroup
+ Assert-NotNull $actual
+ Assert-NotNull $actual.Properties.Diagnostics
+ Assert-NotNull $actual.Properties.Diagnostics.Conditions
+ Assert-NotNull $actual.Properties.Diagnostics.Conditions.Message
+
# Stop Job
$actual = Stop-AzureStreamAnalyticsJob -Name $jobName -ResourceGroupName $resourceGroup
$expected = "True"
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/SessionRecords/Microsoft.Azure.Commands.StreamAnalytics.Test.EndToEndTests/TestStreamingAnalyticsE2E.json b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/SessionRecords/Microsoft.Azure.Commands.StreamAnalytics.Test.EndToEndTests/TestStreamingAnalyticsE2E.json
index 0237496cb135..a787582f4369 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/SessionRecords/Microsoft.Azure.Commands.StreamAnalytics.Test.EndToEndTests/TestStreamingAnalyticsE2E.json
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/SessionRecords/Microsoft.Azure.Commands.StreamAnalytics.Test.EndToEndTests/TestStreamingAnalyticsE2E.json
@@ -1,8 +1,8 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFM/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFM/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n },\r\n \"inputs\": [\r\n {\r\n \"name\": \"Input\",\r\n \"properties\": {\r\n \"type\": \"stream\",\r\n \"serialization\": {\r\n \"type\": \"CSV\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"azurenrtdogfood\",\r\n \"accountKey\": \"$EncryptedStringForTesting\"\r\n }\r\n ],\r\n \"container\": \"samples\",\r\n \"pathPattern\": \"\"\r\n }\r\n }\r\n }\r\n }\r\n ],\r\n \"transformation\": {\r\n \"name\": \"transform1\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"select Id, Name from Input\"\r\n }\r\n },\r\n \"outputs\": [\r\n {\r\n \"name\": \"Output\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$EncryptedStringForTesting.database.windows.net\",\r\n \"database\": \"azurenrtsql\",\r\n \"user\": \"azurenrt@$EncryptedStringForTesting\",\r\n \"password\": \"$EncryptedStringForTesting\",\r\n \"table\": \"Samples\"\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n}",
"RequestHeaders": {
@@ -13,16 +13,16 @@
"1553"
],
"x-ms-client-request-id": [
- "3a6f33d1-37da-448d-9360-4f634ffa7e8e"
+ "478b5ada-1525-41bf-9ce6-a6bd219e17bd"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS\",\r\n \"name\": \"TestJobPS\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"30a9cda0-3f6d-4ea3-9c4e-a01b02d0d198\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputStartMode\": \"JobStartTime\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": -1,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2015-03-14T02:26:44.517Z\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input\",\r\n \"name\": \"Input\",\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 \"pathPattern\": \"\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"azurenrtdogfood\"\r\n }\r\n ],\r\n \"container\": \"samples\"\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\": \"41b3e23b-609c-4ff8-9b2b-46acf3af5e8c\"\r\n }\r\n }\r\n ],\r\n \"transformation\": {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/transformations/transform1\",\r\n \"name\": \"transform1\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"select Id, Name from Input\",\r\n \"etag\": \"32232c2a-d3ab-4357-9919-9077c50c60de\"\r\n }\r\n },\r\n \"functions\": [],\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output\",\r\n \"name\": \"Output\",\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\": \"$EncryptedStringForTesting.database.windows.net\",\r\n \"database\": \"azurenrtsql\",\r\n \"table\": \"Samples\",\r\n \"user\": \"azurenrt@$EncryptedStringForTesting\"\r\n }\r\n },\r\n \"etag\": \"aca23a62-20f2-4c9b-8487-194374db0f89\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS\",\r\n \"name\": \"TestJobPS\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"e5d82127-f113-4aea-ba06-93382dd3c925\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2015-05-07T18:35:21.877Z\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input\",\r\n \"name\": \"Input\",\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 \"pathPattern\": \"\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"azurenrtdogfood\"\r\n }\r\n ],\r\n \"container\": \"samples\"\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\": \"1e4dfc74-935e-4fc8-8d81-fe896d146a3a\"\r\n }\r\n }\r\n ],\r\n \"transformation\": {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/transformations/transform1\",\r\n \"name\": \"transform1\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"select Id, Name from Input\",\r\n \"etag\": \"1ea3febf-6245-41fc-9b1b-8961eb280854\"\r\n }\r\n },\r\n \"functions\": [],\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output\",\r\n \"name\": \"Output\",\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\": \"$EncryptedStringForTesting.database.windows.net\",\r\n \"database\": \"azurenrtsql\",\r\n \"table\": \"Samples\",\r\n \"user\": \"azurenrt@$EncryptedStringForTesting\"\r\n }\r\n },\r\n \"etag\": \"66970157-5a91-4a5c-9862-6a33c7ec763d\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "2077"
+ "2043"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -37,16 +37,16 @@
"5.0"
],
"x-ms-request-id": [
- "1fa7b1f4-dcf6-40ef-9082-a3deac3e658e"
+ "478b5ada-1525-41bf-9ce6-a6bd219e17bd"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1196"
+ "1192"
],
"x-ms-correlation-request-id": [
- "a61451ab-deef-4935-8e1f-75a185a0ce3e"
+ "61e2d7b3-bd97-477e-a82d-2d4d4b0b46bc"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023527Z:a61451ab-deef-4935-8e1f-75a185a0ce3e"
+ "CENTRALUS:20150507T183522Z:61e2d7b3-bd97-477e-a82d-2d4d4b0b46bc"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -55,10 +55,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:35:27 GMT"
+ "Thu, 07 May 2015 18:35:21 GMT"
],
"ETag": [
- "504dad8d-10f5-4fbc-ab0e-67843728f095"
+ "0e8fc262-90f5-441d-8383-5cc07168e66e"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -70,22 +70,22 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS?$expand=inputs%2Ctransformation%2Coutputs&api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFM/JGV4cGFuZD1pbnB1dHMlMkN0cmFuc2Zvcm1hdGlvbiUyQ291dHB1dHMmYXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS?$expand=inputs%2Ctransformation%2Coutputs&api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFM/JGV4cGFuZD1pbnB1dHMlMkN0cmFuc2Zvcm1hdGlvbiUyQ291dHB1dHMmYXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f178b771-a0f4-44c4-9807-7e701edbec14"
+ "61a4dc02-2675-46e0-a509-76fa1fb053b3"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS\",\r\n \"name\": \"TestJobPS\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"30a9cda0-3f6d-4ea3-9c4e-a01b02d0d198\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"outputStartMode\": \"JobStartTime\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": -1,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2015-03-14T02:26:44.517Z\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input\",\r\n \"name\": \"Input\",\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 \"pathPattern\": \"\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"azurenrtdogfood\"\r\n }\r\n ],\r\n \"container\": \"samples\"\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\": \"41b3e23b-609c-4ff8-9b2b-46acf3af5e8c\"\r\n }\r\n }\r\n ],\r\n \"transformation\": {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/transformations/transform1\",\r\n \"name\": \"transform1\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"select Id, Name from Input\",\r\n \"etag\": \"32232c2a-d3ab-4357-9919-9077c50c60de\"\r\n }\r\n },\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output\",\r\n \"name\": \"Output\",\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\": \"$EncryptedStringForTesting.database.windows.net\",\r\n \"database\": \"azurenrtsql\",\r\n \"table\": \"Samples\",\r\n \"user\": \"azurenrt@$EncryptedStringForTesting\"\r\n }\r\n },\r\n \"etag\": \"aca23a62-20f2-4c9b-8487-194374db0f89\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS\",\r\n \"name\": \"TestJobPS\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"jobId\": \"e5d82127-f113-4aea-ba06-93382dd3c925\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"jobState\": \"Created\",\r\n \"eventsLateArrivalMaxDelayInSeconds\": 5,\r\n \"dataLocale\": \"en-US\",\r\n \"createdDate\": \"2015-05-07T18:35:21.877Z\",\r\n \"inputs\": [\r\n {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input\",\r\n \"name\": \"Input\",\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 \"pathPattern\": \"\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"azurenrtdogfood\"\r\n }\r\n ],\r\n \"container\": \"samples\"\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\": \"1e4dfc74-935e-4fc8-8d81-fe896d146a3a\"\r\n }\r\n }\r\n ],\r\n \"transformation\": {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/transformations/transform1\",\r\n \"name\": \"transform1\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"select Id, Name from Input\",\r\n \"etag\": \"1ea3febf-6245-41fc-9b1b-8961eb280854\"\r\n }\r\n },\r\n \"outputs\": [\r\n {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output\",\r\n \"name\": \"Output\",\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\": \"$EncryptedStringForTesting.database.windows.net\",\r\n \"database\": \"azurenrtsql\",\r\n \"table\": \"Samples\",\r\n \"user\": \"azurenrt@$EncryptedStringForTesting\"\r\n }\r\n },\r\n \"etag\": \"66970157-5a91-4a5c-9862-6a33c7ec763d\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "2062"
+ "2028"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -100,16 +100,16 @@
"5.0"
],
"x-ms-request-id": [
- "f178b771-a0f4-44c4-9807-7e701edbec14"
+ "61a4dc02-2675-46e0-a509-76fa1fb053b3"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31994"
+ "31971"
],
"x-ms-correlation-request-id": [
- "fb450441-0dba-4ba0-bec3-a72fc452c0f7"
+ "2315976d-d808-4faa-b74d-b1ce3ca0575c"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023528Z:fb450441-0dba-4ba0-bec3-a72fc452c0f7"
+ "CENTRALUS:20150507T183522Z:2315976d-d808-4faa-b74d-b1ce3ca0575c"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -118,10 +118,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:35:27 GMT"
+ "Thu, 07 May 2015 18:35:22 GMT"
],
"ETag": [
- "504dad8d-10f5-4fbc-ab0e-67843728f095"
+ "0e8fc262-90f5-441d-8383-5cc07168e66e"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -133,19 +133,19 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvaW5wdXRzP2FwaS12ZXJzaW9uPTIwMTUtMDMtMDEtcHJldmlldw==",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs?$select=*&api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvaW5wdXRzPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTUtMDQtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "b4dc5ecf-f73f-4011-bd73-1bb225bf0c33"
+ "b40b4858-db51-4002-80ec-41d3ca024129"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input\",\r\n \"name\": \"Input\",\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 \"pathPattern\": \"\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"azurenrtdogfood\"\r\n }\r\n ],\r\n \"container\": \"samples\"\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\": \"41b3e23b-609c-4ff8-9b2b-46acf3af5e8c\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"\"\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input\",\r\n \"name\": \"Input\",\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 \"pathPattern\": \"\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"azurenrtdogfood\"\r\n }\r\n ],\r\n \"container\": \"samples\"\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\": \"1e4dfc74-935e-4fc8-8d81-fe896d146a3a\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"594"
@@ -163,16 +163,76 @@
"5.0"
],
"x-ms-request-id": [
- "b4dc5ecf-f73f-4011-bd73-1bb225bf0c33"
+ "b40b4858-db51-4002-80ec-41d3ca024129"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "31970"
+ ],
+ "x-ms-correlation-request-id": [
+ "e41af059-8e0c-4cc6-a13d-c0fc2f707289"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20150507T183523Z:e41af059-8e0c-4cc6-a13d-c0fc2f707289"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 07 May 2015 18:35:22 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs?$select=*&api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvaW5wdXRzPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTUtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "27b0690b-7426-4d09-86f7-2137b71a63fa"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input\",\r\n \"name\": \"Input\",\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 \"pathPattern\": \"\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"azurenrtdogfood\"\r\n }\r\n ],\r\n \"container\": \"samples\"\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 \"diagnostics\": {\r\n \"conditions\": [\r\n {\r\n \"since\": \"2015-05-07T18:36:45.5169343Z\",\r\n \"code\": \"BLI-5\",\r\n \"message\": \"This blob input source does not contain any more blobs for processing\"\r\n }\r\n ]\r\n },\r\n \"etag\": \"9db70d75-24c5-45a5-92d9-b9e9d0e9d8da\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "807"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "X-AspNetMvc-Version": [
+ "5.0"
+ ],
+ "x-ms-request-id": [
+ "27b0690b-7426-4d09-86f7-2137b71a63fa"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31993"
+ "31955"
],
"x-ms-correlation-request-id": [
- "78077bcd-a5cb-421a-9921-647ff5de426b"
+ "b08d7e99-765a-4ccc-8d58-7958f7355349"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023528Z:78077bcd-a5cb-421a-9921-647ff5de426b"
+ "CENTRALUS:20150507T183653Z:b08d7e99-765a-4ccc-8d58-7958f7355349"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -181,7 +241,7 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:35:27 GMT"
+ "Thu, 07 May 2015 18:36:53 GMT"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -193,19 +253,19 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvb3V0cHV0cz9hcGktdmVyc2lvbj0yMDE1LTAzLTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs?$select=*&api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvb3V0cHV0cz8kc2VsZWN0PSUyQSZhcGktdmVyc2lvbj0yMDE1LTA0LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4570508d-7b5e-4cd7-919c-0d8ba241cead"
+ "9aa7ee14-88f3-4405-af30-7cdbe212d15c"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output\",\r\n \"name\": \"Output\",\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\": \"$EncryptedStringForTesting.database.windows.net\",\r\n \"database\": \"azurenrtsql\",\r\n \"table\": \"Samples\",\r\n \"user\": \"azurenrt@$EncryptedStringForTesting\"\r\n }\r\n },\r\n \"etag\": \"aca23a62-20f2-4c9b-8487-194374db0f89\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"\"\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output\",\r\n \"name\": \"Output\",\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\": \"$EncryptedStringForTesting.database.windows.net\",\r\n \"database\": \"azurenrtsql\",\r\n \"table\": \"Samples\",\r\n \"user\": \"azurenrt@$EncryptedStringForTesting\"\r\n }\r\n },\r\n \"etag\": \"66970157-5a91-4a5c-9862-6a33c7ec763d\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"526"
@@ -223,16 +283,16 @@
"5.0"
],
"x-ms-request-id": [
- "4570508d-7b5e-4cd7-919c-0d8ba241cead"
+ "9aa7ee14-88f3-4405-af30-7cdbe212d15c"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31992"
+ "31969"
],
"x-ms-correlation-request-id": [
- "153f01ad-fe07-4d0b-bc70-32ebaf4a510b"
+ "16f08736-65dd-4691-b936-c48a6ae2692f"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023528Z:153f01ad-fe07-4d0b-bc70-32ebaf4a510b"
+ "CENTRALUS:20150507T183523Z:16f08736-65dd-4691-b936-c48a6ae2692f"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -241,7 +301,7 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:35:27 GMT"
+ "Thu, 07 May 2015 18:35:22 GMT"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -253,16 +313,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/transformations/transform1?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvdHJhbnNmb3JtYXRpb25zL3RyYW5zZm9ybTE/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/transformations/transform1?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvdHJhbnNmb3JtYXRpb25zL3RyYW5zZm9ybTE/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "db407f85-1765-44d4-bc9b-1e5080a7bb1f"
+ "634debb0-3f39-460e-a1c7-cf851b32a6bd"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "{\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/transformations/transform1\",\r\n \"name\": \"transform1\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"select Id, Name from Input\"\r\n }\r\n}",
@@ -283,16 +343,16 @@
"5.0"
],
"x-ms-request-id": [
- "db407f85-1765-44d4-bc9b-1e5080a7bb1f"
+ "634debb0-3f39-460e-a1c7-cf851b32a6bd"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31991"
+ "31968"
],
"x-ms-correlation-request-id": [
- "3342dffa-40b1-47e9-bee6-6048a98b5da6"
+ "e3183560-39e0-4d91-8df9-f405f71327a9"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023528Z:3342dffa-40b1-47e9-bee6-6048a98b5da6"
+ "CENTRALUS:20150507T183523Z:e3183560-39e0-4d91-8df9-f405f71327a9"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -301,10 +361,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:35:28 GMT"
+ "Thu, 07 May 2015 18:35:22 GMT"
],
"ETag": [
- "32232c2a-d3ab-4357-9919-9077c50c60de"
+ "1ea3febf-6245-41fc-9b1b-8961eb280854"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -316,28 +376,28 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvaW5wdXRzL0lucHV0P2FwaS12ZXJzaW9uPTIwMTUtMDMtMDEtcHJldmlldw==",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvaW5wdXRzL0lucHV0P2FwaS12ZXJzaW9uPTIwMTUtMDQtMDE=",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"name\": \"Input\",\r\n \"properties\": {\r\n \"type\": \"stream\",\r\n \"serialization\": {\r\n \"type\": \"CSV\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"azurenrtdogfood\",\r\n \"accountKey\": \"$EncryptedStringForTesting\"\r\n }\r\n ],\r\n \"container\": \"samples\",\r\n \"blobName\": \"sample-blob\",\r\n \"PathPattern\": \"\",\r\n \"DateFormat\": \"yyyy/MM/dd\",\r\n \"TimeFormat\": \"HH\",\r\n \"SourcePartitionCount\": null,\r\n \"blobSerializationBoundary\": \"BlobBoundary\"\r\n }\r\n }\r\n }\r\n}",
+ "RequestBody": "{\r\n \"name\": \"Input\",\r\n \"properties\": {\r\n \"type\": \"stream\",\r\n \"serialization\": {\r\n \"type\": \"CSV\",\r\n \"properties\": {\r\n \"fieldDelimiter\": \",\",\r\n \"encoding\": \"UTF8\"\r\n }\r\n },\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Storage/Blob\",\r\n \"properties\": {\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"azurenrtdogfood\",\r\n \"accountKey\": \"$EncryptedStringForTesting\"\r\n }\r\n ],\r\n \"container\": \"samples\",\r\n \"blobName\": \"sample-blob\",\r\n \"PathPattern\": \"\",\r\n \"DateFormat\": \"yyyy/MM/dd\",\r\n \"TimeFormat\": \"HH\",\r\n \"SourcePartitionCount\": null\r\n }\r\n }\r\n }\r\n}",
"RequestHeaders": {
"Content-Type": [
"application/json"
],
"Content-Length": [
- "975"
+ "915"
],
"x-ms-client-request-id": [
- "3a6f1b2f-92bc-42df-9683-f9b91bfe7281"
+ "2b1c65f9-be42-478e-a7ca-4730060d52ef"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input\",\r\n \"name\": \"Input\",\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 \"pathPattern\": \"\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\",\r\n \"blobSerializationBoundary\": \"BlobBoundary\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"azurenrtdogfood\"\r\n }\r\n ],\r\n \"container\": \"samples\"\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/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input\",\r\n \"name\": \"Input\",\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 \"pathPattern\": \"\",\r\n \"dateFormat\": \"yyyy/MM/dd\",\r\n \"timeFormat\": \"HH\",\r\n \"storageAccounts\": [\r\n {\r\n \"accountName\": \"azurenrtdogfood\"\r\n }\r\n ],\r\n \"container\": \"samples\"\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-Length": [
- "609"
+ "566"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -352,16 +412,16 @@
"5.0"
],
"x-ms-request-id": [
- "f286e54d-2929-4dee-b0af-e2c1ab0f0ba8"
+ "4b345f91-581e-470e-85c3-460bff7a3725"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1195"
+ "1191"
],
"x-ms-correlation-request-id": [
- "62925b1f-1c35-4885-919a-f9b3442f36e7"
+ "401c382d-8d01-49a0-90d6-8194567c5baa"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023529Z:62925b1f-1c35-4885-919a-f9b3442f36e7"
+ "CENTRALUS:20150507T183524Z:401c382d-8d01-49a0-90d6-8194567c5baa"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -370,10 +430,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:35:28 GMT"
+ "Thu, 07 May 2015 18:35:24 GMT"
],
"ETag": [
- "57e6d8e6-ca64-4f29-ae79-7fd4b9738744"
+ "9db70d75-24c5-45a5-92d9-b9e9d0e9d8da"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -385,16 +445,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input/test?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvaW5wdXRzL0lucHV0L3Rlc3Q/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input/test?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvaW5wdXRzL0lucHV0L3Rlc3Q/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d2dfeba4-dd97-42c8-8d19-753a3ecc61ad"
+ "0c58fc54-72b4-48c7-8338-7fe8bc5f1d4f"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "",
@@ -418,16 +478,16 @@
"5.0"
],
"x-ms-request-id": [
- "d2dfeba4-dd97-42c8-8d19-753a3ecc61ad"
+ "0c58fc54-72b4-48c7-8338-7fe8bc5f1d4f"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1194"
+ "1190"
],
"x-ms-correlation-request-id": [
- "4f252d9a-8899-4bab-af1d-b9ef139e6a33"
+ "6d4a8cf2-1841-45a0-9a6b-660bd5931d9f"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023529Z:4f252d9a-8899-4bab-af1d-b9ef139e6a33"
+ "CENTRALUS:20150507T183524Z:6d4a8cf2-1841-45a0-9a6b-660bd5931d9f"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -436,10 +496,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:35:28 GMT"
+ "Thu, 07 May 2015 18:35:24 GMT"
],
"Location": [
- "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input/OperationResults/16a9c116-562f-463b-bb60-6a2e0ba0d2b4?api-version=2015-03-01-preview"
+ "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input/OperationResults/cee8716f-7ac3-492e-ac1b-fe0f78808fde?api-version=2015-04-01"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -451,19 +511,19 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input/OperationResults/16a9c116-562f-463b-bb60-6a2e0ba0d2b4?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvaW5wdXRzL0lucHV0L09wZXJhdGlvblJlc3VsdHMvMTZhOWMxMTYtNTYyZi00NjNiLWJiNjAtNmEyZTBiYTBkMmI0P2FwaS12ZXJzaW9uPTIwMTUtMDMtMDEtcHJldmlldw==",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input/OperationResults/cee8716f-7ac3-492e-ac1b-fe0f78808fde?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvaW5wdXRzL0lucHV0L09wZXJhdGlvblJlc3VsdHMvY2VlODcxNmYtN2FjMy00OTJlLWFjMWItZmUwZjc4ODA4ZmRlP2FwaS12ZXJzaW9uPTIwMTUtMDQtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4e5f5beb-2dcc-446c-9138-4bfee250d785"
+ "ffe3b449-297c-41d5-b5f0-ddaa75384c78"
],
"x-ms-version": [
- "2015-03-01-preview"
+ "2015-04-01"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "",
@@ -487,16 +547,16 @@
"5.0"
],
"x-ms-request-id": [
- "4e5f5beb-2dcc-446c-9138-4bfee250d785"
+ "ffe3b449-297c-41d5-b5f0-ddaa75384c78"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31990"
+ "31967"
],
"x-ms-correlation-request-id": [
- "d6a01e6a-37b9-49c7-b330-8d5acbadf3d6"
+ "c47ba623-cd6b-4419-ac71-f0b49616ffdd"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023530Z:d6a01e6a-37b9-49c7-b330-8d5acbadf3d6"
+ "CENTRALUS:20150507T183527Z:c47ba623-cd6b-4419-ac71-f0b49616ffdd"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -505,10 +565,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:35:29 GMT"
+ "Thu, 07 May 2015 18:35:27 GMT"
],
"Location": [
- "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input/OperationResults/16a9c116-562f-463b-bb60-6a2e0ba0d2b4?api-version=2015-03-01-preview"
+ "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input/OperationResults/cee8716f-7ac3-492e-ac1b-fe0f78808fde?api-version=2015-04-01"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -520,19 +580,19 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input/OperationResults/16a9c116-562f-463b-bb60-6a2e0ba0d2b4?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvaW5wdXRzL0lucHV0L09wZXJhdGlvblJlc3VsdHMvMTZhOWMxMTYtNTYyZi00NjNiLWJiNjAtNmEyZTBiYTBkMmI0P2FwaS12ZXJzaW9uPTIwMTUtMDMtMDEtcHJldmlldw==",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input/OperationResults/cee8716f-7ac3-492e-ac1b-fe0f78808fde?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvaW5wdXRzL0lucHV0L09wZXJhdGlvblJlc3VsdHMvY2VlODcxNmYtN2FjMy00OTJlLWFjMWItZmUwZjc4ODA4ZmRlP2FwaS12ZXJzaW9uPTIwMTUtMDQtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d8071760-25fe-467c-a654-7b93f555a0ef"
+ "d905563e-c939-42a7-bf1e-342297cde248"
],
"x-ms-version": [
- "2015-03-01-preview"
+ "2015-04-01"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "{\r\n \"status\": \"TestSucceeded\",\r\n \"error\": null\r\n}",
@@ -553,16 +613,16 @@
"5.0"
],
"x-ms-request-id": [
- "d8071760-25fe-467c-a654-7b93f555a0ef"
+ "d905563e-c939-42a7-bf1e-342297cde248"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31989"
+ "31966"
],
"x-ms-correlation-request-id": [
- "29cde0da-db44-416b-8aac-eb972ef89002"
+ "4d6846f8-41d9-4362-8022-852141e7083c"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023540Z:29cde0da-db44-416b-8aac-eb972ef89002"
+ "CENTRALUS:20150507T183539Z:4d6846f8-41d9-4362-8022-852141e7083c"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -571,7 +631,7 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:35:39 GMT"
+ "Thu, 07 May 2015 18:35:39 GMT"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -583,8 +643,8 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvb3V0cHV0cy9PdXRwdXQ/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvb3V0cHV0cy9PdXRwdXQ/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"name\": \"Output\",\r\n \"properties\": {\r\n \"datasource\": {\r\n \"type\": \"Microsoft.Sql/Server/Database\",\r\n \"properties\": {\r\n \"server\": \"$EncryptedStringForTesting.database.windows.net\",\r\n \"database\": \"azurenrtsql\",\r\n \"user\": \"azurenrt@$EncryptedStringForTesting\",\r\n \"password\": \"$EncryptedStringForTesting\",\r\n \"table\": \"Samples\"\r\n }\r\n }\r\n }\r\n}",
"RequestHeaders": {
@@ -595,10 +655,10 @@
"410"
],
"x-ms-client-request-id": [
- "c442eef0-07ee-4710-9e40-c171cb32309c"
+ "a6d2afae-90ca-4f47-b4bd-0d269bcb557d"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "{\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output\",\r\n \"name\": \"Output\",\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\": \"$EncryptedStringForTesting.database.windows.net\",\r\n \"database\": \"azurenrtsql\",\r\n \"table\": \"Samples\",\r\n \"user\": \"azurenrt@$EncryptedStringForTesting\"\r\n }\r\n }\r\n }\r\n}",
@@ -619,16 +679,16 @@
"5.0"
],
"x-ms-request-id": [
- "d2266554-8b1d-4685-9c0e-79adc9aef82a"
+ "408582a7-fdb3-47a0-9c8b-a3d2bfe40bf4"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1193"
+ "1189"
],
"x-ms-correlation-request-id": [
- "eb2934e2-1630-444b-987a-a5be5e93f036"
+ "ff49cc38-7810-4521-9ebb-e5ba4938cb24"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023541Z:eb2934e2-1630-444b-987a-a5be5e93f036"
+ "CENTRALUS:20150507T183540Z:ff49cc38-7810-4521-9ebb-e5ba4938cb24"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -637,10 +697,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:35:40 GMT"
+ "Thu, 07 May 2015 18:35:40 GMT"
],
"ETag": [
- "cb323e1c-5cb8-4fc1-86ef-0da3508a2fa4"
+ "2311b43d-8148-4d51-93bc-474430b6d909"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -652,16 +712,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output/test?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvb3V0cHV0cy9PdXRwdXQvdGVzdD9hcGktdmVyc2lvbj0yMDE1LTAzLTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output/test?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvb3V0cHV0cy9PdXRwdXQvdGVzdD9hcGktdmVyc2lvbj0yMDE1LTA0LTAx",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "509c94f8-dd95-46be-a047-a235b601a366"
+ "5dce4fcb-8ca4-469e-8085-240e3f801986"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "",
@@ -685,16 +745,16 @@
"5.0"
],
"x-ms-request-id": [
- "509c94f8-dd95-46be-a047-a235b601a366"
+ "5dce4fcb-8ca4-469e-8085-240e3f801986"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1192"
+ "1188"
],
"x-ms-correlation-request-id": [
- "9d0ea0ea-e52d-41df-a723-a33abb5d48a1"
+ "3e07f826-c088-4ebd-ada6-97c34c8960a2"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023541Z:9d0ea0ea-e52d-41df-a723-a33abb5d48a1"
+ "CENTRALUS:20150507T183540Z:3e07f826-c088-4ebd-ada6-97c34c8960a2"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -703,10 +763,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:35:40 GMT"
+ "Thu, 07 May 2015 18:35:40 GMT"
],
"Location": [
- "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output/OperationResults/6307a9d5-0434-48c4-8e50-1516b5ee2b74?api-version=2015-03-01-preview"
+ "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output/OperationResults/77d84c8a-2753-470e-b216-99e7d3331db3?api-version=2015-04-01"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -718,19 +778,19 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output/OperationResults/6307a9d5-0434-48c4-8e50-1516b5ee2b74?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvb3V0cHV0cy9PdXRwdXQvT3BlcmF0aW9uUmVzdWx0cy82MzA3YTlkNS0wNDM0LTQ4YzQtOGU1MC0xNTE2YjVlZTJiNzQ/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output/OperationResults/77d84c8a-2753-470e-b216-99e7d3331db3?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvb3V0cHV0cy9PdXRwdXQvT3BlcmF0aW9uUmVzdWx0cy83N2Q4NGM4YS0yNzUzLTQ3MGUtYjIxNi05OWU3ZDMzMzFkYjM/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "7f8b9ef2-8f88-442b-bccc-c5b5c93bd859"
+ "19aca3e9-afd8-412d-9452-9c39ec6e065c"
],
"x-ms-version": [
- "2015-03-01-preview"
+ "2015-04-01"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "",
@@ -754,16 +814,16 @@
"5.0"
],
"x-ms-request-id": [
- "7f8b9ef2-8f88-442b-bccc-c5b5c93bd859"
+ "19aca3e9-afd8-412d-9452-9c39ec6e065c"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31988"
+ "31965"
],
"x-ms-correlation-request-id": [
- "549c971f-fdc2-4d35-baa6-131a2e5c100a"
+ "4d685799-1325-4d0b-a19d-5ced91a78ce3"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023541Z:549c971f-fdc2-4d35-baa6-131a2e5c100a"
+ "CENTRALUS:20150507T183543Z:4d685799-1325-4d0b-a19d-5ced91a78ce3"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -772,10 +832,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:35:40 GMT"
+ "Thu, 07 May 2015 18:35:43 GMT"
],
"Location": [
- "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output/OperationResults/6307a9d5-0434-48c4-8e50-1516b5ee2b74?api-version=2015-03-01-preview"
+ "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output/OperationResults/77d84c8a-2753-470e-b216-99e7d3331db3?api-version=2015-04-01"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -787,19 +847,19 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output/OperationResults/6307a9d5-0434-48c4-8e50-1516b5ee2b74?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvb3V0cHV0cy9PdXRwdXQvT3BlcmF0aW9uUmVzdWx0cy82MzA3YTlkNS0wNDM0LTQ4YzQtOGU1MC0xNTE2YjVlZTJiNzQ/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output/OperationResults/77d84c8a-2753-470e-b216-99e7d3331db3?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvb3V0cHV0cy9PdXRwdXQvT3BlcmF0aW9uUmVzdWx0cy83N2Q4NGM4YS0yNzUzLTQ3MGUtYjIxNi05OWU3ZDMzMzFkYjM/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "719eafb0-4a10-4746-8985-d7ab88875d0f"
+ "648a1b8a-1c7a-4b7b-96fa-b9f4663cd82f"
],
"x-ms-version": [
- "2015-03-01-preview"
+ "2015-04-01"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "{\r\n \"status\": \"TestSucceeded\",\r\n \"error\": null\r\n}",
@@ -820,16 +880,16 @@
"5.0"
],
"x-ms-request-id": [
- "719eafb0-4a10-4746-8985-d7ab88875d0f"
+ "648a1b8a-1c7a-4b7b-96fa-b9f4663cd82f"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31987"
+ "31964"
],
"x-ms-correlation-request-id": [
- "00fce408-d286-4027-ac7c-f36ebc92cadc"
+ "299888df-f430-4929-970a-78fc72a0bbfb"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023551Z:00fce408-d286-4027-ac7c-f36ebc92cadc"
+ "CENTRALUS:20150507T183555Z:299888df-f430-4929-970a-78fc72a0bbfb"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -838,7 +898,7 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:35:51 GMT"
+ "Thu, 07 May 2015 18:35:55 GMT"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -850,8 +910,8 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/transformations/transform1?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvdHJhbnNmb3JtYXRpb25zL3RyYW5zZm9ybTE/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/transformations/transform1?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvdHJhbnNmb3JtYXRpb25zL3RyYW5zZm9ybTE/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"name\": \"transform1\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"select Id, Name from Input TIMESTAMP BY TimeCreated\"\r\n }\r\n}",
"RequestHeaders": {
@@ -862,10 +922,10 @@
"165"
],
"x-ms-client-request-id": [
- "8dd3092e-db55-469d-a64e-3497ab084767"
+ "3adc12e7-4891-4ea5-b7fa-f781f614cfc2"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "{\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourceGroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/transformations/transform1\",\r\n \"name\": \"transform1\",\r\n \"type\": \"Microsoft.StreamAnalytics/streamingjobs/transformations\",\r\n \"properties\": {\r\n \"streamingUnits\": 1,\r\n \"query\": \"select Id, Name from Input TIMESTAMP BY TimeCreated\"\r\n }\r\n}",
@@ -886,16 +946,16 @@
"5.0"
],
"x-ms-request-id": [
- "8f05091e-d72b-413f-a557-2c42467463eb"
+ "9de86fcd-00bc-4e49-9709-c7fceda83597"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1191"
+ "1187"
],
"x-ms-correlation-request-id": [
- "d61b43f5-db1c-496c-b20c-8af79cf02aee"
+ "b7b8278a-2640-4c2c-a631-0e379280a992"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023552Z:d61b43f5-db1c-496c-b20c-8af79cf02aee"
+ "CENTRALUS:20150507T183556Z:b7b8278a-2640-4c2c-a631-0e379280a992"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -904,10 +964,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:35:51 GMT"
+ "Thu, 07 May 2015 18:35:55 GMT"
],
"ETag": [
- "3e1508dd-c3f1-4d3b-8c71-ae6f75a0885a"
+ "5277e4d1-3fb6-4793-b3e6-74220c1d8e75"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -919,19 +979,19 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/providers/Microsoft.StreamAnalytics/locations/West%20US/quotas?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL2xvY2F0aW9ucy9XZXN0JTIwVVMvcXVvdGFzP2FwaS12ZXJzaW9uPTIwMTUtMDMtMDEtcHJldmlldw==",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/providers/Microsoft.StreamAnalytics/locations/West%20US/quotas?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL2xvY2F0aW9ucy9XZXN0JTIwVVMvcXVvdGFzP2FwaS12ZXJzaW9uPTIwMTUtMDQtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "1cb363bf-5a41-4ad2-b2e3-5f7bdfb5a0ce"
+ "cbafd8da-10fb-4007-8513-9b76143bb3b4"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/providers/Microsoft.StreamAnalytics/locations/West US/quotas/StreamingUnits\",\r\n \"name\": \"StreamingUnits\",\r\n \"type\": \"Microsoft.StreamAnalytics/quotas\",\r\n \"properties\": {\r\n \"maxCount\": 12,\r\n \"currentCount\": 0\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/providers/Microsoft.StreamAnalytics/locations/West US/quotas/StreamingUnits\",\r\n \"name\": \"StreamingUnits\",\r\n \"type\": \"Microsoft.StreamAnalytics/quotas\",\r\n \"properties\": {\r\n \"maxCount\": 50,\r\n \"currentCount\": 0\r\n }\r\n }\r\n ]\r\n}",
"ResponseHeaders": {
"Content-Length": [
"260"
@@ -949,16 +1009,16 @@
"5.0"
],
"x-ms-request-id": [
- "1cb363bf-5a41-4ad2-b2e3-5f7bdfb5a0ce"
+ "cbafd8da-10fb-4007-8513-9b76143bb3b4"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31986"
+ "31963"
],
"x-ms-correlation-request-id": [
- "a6973cd0-c475-4d80-a6dd-ed636a9160d5"
+ "ef50c055-df5d-4f00-8896-9911e33ffe6f"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023557Z:a6973cd0-c475-4d80-a6dd-ed636a9160d5"
+ "CENTRALUS:20150507T183556Z:ef50c055-df5d-4f00-8896-9911e33ffe6f"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -967,7 +1027,7 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:35:57 GMT"
+ "Thu, 07 May 2015 18:35:55 GMT"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -979,19 +1039,19 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/providers/Microsoft.StreamAnalytics/locations/West%20US/quotas?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL2xvY2F0aW9ucy9XZXN0JTIwVVMvcXVvdGFzP2FwaS12ZXJzaW9uPTIwMTUtMDMtMDEtcHJldmlldw==",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/providers/Microsoft.StreamAnalytics/locations/West%20US/quotas?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL2xvY2F0aW9ucy9XZXN0JTIwVVMvcXVvdGFzP2FwaS12ZXJzaW9uPTIwMTUtMDQtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4a6af6b2-c6a4-4505-9424-c08d29226185"
+ "eedadc1d-423d-4b52-abfe-ab74f8e005e4"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/providers/Microsoft.StreamAnalytics/locations/West US/quotas/StreamingUnits\",\r\n \"name\": \"StreamingUnits\",\r\n \"type\": \"Microsoft.StreamAnalytics/quotas\",\r\n \"properties\": {\r\n \"maxCount\": 12,\r\n \"currentCount\": 1\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/20deba4c-35db-480a-baac-489e2c695697/providers/Microsoft.StreamAnalytics/locations/West US/quotas/StreamingUnits\",\r\n \"name\": \"StreamingUnits\",\r\n \"type\": \"Microsoft.StreamAnalytics/quotas\",\r\n \"properties\": {\r\n \"maxCount\": 50,\r\n \"currentCount\": 1\r\n }\r\n }\r\n ]\r\n}",
"ResponseHeaders": {
"Content-Length": [
"260"
@@ -1009,16 +1069,16 @@
"5.0"
],
"x-ms-request-id": [
- "4a6af6b2-c6a4-4505-9424-c08d29226185"
+ "eedadc1d-423d-4b52-abfe-ab74f8e005e4"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31978"
+ "31956"
],
"x-ms-correlation-request-id": [
- "809ce2ee-b6a1-4d37-842f-22b6d1501a00"
+ "52dcff73-1fcd-485f-9160-8a94d25c36d6"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023701Z:809ce2ee-b6a1-4d37-842f-22b6d1501a00"
+ "CENTRALUS:20150507T183653Z:52dcff73-1fcd-485f-9160-8a94d25c36d6"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1027,7 +1087,7 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:37:00 GMT"
+ "Thu, 07 May 2015 18:36:53 GMT"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -1039,8 +1099,8 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/start?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvc3RhcnQ/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/start?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvc3RhcnQ/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "POST",
"RequestBody": "{}",
"RequestHeaders": {
@@ -1051,10 +1111,10 @@
"2"
],
"x-ms-client-request-id": [
- "3fd50dae-5836-45d1-8aaa-15a6e5e0936c"
+ "214bdcc2-2524-4e40-b146-a30bc5934dbe"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "",
@@ -1078,82 +1138,16 @@
"5.0"
],
"x-ms-request-id": [
- "0ed8ae85-3aba-48d9-9525-96f0bdf3508a"
+ "45e5b66c-2642-4b11-9e18-a0c67cdefc6f"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1190"
- ],
- "x-ms-correlation-request-id": [
- "a6cc362f-4458-4c2c-a4f7-e25aa9c049b2"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20150314T023558Z:a6cc362f-4458-4c2c-a4f7-e25aa9c049b2"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-store, no-cache"
- ],
- "Date": [
- "Sat, 14 Mar 2015 02:35:57 GMT"
- ],
- "Location": [
- "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/11186419-0baa-4a58-a6d5-9e8c783df3fc?api-version=2015-03-01-preview"
- ],
- "Server": [
- "Microsoft-IIS/8.5"
- ],
- "X-Powered-By": [
- "ASP.NET"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/11186419-0baa-4a58-a6d5-9e8c783df3fc?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvT3BlcmF0aW9uUmVzdWx0cy8xMTE4NjQxOS0wYmFhLTRhNTgtYTZkNS05ZThjNzgzZGYzZmM/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-03-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "10"
- ],
- "X-AspNetMvc-Version": [
- "5.0"
- ],
- "x-ms-request-id": [
- "f15fa6d3-5217-4be9-b725-941159547b0c"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "31985"
+ "1186"
],
"x-ms-correlation-request-id": [
- "d537c2e2-12ae-4007-a9ff-b9df1840e03d"
+ "de4b10a5-a3d4-427d-abca-43134014225d"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023558Z:d537c2e2-12ae-4007-a9ff-b9df1840e03d"
+ "CENTRALUS:20150507T183557Z:de4b10a5-a3d4-427d-abca-43134014225d"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1162,10 +1156,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:35:57 GMT"
+ "Thu, 07 May 2015 18:35:56 GMT"
],
"Location": [
- "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/11186419-0baa-4a58-a6d5-9e8c783df3fc?api-version=2015-03-01-preview"
+ "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/f683b841-8c9d-414e-a944-bbecc03192c4?api-version=2015-04-01"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -1177,16 +1171,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/11186419-0baa-4a58-a6d5-9e8c783df3fc?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvT3BlcmF0aW9uUmVzdWx0cy8xMTE4NjQxOS0wYmFhLTRhNTgtYTZkNS05ZThjNzgzZGYzZmM/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/f683b841-8c9d-414e-a944-bbecc03192c4?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvT3BlcmF0aW9uUmVzdWx0cy9mNjgzYjg0MS04YzlkLTQxNGUtYTk0NC1iYmVjYzAzMTkyYzQ/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-version": [
- "2015-03-01-preview"
+ "2015-04-01"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "",
@@ -1210,16 +1204,16 @@
"5.0"
],
"x-ms-request-id": [
- "caf33a14-eccb-42cd-af50-eacc36168210"
+ "46616464-ee4f-4c91-bfb7-cf48145d6a4a"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31984"
+ "31962"
],
"x-ms-correlation-request-id": [
- "4d94bb22-8b34-4fe4-a926-b73a19c016d2"
+ "25d45bee-c663-40ba-8da6-956c53451863"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023608Z:4d94bb22-8b34-4fe4-a926-b73a19c016d2"
+ "CENTRALUS:20150507T183557Z:25d45bee-c663-40ba-8da6-956c53451863"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1228,10 +1222,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:36:07 GMT"
+ "Thu, 07 May 2015 18:35:56 GMT"
],
"Location": [
- "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/11186419-0baa-4a58-a6d5-9e8c783df3fc?api-version=2015-03-01-preview"
+ "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/f683b841-8c9d-414e-a944-bbecc03192c4?api-version=2015-04-01"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -1243,16 +1237,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/11186419-0baa-4a58-a6d5-9e8c783df3fc?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvT3BlcmF0aW9uUmVzdWx0cy8xMTE4NjQxOS0wYmFhLTRhNTgtYTZkNS05ZThjNzgzZGYzZmM/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/f683b841-8c9d-414e-a944-bbecc03192c4?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvT3BlcmF0aW9uUmVzdWx0cy9mNjgzYjg0MS04YzlkLTQxNGUtYTk0NC1iYmVjYzAzMTkyYzQ/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-version": [
- "2015-03-01-preview"
+ "2015-04-01"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "",
@@ -1276,16 +1270,16 @@
"5.0"
],
"x-ms-request-id": [
- "7f54d662-83a8-4ee3-a179-e8369823eb6c"
+ "157ff871-7706-4217-837e-584cbd35e555"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31983"
+ "31961"
],
"x-ms-correlation-request-id": [
- "3bb1b436-831e-4c99-aa39-d1ac62912f60"
+ "b9137c02-b75f-4426-9214-2dd0fb8c7c92"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023619Z:3bb1b436-831e-4c99-aa39-d1ac62912f60"
+ "CENTRALUS:20150507T183607Z:b9137c02-b75f-4426-9214-2dd0fb8c7c92"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1294,10 +1288,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:36:18 GMT"
+ "Thu, 07 May 2015 18:36:06 GMT"
],
"Location": [
- "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/11186419-0baa-4a58-a6d5-9e8c783df3fc?api-version=2015-03-01-preview"
+ "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/f683b841-8c9d-414e-a944-bbecc03192c4?api-version=2015-04-01"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -1309,16 +1303,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/11186419-0baa-4a58-a6d5-9e8c783df3fc?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvT3BlcmF0aW9uUmVzdWx0cy8xMTE4NjQxOS0wYmFhLTRhNTgtYTZkNS05ZThjNzgzZGYzZmM/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/f683b841-8c9d-414e-a944-bbecc03192c4?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvT3BlcmF0aW9uUmVzdWx0cy9mNjgzYjg0MS04YzlkLTQxNGUtYTk0NC1iYmVjYzAzMTkyYzQ/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-version": [
- "2015-03-01-preview"
+ "2015-04-01"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "",
@@ -1342,16 +1336,16 @@
"5.0"
],
"x-ms-request-id": [
- "6365a919-13a1-4ac0-806d-c303979fdff8"
+ "7fe3eeee-367f-4bae-8a1f-0a579a03f1eb"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31982"
+ "31960"
],
"x-ms-correlation-request-id": [
- "806f05d8-6b91-4f11-b8f9-2b8e39fe4ed1"
+ "c9f8702e-44ea-4813-8a94-feb8ab0ab25e"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023630Z:806f05d8-6b91-4f11-b8f9-2b8e39fe4ed1"
+ "CENTRALUS:20150507T183619Z:c9f8702e-44ea-4813-8a94-feb8ab0ab25e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1360,10 +1354,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:36:29 GMT"
+ "Thu, 07 May 2015 18:36:19 GMT"
],
"Location": [
- "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/11186419-0baa-4a58-a6d5-9e8c783df3fc?api-version=2015-03-01-preview"
+ "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/f683b841-8c9d-414e-a944-bbecc03192c4?api-version=2015-04-01"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -1375,16 +1369,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/11186419-0baa-4a58-a6d5-9e8c783df3fc?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvT3BlcmF0aW9uUmVzdWx0cy8xMTE4NjQxOS0wYmFhLTRhNTgtYTZkNS05ZThjNzgzZGYzZmM/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/f683b841-8c9d-414e-a944-bbecc03192c4?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvT3BlcmF0aW9uUmVzdWx0cy9mNjgzYjg0MS04YzlkLTQxNGUtYTk0NC1iYmVjYzAzMTkyYzQ/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-version": [
- "2015-03-01-preview"
+ "2015-04-01"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "",
@@ -1408,16 +1402,16 @@
"5.0"
],
"x-ms-request-id": [
- "e9035351-696e-4d98-9312-f66fad171033"
+ "a26e755d-65ce-4f1c-824a-2a7b7501b59a"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31981"
+ "31959"
],
"x-ms-correlation-request-id": [
- "70b04b85-f08d-4183-8fdc-7ccee2d2fd97"
+ "75c487a3-8d96-422b-bb97-05a37cf5941c"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023640Z:70b04b85-f08d-4183-8fdc-7ccee2d2fd97"
+ "CENTRALUS:20150507T183632Z:75c487a3-8d96-422b-bb97-05a37cf5941c"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1426,10 +1420,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:36:40 GMT"
+ "Thu, 07 May 2015 18:36:32 GMT"
],
"Location": [
- "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/11186419-0baa-4a58-a6d5-9e8c783df3fc?api-version=2015-03-01-preview"
+ "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/f683b841-8c9d-414e-a944-bbecc03192c4?api-version=2015-04-01"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -1441,16 +1435,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/11186419-0baa-4a58-a6d5-9e8c783df3fc?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvT3BlcmF0aW9uUmVzdWx0cy8xMTE4NjQxOS0wYmFhLTRhNTgtYTZkNS05ZThjNzgzZGYzZmM/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/f683b841-8c9d-414e-a944-bbecc03192c4?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvT3BlcmF0aW9uUmVzdWx0cy9mNjgzYjg0MS04YzlkLTQxNGUtYTk0NC1iYmVjYzAzMTkyYzQ/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-version": [
- "2015-03-01-preview"
+ "2015-04-01"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "",
@@ -1474,16 +1468,16 @@
"5.0"
],
"x-ms-request-id": [
- "00e13b09-dae4-4602-9ddb-b16c6b314285"
+ "a0732bc9-c34d-4641-b037-99877a61a45f"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31980"
+ "31958"
],
"x-ms-correlation-request-id": [
- "206bdda1-8ece-432b-ad87-c14685fbd73c"
+ "ce964855-20f0-491b-8243-2083e6774728"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023650Z:206bdda1-8ece-432b-ad87-c14685fbd73c"
+ "CENTRALUS:20150507T183642Z:ce964855-20f0-491b-8243-2083e6774728"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1492,10 +1486,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:36:49 GMT"
+ "Thu, 07 May 2015 18:36:42 GMT"
],
"Location": [
- "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/11186419-0baa-4a58-a6d5-9e8c783df3fc?api-version=2015-03-01-preview"
+ "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/f683b841-8c9d-414e-a944-bbecc03192c4?api-version=2015-04-01"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -1507,16 +1501,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/11186419-0baa-4a58-a6d5-9e8c783df3fc?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvT3BlcmF0aW9uUmVzdWx0cy8xMTE4NjQxOS0wYmFhLTRhNTgtYTZkNS05ZThjNzgzZGYzZmM/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/f683b841-8c9d-414e-a944-bbecc03192c4?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvT3BlcmF0aW9uUmVzdWx0cy9mNjgzYjg0MS04YzlkLTQxNGUtYTk0NC1iYmVjYzAzMTkyYzQ/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-version": [
- "2015-03-01-preview"
+ "2015-04-01"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "",
@@ -1537,16 +1531,16 @@
"5.0"
],
"x-ms-request-id": [
- "1c768c24-7c33-41d6-a65d-e98322de592c"
+ "deb60205-2b5b-4c07-b422-9806a8c63ff8"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31979"
+ "31957"
],
"x-ms-correlation-request-id": [
- "36c00bc0-f970-4c35-b290-785234d41b8a"
+ "cd6541b7-3e16-4b03-aa6b-a20d36c4bf6a"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023700Z:36c00bc0-f970-4c35-b290-785234d41b8a"
+ "CENTRALUS:20150507T183652Z:cd6541b7-3e16-4b03-aa6b-a20d36c4bf6a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1555,7 +1549,7 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:37:00 GMT"
+ "Thu, 07 May 2015 18:36:52 GMT"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -1567,16 +1561,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/stop?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvc3RvcD9hcGktdmVyc2lvbj0yMDE1LTAzLTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/stop?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvc3RvcD9hcGktdmVyc2lvbj0yMDE1LTA0LTAx",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "c43bd553-c88f-4e8d-8262-f0ed16abe1a2"
+ "41fb2f19-6d2e-42e8-be66-b3b009e130d0"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "",
@@ -1600,16 +1594,16 @@
"5.0"
],
"x-ms-request-id": [
- "c43bd553-c88f-4e8d-8262-f0ed16abe1a2"
+ "41fb2f19-6d2e-42e8-be66-b3b009e130d0"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1189"
+ "1185"
],
"x-ms-correlation-request-id": [
- "8225bf50-bd7c-4d33-ba26-bb93daa7b505"
+ "38d14123-22ce-45b5-a168-f2c70978832b"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023702Z:8225bf50-bd7c-4d33-ba26-bb93daa7b505"
+ "CENTRALUS:20150507T183653Z:38d14123-22ce-45b5-a168-f2c70978832b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1618,10 +1612,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:37:02 GMT"
+ "Thu, 07 May 2015 18:36:53 GMT"
],
"Location": [
- "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/4de12b8e-eb54-4781-ae89-b1685b1b7ee8?api-version=2015-03-01-preview"
+ "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/93e803df-edd2-4664-8852-06edad82870e?api-version=2015-04-01"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -1633,16 +1627,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/4de12b8e-eb54-4781-ae89-b1685b1b7ee8?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvT3BlcmF0aW9uUmVzdWx0cy80ZGUxMmI4ZS1lYjU0LTQ3ODEtYWU4OS1iMTY4NWIxYjdlZTg/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/93e803df-edd2-4664-8852-06edad82870e?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvT3BlcmF0aW9uUmVzdWx0cy85M2U4MDNkZi1lZGQyLTQ2NjQtODg1Mi0wNmVkYWQ4Mjg3MGU/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-version": [
- "2015-03-01-preview"
+ "2015-04-01"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "",
@@ -1666,16 +1660,16 @@
"5.0"
],
"x-ms-request-id": [
- "4f119f95-ad11-4d6e-9bfd-ba172f360811"
+ "97771ca5-dbb5-4f2b-a2c4-24dd03fd0fbf"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31977"
+ "31954"
],
"x-ms-correlation-request-id": [
- "a633ea08-36d2-4638-9acc-a20802e80fce"
+ "ef5efd62-252c-4a96-9c55-e66ba51d3e58"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023702Z:a633ea08-36d2-4638-9acc-a20802e80fce"
+ "CENTRALUS:20150507T183654Z:ef5efd62-252c-4a96-9c55-e66ba51d3e58"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1684,10 +1678,10 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:37:02 GMT"
+ "Thu, 07 May 2015 18:36:53 GMT"
],
"Location": [
- "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/4de12b8e-eb54-4781-ae89-b1685b1b7ee8?api-version=2015-03-01-preview"
+ "https://api-current.resources.windows-int.net/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/93e803df-edd2-4664-8852-06edad82870e?api-version=2015-04-01"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -1699,16 +1693,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/4de12b8e-eb54-4781-ae89-b1685b1b7ee8?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvT3BlcmF0aW9uUmVzdWx0cy80ZGUxMmI4ZS1lYjU0LTQ3ODEtYWU4OS1iMTY4NWIxYjdlZTg/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/OperationResults/93e803df-edd2-4664-8852-06edad82870e?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvT3BlcmF0aW9uUmVzdWx0cy85M2U4MDNkZi1lZGQyLTQ2NjQtODg1Mi0wNmVkYWQ4Mjg3MGU/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-version": [
- "2015-03-01-preview"
+ "2015-04-01"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "",
@@ -1729,16 +1723,16 @@
"5.0"
],
"x-ms-request-id": [
- "0af05be2-e52d-4e3e-9aa2-9f4e418dbc01"
+ "76567b3d-67aa-4a62-ba5d-7f62fd58707e"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "31976"
+ "31953"
],
"x-ms-correlation-request-id": [
- "db0ff232-d7d5-4b32-aec6-18bba6df22d7"
+ "65948ecd-9683-4c54-980c-44e80876eafe"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023712Z:db0ff232-d7d5-4b32-aec6-18bba6df22d7"
+ "CENTRALUS:20150507T183704Z:65948ecd-9683-4c54-980c-44e80876eafe"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1747,7 +1741,7 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:37:12 GMT"
+ "Thu, 07 May 2015 18:37:03 GMT"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -1759,16 +1753,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvb3V0cHV0cy9PdXRwdXQ/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/outputs/Output?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvb3V0cHV0cy9PdXRwdXQ/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "9fbd3e8e-33eb-49e1-b5dd-2c1e25d5b1df"
+ "b72d92bf-b6a6-48f1-a48e-cba4c3493275"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "",
@@ -1789,16 +1783,16 @@
"5.0"
],
"x-ms-request-id": [
- "9fbd3e8e-33eb-49e1-b5dd-2c1e25d5b1df"
+ "b72d92bf-b6a6-48f1-a48e-cba4c3493275"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1188"
+ "1184"
],
"x-ms-correlation-request-id": [
- "898b4ae4-deb0-4be1-b47d-cb40ade3c601"
+ "8b468c8b-feff-41a7-aaaa-8382f31e30a8"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023712Z:898b4ae4-deb0-4be1-b47d-cb40ade3c601"
+ "CENTRALUS:20150507T183704Z:8b468c8b-feff-41a7-aaaa-8382f31e30a8"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1807,7 +1801,7 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:37:12 GMT"
+ "Thu, 07 May 2015 18:37:04 GMT"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -1819,16 +1813,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvaW5wdXRzL0lucHV0P2FwaS12ZXJzaW9uPTIwMTUtMDMtMDEtcHJldmlldw==",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS/inputs/Input?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFMvaW5wdXRzL0lucHV0P2FwaS12ZXJzaW9uPTIwMTUtMDQtMDE=",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "3bd8d5d9-c786-49a3-be45-e10ad340d9b0"
+ "65c73545-a8ec-434e-84e4-e1221cb07894"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "",
@@ -1849,16 +1843,16 @@
"5.0"
],
"x-ms-request-id": [
- "3bd8d5d9-c786-49a3-be45-e10ad340d9b0"
+ "65c73545-a8ec-434e-84e4-e1221cb07894"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1187"
+ "1183"
],
"x-ms-correlation-request-id": [
- "7bc2ae01-b069-4742-b722-0606d6077337"
+ "be3a2f6e-db30-4afd-b172-4a44ae840aa6"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023713Z:7bc2ae01-b069-4742-b722-0606d6077337"
+ "CENTRALUS:20150507T183704Z:be3a2f6e-db30-4afd-b172-4a44ae840aa6"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1867,7 +1861,7 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:37:12 GMT"
+ "Thu, 07 May 2015 18:37:04 GMT"
],
"Server": [
"Microsoft-IIS/8.5"
@@ -1879,16 +1873,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS?api-version=2015-03-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFM/YXBpLXZlcnNpb249MjAxNS0wMy0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/20deba4c-35db-480a-baac-489e2c695697/resourcegroups/StreamAnalytics-Default-West-US/providers/Microsoft.StreamAnalytics/streamingjobs/TestJobPS?api-version=2015-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjBkZWJhNGMtMzVkYi00ODBhLWJhYWMtNDg5ZTJjNjk1Njk3L3Jlc291cmNlZ3JvdXBzL1N0cmVhbUFuYWx5dGljcy1EZWZhdWx0LVdlc3QtVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdHJlYW1BbmFseXRpY3Mvc3RyZWFtaW5nam9icy9UZXN0Sm9iUFM/YXBpLXZlcnNpb249MjAxNS0wNC0wMQ==",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a9b24a61-d85e-493b-9d72-8d5708ee7a5e"
+ "42501350-49b4-4d42-9e8a-50cf1a5fb10d"
],
"User-Agent": [
- "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/0.9.0.0"
+ "Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient/1.0.0.0"
]
},
"ResponseBody": "",
@@ -1909,16 +1903,16 @@
"5.0"
],
"x-ms-request-id": [
- "a9b24a61-d85e-493b-9d72-8d5708ee7a5e"
+ "42501350-49b4-4d42-9e8a-50cf1a5fb10d"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1186"
+ "1182"
],
"x-ms-correlation-request-id": [
- "a63a06b8-e3fe-4b06-a4cf-d0014bbe9fbc"
+ "e74f8fba-c4da-446c-9481-361f5af0e5db"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20150314T023713Z:a63a06b8-e3fe-4b06-a4cf-d0014bbe9fbc"
+ "CENTRALUS:20150507T183705Z:e74f8fba-c4da-446c-9481-361f5af0e5db"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1927,7 +1921,7 @@
"no-store, no-cache"
],
"Date": [
- "Sat, 14 Mar 2015 02:37:13 GMT"
+ "Thu, 07 May 2015 18:37:04 GMT"
],
"Server": [
"Microsoft-IIS/8.5"
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/packages.config b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/packages.config
index b81b917a5498..84d302f8439c 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/packages.config
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/packages.config
@@ -7,7 +7,7 @@
-
+
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Commands.StreamAnalytics.csproj b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Commands.StreamAnalytics.csproj
index c410cf1f8290..370701ba4340 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Commands.StreamAnalytics.csproj
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Commands.StreamAnalytics.csproj
@@ -63,7 +63,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Management.StreamAnalytics.0.17.0-preview\lib\net40\Microsoft.Azure.Management.StreamAnalytics.dll
+ ..\..\..\packages\Microsoft.Azure.Management.StreamAnalytics.1.4.1\lib\net40\Microsoft.Azure.Management.StreamAnalytics.dll
False
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Microsoft.Azure.Commands.StreamAnalytics.dll-Help.psd1 b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Microsoft.Azure.Commands.StreamAnalytics.dll-Help.psd1
new file mode 100644
index 000000000000..eb0e206e0161
--- /dev/null
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Microsoft.Azure.Commands.StreamAnalytics.dll-Help.psd1
@@ -0,0 +1,87 @@
+#
+# Module manifest for module 'Microsoft.Azure.Commands.Compute'
+#
+# Generated by: Microsoft Corporation
+#
+# Generated on: 04/01/2015
+#
+
+@{
+
+# Version number of this module.
+ModuleVersion = '0.0.1'
+
+# ID used to uniquely identify this module
+GUID = '5AB0BA73-DCD1-4EF8-B1DB-D207F97BE199'
+
+# Author of this module
+Author = 'Microsoft Corporation'
+
+# Company or vendor of this module
+CompanyName = 'Microsoft Corporation'
+
+# Copyright statement for this module
+Copyright = '© Microsoft Corporation. All rights reserved.'
+
+# Description of the functionality provided by this module
+Description = ''
+
+# Minimum version of the Windows PowerShell engine required by this module
+PowerShellVersion = '3.0'
+
+# Name of the Windows PowerShell host required by this module
+PowerShellHostName = ''
+
+# Minimum version of the Windows PowerShell host required by this module
+PowerShellHostVersion = ''
+
+# Minimum version of the .NET Framework required by this module
+DotNetFrameworkVersion = '4.0'
+
+# Minimum version of the common language runtime (CLR) required by this module
+CLRVersion='4.0'
+
+# Processor architecture (None, X86, Amd64, IA64) required by this module
+ProcessorArchitecture = 'None'
+
+# Modules that must be imported into the global environment prior to importing this module
+RequiredModules = @()
+
+# Assemblies that must be loaded prior to importing this module
+RequiredAssemblies = @()
+
+# Script files (.ps1) that are run in the caller's environment prior to importing this module
+ScriptsToProcess = @()
+
+# Format files (.ps1xml) to be loaded when importing this module
+FormatsToProcess = @(
+ '..\..\..\Package\Debug\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.Azure.Commands.StreamAnalytics.format.ps1xml'
+)
+
+# Modules to import as nested modules of the module specified in ModuleToProcess
+NestedModules = @(
+ '..\..\..\Package\Debug\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.Azure.Commands.StreamAnalytics.dll'
+)
+
+# Functions to export from this module
+FunctionsToExport = '*'
+
+# Cmdlets to export from this module
+CmdletsToExport = '*'
+
+# Variables to export from this module
+VariablesToExport = '*'
+
+# Aliases to export from this module
+AliasesToExport = @()
+
+# List of all modules packaged with this module
+ModuleList = @()
+
+# List of all files packaged with this module
+FileList = @()
+
+# Private data to pass to the module specified in ModuleToProcess
+PrivateData = ''
+
+}
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Microsoft.Azure.Commands.StreamAnalytics.dll-Help.xml b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Microsoft.Azure.Commands.StreamAnalytics.dll-Help.xml
index f4e8dec234ba..3c6f70869250 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Microsoft.Azure.Commands.StreamAnalytics.dll-Help.xml
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Microsoft.Azure.Commands.StreamAnalytics.dll-Help.xml
@@ -1,3589 +1,3307 @@
-
-
-
-
-
-
-
- Get-AzureStreamAnalyticsQuota
-
-
-
- Gets information about the Streaming Unit quota of a specified region.
-
-
-
-
-
- Get
- AzureStreamAnalyticsQuota
-
-
-
- The Get-AzureStreamAnalyticsQuota cmdlet gets information about the Streaming Unit quota of a specified region.
-
-
-
-
- Get-AzureStreamAnalyticsQuota
-
- Location
-
-
-
- string
-
-
- PipelineVariable
-
- Not Specified
-
- string
-
-
-
-
-
-
- Location
-
-
-
-
- string
-
- string
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
-
- string
-
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1[[Microsoft.Azure.Commands.StreamAnalytics.Models.PSQuota, Microsoft.Azure.Commands.StreamAnalytics]]
- Microsoft.Azure.Commands.StreamAnalytics.Models.PSQuota
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 1 --------------------------
-
-
- C:\PS>
-
-
- Get-AzureStreamAnalyticsQuota -Location "West US"
-
-
- Description
- -----------
- This command returns information about Streaming Unit quota and usage in the West US region.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureStreamAnalyticsTransformation
-
-
- Gets information about a specific transformation defined on Stream Analytics job.
-
-
-
-
- Get
- AzureStreamAnalyticsTransformation
-
-
-
- The Get-AzureStreamAnalyticsTransformation cmdlet gets information about a specific transformation defined on Stream Analytics job.
-
-
-
-
- Get-AzureStreamAnalyticsTransformation
-
- ResourceGroupName
-
-
-
- string
-
-
- JobName
-
-
-
- string
-
-
- Name
-
-
-
- string
-
-
- PipelineVariable
-
- Not Specified
-
- string
-
-
-
-
-
-
- JobName
-
-
-
-
- string
-
- string
-
-
-
-
-
- Name
-
-
-
-
- string
-
- string
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
-
- string
-
- string
-
-
-
-
-
- ResourceGroupName
-
-
-
-
- string
-
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1[[Microsoft.Azure.Commands.StreamAnalytics.Models.PSTransformation, Microsoft.Azure.Commands.StreamAnalytics]]
- Microsoft.Azure.Commands.StreamAnalytics.Models.PSTransformation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 1 --------------------------
-
-
- C:\PS>
-
-
- Get-AzureStreamAnalyticsTransformation -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name StreamingJob
-
-
- Description
- -----------
- This command returns information about the transformation called StreamingJob on the job StreamingJob.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- New-AzureStreamAnalyticsTransformation
-
-
-
-
-
-
-
- Get-AzureStreamAnalyticsOutput
-
-
- Lists all of the outputs that are defined in a specified Stream Analytics job or gets information about a specific output.
-
-
-
-
- Get
- AzureStreamAnalyticsOutput
-
-
-
- The Get-AzureStreamAnalyticsOutput cmdlet lists all of the outputs that are defined in a specified Stream Analytics job or gets information about a specific output.
-
-
-
-
- Get-AzureStreamAnalyticsOutput
-
- ResourceGroupName
-
-
-
- string
-
-
- JobName
-
-
-
- string
-
-
- Name
-
-
-
- string
-
-
- PipelineVariable
-
- Not Specified
-
- string
-
-
-
-
-
-
- JobName
-
-
-
-
- string
-
- string
-
-
-
-
-
- Name
-
-
-
-
- string
-
- string
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
-
- string
-
- string
-
-
-
-
-
- ResourceGroupName
-
-
-
-
- string
-
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1[[Microsoft.Azure.Commands.StreamAnalytics.Models.PSOutput, Microsoft.Azure.Commands.StreamAnalytics]]
- Microsoft.Azure.Commands.StreamAnalytics.Models.PSOutput
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 1 --------------------------
-
-
- C:\PS>
-
-
- Get-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob
-
-
- Description
- -----------
- This command returns information about the outputs defined on the job StreamingJob.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 2 --------------------------
-
-
- C:\PS>
-
-
- Get-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name Output
-
-
- Description
- -----------
- This command returns information about the output named Output defined on the job StreamingJob.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- New-AzureStreamAnalyticsOutput
-
-
-
- Remove-AzureStreamAnalyticsOutput
-
-
-
- Test-AzureStreamAnalyticsOutput
-
-
-
-
-
-
-
- Get-AzureStreamAnalyticsInput
-
-
- Lists all of the inputs that are defined in a specified Stream Analytics job or gets information about a specific input.
-
-
-
-
- Get
- AzureStreamAnalyticsInput
-
-
-
- The Get-AzureStreamAnalyticsInput cmdlet lists all of the inputs that are defined in a specified Stream Analytics job or gets information about a specific input.
-
-
-
-
- Get-AzureStreamAnalyticsInput
-
- ResourceGroupName
-
-
-
- string
-
-
- JobName
-
-
-
- string
-
-
- Name
-
-
-
- string
-
-
- PipelineVariable
-
- Not Specified
-
- string
-
-
-
-
-
-
- JobName
-
-
-
-
- string
-
- string
-
-
-
-
-
- Name
-
-
-
-
- string
-
- string
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
-
- string
-
- string
-
-
-
-
-
- ResourceGroupName
-
-
-
-
- string
-
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1[[Microsoft.Azure.Commands.StreamAnalytics.Models.PSInput, Microsoft.Azure.Commands.StreamAnalytics]]
- Microsoft.Azure.Commands.StreamAnalytics.Models.PSInput
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 1 --------------------------
-
-
- C:\PS>
-
-
- Get-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob
-
-
- Description
- -----------
- This command returns information about all the inputs defined on the job StreamingJob.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 2 --------------------------
-
-
- C:\PS>
-
-
- Get-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name EntryStream
-
-
- Description
- -----------
- This command returns information about the input named EntryStream defined on the job StreamingJob.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- New-AzureStreamAnalyticsInput
-
-
-
- Remove-AzureStreamAnalyticsInput
-
-
-
- Test-AzureStreamAnalyticsInput
-
-
-
-
-
-
-
- Get-AzureStreamAnalyticsJob
-
-
- Lists all Stream Analytics jobs defined in the Azure subscription or specified resource group or gets job information about a specific job within a resource group.
-
-
-
-
- Get
- AzureStreamAnalyticsJob
-
-
-
- The Get-AzureStreamAnalyticsJob cmdlet lists all Stream Analytics jobs defined in the Azure subscription or specified resource group or gets job information about a specific job within a resource group.
-
-
-
-
- Get-AzureStreamAnalyticsJob
-
- NoExpand
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
- string
-
-
-
- Get-AzureStreamAnalyticsJob
-
- ResourceGroupName
-
-
-
- string
-
-
- Name
-
-
-
- string
-
-
- PipelineVariable
-
- Not Specified
-
- string
-
-
-
-
-
-
- Name
-
-
-
-
- string
-
- string
-
-
-
-
-
- NoExpand
-
-
-
-
- SwitchParameter
-
- SwitchParameter
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
-
- string
-
- string
-
-
-
-
-
- ResourceGroupName
-
-
-
-
- string
-
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1[[Microsoft.Azure.Commands.StreamAnalytics.Models.PSJob, Microsoft.Azure.Commands.StreamAnalytics]]
- Microsoft.Azure.Commands.StreamAnalytics.Models.PSJob
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 1 --------------------------
-
-
- C:\PS>
-
-
- Get-AzureStreamAnalyticsJob
-
-
- Description
- -----------
- This command returns information about all the Stream Analytics jobs in the Azure subscription.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 2 --------------------------
-
-
- C:\PS>
-
-
- Get-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US
-
-
- Description
- -----------
- This command returns information about all the Stream Analytics jobs in the resource group StreamAnalytics-Default-West-US.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 3 --------------------------
-
-
- C:\PS>
-
-
- Get-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -Name StreamingJob
-
-
- Description
- -----------
- This command returns information about the Stream Analytics job StreamingJob in the resource group StreamAnalytics-Default-West-US.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- New-AzureStreamAnalyticsJob
-
-
-
- Remove-AzureStreamAnalyticsJob
-
-
-
- Start-AzureStreamAnalyticsJob
-
-
-
- Stop-AzureStreamAnalyticsJob
-
-
-
-
-
-
-
- New-AzureStreamAnalyticsOutput
-
-
-
- Creates a new output within a Stream Analytics job or updates an existing output.
- The name of the output can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
- If you specify an output that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing output.
- If you specify -Force parameter and specify an existing output name, the output will be replaced without confirmation.
-
-
-
-
-
- New
- AzureStreamAnalyticsOutput
-
-
-
-
- The New-AzureStreamAnalyticsOutput cmdlet creates a new output within a Stream Analytics job or updates an existing output.
- The name of the output can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
- If you specify an output that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing output.
- If you specify -Force parameter and specify an existing output name, the output will be replaced without confirmation.
-
-
-
-
-
- New-AzureStreamAnalyticsOutput
-
- ResourceGroupName
-
-
-
- string
-
-
- JobName
-
-
-
- string
-
-
- Name
-
-
-
- string
-
-
- File
-
-
-
- string
-
-
- Force
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
- string
-
-
-
-
-
-
- File
-
-
-
-
- string
-
- string
-
-
-
-
-
- Force
-
-
-
-
- SwitchParameter
-
- SwitchParameter
-
-
-
-
-
- JobName
-
-
-
-
- string
-
- string
-
-
-
-
-
- Name
-
-
-
-
- string
-
- string
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
-
- string
-
- string
-
-
-
-
-
- ResourceGroupName
-
-
-
-
- string
-
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.StreamAnalytics.Models.PSOutput
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 1 --------------------------
-
-
- C:\PS>
-
-
- New-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\Output.json" -JobName StreamingJob -Name output
-
-
- Description
- -----------
- This command creates a new output called "output" in the job StreamingJob. If an existing output with this name is already defined, the cmdlet will ask whether or not to replace it.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 2 --------------------------
-
-
- C:\PS>
-
-
- New-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\Output.json" -JobName StreamingJob -Name output -Force
-
-
- Description
- -----------
- This command replaces the definition for "output" in the job StreamingJob.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureStreamAnalyticsOutput
-
-
-
- Remove-AzureStreamAnalyticsOutput
-
-
-
- Test-AzureStreamAnalyticsOutput
-
-
-
-
-
-
-
- New-AzureStreamAnalyticsTransformation
-
-
-
- Creates a new transformation within a Stream Analytics job or updates the existing transformation.
- The name of the transformation can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
- If you specify a transformation that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing transformation.
- If you specify -Force parameter and specify an existing transformation name, the transformation will be replaced without confirmation.
-
-
-
-
-
- New
- AzureStreamAnalyticsTransformation
-
-
-
-
- The New-AzureStreamAnalyticsTransformation cmdlet creates a new transformation within a Stream Analytics job or updates the existing transformation.
- The name of the transformation can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
- If you specify a transformation that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing transformation.
- If you specify -Force parameter and specify an existing transformation name, the transformation will be replaced without confirmation.
-
-
-
-
-
- New-AzureStreamAnalyticsTransformation
-
- ResourceGroupName
-
-
-
- string
-
-
- JobName
-
-
-
- string
-
-
- Name
-
-
-
- string
-
-
- File
-
-
-
- string
-
-
- Force
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
- string
-
-
-
-
-
-
- File
-
-
-
-
- string
-
- string
-
-
-
-
-
- Force
-
-
-
-
- SwitchParameter
-
- SwitchParameter
-
-
-
-
-
- JobName
-
-
-
-
- string
-
- string
-
-
-
-
-
- Name
-
-
-
-
- string
-
- string
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
-
- string
-
- string
-
-
-
-
-
- ResourceGroupName
-
-
-
-
- string
-
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.StreamAnalytics.Models.PSTransformation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 1 --------------------------
-
-
- C:\PS>
-
-
- New-AzureStreamAnalyticsTransformation -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\Transformation.json" -JobName StreamingJob -Name StreamingJobTransform
-
-
- Description
- -----------
- This command creates a new transformation called StreamingJobTransform in the job StreamingJob. If an existing transformation is already defined with this name, the cmdlet will ask whether or not to replace it.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 2 --------------------------
-
-
- C:\PS>
-
-
- New-AzureStreamAnalyticsTransformation -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\Transformation.json" -JobName StreamingJob -Name StreamingJobTransform -Force
-
-
- Description
- -----------
- This command replaces the definition of StreamingJobTransform in the job StreamingJob.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureStreamAnalyticsTransformation
-
-
-
-
-
-
-
- New-AzureStreamAnalyticsInput
-
-
-
+
+
+
+
+ Get-AzureStreamAnalyticsInput
+
+ Lists all of the inputs that are defined in a specified Stream Analytics job or gets information about a specific input.
+
+
+
+
+ Get
+ AzureStreamAnalyticsInput
+
+
+
+ The Get-AzureStreamAnalyticsInput cmdlet lists all of the inputs that are defined in a specified Stream Analytics job or gets information about a specific input.
+
+
+
+ Get-AzureStreamAnalyticsInput
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the desired Azure Stream Analytics input belongs to.
+
+ String
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics input to retrieve.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics input belongs to.
+
+ String
+
+
+ Profile
+
+
+
+ AzureProfile
+
+
+
+
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the desired Azure Stream Analytics input belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics input to retrieve.
+
+ String
+
+ String
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics input belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+
+
+ AzureProfile
+
+ AzureProfile
+
+
+
+
+
+ PipelineVariable
+
+ Not Specified
+
+ string
+
+ string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ System.Collections.Generic.List`1[[Microsoft.Azure.Commands.StreamAnalytics.Models.PSInput, Microsoft.Azure.Commands.StreamAnalytics]]
+ Microsoft.Azure.Commands.StreamAnalytics.Models.PSInput
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 1 --------------------------
+
+ PS C:\>
+
+ Get-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob
+
+ This command returns information about all the inputs defined on the job StreamingJob.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 2 --------------------------
+
+ PS C:\>
+
+ Get-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name EntryStream
+
+ This command returns information about the input named EntryStream defined on the job StreamingJob.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ New-AzureStreamAnalyticsInput
+
+
+
+ Remove-AzureStreamAnalyticsInput
+
+
+
+ Test-AzureStreamAnalyticsInput
+
+
+
+
+
+
+
+ Get-AzureStreamAnalyticsJob
+
+ Lists all Stream Analytics jobs defined in the Azure subscription or specified resource group or gets job information about a specific job within a resource group.
+
+
+
+
+ Get
+ AzureStreamAnalyticsJob
+
+
+
+ The Get-AzureStreamAnalyticsJob cmdlet lists all Stream Analytics jobs defined in the Azure subscription or specified resource group or gets job information about a specific job within a resource group.
+
+
+
+ Get-AzureStreamAnalyticsJob
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics job belongs to.
+
+ String
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics job to retrieve.
+
+ String
+
+
+ NoExpand
+
+ If this parameter is specified, the cmdlet will retrieve the Azure Stream Analytics job, but not return information on its inputs, outputs, and transformation.
+
+ SwitchParameter
+
+
+ Profile
+
+
+
+ AzureProfile
+
+
+
+ Get-AzureStreamAnalyticsJob
+
+ NoExpand
+
+ If this parameter is specified, the cmdlet will retrieve the Azure Stream Analytics job, but not return information on its inputs, outputs, and transformation.
+
+ SwitchParameter
+
+
+ Profile
+
+
+
+ AzureProfile
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics job belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics job to retrieve.
+
+ String
+
+ String
+
+
+
+
+
+ NoExpand
+
+ If this parameter is specified, the cmdlet will retrieve the Azure Stream Analytics job, but not return information on its inputs, outputs, and transformation.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+ Profile
+
+
+
+ AzureProfile
+
+ AzureProfile
+
+
+
+
+
+ PipelineVariable
+
+ Not Specified
+
+ string
+
+ string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ System.Collections.Generic.List`1[[Microsoft.Azure.Commands.StreamAnalytics.Models.PSJob, Microsoft.Azure.Commands.StreamAnalytics]]
+ Microsoft.Azure.Commands.StreamAnalytics.Models.PSJob
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 1 --------------------------
+
+ PS C:\>
+
+ Get-AzureStreamAnalyticsJob
+
+ This command returns information about all the Stream Analytics jobs in the Azure subscription.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 2 --------------------------
+
+ PS C:\>
+
+ Get-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US
+
+ This command returns information about all the Stream Analytics jobs in the resource group StreamAnalytics-Default-West-US.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 3 --------------------------
+
+ PS C:\>
+
+ Get-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -Name StreamingJob
+
+ This command returns information about the Stream Analytics job StreamingJob in the resource group StreamAnalytics-Default-West-US.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ New-AzureStreamAnalyticsJob
+
+
+
+ Remove-AzureStreamAnalyticsJob
+
+
+
+ Start-AzureStreamAnalyticsJob
+
+
+
+ Stop-AzureStreamAnalyticsJob
+
+
+
+
+
+
+
+ Get-AzureStreamAnalyticsOutput
+
+ Lists all of the outputs that are defined in a specified Stream Analytics job or gets information about a specific output.
+
+
+
+
+ Get
+ AzureStreamAnalyticsOutput
+
+
+
+ The Get-AzureStreamAnalyticsOutput cmdlet lists all of the outputs that are defined in a specified Stream Analytics job or gets information about a specific output.
+
+
+
+ Get-AzureStreamAnalyticsOutput
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the desired Azure Stream Analytics output belongs to.
+
+ String
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics output to retrieve.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics output belongs to.
+
+ String
+
+
+ Profile
+
+
+
+ AzureProfile
+
+
+
+
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the desired Azure Stream Analytics output belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics output to retrieve.
+
+ String
+
+ String
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics output belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+
+
+ AzureProfile
+
+ AzureProfile
+
+
+
+
+
+ PipelineVariable
+
+ Not Specified
+
+ string
+
+ string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ System.Collections.Generic.List`1[[Microsoft.Azure.Commands.StreamAnalytics.Models.PSOutput, Microsoft.Azure.Commands.StreamAnalytics]]
+ Microsoft.Azure.Commands.StreamAnalytics.Models.PSOutput
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 1 --------------------------
+
+ PS C:\>
+
+ Get-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob
+
+ This command returns information about the outputs defined on the job StreamingJob.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 2 --------------------------
+
+ PS C:\>
+
+ Get-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name Output
+
+ This command returns information about the output named Output defined on the job StreamingJob.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ New-AzureStreamAnalyticsOutput
+
+
+
+ Remove-AzureStreamAnalyticsOutput
+
+
+
+ Test-AzureStreamAnalyticsOutput
+
+
+
+
+
+
+
+ Get-AzureStreamAnalyticsQuota
+
+
+ Gets information about the Streaming Unit quota of a specified region.
+
+
+
+
+ Get
+ AzureStreamAnalyticsQuota
+
+
+
+ The Get-AzureStreamAnalyticsQuota cmdlet gets information about the Streaming Unit quota of a specified region.
+
+
+
+ Get-AzureStreamAnalyticsQuota
+
+ Location
+
+ Specifies the name of an Azure region/Azure data center location to get Streaming Unit quota information for. See http://azure.microsoft.com/en-us/regions/#services for a list of supported Azure regions.
+
+ String
+
+
+ Profile
+
+
+
+ AzureProfile
+
+
+
+
+
+ Location
+
+ Specifies the name of an Azure region/Azure data center location to get Streaming Unit quota information for. See http://azure.microsoft.com/en-us/regions/#services for a list of supported Azure regions.
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+
+
+ AzureProfile
+
+ AzureProfile
+
+
+
+
+
+ PipelineVariable
+
+ Not Specified
+
+ string
+
+ string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ System.Collections.Generic.List`1[[Microsoft.Azure.Commands.StreamAnalytics.Models.PSQuota, Microsoft.Azure.Commands.StreamAnalytics]]
+ Microsoft.Azure.Commands.StreamAnalytics.Models.PSQuota
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 1 --------------------------
+
+ PS C:\>
+
+ Get-AzureStreamAnalyticsQuota -Location "West US"
+
+ This command returns information about Streaming Unit quota and usage in the West US region.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Unknown
+
+
+
+
+
+
+
+ Get-AzureStreamAnalyticsTransformation
+
+ Gets information about a specific transformation defined on Stream Analytics job.
+
+
+
+
+ Get
+ AzureStreamAnalyticsTransformation
+
+
+
+ The Get-AzureStreamAnalyticsTransformation cmdlet gets information about a specific transformation defined on Stream Analytics job.
+
+
+
+ Get-AzureStreamAnalyticsTransformation
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the desired Azure Stream Analytics transformation belongs to.
+
+ String
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics transformation to retrieve.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics transformation belongs to.
+
+ String
+
+
+ Profile
+
+
+
+ AzureProfile
+
+
+
+
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the desired Azure Stream Analytics transformation belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics transformation to retrieve.
+
+ String
+
+ String
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics transformation belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+
+
+ AzureProfile
+
+ AzureProfile
+
+
+
+
+
+ PipelineVariable
+
+ Not Specified
+
+ string
+
+ string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ System.Collections.Generic.List`1[[Microsoft.Azure.Commands.StreamAnalytics.Models.PSTransformation, Microsoft.Azure.Commands.StreamAnalytics]]
+ Microsoft.Azure.Commands.StreamAnalytics.Models.PSTransformation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 1 --------------------------
+
+ PS C:\>
+
+ Get-AzureStreamAnalyticsTransformation -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name StreamingJob
+
+ This command returns information about the transformation called StreamingJob on the job StreamingJob.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ New-AzureStreamAnalyticsTransformation
+
+
+
+
+
+
+
+ New-AzureStreamAnalyticsInput
+
+
Creates a new input within a Stream Analytics job or updates an existing specified input.
The name of the input can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
If you specify an input that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing input.
- If you specify -Force parameter and specify an existing input name, the input will be replaced without confirmation.
-
-
-
-
-
- New
- AzureStreamAnalyticsInput
-
-
-
-
+ If you specify -Force parameter and specify an existing input name, the input will be replaced without confirmation.
+
+
+
+
+ New
+ AzureStreamAnalyticsInput
+
+
+
+
The New-AzureStreamAnalyticsInput cmdlet creates a new input within a Stream Analytics job or updates an existing specified input.
The name of the input can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
If you specify an input that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing input.
- If you specify -Force parameter and specify an existing input name, the input will be replaced without confirmation.
-
-
-
-
-
- New-AzureStreamAnalyticsInput
-
- ResourceGroupName
-
-
-
- string
-
-
- JobName
-
-
-
- string
-
-
- Name
-
-
-
- string
-
-
- File
-
-
-
- string
-
-
- Force
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
- string
-
-
-
-
-
-
- File
-
-
-
-
- string
-
- string
-
-
-
-
-
- Force
-
-
-
-
- SwitchParameter
-
- SwitchParameter
-
-
-
-
-
- JobName
-
-
-
-
- string
-
- string
-
-
-
-
-
- Name
-
-
-
-
- string
-
- string
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
-
- string
-
- string
-
-
-
-
-
- ResourceGroupName
-
-
-
-
- string
-
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.StreamAnalytics.Models.PSInput
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 1 --------------------------
-
-
- C:\PS>
-
-
- New-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -File "C:\Input.json"
-
-
- Description
- -----------
- This command creates a new input from the file Input.json. If an existing input with the name specified in the input definition file is already defined, the cmdlet will ask whether or not to replace it.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 2 --------------------------
-
-
- C:\PS>
-
-
- New-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -File "C:\Input.json" -Name EntryStream
-
-
- Description
- -----------
- This command creates a new input on the job called EntryStream. If an existing input with this name is already defined, the cmdlet will ask whether or not to replace it.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 3 --------------------------
-
-
- C:\PS>
-
-
- New-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -File "C:\Input.json" -Name EntryStream -Force
-
-
- Description
- -----------
- This command replaces the definition of the existing input source called EntryStream with the definition from file.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureStreamAnalyticsInput
-
-
-
- Remove-AzureStreamAnalyticsInput
-
-
-
- Test-AzureStreamAnalyticsInput
-
-
-
-
-
-
-
- New-AzureStreamAnalyticsJob
-
-
-
+ If you specify -Force parameter and specify an existing input name, the input will be replaced without confirmation.
+
+
+
+ New-AzureStreamAnalyticsInput
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the Azure Stream Analytics input should be created under.
+
+ String
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics input to create.
+
+ String
+
+
+ File
+
+ Specifies the path to a JSON file that contains the JSON representation of the Azure Stream Analytics input to create.
+
+ String
+
+
+ Force
+
+ If this parameter is specified, the cmdlet will replace the specified Azure Stream Analytics input if it already exists without asking for confirmation.
+
+ SwitchParameter
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Streaming input should be created under.
+
+ String
+
+
+ Profile
+
+
+
+ AzureProfile
+
+
+
+
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the Azure Stream Analytics input should be created under.
+
+ String
+
+ String
+
+
+
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics input to create.
+
+ String
+
+ String
+
+
+
+
+
+ File
+
+ Specifies the path to a JSON file that contains the JSON representation of the Azure Stream Analytics input to create.
+
+ String
+
+ String
+
+
+
+
+
+ Force
+
+ If this parameter is specified, the cmdlet will replace the specified Azure Stream Analytics input if it already exists without asking for confirmation.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Streaming input should be created under.
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+
+
+ AzureProfile
+
+ AzureProfile
+
+
+
+
+
+ PipelineVariable
+
+ Not Specified
+
+ string
+
+ string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.StreamAnalytics.Models.PSInput
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 1 --------------------------
+
+ PS C:\>
+
+ New-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -File "C:\Input.json"
+
+ This command creates a new input from the file Input.json. If an existing input with the name specified in the input definition file is already defined, the cmdlet will ask whether or not to replace it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 2 --------------------------
+
+ PS C:\>
+
+ New-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -File "C:\Input.json" -Name EntryStream
+
+ This command creates a new input on the job called EntryStream. If an existing input with this name is already defined, the cmdlet will ask whether or not to replace it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 3 --------------------------
+
+ PS C:\>
+
+ New-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -File "C:\Input.json" -Name EntryStream -Force
+
+ This command replaces the definition of the existing input source called EntryStream with the definition from file.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureStreamAnalyticsInput
+
+
+
+ Remove-AzureStreamAnalyticsInput
+
+
+
+ Test-AzureStreamAnalyticsInput
+
+
+
+
+
+
+
+ New-AzureStreamAnalyticsJob
+
+
Creates a new Stream Analytics job in Microsoft Azure or updates the definition of an existing specified job.
The name of the job can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
If you specify a job name that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing job.
- If you specify -Force parameter and specify an existing job name, the job definition will be replaced without confirmation.
-
-
-
-
-
- New
- AzureStreamAnalyticsJob
-
-
-
-
+ If you specify -Force parameter and specify an existing job name, the job definition will be replaced without confirmation.
+
+
+
+
+ New
+ AzureStreamAnalyticsJob
+
+
+
+
The New-AzureStreamAnalyticsJob cmdlet creates a new Stream Analytics job in Microsoft Azure or updates the definition of an existing specified job.
The name of the job can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
If you specify a job name that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing job.
- If you specify -Force parameter and specify an existing job name, the job definition will be replaced without confirmation.
-
-
-
-
-
- New-AzureStreamAnalyticsJob
-
- ResourceGroupName
-
-
-
- string
-
-
- Name
-
-
-
- string
-
-
- File
-
-
-
- string
-
-
- Force
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
- string
-
-
-
-
-
-
- File
-
-
-
-
- string
-
- string
-
-
-
-
-
- Force
-
-
-
-
- SwitchParameter
-
- SwitchParameter
-
-
-
-
-
- Name
-
-
-
-
- string
-
- string
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
-
- string
-
- string
-
-
-
-
-
- ResourceGroupName
-
-
-
-
- string
-
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.StreamAnalytics.Models.PSJob
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 1 --------------------------
-
-
- C:\PS>
-
-
- New-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\JobDefinition.json"
-
-
- Description
- -----------
- This command creates a new job from the definition in JobDefinition.json. If an existing job with the name specified in the job definition file is already defined, the cmdlet will ask whether or not to replace it.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 2 --------------------------
-
-
- C:\PS>
-
-
- New-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\JobDefinition.json" -Name StreamingJob -Force
-
-
- Description
- -----------
- This command replaces the job definition for StreamingJob.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureStreamAnalyticsJob
-
-
-
- Remove-AzureStreamAnalyticsJob
-
-
-
- Start-AzureStreamAnalyticsJob
-
-
-
- Stop-AzureStreamAnalyticsJob
-
-
-
-
-
-
-
- Remove-AzureStreamAnalyticsOutput
-
-
-
- Asynchronously deletes a specific output from a Stream Analytics job in Microsoft Azure.
- If you specify -Force parameter the output will be deleted without confirmation.
-
-
-
-
-
- Remove
- AzureStreamAnalyticsOutput
-
-
-
-
- The Remove-AzureStreamAnalyticsOutput cmdlet asynchronously deletes a specific output from a Stream Analytics job in Microsoft Azure.
- If you specify -Force parameter the output will be deleted without confirmation.
-
-
-
-
-
- Remove-AzureStreamAnalyticsOutput
-
- ResourceGroupName
-
-
-
- string
-
-
- JobName
-
-
-
- string
-
-
- Name
-
-
-
- string
-
-
- Force
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
- string
-
-
-
-
-
-
- Force
-
-
-
-
- SwitchParameter
-
- SwitchParameter
-
-
-
-
-
- JobName
-
-
-
-
- string
-
- string
-
-
-
-
-
- Name
-
-
-
-
- string
-
- string
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
-
- string
-
- string
-
-
-
-
-
- ResourceGroupName
-
-
-
-
- string
-
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 1 --------------------------
-
-
- C:\PS>
-
-
- Remove-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name Output
-
-
- Description
- -----------
- This command removes the output Output in the job StreamingJob.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureStreamAnalyticsOutput
-
-
-
- New-AzureStreamAnalyticsOutput
-
-
-
- Test-AzureStreamAnalyticsOutput
-
-
-
-
-
-
-
- Remove-AzureStreamAnalyticsJob
-
-
-
- Asynchronously deletes a specific Stream Analytics job in Microsoft Azure.
- If you specify -Force parameter the job will be deleted without confirmation.
-
-
-
-
-
- Remove
- AzureStreamAnalyticsJob
-
-
-
-
- The Remove-AzureStreamAnalyticsJob cmdlet asynchronously deletes a specific Stream Analytics job in Microsoft Azure.
- If you specify -Force parameter the job will be deleted without confirmation.
-
-
-
-
-
- Remove-AzureStreamAnalyticsJob
-
- ResourceGroupName
-
-
-
- string
-
-
- Name
-
-
-
- string
-
-
- Force
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
- string
-
-
-
-
-
-
- Force
-
-
-
-
- SwitchParameter
-
- SwitchParameter
-
-
-
-
-
- Name
-
-
-
-
- string
-
- string
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
-
- string
-
- string
-
-
-
-
-
- ResourceGroupName
-
-
-
-
- string
-
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 1 --------------------------
-
-
- C:\PS>
-
-
- Remove-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -Name StreamingJob
-
-
- Description
- -----------
- This command removes the job StreamingJob.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureStreamAnalyticsJob
-
-
-
- New-AzureStreamAnalyticsJob
-
-
-
- Start-AzureStreamAnalyticsJob
-
-
-
- Stop-AzureStreamAnalyticsJob
-
-
-
-
-
-
-
-
- Remove-AzureStreamAnalyticsInput
-
-
-
+ If you specify -Force parameter and specify an existing job name, the job definition will be replaced without confirmation.
+
+
+
+ New-AzureStreamAnalyticsJob
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics job to create.
+
+ String
+
+
+ File
+
+ Specifies the path to a JSON file that contains the JSON representation of the Azure Stream Analytics job to create.
+
+ String
+
+
+ Force
+
+ If this parameter is specified, the cmdlet will replace the specified Azure Stream Analytics job if it already exists without asking for confirmation.
+
+ SwitchParameter
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics job should be created under.
+
+ String
+
+
+ Profile
+
+
+
+ AzureProfile
+
+
+
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics job to create.
+
+ String
+
+ String
+
+
+
+
+
+ File
+
+ Specifies the path to a JSON file that contains the JSON representation of the Azure Stream Analytics job to create.
+
+ String
+
+ String
+
+
+
+
+
+ Force
+
+ If this parameter is specified, the cmdlet will replace the specified Azure Stream Analytics job if it already exists without asking for confirmation.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics job should be created under.
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+
+
+ AzureProfile
+
+ AzureProfile
+
+
+
+
+
+ PipelineVariable
+
+ Not Specified
+
+ string
+
+ string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.StreamAnalytics.Models.PSJob
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 1 --------------------------
+
+ PS C:\>
+
+ New-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\JobDefinition.json"
+
+ This command creates a new job from the definition in JobDefinition.json. If an existing job with the name specified in the job definition file is already defined, the cmdlet will ask whether or not to replace it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 2 --------------------------
+
+ PS C:\>
+
+ New-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\JobDefinition.json" -Name StreamingJob -Force
+
+ This command replaces the job definition for StreamingJob.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureStreamAnalyticsJob
+
+
+
+ Remove-AzureStreamAnalyticsJob
+
+
+
+ Start-AzureStreamAnalyticsJob
+
+
+
+ Stop-AzureStreamAnalyticsJob
+
+
+
+
+
+
+
+ New-AzureStreamAnalyticsOutput
+
+
+ Creates a new output within a Stream Analytics job or updates an existing output.
+ The name of the output can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
+ If you specify an output that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing output.
+ If you specify -Force parameter and specify an existing output name, the output will be replaced without confirmation.
+
+
+
+
+ New
+ AzureStreamAnalyticsOutput
+
+
+
+
+ The New-AzureStreamAnalyticsOutput cmdlet creates a new output within a Stream Analytics job or updates an existing output.
+ The name of the output can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
+ If you specify an output that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing output.
+ If you specify -Force parameter and specify an existing output name, the output will be replaced without confirmation.
+
+
+
+ New-AzureStreamAnalyticsOutput
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the Azure Stream Analytics output should be created under.
+
+ String
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics output to create.
+
+ String
+
+
+ File
+
+ Specifies the path to a JSON file that contains the JSON representation of the Azure Stream Analytics output to create.
+
+ String
+
+
+ Force
+
+ If this parameter is specified, the cmdlet will replace the specified Azure Stream Analytics output if it already exists without asking for confirmation.
+
+ SwitchParameter
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics output should be created under.
+
+ String
+
+
+ Profile
+
+
+
+ AzureProfile
+
+
+
+
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the Azure Stream Analytics output should be created under.
+
+ String
+
+ String
+
+
+
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics output to create.
+
+ String
+
+ String
+
+
+
+
+
+ File
+
+ Specifies the path to a JSON file that contains the JSON representation of the Azure Stream Analytics output to create.
+
+ String
+
+ String
+
+
+
+
+
+ Force
+
+ If this parameter is specified, the cmdlet will replace the specified Azure Stream Analytics output if it already exists without asking for confirmation.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics output should be created under.
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+
+
+ AzureProfile
+
+ AzureProfile
+
+
+
+
+
+ PipelineVariable
+
+ Not Specified
+
+ string
+
+ string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.StreamAnalytics.Models.PSOutput
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 1 --------------------------
+
+ PS C:\>
+
+ New-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\Output.json" -JobName StreamingJob -Name output
+
+ This command creates a new output called "output" in the job StreamingJob. If an existing output with this name
+is already defined, the cmdlet will ask whether or not to replace it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 2 --------------------------
+
+ PS C:\>
+
+ New-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\Output.json" -JobName StreamingJob -Name output -Force
+
+ This command replaces the definition for "output" in the job StreamingJob.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureStreamAnalyticsOutput
+
+
+
+ Remove-AzureStreamAnalyticsOutput
+
+
+
+ Test-AzureStreamAnalyticsOutput
+
+
+
+
+
+
+
+ New-AzureStreamAnalyticsTransformation
+
+
+ Creates a new transformation within a Stream Analytics job or updates the existing transformation.
+ The name of the transformation can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
+ If you specify a transformation that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing transformation.
+ If you specify -Force parameter and specify an existing transformation name, the transformation will be replaced without confirmation.
+
+
+
+
+ New
+ AzureStreamAnalyticsTransformation
+
+
+
+
+ The New-AzureStreamAnalyticsTransformation cmdlet creates a new transformation within a Stream Analytics job or updates the existing transformation.
+ The name of the transformation can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
+ If you specify a transformation that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing transformation.
+ If you specify -Force parameter and specify an existing transformation name, the transformation will be replaced without confirmation.
+
+
+
+ New-AzureStreamAnalyticsTransformation
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the Azure Stream Analytics transformation should be created under.
+
+ String
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics transformation to create.
+
+ String
+
+
+ File
+
+ Specifies the path to a JSON file that contains the JSON representation of the Azure Stream Analytics transformation to create.
+
+ String
+
+
+ Force
+
+ If this parameter is specified, the cmdlet will replace the specified Azure Stream Analytics transformation if it already exists without asking for confirmation.
+
+ SwitchParameter
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics transformation should be created under.
+
+ String
+
+
+ Profile
+
+
+
+ AzureProfile
+
+
+
+
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the Azure Stream Analytics transformation should be created under.
+
+ String
+
+ String
+
+
+
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics transformation to create.
+
+ String
+
+ String
+
+
+
+
+
+ File
+
+ Specifies the path to a JSON file that contains the JSON representation of the Azure Stream Analytics transformation to create.
+
+ String
+
+ String
+
+
+
+
+
+ Force
+
+ If this parameter is specified, the cmdlet will replace the specified Azure Stream Analytics transformation if it already exists without asking for confirmation.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics transformation should be created under.
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+
+
+ AzureProfile
+
+ AzureProfile
+
+
+
+
+
+ PipelineVariable
+
+ Not Specified
+
+ string
+
+ string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.StreamAnalytics.Models.PSTransformation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 1 --------------------------
+
+ PS C:\>
+
+ New-AzureStreamAnalyticsTransformation -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\Transformation.json" -JobName StreamingJob -Name StreamingJobTransform
+
+ This command creates a new transformation called StreamingJobTransform in the job StreamingJob. If an existing transformation is already defined with this name, the cmdlet will ask whether or not to replace it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 2 --------------------------
+
+ PS C:\>
+
+ New-AzureStreamAnalyticsTransformation -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\Transformation.json" -JobName StreamingJob -Name StreamingJobTransform -Force
+
+ This command replaces the definition of StreamingJobTransform in the job StreamingJob.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureStreamAnalyticsTransformation
+
+
+
+
+
+
+
+ Remove-AzureStreamAnalyticsInput
+
+
Asynchronously deletes a specific input from a Stream Analytics job in Microsoft Azure.
- If you specify -Force parameter the input will be deleted without confirmation.
-
-
-
-
-
- Remove
- AzureStreamAnalyticsInput
-
-
-
-
+ If you specify -Force parameter the input will be deleted without confirmation.
+
+
+
+
+ Remove
+ AzureStreamAnalyticsInput
+
+
+
+
The Remove-AzureStreamAnalyticsInput cmdlet asynchronously deletes a specific input from a Stream Analytics job in Microsoft Azure.
- If you specify -Force parameter the input will be deleted without confirmation.
-
-
-
-
-
- Remove-AzureStreamAnalyticsInput
-
- ResourceGroupName
-
-
-
- string
-
-
- JobName
-
-
-
- string
-
-
- Name
-
-
-
- string
-
-
- Force
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
- string
-
-
-
-
-
-
- Force
-
-
-
-
- SwitchParameter
-
- SwitchParameter
-
-
-
-
-
- JobName
-
-
-
-
- string
-
- string
-
-
-
-
-
- Name
-
-
-
-
- string
-
- string
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
-
- string
-
- string
-
-
-
-
-
- ResourceGroupName
-
-
-
-
- string
-
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 1 --------------------------
-
-
- C:\PS>
-
-
- Remove-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name EventStream
-
-
- Description
- -----------
- This command removes the input EventStream from StreamingJob
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- New-AzureStreamAnalyticsInput
-
-
-
- Get-AzureStreamAnalyticsInput
-
-
-
- Test-AzureStreamAnalyticsInput
-
-
-
-
-
-
-
- Start-AzureStreamAnalyticsJob
-
-
- Asynchronously deploys and starts a Stream Analytics job in Microsoft Azure.
-
-
-
-
- Start
- AzureStreamAnalyticsJob
-
-
-
- The Start-AzureStreamAnalyticsJob cmdlet asynchronously deploys and starts a Stream Analytics job in Microsoft Azure.
-
-
-
-
- Start-AzureStreamAnalyticsJob
-
- ResourceGroupName
-
-
-
- string
-
-
- Name
-
-
-
- string
-
-
- PipelineVariable
-
- Not Specified
-
- string
-
-
-
-
-
-
- Name
-
-
-
-
- string
-
- string
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
-
- string
-
- string
-
-
-
-
-
- ResourceGroupName
-
-
-
-
- string
-
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 1 --------------------------
-
-
- C:\PS>
-
-
- Start-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -Name StreamingJob
-
-
- Description
- -----------
- This command starts the job StreamingJob.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureStreamAnalyticsJob
-
-
-
- New-AzureStreamAnalyticsJob
-
-
-
- Remove-AzureStreamAnalyticsJob
-
-
-
- Stop-AzureStreamAnalyticsJob
-
-
-
-
-
-
-
- Stop-AzureStreamAnalyticsJob
-
-
- Asynchronously stops a Stream Analytics job from running in Microsoft Azure and de-allocates resources that were that were being used. The job definition and meta-data will remain available within your subscription through both the Azure Portal and Management APIs, such that the job can be edited and restarted. You will not be charged for a job in the Stopped state.
-
-
-
-
- Stop
- AzureStreamAnalyticsJob
-
-
-
- The Stop-AzureStreamAnalyticsJob cmdlet asynchronously stops a Stream Analytics job from running in Microsoft Azure and de-allocates resources that were that were being used. The job definition and meta-data will remain available within your subscription through both the Azure Portal and Management APIs, such that the job can be edited and restarted. You will not be charged for a job in the Stopped state.
-
-
-
-
- Stop-AzureStreamAnalyticsJob
-
- ResourceGroupName
-
-
-
- string
-
-
- Name
-
-
-
- string
-
-
- PipelineVariable
-
- Not Specified
-
- string
-
-
-
-
-
-
- Name
-
-
-
-
- string
-
- string
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
-
- string
-
- string
-
-
-
-
-
- ResourceGroupName
-
-
-
-
- string
-
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 1 --------------------------
-
-
- C:\PS>
-
-
- Stop-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -Name StreamingJob
-
-
- Description
- -----------
- This command stops the job StreamingJob.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureStreamAnalyticsJob
-
-
-
- New-AzureStreamAnalyticsJob
-
-
-
- Remove-AzureStreamAnalyticsJob
-
-
-
- Start-AzureStreamAnalyticsJob
-
-
-
-
-
-
-
- Test-AzureStreamAnalyticsOutput
-
-
- Tests the ability of Stream Analytics to connect to a specified output.
-
-
-
-
- Test
- AzureStreamAnalyticsOutput
-
-
-
- The Test-AzureStreamAnalyticsOutput cmdlet tests the ability of Stream Analytics to connect to a specified output.
-
-
-
-
- Test-AzureStreamAnalyticsOutput
-
- ResourceGroupName
-
-
-
- string
-
-
- JobName
-
-
-
- string
-
-
- Name
-
-
-
- string
-
-
- PipelineVariable
-
- Not Specified
-
- string
-
-
-
-
-
-
- JobName
-
-
-
-
- string
-
- string
-
-
-
-
-
- Name
-
-
-
-
- string
-
- string
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
-
- string
-
- string
-
-
-
-
-
- ResourceGroupName
-
-
-
-
- string
-
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 1 --------------------------
-
-
- C:\PS>
-
-
- Test-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name Output
-
-
- Description
- -----------
- This tests the connection status of the output Output in StreamingJob.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureStreamAnalyticsOuput
-
-
-
- New-AzureStreamAnalyticsOuput
-
-
-
- Remove-AzureStreamAnalyticsOuput
-
-
-
-
-
-
-
- Test-AzureStreamAnalyticsInput
-
-
- Tests the ability of Stream Analytics to connect to a specified input.
-
-
-
-
- Test
- AzureStreamAnalyticsInput
-
-
-
- The Test-AzureStreamAnalyticsInput cmdlet tests the ability of Stream Analytics to connect to a specified input.
-
-
-
-
- Test-AzureStreamAnalyticsInput
-
- ResourceGroupName
-
-
-
- string
-
-
- JobName
-
-
-
- string
-
-
- Name
-
-
-
- string
-
-
- PipelineVariable
-
- Not Specified
-
- string
-
-
-
-
-
-
- JobName
-
-
-
-
- string
-
- string
-
-
-
-
-
- Name
-
-
-
-
- string
-
- string
-
-
-
-
-
- PipelineVariable
-
- Not Specified
-
-
- string
-
- string
-
-
-
-
-
- ResourceGroupName
-
-
-
-
- string
-
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- EXAMPLE 1 --------------------------
-
-
- C:\PS>
-
-
- Test-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name EntryStream
-
-
- Description
- -----------
- This tests the connection status of the input EntryStream in StreamingJob.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureStreamAnalyticsInput
-
-
-
- New-AzureStreamAnalyticsInput
-
-
-
- Remove-AzureStreamAnalyticsInput
-
-
-
-
+ If you specify -Force parameter the input will be deleted without confirmation.
+
+
+
+ Remove-AzureStreamAnalyticsInput
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the desired Azure Stream Analytics input belongs to.
+
+ String
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics input to remove.
+
+ String
+
+
+ Force
+
+ If this parameter is specified, the cmdlet will delete the specified Azure Stream Analytics input without asking for confirmation.
+
+ SwitchParameter
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics input belongs to.
+
+ String
+
+
+ Profile
+
+
+
+ AzureProfile
+
+
+
+
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the desired Azure Stream Analytics input belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics input to remove.
+
+ String
+
+ String
+
+
+
+
+
+ Force
+
+ If this parameter is specified, the cmdlet will delete the specified Azure Stream Analytics input without asking for confirmation.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics input belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+
+
+ AzureProfile
+
+ AzureProfile
+
+
+
+
+
+ PipelineVariable
+
+ Not Specified
+
+ string
+
+ string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ System.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 1 --------------------------
+
+ PS C:\>
+
+ Remove-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name EventStream
+
+ This command removes the input EventStream from StreamingJob
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ New-AzureStreamAnalyticsInput
+
+
+
+ Get-AzureStreamAnalyticsInput
+
+
+
+ Test-AzureStreamAnalyticsInput
+
+
+
+
+
+
+
+ Remove-AzureStreamAnalyticsJob
+
+
+ Asynchronously deletes a specific Stream Analytics job in Microsoft Azure.
+ If you specify -Force parameter the job will be deleted without confirmation.
+
+
+
+
+ Remove
+ AzureStreamAnalyticsJob
+
+
+
+
+ The Remove-AzureStreamAnalyticsJob cmdlet asynchronously deletes a specific Stream Analytics job in Microsoft Azure.
+ If you specify -Force parameter the job will be deleted without confirmation.
+
+
+
+ Remove-AzureStreamAnalyticsJob
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics job to remove.
+
+ String
+
+
+ Force
+
+ If this parameter is specified, the cmdlet will delete the specified Azure Stream Analytics job without asking for confirmation.
+
+ SwitchParameter
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics job belongs to.
+
+ String
+
+
+ Profile
+
+
+
+ AzureProfile
+
+
+
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics job to remove.
+
+ String
+
+ String
+
+
+
+
+
+ Force
+
+ If this parameter is specified, the cmdlet will delete the specified Azure Stream Analytics job without asking for confirmation.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics job belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+
+
+ AzureProfile
+
+ AzureProfile
+
+
+
+
+
+ PipelineVariable
+
+ Not Specified
+
+ string
+
+ string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ System.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 1 --------------------------
+
+ PS C:\>
+
+ Remove-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -Name StreamingJob
+
+ This command removes the job StreamingJob.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureStreamAnalyticsJob
+
+
+
+ New-AzureStreamAnalyticsJob
+
+
+
+ Start-AzureStreamAnalyticsJob
+
+
+
+ Stop-AzureStreamAnalyticsJob
+
+
+
+
+
+
+
+ Remove-AzureStreamAnalyticsOutput
+
+
+ Asynchronously deletes a specific output from a Stream Analytics job in Microsoft Azure.
+ If you specify -Force parameter the output will be deleted without confirmation.
+
+
+
+
+ Remove
+ AzureStreamAnalyticsOutput
+
+
+
+
+ The Remove-AzureStreamAnalyticsOutput cmdlet asynchronously deletes a specific output from a Stream Analytics job in Microsoft Azure.
+ If you specify -Force parameter the output will be deleted without confirmation.
+
+
+
+ Remove-AzureStreamAnalyticsOutput
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the desired Azure Stream Analytics output belongs to.
+
+ String
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics output to remove.
+
+ String
+
+
+ Force
+
+ If this parameter is specified, the cmdlet will delete the specified Azure Stream Analytics output without asking for confirmation.
+
+ SwitchParameter
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics output belongs to.
+
+ String
+
+
+ Profile
+
+
+
+ AzureProfile
+
+
+
+
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the desired Azure Stream Analytics output belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics output to remove.
+
+ String
+
+ String
+
+
+
+
+
+ Force
+
+ If this parameter is specified, the cmdlet will delete the specified Azure Stream Analytics output without asking for confirmation.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics output belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+
+
+ AzureProfile
+
+ AzureProfile
+
+
+
+
+
+ PipelineVariable
+
+ Not Specified
+
+ string
+
+ string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ System.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 1 --------------------------
+
+ PS C:\>
+
+ Remove-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name Output
+
+ This command removes the output Output in the job StreamingJob.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureStreamAnalyticsOutput
+
+
+
+ New-AzureStreamAnalyticsOutput
+
+
+
+ Test-AzureStreamAnalyticsOutput
+
+
+
+
+
+
+
+ Start-AzureStreamAnalyticsJob
+
+ Asynchronously deploys and starts a Stream Analytics job in Microsoft Azure.
+
+
+
+
+ Start
+ AzureStreamAnalyticsJob
+
+
+
+ The Start-AzureStreamAnalyticsJob cmdlet asynchronously deploys and starts a Stream Analytics job in Microsoft Azure.
+
+
+
+ Start-AzureStreamAnalyticsJob
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics job to start.
+
+ String
+
+
+ OutputStartMode
+
+ Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should either start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time. If the property is absent, the default is JobStartTime.
+
+ String
+
+
+ OutputStartTime
+
+ Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime.
+
+ Nullable`1[DateTime]
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics job belongs to.
+
+ String
+
+
+ Profile
+
+
+
+ AzureProfile
+
+
+
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics job to start.
+
+ String
+
+ String
+
+
+
+
+
+ OutputStartMode
+
+ Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should either start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time. If the property is absent, the default is JobStartTime.
+
+ String
+
+ String
+
+
+
+
+
+ OutputStartTime
+
+ Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime.
+
+ Nullable`1[DateTime]
+
+ Nullable`1[DateTime]
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics job belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+
+
+ AzureProfile
+
+ AzureProfile
+
+
+
+
+
+ PipelineVariable
+
+ Not Specified
+
+ string
+
+ string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ System.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 1 --------------------------
+
+ PS C:\>
+
+ Start-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -Name StreamingJob -OutputStartMode CustomTime -OutputStartTime 2014-07-03T01:00Z
+
+ This command starts the job StreamingJob and specifies that the output event stream should start at timestamp 2014-07-03T01:00Z.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureStreamAnalyticsJob
+
+
+
+ New-AzureStreamAnalyticsJob
+
+
+
+ Remove-AzureStreamAnalyticsJob
+
+
+
+ Stop-AzureStreamAnalyticsJob
+
+
+
+
+
+
+
+ Stop-AzureStreamAnalyticsJob
+
+ Asynchronously stops a Stream Analytics job from running in Microsoft Azure and de-allocates resources that were that were being used. The job definition and meta-data will remain available within your subscription through both the Azure Portal and Management APIs, such that the job can be edited and restarted. You will not be charged for a job in the Stopped state.
+
+
+
+
+ Stop
+ AzureStreamAnalyticsJob
+
+
+
+ The Stop-AzureStreamAnalyticsJob cmdlet asynchronously stops a Stream Analytics job from running in Microsoft Azure and de-allocates resources that were that were being used. The job definition and meta-data will remain available within your subscription through both the Azure Portal and Management APIs, such that the job can be edited and restarted. You will not be charged for a job in the Stopped state.
+
+
+
+ Stop-AzureStreamAnalyticsJob
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics job to stop.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics job belongs to.
+
+ String
+
+
+ Profile
+
+
+
+ AzureProfile
+
+
+
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics job to stop.
+
+ String
+
+ String
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics job belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+
+
+ AzureProfile
+
+ AzureProfile
+
+
+
+
+
+ PipelineVariable
+
+ Not Specified
+
+ string
+
+ string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ System.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 1 --------------------------
+
+ PS C:\>
+
+ Stop-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -Name StreamingJob
+
+ This command stops the job StreamingJob.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureStreamAnalyticsJob
+
+
+
+ New-AzureStreamAnalyticsJob
+
+
+
+ Remove-AzureStreamAnalyticsJob
+
+
+
+ Start-AzureStreamAnalyticsJob
+
+
+
+
+
+
+
+ Test-AzureStreamAnalyticsInput
+
+ Tests the ability of Stream Analytics to connect to a specified input.
+
+
+
+
+ Test
+ AzureStreamAnalyticsInput
+
+
+
+ The Test-AzureStreamAnalyticsInput cmdlet tests the ability of Stream Analytics to connect to a specified input.
+
+
+
+ Test-AzureStreamAnalyticsInput
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the desired Azure Stream Analytics input belongs to.
+
+ String
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics input to test.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics output belongs to.
+
+ String
+
+
+ Profile
+
+
+
+ AzureProfile
+
+
+
+
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the desired Azure Stream Analytics input belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics input to test.
+
+ String
+
+ String
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics output belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+
+
+ AzureProfile
+
+ AzureProfile
+
+
+
+
+
+ PipelineVariable
+
+ Not Specified
+
+ string
+
+ string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ System.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 1 --------------------------
+
+ PS C:\>
+
+ Test-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name EntryStream
+
+ This tests the connection status of the input EntryStream in StreamingJob.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureStreamAnalyticsInput
+
+
+
+ New-AzureStreamAnalyticsInput
+
+
+
+ Remove-AzureStreamAnalyticsInput
+
+
+
+
+
+
+
+ Test-AzureStreamAnalyticsOutput
+
+ Tests the ability of Stream Analytics to connect to a specified output.
+
+
+
+
+ Test
+ AzureStreamAnalyticsOutput
+
+
+
+ The Test-AzureStreamAnalyticsOutput cmdlet tests the ability of Stream Analytics to connect to a specified output.
+
+
+
+ Test-AzureStreamAnalyticsOutput
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the desired Azure Stream Analytics output belongs to.
+
+ String
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics output to test.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics output belongs to.
+
+ String
+
+
+ Profile
+
+
+
+ AzureProfile
+
+
+
+
+
+ JobName
+
+ Specifies the name of the Azure Stream Analytics job that the desired Azure Stream Analytics output belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Name
+
+ Specifies the name of the Azure Stream Analytics output to test.
+
+ String
+
+ String
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the Azure Stream Analytics output belongs to.
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+
+
+ AzureProfile
+
+ AzureProfile
+
+
+
+
+
+ PipelineVariable
+
+ Not Specified
+
+ string
+
+ string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ System.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- EXAMPLE 1 --------------------------
+
+ PS C:\>
+
+ Test-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name Output
+
+ This tests the connection status of the output Output in StreamingJob.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureStreamAnalyticsOuput
+
+
+
+ New-AzureStreamAnalyticsOuput
+
+
+
+ Remove-AzureStreamAnalyticsOuput
+
+
+
+
\ No newline at end of file
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Models/StreamAnalyticsClient.Inputs.cs b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Models/StreamAnalyticsClient.Inputs.cs
index db9e55cf7ee9..008d72b5f26c 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Models/StreamAnalyticsClient.Inputs.cs
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Models/StreamAnalyticsClient.Inputs.cs
@@ -42,7 +42,7 @@ public virtual List ListInputs(string resourceGroupName, string jobName
{
List inputs = new List();
- var response = StreamAnalyticsManagementClient.Inputs.ListInputInJob(resourceGroupName, jobName);
+ var response = StreamAnalyticsManagementClient.Inputs.ListInputInJob(resourceGroupName, jobName, new InputListParameters("*"));
if (response != null && response.Value != null)
{
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Models/StreamAnalyticsClient.Outputs.cs b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Models/StreamAnalyticsClient.Outputs.cs
index 2309239354ce..f17fa411ac26 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Models/StreamAnalyticsClient.Outputs.cs
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Models/StreamAnalyticsClient.Outputs.cs
@@ -42,7 +42,7 @@ public virtual List ListOutputs(string resourceGroupName, string jobNa
{
List outputs = new List();
- var response = StreamAnalyticsManagementClient.Outputs.ListOutputInJob(resourceGroupName, jobName);
+ var response = StreamAnalyticsManagementClient.Outputs.ListOutputInJob(resourceGroupName, jobName, new OutputListParameters("*"));
if (response != null && response.Value != null)
{
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/packages.config b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/packages.config
index 6892f42d1e67..d51106b03b2f 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/packages.config
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/packages.config
@@ -5,7 +5,7 @@
-
+
diff --git a/src/ServiceManagement/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj b/src/ServiceManagement/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj
index 103da84473ca..0ebc643081ac 100644
--- a/src/ServiceManagement/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj
+++ b/src/ServiceManagement/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj
@@ -73,10 +73,10 @@
..\..\..\packages\Microsoft.Data.Services.Client.5.6.0\lib\net40\Microsoft.Data.Services.Client.dll
- ..\..\..\packages\Microsoft.Hadoop.Client.1.5.6\lib\net45\Microsoft.Hadoop.Client.dll
+ ..\..\..\packages\Microsoft.Hadoop.Client.1.5.8\lib\net45\Microsoft.Hadoop.Client.dll
- ..\..\..\packages\Microsoft.Hadoop.Client.1.5.6\lib\net45\Microsoft.HDInsight.Net.Http.Formatting.dll
+ ..\..\..\packages\Microsoft.Hadoop.Client.1.5.8\lib\net45\Microsoft.HDInsight.Net.Http.Formatting.dll
False
@@ -104,16 +104,16 @@
..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll
- ..\..\..\packages\Microsoft.WindowsAzure.Management.HDInsight.1.5.6\lib\net45\Microsoft.WindowsAzure.Management.HDInsight.dll
+ ..\..\..\packages\Microsoft.WindowsAzure.Management.HDInsight.1.5.8\lib\net45\Microsoft.WindowsAzure.Management.HDInsight.dll
- ..\..\..\packages\Microsoft.WindowsAzure.Management.HDInsight.1.5.6\lib\net45\Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll
+ ..\..\..\packages\Microsoft.WindowsAzure.Management.HDInsight.1.5.8\lib\net45\Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll
- ..\..\..\packages\Microsoft.Hadoop.Client.1.5.6\lib\net45\Microsoft.WindowsAzure.Management.HDInsight.Framework.dll
+ ..\..\..\packages\Microsoft.Hadoop.Client.1.5.8\lib\net45\Microsoft.WindowsAzure.Management.HDInsight.Framework.dll
- ..\..\..\packages\Microsoft.Hadoop.Client.1.5.6\lib\net45\Microsoft.WindowsAzure.Management.HDInsight.Framework.Core.dll
+ ..\..\..\packages\Microsoft.Hadoop.Client.1.5.8\lib\net45\Microsoft.WindowsAzure.Management.HDInsight.Framework.Core.dll
..\..\..\packages\WindowsAzure.Storage.3.0.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll
diff --git a/src/ServiceManagement/HDInsight/Commands.HDInsight.Test/packages.config b/src/ServiceManagement/HDInsight/Commands.HDInsight.Test/packages.config
index 139a710860eb..ccd6fc2cf53f 100644
--- a/src/ServiceManagement/HDInsight/Commands.HDInsight.Test/packages.config
+++ b/src/ServiceManagement/HDInsight/Commands.HDInsight.Test/packages.config
@@ -12,12 +12,12 @@
-
+
-
+
diff --git a/src/ServiceManagement/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj b/src/ServiceManagement/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj
index d258c444e57f..91c6f0f895dc 100644
--- a/src/ServiceManagement/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj
+++ b/src/ServiceManagement/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj
@@ -47,7 +47,8 @@
false
-
+
+ False
..\..\..\packages\BouncyCastle.1.7.0\lib\Net40-Client\BouncyCastle.Crypto.dll
@@ -79,13 +80,13 @@
..\..\..\packages\Microsoft.Data.Services.Client.5.6.0\lib\net40\Microsoft.Data.Services.Client.dll
-
+
False
- ..\..\..\packages\Microsoft.Hadoop.Client.1.5.6\lib\net45\Microsoft.Hadoop.Client.dll
+ ..\..\..\packages\Microsoft.Hadoop.Client.1.5.8\lib\net45\Microsoft.Hadoop.Client.dll
-
+
False
- ..\..\..\packages\Microsoft.Hadoop.Client.1.5.6\lib\net45\Microsoft.HDInsight.Net.Http.Formatting.dll
+ ..\..\..\packages\Microsoft.Hadoop.Client.1.5.8\lib\net45\Microsoft.HDInsight.Net.Http.Formatting.dll
False
@@ -112,21 +113,21 @@
False
..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll
-
+
False
- ..\..\..\packages\Microsoft.WindowsAzure.Management.HDInsight.1.5.6\lib\net45\Microsoft.WindowsAzure.Management.HDInsight.dll
+ ..\..\..\packages\Microsoft.WindowsAzure.Management.HDInsight.1.5.8\lib\net45\Microsoft.WindowsAzure.Management.HDInsight.dll
-
+
False
- ..\..\..\packages\Microsoft.WindowsAzure.Management.HDInsight.1.5.6\lib\net45\Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll
+ ..\..\..\packages\Microsoft.WindowsAzure.Management.HDInsight.1.5.8\lib\net45\Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll
-
+
False
- ..\..\..\packages\Microsoft.Hadoop.Client.1.5.6\lib\net45\Microsoft.WindowsAzure.Management.HDInsight.Framework.dll
+ ..\..\..\packages\Microsoft.Hadoop.Client.1.5.8\lib\net45\Microsoft.WindowsAzure.Management.HDInsight.Framework.dll
-
- False
- ..\..\..\packages\Microsoft.Hadoop.Client.1.5.6\lib\net45\Microsoft.WindowsAzure.Management.HDInsight.Framework.Core.dll
+
+ False
+ ..\..\..\packages\Microsoft.Hadoop.Client.1.5.8\lib\net45\Microsoft.WindowsAzure.Management.HDInsight.Framework.Core.dll
..\..\..\packages\WindowsAzure.Storage.3.0.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll
diff --git a/src/ServiceManagement/HDInsight/Commands.HDInsight/packages.config b/src/ServiceManagement/HDInsight/Commands.HDInsight/packages.config
index abba7c5928bb..0de557b44372 100644
--- a/src/ServiceManagement/HDInsight/Commands.HDInsight/packages.config
+++ b/src/ServiceManagement/HDInsight/Commands.HDInsight/packages.config
@@ -12,12 +12,12 @@
-
+
-
+