Skip to content

Commit

Permalink
Remove test tags
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Apr 10, 2024
1 parent c046973 commit 501cf59
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 53 deletions.
1 change: 0 additions & 1 deletion gen/definitions/allowed_protocols.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,5 @@ attributes:
tf_name: allow_5g
type: Bool
description: Allow 5G. This field is only supported from ISE 3.2.
test_tags: [ISE32]
example: true
minimum_test_value: "true"
2 changes: 0 additions & 2 deletions gen/definitions/internal_user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ attributes:
example: [email protected]
- model_name: accountNameAlias
data_path: [InternalUser]
test_tags: [ISE32]
type: String
description: The Account Name Alias will be used to send email notifications about password expiration. This field is only supported from ISE 3.2.
example: User 1
Expand All @@ -48,7 +47,6 @@ attributes:
example: true
- model_name: passwordNeverExpires
data_path: [InternalUser]
test_tags: [ISE32]
type: Bool
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.
default_value: false
Expand Down
1 change: 0 additions & 1 deletion gen/definitions/user_identity_group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: User Identity Group
rest_endpoint: /ers/config/identitygroup
data_source_name_query: true
doc_category: Identity Management
test_tags: [ISE32]
attributes:
- model_name: name
data_path: [IdentityGroup]
Expand Down
9 changes: 2 additions & 7 deletions internal/provider/data_source_ise_allowed_protocols_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 4 additions & 13 deletions internal/provider/data_source_ise_internal_user_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions internal/provider/data_source_ise_user_identity_group_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 3 additions & 10 deletions internal/provider/resource_ise_allowed_protocols_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 4 additions & 12 deletions internal/provider/resource_ise_internal_user_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions internal/provider/resource_ise_user_identity_group_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 501cf59

Please sign in to comment.