diff --git a/lib/sles4sap/azure_cli.pm b/lib/sles4sap/azure_cli.pm index 66bcc9e9e43d..28c59d0935c7 100644 --- a/lib/sles4sap/azure_cli.pm +++ b/lib/sles4sap/azure_cli.pm @@ -1313,17 +1313,20 @@ sub az_network_peering_delete { Creates new disk device either by specifying B or by cloning another disk device using argument B. Arguments B and B are mutually exclusive. -B New disk name +=over 5 + +=item B New disk name -B Existing resource group name. +=item B Existing resource group name. -B Create disk by cloning snapshot +=item B Create disk by cloning snapshot -B New disk size +=item B New disk size -B Additional tags to add to the disk resource. key=value pairs must be separated by empty space. +=item B Additional tags to add to the disk resource. key=value pairs must be separated by empty space. Example: az_disk_create(tags=>"some_tag=some_value another_tag=another_value") +=back =cut sub az_disk_create { @@ -1350,14 +1353,17 @@ Deletes resource from specified resource group. Single resource can be deleted b delimited by empty space using argument B. Arguments B and B are mutually exclusive. -B Existing resource group name. +=over 4 + +=item B Existing resource group name. -B Name of the resource to delete +=item B Name of the resource to delete -B list of resource IDs to delete +=item B list of resource IDs to delete -B Timeout for az command. Default: 60 +=item B Timeout for az command. Default: 60 +=back =cut sub az_resource_delete {