diff --git a/Commands/readme.md b/Commands/readme.md index 8a35fa445..8cfedb1a4 100644 --- a/Commands/readme.md +++ b/Commands/readme.md @@ -389,6 +389,9 @@ - [storagesync](/Commands/storagesync/readme.md) : Manage Azure File Sync. +- [stream-analytics](/Commands/stream-analytics/readme.md) +: Manage Stream Analytics + - [support](/Commands/support/readme.md) : Manage Azure support resource. diff --git a/Commands/stream-analytics/output/_create.md b/Commands/stream-analytics/output/_create.md new file mode 100644 index 000000000..09ce83901 --- /dev/null +++ b/Commands/stream-analytics/output/_create.md @@ -0,0 +1,9 @@ +# [Command] _stream-analytics output create_ + +Create an output or replaces an already existing output under an existing streaming job. + +## Versions + +### [2020-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRzL3t9/2020-03-01.xml) **Stable** + + diff --git a/Commands/stream-analytics/output/_delete.md b/Commands/stream-analytics/output/_delete.md new file mode 100644 index 000000000..730931094 --- /dev/null +++ b/Commands/stream-analytics/output/_delete.md @@ -0,0 +1,9 @@ +# [Command] _stream-analytics output delete_ + +Delete an output from the streaming job. + +## Versions + +### [2020-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRzL3t9/2020-03-01.xml) **Stable** + + diff --git a/Commands/stream-analytics/output/_list.md b/Commands/stream-analytics/output/_list.md new file mode 100644 index 000000000..e7b160e39 --- /dev/null +++ b/Commands/stream-analytics/output/_list.md @@ -0,0 +1,9 @@ +# [Command] _stream-analytics output list_ + +List all of the outputs under the specified streaming job. + +## Versions + +### [2020-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRz/2020-03-01.xml) **Stable** + + diff --git a/Commands/stream-analytics/output/_show.md b/Commands/stream-analytics/output/_show.md new file mode 100644 index 000000000..e4b0fbc6e --- /dev/null +++ b/Commands/stream-analytics/output/_show.md @@ -0,0 +1,9 @@ +# [Command] _stream-analytics output show_ + +Get details about the specified output. + +## Versions + +### [2020-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRzL3t9/2020-03-01.xml) **Stable** + + diff --git a/Commands/stream-analytics/output/_test.md b/Commands/stream-analytics/output/_test.md new file mode 100644 index 000000000..7d3f17b76 --- /dev/null +++ b/Commands/stream-analytics/output/_test.md @@ -0,0 +1,9 @@ +# [Command] _stream-analytics output test_ + +Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service. + +## Versions + +### [2020-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRzL3t9L3Rlc3Q=/2020-03-01.xml) **Stable** + + diff --git a/Commands/stream-analytics/output/_update.md b/Commands/stream-analytics/output/_update.md new file mode 100644 index 000000000..b5fa130ee --- /dev/null +++ b/Commands/stream-analytics/output/_update.md @@ -0,0 +1,9 @@ +# [Command] _stream-analytics output update_ + +Update an existing output under an existing streaming job. This can be used to partially update (ie. update one or two properties) an output without affecting the rest the job or output definition. + +## Versions + +### [2020-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRzL3t9/2020-03-01.xml) **Stable** + + diff --git a/Commands/stream-analytics/output/readme.md b/Commands/stream-analytics/output/readme.md new file mode 100644 index 000000000..de319e0b9 --- /dev/null +++ b/Commands/stream-analytics/output/readme.md @@ -0,0 +1,23 @@ +# [Group] _stream-analytics output_ + +Manage Output + +## Commands + +- [create](/Commands/stream-analytics/output/_create.md) +: Create an output or replaces an already existing output under an existing streaming job. + +- [delete](/Commands/stream-analytics/output/_delete.md) +: Delete an output from the streaming job. + +- [list](/Commands/stream-analytics/output/_list.md) +: List all of the outputs under the specified streaming job. + +- [show](/Commands/stream-analytics/output/_show.md) +: Get details about the specified output. + +- [test](/Commands/stream-analytics/output/_test.md) +: Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service. + +- [update](/Commands/stream-analytics/output/_update.md) +: Update an existing output under an existing streaming job. This can be used to partially update (ie. update one or two properties) an output without affecting the rest the job or output definition. diff --git a/Commands/stream-analytics/readme.md b/Commands/stream-analytics/readme.md new file mode 100644 index 000000000..17f3c6cf9 --- /dev/null +++ b/Commands/stream-analytics/readme.md @@ -0,0 +1,8 @@ +# [Group] _stream-analytics_ + +Manage Stream Analytics + +## Subgroups + +- [output](/Commands/stream-analytics/output/readme.md) +: Manage Output diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRz/2020-03-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRz/2020-03-01.json new file mode 100644 index 000000000..38ff94aef --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRz/2020-03-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.streamanalytics/streamingjobs/{}/outputs", "version": "2020-03-01", "swagger": "mgmt-plane/streamanalytics/ResourceProviders/Microsoft.StreamAnalytics/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZWdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMve2pvYk5hbWV9L291dHB1dHM=/V/MjAyMC0wMy0wMQ=="}], "commandGroups": [{"name": "stream-analytics output", "commands": [{"name": "list", "version": "2020-03-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.streamanalytics/streamingjobs/{}/outputs", "version": "2020-03-01", "swagger": "mgmt-plane/streamanalytics/ResourceProviders/Microsoft.StreamAnalytics/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZWdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMve2pvYk5hbWV9L291dHB1dHM=/V/MjAyMC0wMy0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.jobName", "options": ["job-name"], "required": true, "idPart": "name", "help": {"short": "The name of the streaming job."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Query.select", "options": ["select"], "help": {"short": "The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or \"*\" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '*' as a valid value."}}]}], "operations": [{"operationId": "Outputs_ListByStreamingJob", "http": {"path": "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "jobName", "arg": "$Path.jobName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"pattern": "^[-\\w\\._\\(\\)]+$", "maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"params": [{"type": "string", "name": "$select", "arg": "$Query.select"}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2020-03-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "nextLink"}, {"readOnly": true, "type": "array", "name": "value", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourcegroups/{}/providers/Microsoft.StreamAnalytics/streamingjobs/{}/outputs/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "datasource", "additionalProps": {"item": {"type": "any"}}}, {"readOnly": true, "type": "object", "name": "diagnostics", "props": [{"readOnly": true, "type": "array", "name": "conditions", "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "since"}]}}]}, {"readOnly": true, "type": "string", "name": "etag"}, {"type": "object", "name": "serialization", "additionalProps": {"item": {"type": "any"}}}, {"type": "integer32", "name": "sizeWindow"}, {"type": "string", "name": "timeWindow"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRz/2020-03-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRz/2020-03-01.xml new file mode 100644 index 000000000..f117f988e --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRz/2020-03-01.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRzL3t9/2020-03-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRzL3t9/2020-03-01.json new file mode 100644 index 000000000..b91c3c008 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRzL3t9/2020-03-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.streamanalytics/streamingjobs/{}/outputs/{}", "version": "2020-03-01", "swagger": "mgmt-plane/streamanalytics/ResourceProviders/Microsoft.StreamAnalytics/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZWdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMve2pvYk5hbWV9L291dHB1dHMve291dHB1dE5hbWV9/V/MjAyMC0wMy0wMQ=="}], "commandGroups": [{"name": "stream-analytics output", "commands": [{"name": "show", "version": "2020-03-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.streamanalytics/streamingjobs/{}/outputs/{}", "version": "2020-03-01", "swagger": "mgmt-plane/streamanalytics/ResourceProviders/Microsoft.StreamAnalytics/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZWdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMve2pvYk5hbWV9L291dHB1dHMve291dHB1dE5hbWV9/V/MjAyMC0wMy0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.jobName", "options": ["job-name"], "required": true, "idPart": "name", "help": {"short": "The name of the streaming job."}}, {"type": "string", "var": "$Path.outputName", "options": ["n", "name", "output-name"], "required": true, "idPart": "child_name_1", "help": {"short": "The name of the output."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "Outputs_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "jobName", "arg": "$Path.jobName", "required": true}, {"type": "string", "name": "outputName", "arg": "$Path.outputName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"pattern": "^[-\\w\\._\\(\\)]+$", "maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2020-03-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "header": {"items": [{"name": "ETag"}]}, "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourcegroups/{}/providers/Microsoft.StreamAnalytics/streamingjobs/{}/outputs/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "datasource", "additionalProps": {"item": {"type": "any"}}}, {"readOnly": true, "type": "object", "name": "diagnostics", "props": [{"readOnly": true, "type": "array", "name": "conditions", "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "since"}]}}]}, {"readOnly": true, "type": "string", "name": "etag"}, {"type": "object", "name": "serialization", "additionalProps": {"item": {"type": "any"}}}, {"type": "integer32", "name": "sizeWindow"}, {"type": "string", "name": "timeWindow"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2020-03-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.streamanalytics/streamingjobs/{}/outputs/{}", "version": "2020-03-01", "swagger": "mgmt-plane/streamanalytics/ResourceProviders/Microsoft.StreamAnalytics/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZWdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMve2pvYk5hbWV9L291dHB1dHMve291dHB1dE5hbWV9/V/MjAyMC0wMy0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.jobName", "options": ["job-name"], "required": true, "idPart": "name", "help": {"short": "The name of the streaming job."}}, {"type": "string", "var": "$Path.outputName", "options": ["n", "name", "output-name"], "required": true, "idPart": "child_name_1", "help": {"short": "The name of the output."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "Outputs_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "jobName", "arg": "$Path.jobName", "required": true}, {"type": "string", "name": "outputName", "arg": "$Path.outputName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"pattern": "^[-\\w\\._\\(\\)]+$", "maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2020-03-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200]}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2020-03-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.streamanalytics/streamingjobs/{}/outputs/{}", "version": "2020-03-01", "swagger": "mgmt-plane/streamanalytics/ResourceProviders/Microsoft.StreamAnalytics/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZWdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMve2pvYk5hbWV9L291dHB1dHMve291dHB1dE5hbWV9/V/MjAyMC0wMy0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Header.If-Match", "options": ["if-match"], "help": {"short": "The ETag of the output. Omit this value to always overwrite the current output. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes."}}, {"type": "string", "var": "$Header.If-None-Match", "options": ["if-none-match"], "help": {"short": "Set to '*' to allow a new output to be created, but to prevent updating an existing output. Other values will result in a 412 Pre-condition Failed response."}}, {"type": "string", "var": "$Path.jobName", "options": ["job-name"], "required": true, "idPart": "name", "help": {"short": "The name of the streaming job."}}, {"type": "string", "var": "$Path.outputName", "options": ["n", "name", "output-name"], "required": true, "idPart": "child_name_1", "help": {"short": "The name of the output."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "object", "var": "$output.properties.datasource", "options": ["datasource"], "group": "", "help": {"short": "Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests."}, "additionalProps": {"item": {"type": "any"}}}, {"type": "object", "var": "$output.properties.serialization", "options": ["serialization"], "group": "", "help": {"short": "Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests."}, "additionalProps": {"item": {"type": "any"}}}, {"type": "integer32", "var": "$output.properties.sizeWindow", "options": ["size-window"], "group": "", "help": {"short": "The size window to constrain a Stream Analytics output to."}}, {"type": "string", "var": "$output.properties.timeWindow", "options": ["time-window"], "group": "", "help": {"short": "The time frame for filtering Stream Analytics job outputs."}}]}], "operations": [{"operationId": "Outputs_CreateOrReplace", "http": {"path": "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "jobName", "arg": "$Path.jobName", "required": true}, {"type": "string", "name": "outputName", "arg": "$Path.outputName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"pattern": "^[-\\w\\._\\(\\)]+$", "maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2020-03-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "header": {"params": [{"type": "string", "name": "If-Match", "arg": "$Header.If-Match"}, {"type": "string", "name": "If-None-Match", "arg": "$Header.If-None-Match"}]}, "body": {"json": {"schema": {"type": "object", "name": "output", "required": true, "props": [{"type": "string", "name": "name", "arg": "$Path.outputName"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "datasource", "arg": "$output.properties.datasource", "additionalProps": {"item": {"type": "any"}}}, {"type": "object", "name": "serialization", "arg": "$output.properties.serialization", "additionalProps": {"item": {"type": "any"}}}, {"type": "integer32", "name": "sizeWindow", "arg": "$output.properties.sizeWindow"}, {"type": "string", "name": "timeWindow", "arg": "$output.properties.timeWindow"}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "header": {"items": [{"name": "ETag"}]}, "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourcegroups/{}/providers/Microsoft.StreamAnalytics/streamingjobs/{}/outputs/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "datasource", "additionalProps": {"item": {"type": "any"}}}, {"readOnly": true, "type": "object", "name": "diagnostics", "props": [{"readOnly": true, "type": "array", "name": "conditions", "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "since"}]}}]}, {"readOnly": true, "type": "string", "name": "etag"}, {"type": "object", "name": "serialization", "additionalProps": {"item": {"type": "any"}}}, {"type": "integer32", "name": "sizeWindow"}, {"type": "string", "name": "timeWindow"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2020-03-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.streamanalytics/streamingjobs/{}/outputs/{}", "version": "2020-03-01", "swagger": "mgmt-plane/streamanalytics/ResourceProviders/Microsoft.StreamAnalytics/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZWdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMve2pvYk5hbWV9L291dHB1dHMve291dHB1dE5hbWV9/V/MjAyMC0wMy0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Header.If-Match", "options": ["if-match"], "help": {"short": "The ETag of the output. Omit this value to always overwrite the current output. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes."}}, {"type": "string", "var": "$Path.jobName", "options": ["job-name"], "required": true, "idPart": "name", "help": {"short": "The name of the streaming job."}}, {"type": "string", "var": "$Path.outputName", "options": ["n", "name", "output-name"], "required": true, "idPart": "child_name_1", "help": {"short": "The name of the output."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "object", "var": "$output.properties.datasource", "options": ["datasource"], "group": "", "help": {"short": "Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests."}, "additionalProps": {"item": {"type": "any"}}}, {"type": "object", "var": "$output.properties.serialization", "options": ["serialization"], "group": "", "help": {"short": "Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests."}, "additionalProps": {"item": {"type": "any"}}}, {"type": "integer32", "var": "$output.properties.sizeWindow", "options": ["size-window"], "group": "", "help": {"short": "The size window to constrain a Stream Analytics output to."}}, {"type": "string", "var": "$output.properties.timeWindow", "options": ["time-window"], "group": "", "help": {"short": "The time frame for filtering Stream Analytics job outputs."}}]}], "operations": [{"operationId": "Outputs_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "jobName", "arg": "$Path.jobName", "required": true}, {"type": "string", "name": "outputName", "arg": "$Path.outputName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"pattern": "^[-\\w\\._\\(\\)]+$", "maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2020-03-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "header": {"params": [{"type": "string", "name": "If-Match", "arg": "$Header.If-Match"}]}, "body": {"json": {"schema": {"type": "object", "name": "output", "required": true, "props": [{"type": "string", "name": "name", "arg": "$Path.outputName"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "datasource", "arg": "$output.properties.datasource", "additionalProps": {"item": {"type": "any"}}}, {"type": "object", "name": "serialization", "arg": "$output.properties.serialization", "additionalProps": {"item": {"type": "any"}}}, {"type": "integer32", "name": "sizeWindow", "arg": "$output.properties.sizeWindow"}, {"type": "string", "name": "timeWindow", "arg": "$output.properties.timeWindow"}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "header": {"items": [{"name": "ETag"}]}, "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourcegroups/{}/providers/Microsoft.StreamAnalytics/streamingjobs/{}/outputs/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "datasource", "additionalProps": {"item": {"type": "any"}}}, {"readOnly": true, "type": "object", "name": "diagnostics", "props": [{"readOnly": true, "type": "array", "name": "conditions", "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "since"}]}}]}, {"readOnly": true, "type": "string", "name": "etag"}, {"type": "object", "name": "serialization", "additionalProps": {"item": {"type": "any"}}}, {"type": "integer32", "name": "sizeWindow"}, {"type": "string", "name": "timeWindow"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRzL3t9/2020-03-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRzL3t9/2020-03-01.xml new file mode 100644 index 000000000..3a40e57b9 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRzL3t9/2020-03-01.xml @@ -0,0 +1,393 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRzL3t9L3Rlc3Q=/2020-03-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRzL3t9L3Rlc3Q=/2020-03-01.json new file mode 100644 index 000000000..3ef4b9c65 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRzL3t9L3Rlc3Q=/2020-03-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.streamanalytics/streamingjobs/{}/outputs/{}/test", "version": "2020-03-01", "swagger": "mgmt-plane/streamanalytics/ResourceProviders/Microsoft.StreamAnalytics/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZWdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMve2pvYk5hbWV9L291dHB1dHMve291dHB1dE5hbWV9L3Rlc3Q=/V/MjAyMC0wMy0wMQ=="}], "commandGroups": [{"name": "stream-analytics output", "commands": [{"name": "test", "version": "2020-03-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.streamanalytics/streamingjobs/{}/outputs/{}/test", "version": "2020-03-01", "swagger": "mgmt-plane/streamanalytics/ResourceProviders/Microsoft.StreamAnalytics/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZWdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMve2pvYk5hbWV9L291dHB1dHMve291dHB1dE5hbWV9L3Rlc3Q=/V/MjAyMC0wMy0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.jobName", "options": ["job-name"], "required": true, "idPart": "name", "help": {"short": "The name of the streaming job."}}, {"type": "string", "var": "$Path.outputName", "options": ["n", "name", "output-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "The name of the output."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "object", "var": "$output.properties.datasource", "options": ["datasource"], "group": "", "help": {"short": "Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests."}, "additionalProps": {"item": {"type": "any"}}}, {"type": "object", "var": "$output.properties.serialization", "options": ["serialization"], "group": "", "help": {"short": "Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests."}, "additionalProps": {"item": {"type": "any"}}}, {"type": "integer32", "var": "$output.properties.sizeWindow", "options": ["size-window"], "group": "", "help": {"short": "The size window to constrain a Stream Analytics output to."}}, {"type": "string", "var": "$output.properties.timeWindow", "options": ["time-window"], "group": "", "help": {"short": "The time frame for filtering Stream Analytics job outputs."}}]}, {"name": "Output", "args": [{"type": "string", "var": "$output.name", "options": ["resource-name"], "hide": true, "group": "Output", "help": {"short": "Resource name"}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "Outputs_Test", "http": {"path": "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName}/test", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "jobName", "arg": "$Path.jobName", "required": true}, {"type": "string", "name": "outputName", "arg": "$Path.outputName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"pattern": "^[-\\w\\._\\(\\)]+$", "maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2020-03-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "output", "props": [{"type": "string", "name": "name", "arg": "$output.name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "datasource", "arg": "$output.properties.datasource", "additionalProps": {"item": {"type": "any"}}}, {"type": "object", "name": "serialization", "arg": "$output.properties.serialization", "additionalProps": {"item": {"type": "any"}}}, {"type": "integer32", "name": "sizeWindow", "arg": "$output.properties.sizeWindow"}, {"type": "string", "name": "timeWindow", "arg": "$output.properties.timeWindow"}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "error", "props": [{"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "string", "name": "message"}]}, {"readOnly": true, "type": "string", "name": "status"}]}}}}, {"statusCode": [202]}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRzL3t9L3Rlc3Q=/2020-03-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRzL3t9L3Rlc3Q=/2020-03-01.xml new file mode 100644 index 000000000..368e37627 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdHJlYW1hbmFseXRpY3Mvc3RyZWFtaW5nam9icy97fS9vdXRwdXRzL3t9L3Rlc3Q=/2020-03-01.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +