Skip to content

Commit

Permalink
Merge pull request #20202 from lpalovsky/azure_cli_docs
Browse files Browse the repository at this point in the history
Unify azure cli docs
  • Loading branch information
lpalovsky authored Sep 17, 2024
2 parents 23bbd93 + 2346070 commit 8b85fb5
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions lib/sles4sap/azure_cli.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1313,17 +1313,20 @@ sub az_network_peering_delete {
Creates new disk device either by specifying B<size_gb> or by cloning another disk device using argument B<source>.
Arguments B<size_gb> and B<source> are mutually exclusive.
B<name> New disk name
=over 5
=item B<name> New disk name
B<resource_group> Existing resource group name.
=item B<resource_group> Existing resource group name.
B<source> Create disk by cloning snapshot
=item B<source> Create disk by cloning snapshot
B<size_gb> New disk size
=item B<size_gb> New disk size
B<tags> Additional tags to add to the disk resource. key=value pairs must be separated by empty space.
=item B<tags> 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 {
Expand All @@ -1350,14 +1353,17 @@ Deletes resource from specified resource group. Single resource can be deleted b
delimited by empty space using argument B<ids>.
Arguments B<name> and B<ids> are mutually exclusive.
B<resource_group> Existing resource group name.
=over 4
=item B<resource_group> Existing resource group name.
B<name> Name of the resource to delete
=item B<name> Name of the resource to delete
B<ids> list of resource IDs to delete
=item B<ids> list of resource IDs to delete
B<timeout> Timeout for az command. Default: 60
=item B<timeout> Timeout for az command. Default: 60
=back
=cut

sub az_resource_delete {
Expand Down

0 comments on commit 8b85fb5

Please sign in to comment.