-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcookiecutter.json
More file actions
52 lines (52 loc) · 1.33 KB
/
Copy pathcookiecutter.json
File metadata and controls
52 lines (52 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"root_folder": "iot-hub-documentdb-python-get-started",
"hub_name": "",
"iothubowner_policy_key": "",
"device_policy_key": "",
"documentdb_serviceUri": "",
"documentdb_key": "",
"documentdb_database": "",
"documentdb_collection": "",
"_visual_studio": {
"root_folder": {
"label": "Root Folder",
"description": "Root folder for the sample",
"selector": "string"
},
"hub_name": {
"label": "Hub Name",
"description": "The Azure IOT Hub host name",
"selector": "string"
},
"iothubowner_policy_key": {
"label": "IOT Hubowner Policy Key",
"description": "IOT Hub owner policy key",
"selector": "string"
},
"device_policy_key": {
"label": "IOT Hub device Policy Key",
"description": "IOT Hub device policy key",
"selector": "string"
},
"documentdb_serviceUri": {
"label": "DocumentDB Uri",
"description": "The Uri of DocumentDB service",
"selector": "string"
},
"documentdb_key": {
"label": "DocumentDB Primary Key",
"description": "DocumentDB Primary Key",
"selector": "string"
},
"documentdb_database": {
"label": "DocumentDB Database Name",
"description": "DocumentDB Database Name",
"selector": "string"
},
"documentdb_collection": {
"label": "DocumentDB Collection Name",
"description": "DocumentDB Collection Name",
"selector": "string"
}
}
}