Skip to content
Draft
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
13 changes: 13 additions & 0 deletions Commands/key-vault/daniel/hello/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# [Command] _key-vault daniel hello show_

Get a friendly greeting message.

## Versions

### [2025-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vZGFuaWVsL2hlbGxv/2025-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/daniel/hello 2025-04-01 -->

### [2025-07-24](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vZGFuaWVsL2hlbGxv/2025-07-24.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/daniel/hello 2025-07-24 -->
8 changes: 8 additions & 0 deletions Commands/key-vault/daniel/hello/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# [Group] _key-vault daniel hello_

Manage Hello

## Commands

- [show](/Commands/key-vault/daniel/hello/_show.md)
: Get a friendly greeting message.
8 changes: 8 additions & 0 deletions Commands/key-vault/daniel/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# [Group] _key-vault daniel_

Manage Daniel

## Subgroups

- [hello](/Commands/key-vault/daniel/hello/readme.md)
: Manage Hello
8 changes: 8 additions & 0 deletions Commands/key-vault/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# [Group] _key-vault_

Manage Key Vault

## Subgroups

- [daniel](/Commands/key-vault/daniel/readme.md)
: Manage Daniel
3 changes: 3 additions & 0 deletions Commands/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@
- [k8s-runtime](/Commands/k8s-runtime/readme.md)
: Manage Arc Kubernetes Runtime resources

- [key-vault](/Commands/key-vault/readme.md)
: Manage Key Vault

- [lab](/Commands/lab/readme.md)
: Manage azure devtest labs.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/daniel/hello", "version": "2025-04-01", "swagger": "mgmt-plane/keyvault/ResourceProviders/Microsoft.KeyVault/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9kYW5pZWwvaGVsbG8=/V/MjAyNS0wNC0wMQ=="}], "commandGroups": [{"name": "key-vault daniel hello", "commands": [{"name": "show", "version": "2025-04-01", "resources": [{"id": "/subscriptions/{}/daniel/hello", "version": "2025-04-01", "swagger": "mgmt-plane/keyvault/ResourceProviders/Microsoft.KeyVault/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9kYW5pZWwvaGVsbG8=/V/MjAyNS0wNC0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "Daniel_Hello_Get", "http": {"path": "/subscriptions/{subscriptionId}/daniel/hello", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-04-01"}, "type": "string", "name": "api-version", "required": true, "enum": {"items": [{"value": "2024-01-01"}]}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "message", "required": true}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?xml version='1.0' encoding='utf-8'?>
<CodeGen plane="mgmt-plane">
<resource id="/subscriptions/{}/daniel/hello" version="2025-04-01" swagger="mgmt-plane/keyvault/ResourceProviders/Microsoft.KeyVault/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9kYW5pZWwvaGVsbG8=/V/MjAyNS0wNC0wMQ=="/>
<commandGroup name="key-vault daniel hello">
<command name="show" version="2025-04-01">
<resource id="/subscriptions/{}/daniel/hello" version="2025-04-01" swagger="mgmt-plane/keyvault/ResourceProviders/Microsoft.KeyVault/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9kYW5pZWwvaGVsbG8=/V/MjAyNS0wNC0wMQ=="/>
<argGroup name="">
<arg type="SubscriptionId" var="$Path.subscriptionId" options="subscription" required="True" idPart="subscription"/>
</argGroup>
<operation operationId="Daniel_Hello_Get">
<http path="/subscriptions/{subscriptionId}/daniel/hello">
<request method="get">
<path>
<param type="string" name="subscriptionId" arg="$Path.subscriptionId" required="True"/>
</path>
<query>
<const readOnly="True" const="True" type="string" name="api-version" required="True">
<default value="&quot;2025-04-01&quot;"/>
<enum>
<item value="&quot;2024-01-01&quot;"/>
</enum>
</const>
</query>
</request>
<response statusCode="200">
<body>
<json var="$Instance">
<schema type="object">
<prop type="string" name="message" required="True"/>
</schema>
</json>
</body>
</response>
<response isError="True">
<body>
<json>
<schema type="@ODataV4Format"/>
</json>
</body>
</response>
</http>
</operation>
<output type="object" ref="$Instance" clientFlatten="True"/>
</command>
</commandGroup>
</CodeGen>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/daniel/hello", "version": "2025-07-24", "swagger": "mgmt-plane/keyvault/ResourceProviders/Microsoft.KeyVault/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9kYW5pZWwvaGVsbG8=/V/MjAyNS0wNy0yNA=="}], "commandGroups": [{"name": "key-vault daniel hello", "commands": [{"name": "show", "version": "2025-07-24", "resources": [{"id": "/subscriptions/{}/daniel/hello", "version": "2025-07-24", "swagger": "mgmt-plane/keyvault/ResourceProviders/Microsoft.KeyVault/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9kYW5pZWwvaGVsbG8=/V/MjAyNS0wNy0yNA=="}], "argGroups": [{"name": "", "args": [{"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "Daniel_Hello_Get", "http": {"path": "/subscriptions/{subscriptionId}/daniel/hello", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-24"}, "type": "string", "name": "api-version", "required": true, "enum": {"items": [{"value": "2024-01-01"}]}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "message", "required": true}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?xml version='1.0' encoding='utf-8'?>
<CodeGen plane="mgmt-plane">
<resource id="/subscriptions/{}/daniel/hello" version="2025-07-24" swagger="mgmt-plane/keyvault/ResourceProviders/Microsoft.KeyVault/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9kYW5pZWwvaGVsbG8=/V/MjAyNS0wNy0yNA=="/>
<commandGroup name="key-vault daniel hello">
<command name="show" version="2025-07-24">
<resource id="/subscriptions/{}/daniel/hello" version="2025-07-24" swagger="mgmt-plane/keyvault/ResourceProviders/Microsoft.KeyVault/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9kYW5pZWwvaGVsbG8=/V/MjAyNS0wNy0yNA=="/>
<argGroup name="">
<arg type="SubscriptionId" var="$Path.subscriptionId" options="subscription" required="True" idPart="subscription"/>
</argGroup>
<operation operationId="Daniel_Hello_Get">
<http path="/subscriptions/{subscriptionId}/daniel/hello">
<request method="get">
<path>
<param type="string" name="subscriptionId" arg="$Path.subscriptionId" required="True"/>
</path>
<query>
<const readOnly="True" const="True" type="string" name="api-version" required="True">
<default value="&quot;2025-07-24&quot;"/>
<enum>
<item value="&quot;2024-01-01&quot;"/>
</enum>
</const>
</query>
</request>
<response statusCode="200">
<body>
<json var="$Instance">
<schema type="object">
<prop type="string" name="message" required="True"/>
</schema>
</json>
</body>
</response>
<response isError="True">
<body>
<json>
<schema type="@ODataV4Format"/>
</json>
</body>
</response>
</http>
</operation>
<output type="object" ref="$Instance" clientFlatten="True"/>
</command>
</commandGroup>
</CodeGen>