Skip to content

28.0 - Migrate File Storage Connector#7852

Open
aholstrup1 wants to merge 1 commit intoreleases/28.0from
aholstrup1/remove-azure-file-service-connector-28.0
Open

28.0 - Migrate File Storage Connector#7852
aholstrup1 wants to merge 1 commit intoreleases/28.0from
aholstrup1/remove-azure-file-service-connector-28.0

Conversation

@aholstrup1
Copy link
Copy Markdown
Contributor

@aholstrup1 aholstrup1 commented Apr 25, 2026

Fixes AB#632420

…ests

Removes the app and its associated test app from the repository.
App ID: 79447b11-8301-4d02-a546-2261eb811296
Test App ID: 80ef626f-e8de-4050-b144-0e3d4993a718
@aholstrup1 aholstrup1 requested a review from a team as a code owner April 25, 2026 06:39
Copilot AI review requested due to automatic review settings April 25, 2026 06:39
@aholstrup1 aholstrup1 requested review from a team as code owners April 25, 2026 06:39
@github-actions github-actions Bot added the AL: Apps (W1) Add-on apps for W1 label Apr 25, 2026
@aholstrup1 aholstrup1 enabled auto-merge (squash) April 25, 2026 06:40
@github-actions github-actions Bot added this to the Version 28.0 milestone Apr 25, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR appears to remove the External File Storage – Azure File Service (Azure File Share) Connector app and its associated test app from the W1 apps set as part of the referenced “migration” work.

Changes:

  • Deleted the Azure File Share connector implementation (connector registration, account table/pages, auth enum, and connector codeunit).
  • Deleted related permissions/entitlement objects for the connector.
  • Deleted the dedicated test app (tests, mocks, and test app manifest).

Reviewed changes

Copilot reviewed 17 out of 21 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/Apps/W1/External File Storage - Azure File Service Connector/Test/src/mocks/ExtFileAccountMock.Codeunit.al Removed mock used by the connector test suite.
src/Apps/W1/External File Storage - Azure File Service Connector/Test/src/ExtAzureFileServiceTest.Codeunit.al Removed File Share connector tests.
src/Apps/W1/External File Storage - Azure File Service Connector/Test/app.json Removed test app manifest and dependencies.
src/Apps/W1/External File Storage - Azure File Service Connector/App/src/ExtFileShareConnectorImpl.Codeunit.al Removed the connector implementation (file/folder operations + account handling).
src/Apps/W1/External File Storage - Azure File Service Connector/App/src/ExtFileShareConnector.EnumExt.al Removed enum extension that registered the connector in “Ext. File Storage Connector”.
src/Apps/W1/External File Storage - Azure File Service Connector/App/src/ExtFileShareAuthType.Enum.al Removed auth type enum used by the connector account.
src/Apps/W1/External File Storage - Azure File Service Connector/App/src/ExtFileShareAccountWizard.Page.al Removed account registration wizard page.
src/Apps/W1/External File Storage - Azure File Service Connector/App/src/ExtFileShareAccount.Table.al Removed connector account table and isolated storage secret handling.
src/Apps/W1/External File Storage - Azure File Service Connector/App/src/ExtFileShareAccount.Page.al Removed account card page.
src/Apps/W1/External File Storage - Azure File Service Connector/App/permissions/FileStorageEditExtFileShare.PermissionSetExt.al Removed permission set extension wiring connector permissions into base sets.
src/Apps/W1/External File Storage - Azure File Service Connector/App/permissions/FileStorageAdminExtFileShare.PermissionSetExt.al Removed permission set extension wiring connector permissions into base sets.
src/Apps/W1/External File Storage - Azure File Service Connector/App/permissions/ExtFileShareRead.PermissionSet.al Removed connector read permission set.
src/Apps/W1/External File Storage - Azure File Service Connector/App/permissions/ExtFileShareObjects.PermissionSet.al Removed connector objects permission set.
src/Apps/W1/External File Storage - Azure File Service Connector/App/permissions/ExtFileShareEdit.PermissionSet.al Removed connector edit permission set.
src/Apps/W1/External File Storage - Azure File Service Connector/App/app.json Removed main connector app manifest.
src/Apps/W1/External File Storage - Azure File Service Connector/App/README.md Removed connector README.
src/Apps/W1/External File Storage - Azure File Service Connector/App/Entitlements/ExtFileShareConnector.Entitlement.al Removed implicit entitlement definition.
Comments suppressed due to low confidence (1)

src/Apps/W1/External File Storage - Azure File Service Connector/App/src/ExtFileShareConnectorImpl.Codeunit.al:1

  • This PR deletes the entire Azure File Service/File Share connector implementation and registration. I couldn’t find any new/renamed replacement connector elsewhere in the repo after these deletions, so this looks like a functional removal rather than a migration. If the intent is a migration, please include the new location/objects in the PR or update the PR description to clarify that File Share support is being dropped in 28.0 (and confirm upgrade/compat implications).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AL: Apps (W1) Add-on apps for W1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants