You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"=>/)
The text was updated successfully, but these errors were encountered:
Need tags feature with interactive features like we have aws and gcp resources.
We should be able to do like this
also include below features:
any_azure_resource.where(tags: /"created_by"=>/)
The text was updated successfully, but these errors were encountered: