-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
67 lines (67 loc) · 2.03 KB
/
app.json
File metadata and controls
67 lines (67 loc) · 2.03 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"id": "434f95e1-62b4-4ce1-a46d-9317d483c259",
"name": "DynamicSharePoint",
"publisher": "Cetas Information Technology Pvt Ltd",
"brief": "A Dynamic Sharepoint App help user to Store there Records attchments",
"description": "Dynamics SharePoint app for Business Central, which likely involves integrating SharePoint with Business Central to streamline document management, automate workflows, and enhance data sharing. This app could enable users to store, retrieve, and manage Business Central records directly within SharePoint, leveraging APIs, OAuth authentication, and JSON-based data exchange.",
"version": "1.0.0.1",
"privacyStatement": "https://cetastech.com/",
"EULA": "",
"help": "https://cetastech.com/",
"url": "https://cetastech.com/",
"logo": "./Resources/Applogo/cetas - logo.png",
"dependencies": [],
"screenshots": [],
"platform": "27.0.0.0",
"application": "27.0.0.0",
"idRanges": [
{
"from": 99990,
"to": 99999
}
],
"contextSensitiveHelpUrl": "https://cetastech.com/",
"supportedLocales": [
"EN-IN"
],
"features": [
"AllTranslationItems",
"ExcludeGeneratedTranslations",
"GenerateCaptions",
"GenerateLockedTranslations",
"NoImplicitWith",
"NoPromotedActionProperties",
"TranslationFile",
"UseLegacyAnalyzerStrategy"
],
"internalsVisibleTo": [],
"propagateDependencies": true,
"preprocessorSymbols": [
"Conditional directives",
"Regions",
"Pragmas",
"NaqviDebug"
],
"applicationInsightsConnectionString": "azure app secrets retrieval by extensions",
"keyVaultUrls": [
"https://myfirstkeyvault.vault.azure.net",
"https://mysecondkeyvault.vault.azure.net"
],
"suppressWarnings": [],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": false,
"includeSourceInSymbolFile": true,
"applyToDevExtension": true
},
"source": {},
"build": {
"by": "azure",
"url": "pipelines"
},
"alternateIds": [],
"runtime": "16.0",
"resourceFolders": [
"Resources"
]
}