az guestconfig guest-configuration-assignment-report
Guestconfig guest-configuration-assignment-report.
Commands
az guestconfig guest-configuration-assignment-report list |
List all reports for the guest configuration assignment, latest report first. |
az guestconfig guest-configuration-assignment-report show |
Get a report for the guest configuration assignment, by reportId. |
az guestconfig guest-configuration-assignment-report list
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.
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.
Increase logging verbosity. Use --debug for full debug logs.
az guestconfig guest-configuration-assignment-report show
Get a report for the guest configuration assignment, by reportId.
az guestconfig guest-configuration-assignment-report show --guest-configuration-assignment-name
--report-id
--resource-group
--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"
Required Parameters
The guest configuration assignment name.
The GUID for the guest configuration assignment report.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the virtual machine.
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.
Increase logging verbosity. Use --debug for full debug logs.