From 01357e1e29346f261811a5f9ba714715727dec92 Mon Sep 17 00:00:00 2001 From: Kimberly Garmoe Date: Fri, 2 Mar 2018 06:18:01 -0800 Subject: [PATCH] Kg/az fix (#2763) * Fixes typo * Remove unclear phrase Signed-off-by: kagarmoe --- docs/resources/azure_generic_resource.md.erb | 2 +- docs/resources/azure_resource_group.md.erb | 2 +- docs/resources/azure_virtual_machine.md.erb | 2 +- docs/resources/azure_virtual_machine_data_disk.md.erb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/resources/azure_generic_resource.md.erb b/docs/resources/azure_generic_resource.md.erb index d85c769b7..554fe1b3b 100644 --- a/docs/resources/azure_generic_resource.md.erb +++ b/docs/resources/azure_generic_resource.md.erb @@ -49,7 +49,7 @@ Use this parameter to define the name of the Azure resource to test. ### apiversion -The API Version to use when querying the resource. Defaults to the latest version for the resoure type is used. +The API Version to use when querying the resource. Defaults to the latest version for the resource. describe azure_virtual_machine_data_disk(group_name: 'InSpec-Azure', name: 'Windows-Internal-VM', apiversion: '2.0') do ... diff --git a/docs/resources/azure_resource_group.md.erb b/docs/resources/azure_resource_group.md.erb index 73c3a9465..9649912f8 100644 --- a/docs/resources/azure_resource_group.md.erb +++ b/docs/resources/azure_resource_group.md.erb @@ -180,7 +180,7 @@ If a resource group contains one virtual machine with an OS disk and 2 data disk ## Matchers -This resource has a number of special matchers that provide a simple way to test of a specific Azure Resoure Type exists in the resource group. +This resource has a number of special matchers that provide a simple way to test if a specific Azure Resource type exists in the resource group. For a full list of available matchers, please visit our [matchers page](https://www.inspec.io/docs/reference/matchers/). diff --git a/docs/resources/azure_virtual_machine.md.erb b/docs/resources/azure_virtual_machine.md.erb index 12010f3b1..51fe76cb3 100644 --- a/docs/resources/azure_virtual_machine.md.erb +++ b/docs/resources/azure_virtual_machine.md.erb @@ -60,7 +60,7 @@ Use this parameter to define the name of the Azure resource to test. ### apiversion -The API Version to use when querying the resource. Defaults to the latest version for the resoure type is used. +The API Version to use when querying the resource. Defaults to the latest version for the resource. describe azure_virtual_machine_data_disk(group_name: 'InSpec-Azure', name: 'Windows-Internal-VM', apiversion: '2.0') do ... diff --git a/docs/resources/azure_virtual_machine_data_disk.md.erb b/docs/resources/azure_virtual_machine_data_disk.md.erb index 0623266a4..ffa53c8bb 100644 --- a/docs/resources/azure_virtual_machine_data_disk.md.erb +++ b/docs/resources/azure_virtual_machine_data_disk.md.erb @@ -62,7 +62,7 @@ Use this parameter to define the name of the Azure resource to test. ### apiversion -The API Version to use when querying the resource. Defaults to the latest version for the resoure type is used. +The API Version to use when querying the resource. Defaults to the latest version for the resource. describe azure_virtual_machine_data_disk(group_name: 'InSpec-Azure', name: 'Windows-Internal-VM', apiversion: '2.0') do ...