Skip to content

Commit fb90e85

Browse files
authored
Update integration-manifest.json (#8)
* Update integration-manifest.json Adding top level name
1 parent fcedc55 commit fb90e85

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

integration-manifest.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,18 @@
2828
"platformSupport": "Unused"
2929
},
3030
"store_types": {
31-
"Name": "Azure Application Gateway",
32-
"ShortName": "AzureAppGW",
33-
"Capability": "AzureAppGW",
34-
"LocalStore": false,
35-
"SupportedOperations": {
36-
"Add": true,
37-
"Create": false,
38-
"Discovery": true,
39-
"Enrollment": false,
40-
"Remove": true
31+
"AzureAppGW" : {
32+
"Name": "Azure Application Gateway",
33+
"ShortName": "AzureAppGW",
34+
"Capability": "AzureAppGW",
35+
"LocalStore": false,
36+
"SupportedOperations": {
37+
"Add": true,
38+
"Create": false,
39+
"Discovery": true,
40+
"Enrollment": false,
41+
"Remove": true
42+
}
4143
},
4244
"Properties": [
4345
{

0 commit comments

Comments
 (0)