Skip to content

File tree

64 files changed

+3775
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+3775
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// ------------------------------------------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
3+
// Licensed under the MIT License. See License.txt in the project root for license information.
4+
// ------------------------------------------------------------------------------------------------
5+
6+
namespace System.ExternalFileStorage;
7+
8+
entitlement "Ext. Blob Storage Connector"
9+
{
10+
11+
ObjectEntitlements = "Ext. Blob Stor. - Edit";
12+
Type = Implicit;
13+
}
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# External File Storage - Azure Blob Storage Connector
2+
This connector allows access to Azure Blob Storage Containers.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"id": "c9ce86fe-cb70-4b79-be03-d21856b1a4ca",
3+
"name": "External File Storage - Azure Blob Service Connector",
4+
"publisher": "Microsoft",
5+
"brief": "Enables file and folder operations for Azure Blob Service Containers via the External File Storage Module with Business Central.",
6+
"description": "This app enables file and folder operations for Azure Blob Service Containers via the External File Storage Module with Business Central.",
7+
"version": "26.0.0.0",
8+
"privacyStatement": "https://go.microsoft.com/fwlink/?linkid=724009",
9+
"EULA": "https://go.microsoft.com/fwlink/?linkid=2009120",
10+
"help": "https://go.microsoft.com/fwlink/?linkid=2134520",
11+
"url": "https://go.microsoft.com/fwlink/?linkid=724011",
12+
"logo": "ExtensionLogo.png",
13+
"application": "26.0.0.0",
14+
"platform": "26.0.0.0",
15+
"internalsVisibleTo": [
16+
{
17+
"id": "adcda309-4da8-43b8-b05d-d0287462ed42",
18+
"name": "External File Storage - Azure Blob Service Connector Tests",
19+
"publisher": "Microsoft"
20+
}
21+
],
22+
"dependencies": [],
23+
"screenshots": [],
24+
"idRanges": [
25+
{
26+
"from": 4560,
27+
"to": 4569
28+
}
29+
],
30+
"resourceExposurePolicy": {
31+
"allowDebugging": true,
32+
"allowDownloadingSource": true,
33+
"includeSourceInSymbolFile": true
34+
},
35+
"contextSensitiveHelpUrl": "https://go.microsoft.com/fwlink/?linkid=2134520",
36+
"resourceFolders": ["data"]
37+
}
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// ------------------------------------------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
3+
// Licensed under the MIT License. See License.txt in the project root for license information.
4+
// ------------------------------------------------------------------------------------------------
5+
6+
namespace System.ExternalFileStorage;
7+
8+
permissionset 4562 "Ext. Blob Stor. - Edit"
9+
{
10+
Access = Public;
11+
Assignable = false;
12+
Caption = 'Blob Storage - Edit';
13+
14+
IncludedPermissionSets = "Ext. Blob Stor. - Read";
15+
16+
Permissions =
17+
tabledata "Ext. Blob Storage Account" = imd;
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// ------------------------------------------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
3+
// Licensed under the MIT License. See License.txt in the project root for license information.
4+
// ------------------------------------------------------------------------------------------------
5+
6+
namespace System.ExternalFileStorage;
7+
8+
permissionset 4560 "Ext. Blob Stor. - Objects"
9+
{
10+
Access = Public;
11+
Assignable = false;
12+
Caption = 'Blob Storage - Objects';
13+
14+
Permissions =
15+
table "Ext. Blob Storage Account" = X,
16+
page "Ext. Blob Stor. Account Wizard" = X,
17+
page "Ext. Blob Sto Container Lookup" = X,
18+
page "Ext. Blob Storage Account" = X;
19+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// ------------------------------------------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
3+
// Licensed under the MIT License. See License.txt in the project root for license information.
4+
// ------------------------------------------------------------------------------------------------
5+
6+
namespace System.ExternalFileStorage;
7+
8+
permissionset 4561 "Ext. Blob Stor. - Read"
9+
{
10+
Access = Public;
11+
Assignable = false;
12+
Caption = 'Blob Storage - Read';
13+
14+
IncludedPermissionSets = "Ext. Blob Stor. - Objects";
15+
16+
Permissions =
17+
tabledata "Ext. Blob Storage Account" = r;
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// ------------------------------------------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
3+
// Licensed under the MIT License. See License.txt in the project root for license information.
4+
// ------------------------------------------------------------------------------------------------
5+
6+
namespace System.ExternalFileStorage;
7+
8+
permissionsetextension 4560 "File Storage - Admin - Ext. Blob Storage" extends "File Storage - Admin"
9+
{
10+
IncludedPermissionSets = "Ext. Blob Stor. - Edit";
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// ------------------------------------------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
3+
// Licensed under the MIT License. See License.txt in the project root for license information.
4+
// ------------------------------------------------------------------------------------------------
5+
6+
namespace System.ExternalFileStorage;
7+
8+
permissionsetextension 4561 "File Storage - Edit - Ext. Blob Storage" extends "File Storage - Edit"
9+
{
10+
IncludedPermissionSets = "Ext. Blob Stor. - Read";
11+
}

0 commit comments

Comments
 (0)