Skip to content

Commit d47e43b

Browse files
Remove Scheme instances from deprecated attribute
1 parent 8bb5fc9 commit d47e43b

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

cfn-resources/third-party-integration/mongodb-atlas-thirdpartyintegration.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"/properties/MicrosoftTeamsWebhookUrl",
5454
"/properties/UserName",
5555
"/properties/ServiceDiscovery",
56-
"/properties/Scheme",
5756
"/properties/Enabled",
5857
"/properties/SendUserProvidedResourceTags"
5958
],

cfn-resources/third-party-integration/test/inputs_2_create.template.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"Profile": "default",
44
"Type": "PROMETHEUS",
55
"Enabled": true,
6-
"Scheme": "http",
76
"ServiceDiscovery": "http",
87
"UserName": "",
98
"Password": ""

cfn-resources/third-party-integration/test/inputs_2_update.template.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"Profile": "default",
44
"Type": "PROMETHEUS",
55
"Enabled": true,
6-
"Scheme": "http",
76
"ServiceDiscovery": "http",
87
"UserName": "",
98
"Password": ""

cfn-resources/third-party-integration/test/thirdpartyintegration.sample-template.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"ProjectId": "636ca5b9ac99222b0ba4de80",
1919
"Type": "PROMETHEUS",
2020
"Enabled": "true",
21-
"Scheme": "https",
2221
"ServiceDiscovery": "file",
2322
"UserName": "PromUser12345578",
2423
"Password": "Hello@1234"

0 commit comments

Comments
 (0)