From d4aed2e40f711739d6e281814bbf719d21fa4ac3 Mon Sep 17 00:00:00 2001 From: "Timothy Wamalwa (from Dev Box)" Date: Wed, 25 Sep 2024 10:11:25 +0300 Subject: [PATCH] Removed DeviceAppManagementMobileAppRelationship from beta generation due to build pipeline errors at autorest stage --- src/Devices.CorporateManagement/beta/readme.md | 5 +++++ 1 file changed, 5 insertions(+) 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 ```