forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Stream Analytics] Add Azure Function and Blob Input MSI (Azure#17697)
* 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 Co-authored-by: Roslyn Lu <roslu@microsoft.com>
- Loading branch information
1 parent
269c7f3
commit 7d23094
Showing
108 changed files
with
904 additions
and
123 deletions.
There are no files selected for viewing
71 changes: 71 additions & 0 deletions
71
...soft.StreamAnalytics/preview/2017-04-01-preview/examples/Output_Create_AzureFunction.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,71 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2017-04-01-preview", | ||
"subscriptionId": "56b5e0a9-b645-407d-99b0-c64f86013e3d", | ||
"resourceGroupName": "sjrg", | ||
"jobName": "sjName", | ||
"outputName": "azureFunction1", | ||
"output": { | ||
"properties": { | ||
"datasource": { | ||
"type": "Microsoft.AzureFunction", | ||
"properties": { | ||
"functionAppName": "functionappforasaautomation", | ||
"functionName": "HttpTrigger2", | ||
"apiKey": null, | ||
"maxBatchSize": 256, | ||
"maxBatchCount": 100 | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"201": { | ||
"headers": { | ||
"ETag": "731a47c6-ff67-4439-bde6-a2a3da4c1ecf" | ||
}, | ||
"body": { | ||
"id": "/subscriptions/7f31cba8-b597-4129-b158-8f21a7395bd0/resourceGroups/sjrg/providers/Microsoft.StreamAnalytics/streamingjobs/sjName/outputs/azureFunction1", | ||
"name": "azureFunction1", | ||
"type": "Microsoft.StreamAnalytics/streamingjobs/outputs", | ||
"properties": { | ||
"datasource": { | ||
"type": "Microsoft.AzureFunction", | ||
"properties": { | ||
"functionAppName": "functionappforasaautomation", | ||
"functionName": "HttpTrigger2", | ||
"apiKey": null, | ||
"maxBatchSize": 256, | ||
"maxBatchCount": 100 | ||
} | ||
}, | ||
"etag": "7b912929-346d-432e-9495-6972dbd63179" | ||
} | ||
} | ||
}, | ||
"200": { | ||
"headers": { | ||
"ETag": "731a47c6-ff67-4439-bde6-a2a3da4c1ecf" | ||
}, | ||
"body": { | ||
"id": "/subscriptions/7f31cba8-b597-4129-b158-8f21a7395bd0/resourceGroups/sjrg/providers/Microsoft.StreamAnalytics/streamingjobs/sjName/outputs/azureFunction1", | ||
"name": "azureFunction1", | ||
"type": "Microsoft.StreamAnalytics/streamingjobs/outputs", | ||
"properties": { | ||
"datasource": { | ||
"type": "Microsoft.AzureFunction", | ||
"properties": { | ||
"functionAppName": "functionappforasaautomation", | ||
"functionName": "HttpTrigger2", | ||
"apiKey": null, | ||
"maxBatchSize": 256, | ||
"maxBatchCount": 100 | ||
} | ||
}, | ||
"etag": "7b912929-346d-432e-9495-6972dbd63179" | ||
} | ||
} | ||
} | ||
} | ||
} |
69 changes: 69 additions & 0 deletions
69
...soft.StreamAnalytics/preview/2017-04-01-preview/examples/Output_Create_DataWarehouse.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,69 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2017-04-01-preview", | ||
"subscriptionId": "56b5e0a9-b645-407d-99b0-c64f86013e3d", | ||
"resourceGroupName": "sjrg", | ||
"jobName": "sjName", | ||
"outputName": "dwOutput", | ||
"output": { | ||
"properties": { | ||
"datasource": { | ||
"type": "Microsoft.Sql/Server/DataWarehouse", | ||
"properties": { | ||
"table": "test2", | ||
"server": "asatestserver", | ||
"database": "zhayaSQLpool", | ||
"user": "tolladmin", | ||
"password": "password123" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"201": { | ||
"headers": { | ||
"ETag": "731a47c6-ff67-4439-bde6-a2a3da4c1ecf" | ||
}, | ||
"body": { | ||
"id": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg/providers/Microsoft.StreamAnalytics/streamingjobs/sjName/outputs/dwOutput", | ||
"name": "dwOutput", | ||
"type": "Microsoft.StreamAnalytics/streamingjobs/outputs", | ||
"properties": { | ||
"datasource": { | ||
"type": "Microsoft.Sql/Server/DataWarehouse", | ||
"properties": { | ||
"table": "test2", | ||
"server": "asatestserver", | ||
"database": "zhayaSQLpool", | ||
"user": "tolladmin", | ||
"password": "password123" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"200": { | ||
"headers": { | ||
"ETag": "731a47c6-ff67-4439-bde6-a2a3da4c1ecf" | ||
}, | ||
"body": { | ||
"id": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg/providers/Microsoft.StreamAnalytics/streamingjobs/sjName/outputs/dwOutput", | ||
"name": "dwOutput", | ||
"type": "Microsoft.StreamAnalytics/streamingjobs/outputs", | ||
"properties": { | ||
"datasource": { | ||
"type": "Microsoft.Sql/Server/DataWarehouse", | ||
"properties": { | ||
"table": "test2", | ||
"server": "asatestserver", | ||
"database": "zhayaSQLpool", | ||
"user": "tolladmin", | ||
"password": "password123" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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
43 changes: 43 additions & 0 deletions
43
...soft.StreamAnalytics/preview/2017-04-01-preview/examples/Output_Update_AzureFunction.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,43 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2017-04-01-preview", | ||
"subscriptionId": "56b5e0a9-b645-407d-99b0-c64f86013e3d", | ||
"resourceGroupName": "sjrg", | ||
"jobName": "sjName", | ||
"outputName": "azureFunction1", | ||
"output": { | ||
"properties": { | ||
"datasource": { | ||
"type": "Microsoft.AzureFunction", | ||
"properties": { | ||
"functionName": "differentFunctionName" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": { | ||
"ETag": "f489d6f3-fcd5-4bcb-b642-81e987ee16d6" | ||
}, | ||
"body": { | ||
"id": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg/providers/Microsoft.StreamAnalytics/streamingjobs/sjName/outputs/azureFunction1", | ||
"name": "azureFunction1", | ||
"type": "Microsoft.StreamAnalytics/streamingjobs/outputs", | ||
"properties": { | ||
"datasource": { | ||
"type": "Microsoft.AzureFunction", | ||
"properties": { | ||
"functionAppName": "functionappforasaautomation", | ||
"functionName": "differentFunctionName", | ||
"apiKey": null, | ||
"maxBatchSize": 256, | ||
"maxBatchCount": 100 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
42 changes: 42 additions & 0 deletions
42
...soft.StreamAnalytics/preview/2017-04-01-preview/examples/Output_Update_DataWarehouse.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,42 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2017-04-01-preview", | ||
"subscriptionId": "56b5e0a9-b645-407d-99b0-c64f86013e3d", | ||
"resourceGroupName": "sjrg", | ||
"jobName": "sjName", | ||
"outputName": "dwOutput", | ||
"output": { | ||
"properties": { | ||
"datasource": { | ||
"type": "Microsoft.Sql/Server/Database", | ||
"properties": { | ||
"table": "differentTable" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": { | ||
"ETag": "f489d6f3-fcd5-4bcb-b642-81e987ee16d6" | ||
}, | ||
"body": { | ||
"id": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg/providers/Microsoft.StreamAnalytics/streamingjobs/sjName/outputs/dwOutput", | ||
"name": "dwOutput", | ||
"type": "Microsoft.StreamAnalytics/streamingjobs/outputs", | ||
"properties": { | ||
"datasource": { | ||
"type": "Microsoft.Sql/Server/DataWarehouse", | ||
"properties": { | ||
"table": "differentTable", | ||
"server": "asatestserver", | ||
"database": "zhayaSQLpool", | ||
"user": "tolladmin" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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
2 changes: 1 addition & 1 deletion
2
...icrosoft.StreamAnalytics/preview/2021-10-01-preview/examples/Function_Create_AzureML.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
2 changes: 1 addition & 1 deletion
2
...t.StreamAnalytics/preview/2021-10-01-preview/examples/Function_Create_AzureMLService.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
2 changes: 1 addition & 1 deletion
2
...Microsoft.StreamAnalytics/preview/2021-10-01-preview/examples/Function_Create_CSharp.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
2 changes: 1 addition & 1 deletion
2
...osoft.StreamAnalytics/preview/2021-10-01-preview/examples/Function_Create_JavaScript.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
2 changes: 1 addition & 1 deletion
2
...anager/Microsoft.StreamAnalytics/preview/2021-10-01-preview/examples/Function_Delete.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
2 changes: 1 addition & 1 deletion
2
...r/Microsoft.StreamAnalytics/preview/2021-10-01-preview/examples/Function_Get_AzureML.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
2 changes: 1 addition & 1 deletion
2
...icrosoft.StreamAnalytics/preview/2021-10-01-preview/examples/Function_Get_JavaScript.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
2 changes: 1 addition & 1 deletion
2
...soft.StreamAnalytics/preview/2021-10-01-preview/examples/Function_ListByStreamingJob.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
2 changes: 1 addition & 1 deletion
2
...ytics/preview/2021-10-01-preview/examples/Function_RetrieveDefaultDefinition_AzureML.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
Oops, something went wrong.