Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"x-ms-enum": {
"name": "AuthenticationMode",
"modelAsString": true
}
},
"default": "ConnectionString"
},
"Resource": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
"type": "integer",
"format": "int32",
"minimum": 36,
"maximum": 216
"maximum": 396
}
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"parameters": {
"api-version": "2020-03-01",
"subscriptionId": "56b5e0a9-b645-407d-99b0-c64f86013e3d",
"resourceGroupName": "sjrg8440",
"jobName": "sj9597",
"inputName": "input7225",
"input": {
"properties": {
"type": "Reference",
"datasource": {
"type": "File",
"properties": {
"path": "my/path"
}
}
}
}
},
"responses": {
"201": {
"headers": {
"ETag": "c987701d-4039-47aa-a115-ad84f67d07c5"
},
"body": {
"id": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8440/providers/Microsoft.StreamAnalytics/streamingjobs/sj9597/inputs/input7225",
"name": "input7225",
"type": "Microsoft.StreamAnalytics/streamingjobs/inputs",
"properties": {
"type": "Reference",
"datasource": {
"type": "File",
"properties": {
"path": "my/path"
}
}
}
}
},
"200": {
"headers": {
"ETag": "c987701d-4039-47aa-a115-ad84f67d07c5"
},
"body": {
"id": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8440/providers/Microsoft.StreamAnalytics/streamingjobs/sj9597/inputs/input7225",
"name": "input7225",
"type": "Microsoft.StreamAnalytics/streamingjobs/inputs",
"properties": {
"type": "Reference",
"datasource": {
"type": "File",
"properties": {
"path": "my/path"
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
},
"Create an Event Grid input": {
"$ref": "./examples/Input_Create_EventGrid.json"
},
"Create a reference file input": {
"$ref": "./examples/Input_Create_Reference_File.json"
}
},
"parameters": [
Expand Down Expand Up @@ -690,6 +693,33 @@
"type"
]
},
"FileReferenceInputDataSource": {
"type": "object",
"description": "Describes a file input data source that contains reference data.",
"x-ms-discriminator-value": "File",
"allOf": [
{
"$ref": "#/definitions/ReferenceInputDataSource"
}
],
"properties": {
"properties": {
"$ref": "#/definitions/FileReferenceInputDataSourceProperties",
"description": "The properties that are associated with a file input containing reference data. Required on PUT (CreateOrReplace) requests.",
"x-ms-client-flatten": true
}
}
},
"FileReferenceInputDataSourceProperties": {
"type": "object",
"description": "The properties that are associated with a file input containing reference data.",
"properties": {
"path": {
"type": "string",
"description": "The path of the file."
}
}
},
"BlobReferenceInputDataSource": {
"type": "object",
"description": "Describes a blob input data source that contains reference data.",
Expand Down Expand Up @@ -1185,7 +1215,8 @@
"x-ms-enum": {
"name": "CompressionType",
"modelAsString": true
}
},
"default": "None"
},
"AzureSqlReferenceInputDataSource": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -936,11 +936,13 @@
"properties": {
"tenantId": {
"type": "string",
"description": "The tenantId of the identity."
"description": "The tenantId of the identity.",
"readOnly": true
},
"principalId": {
"type": "string",
"description": "The principalId of the identity."
"description": "The principalId of the identity.",
"readOnly": true
},
"type": {
"type": "string",
Expand Down Expand Up @@ -1007,7 +1009,7 @@
"Nonblocking"
],
"x-ms-enum": {
"name": "RefreshType",
"name": "UpdatableUdfRefreshType",
"modelAsString": true
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@
"streamingUnits": {
"type": "integer",
"format": "int32",
"description": "Specifies the number of streaming units that the streaming job uses."
"description": "Specifies the number of streaming units that the streaming job uses.",
"default": 3
},
"validStreamingUnits": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
"type": "integer",
"format": "int32",
"minimum": 36,
"maximum": 216
"maximum": 396
}
}
},
Expand Down
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"
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"parameters": {
"api-version": "2020-03-01",
"subscriptionId": "56b5e0a9-b645-407d-99b0-c64f86013e3d",
"resourceGroupName": "sjrg8440",
"jobName": "sj9597",
"inputName": "input7225",
"input": {
"properties": {
"type": "Reference",
"datasource": {
"type": "File",
"properties": {
"path": "my/path"
}
}
}
}
},
"responses": {
"201": {
"headers": {
"ETag": "c987701d-4039-47aa-a115-ad84f67d07c5"
},
"body": {
"id": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8440/providers/Microsoft.StreamAnalytics/streamingjobs/sj9597/inputs/input7225",
"name": "input7225",
"type": "Microsoft.StreamAnalytics/streamingjobs/inputs",
"properties": {
"type": "Reference",
"datasource": {
"type": "File",
"properties": {
"path": "my/path"
}
}
}
}
},
"200": {
"headers": {
"ETag": "c987701d-4039-47aa-a115-ad84f67d07c5"
},
"body": {
"id": "/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg8440/providers/Microsoft.StreamAnalytics/streamingjobs/sj9597/inputs/input7225",
"name": "input7225",
"type": "Microsoft.StreamAnalytics/streamingjobs/inputs",
"properties": {
"type": "Reference",
"datasource": {
"type": "File",
"properties": {
"path": "my/path"
}
}
}
}
}
}
}
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"
}
}
}
}
}
}
}
Loading