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
3 changes: 3 additions & 0 deletions Commands/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
9 changes: 9 additions & 0 deletions Commands/stream-analytics/output/_create.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.streamanalytics/streamingjobs/{}/outputs/{} 2020-03-01 -->
9 changes: 9 additions & 0 deletions Commands/stream-analytics/output/_delete.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.streamanalytics/streamingjobs/{}/outputs/{} 2020-03-01 -->
9 changes: 9 additions & 0 deletions Commands/stream-analytics/output/_list.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.streamanalytics/streamingjobs/{}/outputs 2020-03-01 -->
9 changes: 9 additions & 0 deletions Commands/stream-analytics/output/_show.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.streamanalytics/streamingjobs/{}/outputs/{} 2020-03-01 -->
9 changes: 9 additions & 0 deletions Commands/stream-analytics/output/_test.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.streamanalytics/streamingjobs/{}/outputs/{}/test 2020-03-01 -->
9 changes: 9 additions & 0 deletions Commands/stream-analytics/output/_update.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.streamanalytics/streamingjobs/{}/outputs/{} 2020-03-01 -->
23 changes: 23 additions & 0 deletions Commands/stream-analytics/output/readme.md
Original file line number Diff line number Diff line change
@@ -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.
8 changes: 8 additions & 0 deletions Commands/stream-analytics/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# [Group] _stream-analytics_

Manage Stream Analytics

## Subgroups

- [output](/Commands/stream-analytics/output/readme.md)
: Manage Output
Original file line number Diff line number Diff line change
@@ -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<object>", "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<object>", "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"}]}]}]}
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<?xml version='1.0' encoding='utf-8'?>
<CodeGen plane="mgmt-plane">
<resource id="/subscriptions/{}/resourcegroups/{}/providers/microsoft.streamanalytics/streamingjobs/{}/outputs" version="2020-03-01" swagger="mgmt-plane/streamanalytics/ResourceProviders/Microsoft.StreamAnalytics/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZWdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMve2pvYk5hbWV9L291dHB1dHM=/V/MjAyMC0wMy0wMQ=="/>
<commandGroup name="stream-analytics output">
<command name="list" version="2020-03-01">
<resource id="/subscriptions/{}/resourcegroups/{}/providers/microsoft.streamanalytics/streamingjobs/{}/outputs" version="2020-03-01" swagger="mgmt-plane/streamanalytics/ResourceProviders/Microsoft.StreamAnalytics/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZWdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RyZWFtQW5hbHl0aWNzL3N0cmVhbWluZ2pvYnMve2pvYk5hbWV9L291dHB1dHM=/V/MjAyMC0wMy0wMQ=="/>
<argGroup name="">
<arg type="string" var="$Path.jobName" options="job-name" required="True" idPart="name">
<help short="The name of the streaming job."/>
</arg>
<arg type="ResourceGroupName" var="$Path.resourceGroupName" options="resource-group g" required="True" idPart="resource_group"/>
<arg type="SubscriptionId" var="$Path.subscriptionId" options="subscription" required="True" idPart="subscription"/>
<arg 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 &quot;*&quot; to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '*' as a valid value."/>
</arg>
</argGroup>
<operation operationId="Outputs_ListByStreamingJob">
<http path="/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs">
<request method="get">
<path>
<param type="string" name="jobName" arg="$Path.jobName" required="True"/>
<param type="string" name="resourceGroupName" arg="$Path.resourceGroupName" required="True">
<format pattern="^[-\w\._\(\)]+$" maxLength="90" minLength="1"/>
</param>
<param type="string" name="subscriptionId" arg="$Path.subscriptionId" required="True">
<format minLength="1"/>
</param>
</path>
<query>
<param type="string" name="$select" arg="$Query.select"/>
<const readOnly="True" const="True" type="string" name="api-version" required="True">
<default value="&quot;2020-03-01&quot;"/>
<format minLength="1"/>
</const>
</query>
</request>
<response statusCode="200">
<body>
<json var="$Instance">
<schema type="object">
<prop readOnly="True" type="string" name="nextLink"/>
<prop readOnly="True" type="array<object>" name="value">
<item type="object">
<prop readOnly="True" type="ResourceId" name="id">
<format template="/subscriptions/{}/resourcegroups/{}/providers/Microsoft.StreamAnalytics/streamingjobs/{}/outputs/{}"/>
</prop>
<prop type="string" name="name"/>
<prop type="object" name="properties" clientFlatten="True">
<prop type="object" name="datasource">
<additionalProp>
<item type="any"/>
</additionalProp>
</prop>
<prop readOnly="True" type="object" name="diagnostics">
<prop readOnly="True" type="array<object>" name="conditions">
<item type="object">
<prop readOnly="True" type="string" name="code"/>
<prop readOnly="True" type="string" name="message"/>
<prop readOnly="True" type="string" name="since"/>
</item>
</prop>
</prop>
<prop readOnly="True" type="string" name="etag"/>
<prop type="object" name="serialization">
<additionalProp>
<item type="any"/>
</additionalProp>
</prop>
<prop type="integer32" name="sizeWindow"/>
<prop type="string" name="timeWindow"/>
</prop>
<prop readOnly="True" type="string" name="type"/>
</item>
</prop>
</schema>
</json>
</body>
</response>
<response isError="True">
<body>
<json>
<schema type="@ODataV4Format"/>
</json>
</body>
</response>
</http>
</operation>
<output type="array" ref="$Instance.value" clientFlatten="True" nextLink="$Instance.nextLink"/>
</command>
</commandGroup>
</CodeGen>

Large diffs are not rendered by default.

Loading