az guestconfig guest-configuration-assignment-report
Note
This reference is part of the guestconfig extension for the Azure CLI (version 2.3.1 or higher). The extension will automatically install the first time you run an az guestconfig guest-configuration-assignment-report command. Learn more about extensions.
This command group is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Guestconfig guest-configuration-assignment-report.
Commands
Name | Description | Type | Status |
---|---|---|---|
az guestconfig guest-configuration-assignment-report list |
List all reports for the guest configuration assignment, latest report first. |
Extension | Experimental |
az guestconfig guest-configuration-assignment-report show |
Get a report for the guest configuration assignment, by reportId. |
Extension | Experimental |
az guestconfig guest-configuration-assignment-report list
Command group 'guestconfig guest-configuration-assignment-report' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List all reports for the guest configuration assignment, latest report first.
az guestconfig guest-configuration-assignment-report list --guest-configuration-assignment-name
--resource-group
--vm-name
Examples
List all guest configuration assignments for a virtual machine
az guestconfig guest-configuration-assignment-report list --guest-configuration-assignment-name "AuditSecureProtocol" --resource-group "myResourceGroupName" --vm-name "myVMName"
Required Parameters
The guest configuration assignment name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the virtual machine.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az guestconfig guest-configuration-assignment-report show
Command group 'guestconfig guest-configuration-assignment-report' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get a report for the guest configuration assignment, by reportId.
az guestconfig guest-configuration-assignment-report show [--guest-configuration-assignment-name]
[--ids]
[--report-id]
[--resource-group]
[--subscription]
[--vm-name]
Examples
Get a guest configuration assignment report by Id for a virtual machine
az guestconfig guest-configuration-assignment-report show --guest-configuration-assignment-name "AuditSecureProtocol" --report-id "7367cbb8-ae99-47d0-a33b-a283564d2cb1" --resource-group "myResourceGroupName" --vm-name "myvm"
Optional Parameters
The guest configuration assignment name.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The GUID for the guest configuration assignment report.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The name of the virtual machine.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.