-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Stream Analytics] Fix s360 for 2021 preview version (#18305)
* Add blockchain to latest profile * Add additional types * add azure function * add authenticationMode to blob input, AzFunction and DW ex files * update api version in 2021 preview ex files * fix api version * fix password * try to run model validation again * update pe to readonly * 2021 preview features * fix validation errors * more fixes * add aggregate func, which should be GA * rename new refreshType object Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com> Co-authored-by: Roslyn Lu <roslu@microsoft.com>
- Loading branch information
Showing
20 changed files
with
812 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
122 changes: 122 additions & 0 deletions
122
...Microsoft.StreamAnalytics/preview/2021-10-01-preview/examples/Input_Create_EventGrid.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-10-01-preview", | ||
"subscriptionId": "56b5e0a9-b645-407d-99b0-c64f86013e3d", | ||
"resourceGroupName": "sjrg3467", | ||
"jobName": "sj9742", | ||
"inputName": "input7970", | ||
"input": { | ||
"properties": { | ||
"type": "Stream", | ||
"datasource": { | ||
"type": "Microsoft.EventGrid/EventSubscriptions", | ||
"properties": { | ||
"subscriber": { | ||
"type": "Microsoft.EventHub/EventHub", | ||
"properties": { | ||
"serviceBusNamespace": "sdktest", | ||
"sharedAccessPolicyName": "RootManageSharedAccessKey", | ||
"sharedAccessPolicyKey": "someSharedAccessPolicyKey==", | ||
"consumerGroupName": "sdkconsumergroup", | ||
"eventHubName": "sdkeventhub", | ||
"partitionCount": 16, | ||
"authenticationMode": "Msi" | ||
} | ||
}, | ||
"schema": "CloudEventSchema", | ||
"storageAccounts": [ | ||
{ | ||
"authenticationMode": "Msi", | ||
"accountName": "myaccount", | ||
"accountKey": "myaccountkey" | ||
} | ||
], | ||
"eventTypes": [ | ||
"Microsoft.Storage.BlobCreated" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"201": { | ||
"headers": { | ||
"ETag": "bd8009b3-8165-4bd3-aad2-29a2b378dd14" | ||
}, | ||
"body": { | ||
"id": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg3467/providers/Microsoft.StreamAnalytics/streamingjobs/sj9742/inputs/input7970", | ||
"name": "input7970", | ||
"type": "Microsoft.StreamAnalytics/streamingjobs/inputs", | ||
"properties": { | ||
"type": "Stream", | ||
"datasource": { | ||
"type": "Microsoft.EventGrid/EventSubscriptions", | ||
"properties": { | ||
"subscriber": { | ||
"type": "Microsoft.EventHub/EventHub", | ||
"properties": { | ||
"serviceBusNamespace": "sdktest", | ||
"sharedAccessPolicyName": "RootManageSharedAccessKey", | ||
"consumerGroupName": "sdkconsumergroup", | ||
"eventHubName": "sdkeventhub", | ||
"partitionCount": 16, | ||
"authenticationMode": "Msi" | ||
} | ||
}, | ||
"schema": "CloudEventSchema", | ||
"storageAccounts": [ | ||
{ | ||
"authenticationMode": "Msi", | ||
"accountName": "myaccount" | ||
} | ||
], | ||
"eventTypes": [ | ||
"Microsoft.Storage.BlobCreated" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"200": { | ||
"headers": { | ||
"ETag": "bd8009b3-8165-4bd3-aad2-29a2b378dd14" | ||
}, | ||
"body": { | ||
"id": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg3467/providers/Microsoft.StreamAnalytics/streamingjobs/sj9742/inputs/input7970", | ||
"name": "input7970", | ||
"type": "Microsoft.StreamAnalytics/streamingjobs/inputs", | ||
"properties": { | ||
"type": "Stream", | ||
"datasource": { | ||
"type": "Microsoft.EventGrid/EventSubscriptions", | ||
"properties": { | ||
"subscriber": { | ||
"type": "Microsoft.EventHub/EventHub", | ||
"properties": { | ||
"serviceBusNamespace": "sdktest", | ||
"sharedAccessPolicyName": "RootManageSharedAccessKey", | ||
"consumerGroupName": "sdkconsumergroup", | ||
"eventHubName": "sdkeventhub", | ||
"partitionCount": 16, | ||
"authenticationMode": "Msi" | ||
} | ||
}, | ||
"schema": "CloudEventSchema", | ||
"storageAccounts": [ | ||
{ | ||
"authenticationMode": "Msi", | ||
"accountName": "myaccount" | ||
} | ||
], | ||
"eventTypes": [ | ||
"Microsoft.Storage.BlobCreated" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
60 changes: 60 additions & 0 deletions
60
...t.StreamAnalytics/preview/2021-10-01-preview/examples/Input_Create_GatewayMessageBus.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-10-01-preview", | ||
"subscriptionId": "56b5e0a9-b645-407d-99b0-c64f86013e3d", | ||
"resourceGroupName": "sjrg3467", | ||
"jobName": "sj9742", | ||
"inputName": "input7970", | ||
"input": { | ||
"properties": { | ||
"type": "Stream", | ||
"datasource": { | ||
"type": "GatewayMessageBus", | ||
"properties": { | ||
"topic": "EdgeTopic1" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"201": { | ||
"headers": { | ||
"ETag": "bd8009b3-8165-4bd3-aad2-29a2b378dd14" | ||
}, | ||
"body": { | ||
"id": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg3467/providers/Microsoft.StreamAnalytics/streamingjobs/sj9742/inputs/input7970", | ||
"name": "input7970", | ||
"type": "Microsoft.StreamAnalytics/streamingjobs/inputs", | ||
"properties": { | ||
"type": "Stream", | ||
"datasource": { | ||
"type": "GatewayMessageBus", | ||
"properties": { | ||
"topic": "EdgeTopic1" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"200": { | ||
"headers": { | ||
"ETag": "bd8009b3-8165-4bd3-aad2-29a2b378dd14" | ||
}, | ||
"body": { | ||
"id": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg3467/providers/Microsoft.StreamAnalytics/streamingjobs/sj9742/inputs/input7970", | ||
"name": "input7970", | ||
"type": "Microsoft.StreamAnalytics/streamingjobs/inputs", | ||
"properties": { | ||
"type": "Stream", | ||
"datasource": { | ||
"type": "GatewayMessageBus", | ||
"properties": { | ||
"topic": "EdgeTopic1" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 57 additions & 0 deletions
57
....StreamAnalytics/preview/2021-10-01-preview/examples/Output_Create_GatewayMessageBus.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-10-01-preview", | ||
"subscriptionId": "56b5e0a9-b645-407d-99b0-c64f86013e3d", | ||
"resourceGroupName": "sjrg7983", | ||
"jobName": "sj2331", | ||
"outputName": "output3022", | ||
"output": { | ||
"properties": { | ||
"datasource": { | ||
"type": "GatewayMessageBus", | ||
"properties": { | ||
"topic": "EdgeTopic1" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"201": { | ||
"headers": { | ||
"ETag": "ccf8b864-259e-43c5-a628-ba10858b2c07" | ||
}, | ||
"body": { | ||
"id": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7983/providers/Microsoft.StreamAnalytics/streamingjobs/sj2331/outputs/output3022", | ||
"name": "output3022", | ||
"type": "Microsoft.StreamAnalytics/streamingjobs/outputs", | ||
"properties": { | ||
"datasource": { | ||
"type": "GatewayMessageBus", | ||
"properties": { | ||
"topic": "EdgeTopic1" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"200": { | ||
"headers": { | ||
"ETag": "ccf8b864-259e-43c5-a628-ba10858b2c07" | ||
}, | ||
"body": { | ||
"id": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7983/providers/Microsoft.StreamAnalytics/streamingjobs/sj2331/outputs/output3022", | ||
"name": "output3022", | ||
"type": "Microsoft.StreamAnalytics/streamingjobs/outputs", | ||
"properties": { | ||
"datasource": { | ||
"type": "GatewayMessageBus", | ||
"properties": { | ||
"topic": "EdgeTopic1" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.