What Changed

The VMware Workspace ONE CCF connector (v3.0.0) had corrupted dataConnector resource name expressions in both the mainTemplate.json and the VMwareWorkspaceOne_PollerConfig.json. The poller names for both pollers (VMwareWorkspaceOneDevices_CL and VMwareWorkspaceOneDeviceApps_CL) contained a stray literal suffix that caused ARM to generate an invalid resource name, resulting in a “content template not found” failure at connect time.

This PR removes the corrupted suffix and updates the ARM expression syntax. Additional changes in the PR include bumping the connector API version from 2023-02-01-preview to 2024-09-01.

Security Impact (Visibility and Fidelity)

The VMware Workspace ONE connector has been non-functional since v3.0.0 (released 18-05-2026). Deployments attempting to configure the connector received a deployment failure at connection time – zero device inventory and zero installed application data was ingested into VMwareWorkspaceOneDevices_CL or VMwareWorkspaceOneDeviceApps_CL by any affected environment.

Note: PR review comments from an automated reviewer flag that the corrected ARM expressions in this PR may themselves contain syntax errors (double-bracket prefix and unbalanced brackets in some expressions), which could cause the template to still fail deployment. Validate the ARM template against a test workspace before rolling out to production.

Affected Files

Solutions/VMware Workspace ONE/Data Connectors/VMwareWorkspaceOneConnector_CCF/VMwareWorkspaceOne_PollerConfig.json
(packaging artefacts: 3.0.0.zip, mainTemplate.json)