Skip to content
Closed
16 changes: 16 additions & 0 deletions Commands/connectedmachine/_assess-patches.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _connectedmachine assess-patches_

Assess patches on an Azure Arc-Enabled Server.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL21hY2hpbmVzL3t9L2Fzc2Vzc3BhdGNoZXM=/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/assesspatches 2022-12-27 -->

#### examples

- Sample command for assess-patches
```bash
connectedmachine assess-patches --resource-group MyResourceGroup --name MyMachine
```
16 changes: 16 additions & 0 deletions Commands/connectedmachine/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _connectedmachine delete_

Delete operation to delete an Azure Arc-Enabled Server.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL21hY2hpbmVzL3t9/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{} 2022-12-27 -->

#### examples

- Sample command for delete
```bash
connectedmachine delete --name myMachine --resource-group myResourceGroup
```
16 changes: 16 additions & 0 deletions Commands/connectedmachine/_install-patches.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _connectedmachine install-patches_

Install patches on an Azure Arc-Enabled Server.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL21hY2hpbmVzL3t9L2luc3RhbGxwYXRjaGVz/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/installpatches 2022-12-27 -->

#### examples

- Sample command for install-patches
```bash
connectedmachine install-patches --resource-group MyResourceGroup --name MyMachine --maximum-duration PT4H --reboot-setting IfRequired --windows-parameters "{"classificationsToInclude": ["Critical", "Security"]}"
```
17 changes: 17 additions & 0 deletions Commands/connectedmachine/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [Command] _connectedmachine list_

List all the Azure Arc-Enabled Servers in the specified resource group.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL21hY2hpbmVz/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines 2022-12-27 -->

#### examples

- Sample command for list
```bash
connectedmachine list --resource-group myResourceGroup
connectedmachine list
```
16 changes: 16 additions & 0 deletions Commands/connectedmachine/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _connectedmachine show_

Get information about the model view or the instance view of an Azure Arc-Enabled Server.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL21hY2hpbmVzL3t9/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{} 2022-12-27 -->

#### examples

- Sample command for show
```bash
connectedmachine show --name myMachine --resource-group myResourceGroup
```
16 changes: 16 additions & 0 deletions Commands/connectedmachine/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _connectedmachine update_

Update an Azure Arc-Enabled Server. Please note some properties can be set only during machine creation.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL21hY2hpbmVzL3t9/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{} 2022-12-27 -->

#### examples

- Sample command for update
```bash
connectedmachine update --name myMachine --resource-group myResourceGroup --location eastus2euap
```
16 changes: 16 additions & 0 deletions Commands/connectedmachine/extension/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _connectedmachine extension create_

The operation to create the extension.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL21hY2hpbmVzL3t9L2V4dGVuc2lvbnMve30=/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/extensions/{} 2022-12-27 -->

#### examples

- Sample command for extension create
```bash
connectedmachine extension create --name CustomScriptExtension --location eastus2euap --type CustomScriptExtension --publisher Microsoft.Compute --type-handler-version 1.10 --machine-name myMachine --resource-group myResourceGroup
```
16 changes: 16 additions & 0 deletions Commands/connectedmachine/extension/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _connectedmachine extension delete_

The operation to delete the extension.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL21hY2hpbmVzL3t9L2V4dGVuc2lvbnMve30=/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/extensions/{} 2022-12-27 -->

#### examples

- Sample command for extension delete
```bash
connectedmachine extension delete --name myName --machine-name myMachine --resource-group myResourceGroup
```
16 changes: 16 additions & 0 deletions Commands/connectedmachine/extension/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _connectedmachine extension list_

The operation to get all extensions of a Non-Azure machine.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL21hY2hpbmVzL3t9L2V4dGVuc2lvbnM=/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/extensions 2022-12-27 -->

#### examples

- Sample command for extension list
```bash
connectedmachine extension list --machine-name myMachine --resource-group myResourceGroup
```
16 changes: 16 additions & 0 deletions Commands/connectedmachine/extension/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _connectedmachine extension show_

The operation to create or update the extension.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL21hY2hpbmVzL3t9L2V4dGVuc2lvbnMve30=/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/extensions/{} 2022-12-27 -->

