diff --git a/src/Devices.CorporateManagement/beta/readme.md b/src/Devices.CorporateManagement/beta/readme.md index d86a114ff4..8ffd5413ec 100644 --- a/src/Devices.CorporateManagement/beta/readme.md +++ b/src/Devices.CorporateManagement/beta/readme.md @@ -36,4 +36,9 @@ directive: subject: ^(DeviceAppManagementMobileAppAssignmentCount|DeviceAppManagementMobileAppCategoryCount|DeviceAppManagementMobileAppContentVersionFileCount|DeviceAppManagementMobileAppContentVersionCount|DeviceAppManagementMobileAppContentVersionContainedAppCount|DeviceAppManagementMobileAppRelationshipCount)$ variant: ^(Get|GetExpanded|GetViaIdentity|GetViaIdentityExpanded)([1-9]{1,2})$ remove: true + # This cmdlet is causing build pipeline errors due multiple parameter types in the body parameter + - where: + verb: Update + subject: ^(DeviceAppManagementMobileAppRelationship)$ + remove: true ```