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

Enhance 'tags' feature for all the resources #262

Closed
Sum123it opened this issue Jul 10, 2020 · 2 comments · Fixed by #277
Closed

Enhance 'tags' feature for all the resources #262

Sum123it opened this issue Jul 10, 2020 · 2 comments · Fixed by #277
Assignees

Comments

@Sum123it
Copy link

Need tags feature with interactive features like we have aws and gcp resources.

We should be able to do like this

describe any_azure_resource('resource') do
  its('tags_hash') { should include('Contact' => 'foo') }
  its('tags_hash') { should include('Contact') }                  # Regardsless of the value
end

also include below features:

any_azure_resource.where(tags: /"created_by"=>/)

@omerdemirok omerdemirok self-assigned this Jul 10, 2020
@Sum123it
Copy link
Author

Sum123it commented Aug 1, 2020

@omerdemirok - Do we have an update on the major enhancements of Azure Pack?. Eagerly waiting!

@omerdemirok
Copy link
Contributor

@Sum123it , hopefully next week, I'll put up a PR for that 🤞

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 a pull request may close this issue.

2 participants