From 5c3f876536088687b2ca4fad17b4e2873297f306 Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Wed, 31 Mar 2021 15:17:24 -0700 Subject: [PATCH 1/2] Fix aggrement file directive. --- .../Identity.Governance/readme.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/Identity.Governance/Identity.Governance/readme.md b/src/Identity.Governance/Identity.Governance/readme.md index e89017593cf..a9a995b95b0 100644 --- a/src/Identity.Governance/Identity.Governance/readme.md +++ b/src/Identity.Governance/Identity.Governance/readme.md @@ -41,8 +41,19 @@ directive: - remove-path-by-operation: ^identityGovernance_(Get|Create|Update|Set|Delete)EntitlementManagement$|^identityGovernance\.entitlementManagement(_.*AccessPackageResourceRoleScopes|\.accessPackageResourceRoleScopes.*|\.accessPackageAssignmentPolicies\..*|\.accessPackageAssignmentRequests\..*|\.accessPackageAssignmentResourceRoles\..*|\.accessPackageAssignments\..*|\.accessPackageCatalogs\..*|\.accessPackageResourceRequests\..*|\.accessPackageResources\..*|\.accessPackages\..*)$ # Remove cmdlets - where: - subject: AgreementFile - variant: Get(2|3)|GetViaIdentity(2|3)|Delete(1|3)|DeleteViaIdentity(1|3)|Update(1|3)|UpdateExpanded(1|3)|UpdateViaIdentity(1|3)|UpdateViaIdentityExpanded(1|3) + verb: Get + subject: ^AgreementFile$ + variant: ^Get2|Get3|GetViaIdentity2|GetViaIdentity3$ + remove: true + - where: + verb: Update + subject: ^AgreementFile$ + variant: ^Update2|Update3|UpdateExpanded2|UpdateExpanded3|UpdateViaIdentity2|UpdateViaIdentity3|UpdateViaIdentityExpanded2|UpdateViaIdentityExpanded3$ + remove: true + - where: + verb: Remove + subject: ^AgreementFile$ + variant: ^Delete1|Delete3|DeleteViaIdentity1|DeleteViaIdentity3$ remove: true # Rename cmdlets with duplicates in their name. - where: From af184d13ffb818dbe023423b464ff4f70b1e7aef Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Wed, 31 Mar 2021 15:18:39 -0700 Subject: [PATCH 2/2] Bump SDK version to 1.4.3. --- .../Authentication/Microsoft.Graph.Authentication.psd1 | 2 +- src/DirectoryObjects/DirectoryObjects/readme.md | 2 +- src/Financials/Financials/readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 index b080bc96751..060868e9376 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 @@ -12,7 +12,7 @@ RootModule = './Microsoft.Graph.Authentication.psm1' # Version number of this module. -ModuleVersion = '1.4.2' +ModuleVersion = '1.4.3' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/DirectoryObjects/DirectoryObjects/readme.md b/src/DirectoryObjects/DirectoryObjects/readme.md index f59bed5b8e4..341426c7145 100644 --- a/src/DirectoryObjects/DirectoryObjects/readme.md +++ b/src/DirectoryObjects/DirectoryObjects/readme.md @@ -54,6 +54,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Financials/Financials/readme.md b/src/Financials/Financials/readme.md index 7a3445ecb2e..28756c3463d 100644 --- a/src/Financials/Financials/readme.md +++ b/src/Financials/Financials/readme.md @@ -57,6 +57,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ```