-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-write 11 static resources with the new backend #287
Conversation
Signed-off-by: Omer Demirok <odemirok@chef.io>
…esponse is empty Signed-off-by: Omer Demirok <odemirok@chef.io>
Signed-off-by: Omer Demirok <odemirok@chef.io>
docs/resources/azure_iothub.md
Outdated
|
||
## Syntax | ||
|
||
The `resource_group` and `name` must be given as a parameter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't strictly true based on the Parameters explanation. They could also just provide the resource_id
right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would this explain this?
The `resource_group` and `name` or the `resource_id` must be given as a parameter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
|
||
## Syntax | ||
|
||
The `resource_group`, `resource_name`, `event_hub_endpoint` and `name` must be given as a parameter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as the previous comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
|
||
## Syntax | ||
|
||
The `resource_group` and `name` must be given as a parameter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
|
||
## Syntax | ||
|
||
The `resource_group`, `server_name` and `name` must be given as a parameter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
name 'azure_storage_account_blob_container' | ||
desc 'Verifies settings for a Azure Storage Account Blob Container' | ||
example <<-EXAMPLE | ||
describe azure_storage_account_blob_container(resource_group: 'rg', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(optional) Might be nice to make this a single line
Signed-off-by: Omer Demirok <odemirok@chef.io>
Signed-off-by: Omer Demirok <odemirok@chef.io>
README.md
Outdated
@@ -352,7 +352,7 @@ See [azure_virtual_machine](libraries/azure_virtual_machine.rb) for a standard s | |||
- If the properties of the resource are to be manipulated before populating the FilterTable, a `populate_table` method has to be defined. See [azure_virtual_machines](libraries/azure_virtual_machines.rb). | |||
- If the resources exist in another resource, such as subnets of a virtual network, a `resource_path` has to be created. | |||
For that, the identifiers of the parent resource, `resource_group` and virtual network name `vnet`, must be required from the users. | |||
See [azure_subnets](libraries/azure_subnets.rb). | |||
See [azure_subnet](libraries/azure_subnets.rb). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looked correct before 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
docs/resources/azure_iothub.md
Outdated
@@ -26,7 +26,7 @@ For an example `inspec.yml` file and how to set up your Azure credentials, refer | |||
|
|||
## Syntax | |||
|
|||
The `resource_group` and `name` must be given as a parameter. | |||
The `resource_group` and `name` or the `resource_id` must be given as a parameter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick, The
is present here but not in most others
@@ -26,7 +26,7 @@ For an example `inspec.yml` file and how to set up your Azure credentials, refer | |||
|
|||
## Syntax | |||
|
|||
The `resource_group`, `resource_name`, `event_hub_endpoint` and `name` must be given as a parameter. | |||
The `resource_group`, `resource_name`, `event_hub_endpoint` and `name` or the `resource_id` must be given as a parameter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as the previous comment
Signed-off-by: Omer Demirok <odemirok@chef.io>
Signed-off-by: Omer Demirok <odemirok@chef.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent. Thanks @omerdemirok . LGTM
Signed-off-by: Omer Demirok odemirok@chef.io
Description
README
OLD DOCS
NEW DOCS
BACKEND
AzurermAdUsers
class.Issues Resolved
N/A
Check List
rake lint
passes