Skip to content
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

Adds Queue functionality to azurerm_storage_account #212

Merged
merged 3 commits into from
Oct 22, 2019
Merged

Conversation

ghost
Copy link

@ghost ghost commented Oct 22, 2019

Description

Adds functionality to retrieve queue's for a given storage account.

Check List

Ruairi Fennell added 2 commits October 21, 2019 16:20
Signed-off-by: Ruairi Fennell <rfennell@chef.io>
Signed-off-by: Ruairi Fennell <rfennell@chef.io>
@ghost ghost self-requested a review October 22, 2019 11:15
Signed-off-by: Ruairi Fennell <rfennell@chef.io>
@ghost ghost added the Version: Bump Minor Used by github.minor_bump_labels to bump the Minor version number. label Oct 22, 2019
@@ -84,14 +84,16 @@ def set_reader(name, value, override)
self
end

def get(url:, api_version:, error_handler: nil, unwrap: nil, use_cache: true, params: {}) # rubocop:disable Metrics/ParameterLists
def get(url:, api_version:, error_handler: nil, unwrap: nil, use_cache: true, params: {}, headers: {}) # rubocop:disable Metrics/ParameterLists
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Allow extending Clients to pass headers into their requests. Queue API defines version this way.

Copy link
Contributor

@rmoles rmoles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. 💯

@rmoles rmoles merged commit 622dfb8 into master Oct 22, 2019
@chef-expeditor chef-expeditor bot deleted the sa_queue branch October 22, 2019 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant