TypeScript code snippet – How to list resource group in azure cli?
#Commands Related to Resource Groups az group create Create a new resource group. az group delete Delete a resource group. az group deployment Manage Azure Resource Manager deployments. az group deployment cancel Cancels a currently running template deployment. az group deployment create Start a deployment. az group deployment delete Deletes a deployment from the deployment history. az group deployment export Export the template used for a deployment. az group deployment list Get all the deployments for a resource group. az group deployment operation Manage deployment operations. az group deployment operation list Gets all deployments operations for a deployment. az group deployment operation show Get a deployment's operation. az group deployment show Gets a deployment. az group deployment validate Validate whether a template is syntactically correct. az group deployment wait Place the CLI in a waiting state until a deployment condition is met. az group exists Check if a resource group exists. az group export Captures a resource group as a template. az group list List resource groups. az group lock Manage Azure resource group locks. az group lock create Create a resource group lock. az group lock delete Delete a resource group lock. az group lock list List lock information in the resource-group. az group lock show Show the details of a resource group lock. az group lock update Update a resource group lock. az group show Gets a resource group. az group update Update a resource group. az group wait Place the CLI in a waiting state until a condition of the resource group is met.