-
Notifications
You must be signed in to change notification settings - Fork 340
Open
Labels
not a bugNot a bugNot a bugquestionFurther information is requestedFurther information is requestedwork inIn trying to solve, or in working with contributorsIn trying to solve, or in working with contributors
Description
SUMMARY
in #1964 @Fred-sun and me spend quite a long time looking at how tags behave and should behave in the azure collection. The outcome is a (hopefully) complete test suite how tags should work that can/should be adopted into other modules that offer tag/append_tags support.
Essentially the test should be (always + idempotency verification)
- Creation of a resource without tags
- Creation of a resource with tags
- Adding a tag to 1)
- Adding another tag to 1) with explicit append_tags: true
- Replacing existing two tags on 1) with a different tag (append_tags: false)
- Remove tags (append_tags: false and tags unset)
ISSUE TYPE
- Feature Idea
COMPONENT NAME
All resources that use tags
ADDITIONAL INFORMATION
It seems that tags on azure level are not properly streamlined: Azure/azure-rest-api-specs#35693 so there may be slight variations needed in the tests like in #1971
Fred-sun
Metadata
Metadata
Assignees
Labels
not a bugNot a bugNot a bugquestionFurther information is requestedFurther information is requestedwork inIn trying to solve, or in working with contributorsIn trying to solve, or in working with contributors