#### examples

- Sample command for extension show
```bash
connectedmachine extension show --name CustomScriptExtension --machine-name myMachine --resource-group myResourceGroup
```
16 changes: 16 additions & 0 deletions Commands/connectedmachine/extension/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _connectedmachine extension update_

Update operation to update the extension.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL21hY2hpbmVzL3t9L2V4dGVuc2lvbnMve30=/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/extensions/{} 2022-12-27 -->

#### examples

- Sample command for extension update
```bash
connectedmachine extension update --name CustomScriptExtension --type CustomScriptExtension --publisher Microsoft.Compute --type-handler-version 1.10 --machine-name myMachine --resource-group myResourceGroup
```
16 changes: 16 additions & 0 deletions Commands/connectedmachine/extension/image/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _connectedmachine extension image list_

List all Extension versions based on location, publisher, extensionType.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2V4dGVuc2lvbnR5cGVzL3t9L3ZlcnNpb25z/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.hybridcompute/locations/{}/publishers/{}/extensiontypes/{}/versions 2022-12-27 -->

#### examples

- Sample command for extension image list
```bash
connectedmachine extension image list --publisher microsoft.azure.monitor --extension-type azuremonitorlinuxagent --location eastus
```
16 changes: 16 additions & 0 deletions Commands/connectedmachine/extension/image/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _connectedmachine extension image show_

Get an Extension Metadata based on location, publisher, extensionType and version.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2V4dGVuc2lvbnR5cGVzL3t9L3ZlcnNpb25zL3t9/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.hybridcompute/locations/{}/publishers/{}/extensiontypes/{}/versions/{} 2022-12-27 -->

#### examples

- Sample command for extension image show
```bash
connectedmachine extension image show --publisher microsoft.azure.monitor --extension-type azuremonitorlinuxagent --location eastus --version 1.9.1
```
15 changes: 15 additions & 0 deletions Commands/connectedmachine/extension/image/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# [Group] _connectedmachine extension image_

<<<<<<< HEAD
Manage VM extension metadata available for Azure Arc-Enabled Servers.
=======
Manage VM extension images available for Azure Arc-Enabled Servers.
>>>>>>> 5a5413971a561818e788004da17a251669a03b0f

## Commands

- [list](/Commands/connectedmachine/extension/image/_list.md)
: List all Extension versions based on location, publisher, extensionType.

- [show](/Commands/connectedmachine/extension/image/_show.md)
: Get an Extension Metadata based on location, publisher, extensionType and version.
33 changes: 33 additions & 0 deletions Commands/connectedmachine/extension/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# [Group] _connectedmachine extension_

Manage a VM extension on an Azure Arc-Enabled Server.

## Subgroups

- [image](/Commands/connectedmachine/extension/image/readme.md)
<<<<<<< HEAD
: Manage VM extension metadata available for Azure Arc-Enabled Servers.
=======
: Manage VM extension images available for Azure Arc-Enabled Servers.
>>>>>>> 5a5413971a561818e788004da17a251669a03b0f

## Commands

- [create](/Commands/connectedmachine/extension/_create.md)
: The operation to create the extension.

- [delete](/Commands/connectedmachine/extension/_delete.md)
: The operation to delete the extension.

- [list](/Commands/connectedmachine/extension/_list.md)
: The operation to get all extensions of a Non-Azure machine.

- [show](/Commands/connectedmachine/extension/_show.md)
: The operation to create or update the extension.

- [update](/Commands/connectedmachine/extension/_update.md)
<<<<<<< HEAD
: Update operation to update the extension.
=======
: Update operation to create or update the extension.
>>>>>>> 5a5413971a561818e788004da17a251669a03b0f
16 changes: 16 additions & 0 deletions Commands/connectedmachine/private-endpoint-connection/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _connectedmachine private-endpoint-connection delete_

Delete a private endpoint connection with a given name.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL3ByaXZhdGVsaW5rc2NvcGVzL3t9L3ByaXZhdGVlbmRwb2ludGNvbm5lY3Rpb25zL3t9/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/privatelinkscopes/{}/privateendpointconnections/{} 2022-12-27 -->

#### examples

- Sample command for private-endpoint-connection delete
```bash
connectedmachine private-endpoint-connection delete --name private-endpoint-connection-name --resource-group myResourceGroup --scope-name myPrivateLinkScope
```
16 changes: 16 additions & 0 deletions Commands/connectedmachine/private-endpoint-connection/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _connectedmachine private-endpoint-connection list_

List all private endpoint connections on a private link scope.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL3ByaXZhdGVsaW5rc2NvcGVzL3t9L3ByaXZhdGVlbmRwb2ludGNvbm5lY3Rpb25z/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/privatelinkscopes/{}/privateendpointconnections 2022-12-27 -->

#### examples

- Sample command for private-endpoint-connection list
```bash
connectedmachine private-endpoint-connection list --resource-group myResourceGroup --scope-name myPrivateLinkScope
```
16 changes: 16 additions & 0 deletions Commands/connectedmachine/private-endpoint-connection/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _connectedmachine private-endpoint-connection show_

Get a private endpoint connection.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL3ByaXZhdGVsaW5rc2NvcGVzL3t9L3ByaXZhdGVlbmRwb2ludGNvbm5lY3Rpb25zL3t9/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/privatelinkscopes/{}/privateendpointconnections/{} 2022-12-27 -->

#### examples

- Sample command for private-endpoint-connection show
```bash
connectedmachine private-endpoint-connection show --name private-endpoint-connection-name --resource-group myResourceGroup --scope-name myPrivateLinkScope
```
16 changes: 16 additions & 0 deletions Commands/connectedmachine/private-endpoint-connection/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _connectedmachine private-endpoint-connection update_

Update a private endpoint connection with a given name.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL3ByaXZhdGVsaW5rc2NvcGVzL3t9L3ByaXZhdGVlbmRwb2ludGNvbm5lY3Rpb25zL3t9/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/privatelinkscopes/{}/privateendpointconnections/{} 2022-12-27 -->

#### examples

- Sample command for private-endpoint-connection update
```bash
connectedmachine private-endpoint-connection update --connection-state "{{"description":"Rejected by AZ CLI", "status":"Rejected"}}" --name private-endpoint-connection-name --resource-group myResourceGroup --scope-name myPrivateLinkScope
```
28 changes: 28 additions & 0 deletions Commands/connectedmachine/private-endpoint-connection/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# [Group] _connectedmachine private-endpoint-connection_

<<<<<<< HEAD
Manage private endpoint connection with an Azure Arc-Enabled Server.
=======
Manage a private-endpoint-connection with connectedmachine.
>>>>>>> 5a5413971a561818e788004da17a251669a03b0f

## Commands

- [create](/Commands/connectedmachine/private-endpoint-connection/_create.md)
: Create a private endpoint connection with a given name.

- [delete](/Commands/connectedmachine/private-endpoint-connection/_delete.md)
: Delete a private endpoint connection with a given name.

- [list](/Commands/connectedmachine/private-endpoint-connection/_list.md)
<<<<<<< HEAD
: List all private endpoint connections on a private link scope.
=======
: Get all private endpoint connections on a private link scope.
>>>>>>> 5a5413971a561818e788004da17a251669a03b0f

- [show](/Commands/connectedmachine/private-endpoint-connection/_show.md)
: Get a private endpoint connection.

- [update](/Commands/connectedmachine/private-endpoint-connection/_update.md)
: Update a private endpoint connection with a given name.
16 changes: 16 additions & 0 deletions Commands/connectedmachine/private-link-resource/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _connectedmachine private-link-resource list_

List the private link resources that need to be created for an Azure Monitor PrivateLinkScope.

## Versions

### [2022-12-27](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL3ByaXZhdGVsaW5rc2NvcGVzL3t9L3ByaXZhdGVsaW5rcmVzb3VyY2Vz/2022-12-27.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/privatelinkscopes/{}/privatelinkresources 2022-12-27 -->

#### examples

- Sample command for private-link-resource list
```bash
connectedmachine private-link-resource list --resource-group myResourceGroup --scope-name myPrivateLinkScope
```
Loading