Skip to content

Commit 501cf59

Browse files
committed
Remove test tags
1 parent c046973 commit 501cf59

9 files changed

+13
-53
lines changed

gen/definitions/allowed_protocols.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,5 @@ attributes:
500500
tf_name: allow_5g
501501
type: Bool
502502
description: Allow 5G. This field is only supported from ISE 3.2.
503-
test_tags: [ISE32]
504503
example: true
505504
minimum_test_value: "true"

gen/definitions/internal_user.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ attributes:
3131
3232
- model_name: accountNameAlias
3333
data_path: [InternalUser]
34-
test_tags: [ISE32]
3534
type: String
3635
description: The Account Name Alias will be used to send email notifications about password expiration. This field is only supported from ISE 3.2.
3736
example: User 1
@@ -48,7 +47,6 @@ attributes:
4847
example: true
4948
- model_name: passwordNeverExpires
5049
data_path: [InternalUser]
51-
test_tags: [ISE32]
5250
type: Bool
5351
description: Set to `true` to indicate the user password never expires. This will not apply to Users who are also ISE Admins. This field is only supported from ISE 3.2.
5452
default_value: false

gen/definitions/user_identity_group.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: User Identity Group
33
rest_endpoint: /ers/config/identitygroup
44
data_source_name_query: true
55
doc_category: Identity Management
6-
test_tags: [ISE32]
76
attributes:
87
- model_name: name
98
data_path: [IdentityGroup]

internal/provider/data_source_ise_allowed_protocols_test.go

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/data_source_ise_internal_user_test.go

Lines changed: 4 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/data_source_ise_user_identity_group_test.go

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/resource_ise_allowed_protocols_test.go

Lines changed: 3 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/resource_ise_internal_user_test.go

Lines changed: 4 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/resource_ise_user_identity_group_test.go

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)