From db304c27c75fd98b78dd0b2e23cb45a014ed6c17 Mon Sep 17 00:00:00 2001 From: Thomas Hughes Date: Sat, 13 Oct 2018 00:08:07 -0400 Subject: [PATCH] Fix spelling issue (#46982) Corrects spelling from `fo` to `of` for `storage_blob_name` +label: docsite_pr --- lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py b/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py index 6929535838e..5a043adf933 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py @@ -137,7 +137,7 @@ options: - storage_container storage_blob_name: description: - - Name fo the storage blob used to hold the VM's OS disk image. If no name is provided, defaults to + - Name of the storage blob used to hold the VM's OS disk image. If no name is provided, defaults to the VM name + '.vhd'. If you provide a name, it must end with '.vhd' aliases: - storage_blob