Skip to content

Commit e29d86a

Browse files
ramsessanchezMicrosoft Graph DevX Toolingadrian05-msMIchaelMainersean-r-williams
authored
Merge to main for 2.33 release (#3459)
* Updating examples * adding template context * removing checkout * manually update openApi docs (#3373) * update and build security module only * responseAction reMap * update security beta * update openApi docs * Updating examples (#3378) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Ramses Sanchez-Hernandez <63934382+ramsessanchez@users.noreply.github.com> * Compress MgCommandMetadata.json to reduce whitespace/package size for `Microsoft.Graph.Authentication` (#3346) * PostGeneration\NewCommandMetadata: Compress MgCommandMetadata.json with `-Compress` on `ConvertTo-Json` * PostGeneration\AuthModuleMetadata: Compress MgCommandMetadata.json with `-Compress` on `ConvertTo-Json` --------- Co-authored-by: Ramses Sanchez-Hernandez <63934382+ramsessanchez@users.noreply.github.com> * [v2] Weekly OpenApiDocs Refresh (#3379) * Weekly OpenApiDocs Download. * Add generated MgCommandMetadata.json. [run ci] --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * fix: include the groups on prem sync behavior in the OpenAPI spec (#3400) * update azure.identity tooling (#3403) * Updating examples (#3398) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Update New-MgDomainFederationConfiguration.md (#3385) Co-authored-by: Ramses Sanchez-Hernandez <63934382+ramsessanchez@users.noreply.github.com> * Fix missing extensionAttributes structure in PowerShell Example 2 for Update-MgDevice.md (#3384) Example 2 is missing the actual structure or syntax for how to pass extensionAttributes. Please include a working PowerShell snippet with the correct object structure. Co-authored-by: Ramses Sanchez-Hernandez <63934382+ramsessanchez@users.noreply.github.com> * Fix: Include the users onPremSyncBehavior API in the OpenAPI spec (#3407) Co-authored-by: Darshan Maiya <Darshan.Maiya@microsoft.com> * [v2] Weekly OpenApiDocs Refresh (#3410) * Weekly OpenApiDocs Download. * Add generated MgCommandMetadata.json. [run ci] --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * revert azure identity updates (#3411) * revert azure identity updates * version 2.31.0 * Add generated MgCommandMetadata.json. [run ci] (#3412) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Updating examples (#3416) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Update example to clarify scope of AllowedToUseSSPR parameter (#3417) Updated examples in Update-MgPolicyAuthorizationPolicy.md to clarify user roles and permissions. Co-authored-by: Ramses Sanchez-Hernandez <63934382+ramsessanchez@users.noreply.github.com> * update known working open api docs (#3424) * [v2] Weekly OpenApiDocs Refresh (#3423) * Weekly OpenApiDocs Download. * Add generated MgCommandMetadata.json. [run ci] --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Add update schedule section to README Added update schedule information for the SDK. * Clarify update schedule wording in README * Adding mapping for new Migrations module (#3437) Co-authored-by: Dan Guilliams <daguilli@microsoft.com> * fix: workload module script signing in pwsh at 17:20:16 (#3443) closes #2614 #2527 #3418 adds code signing to custom scripts for Identity Management and Unprotect-SecureString * chore: updates migrations module mapping regex (#3446) Co-authored-by: Dan Guilliams <daguilli@microsoft.com> * Add generated Migrations folder (#3450) * add migrations folder * Migrations module Autorest configuration updates for Cross Tenant Migration Jobs (#3447) * Updating mapping and command names for cross tenant migration jobs * Fixing comments for Migrations module autorest config --------- Co-authored-by: Dan Guilliams <daguilli@microsoft.com> Co-authored-by: Ramses Sanchez-Hernandez <63934382+ramsessanchez@users.noreply.github.com> --------- Co-authored-by: Daniel Guilliams <272397+danguilliams@users.noreply.github.com> Co-authored-by: Dan Guilliams <daguilli@microsoft.com> * Updating examples (#3453) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Updating examples (#3449) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * manually update validated openApi docs (#3455) * [v2] Weekly OpenApiDocs Refresh (#3456) * Weekly OpenApiDocs Download. * Add generated MgCommandMetadata.json. [run ci] --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Adrian <christiano+github@microsoft.com> Co-authored-by: Michael Mainer <8527305+MIchaelMainer@users.noreply.github.com> Co-authored-by: Sean Williams <72675818+sean-r-williams@users.noreply.github.com> Co-authored-by: Gavin Barron <gavin.barron@gmail.com> Co-authored-by: Jun Takata <36251880+juntakata@users.noreply.github.com> Co-authored-by: Konstantin Klein <84774014+KonstantinMSFT@users.noreply.github.com> Co-authored-by: Darshan Maiya <darshanmaiya@users.noreply.github.com> Co-authored-by: Darshan Maiya <Darshan.Maiya@microsoft.com> Co-authored-by: Eunice Waweru <73849846+msewaweru@users.noreply.github.com> Co-authored-by: Luis Ramos <77297467+lramosvea@users.noreply.github.com> Co-authored-by: Daniel Guilliams <272397+danguilliams@users.noreply.github.com> Co-authored-by: Dan Guilliams <daguilli@microsoft.com>
1 parent 47660d3 commit e29d86a

File tree

96 files changed

+114785
-41279
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+114785
-41279
lines changed

.azure-pipelines/generation-templates/workload-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ steps:
5656
- template: ../common-templates/esrp/codesign.yml
5757
parameters:
5858
FolderPath: "$(System.DefaultWorkingDirectory)/src"
59-
Pattern: "Microsoft.Graph.*.private.dll, Microsoft.Graph.*.psm1, Microsoft.Graph.*.psd1, Microsoft.Graph.*.format.ps1xml, ProxyCmdletDefinitions.ps1, load-dependency.ps1"
59+
Pattern: "Microsoft.Graph.*.private.dll, Microsoft.Graph.*.psm1, Microsoft.Graph.*.psd1, Microsoft.Graph.*.format.ps1xml, ProxyCmdletDefinitions.ps1, load-dependency.ps1, Unprotect-SecureString.ps1, *-Mg*EntitlementManagement*.ps1"
6060

6161
- task: PowerShell@2
6262
displayName: "Validate Authenticode Signature"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ $Users = Get-MgBetaUser
115115

116116
## Notes
117117

118+
### Update Schedule
119+
120+
The Microsoft Graph PowerShell SDK is scheduled to be updated during the fourth week of each month
121+
118122
### Upgrading to v2
119123

120124
The following breaking changes have been introduced between `v1.x` and `v2.x`:

config/ModuleMetadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"versions": {
2828
"authentication": {
2929
"prerelease": "",
30-
"version": "2.32.0"
30+
"version": "2.33.0"
3131
},
3232
"beta": {
3333
"prerelease": "",
34-
"version": "2.32.0"
34+
"version": "2.33.0"
3535
},
3636
"v1.0": {
3737
"prerelease": "",
38-
"version": "2.32.0"
38+
"version": "2.33.0"
3939
}
4040
}
4141
}

config/ModulesMapping.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"Identity.Partner": "^tenantRelationships.delegatedAdminRelationship$|^tenantRelationships.delegatedAdminCustomer$",
2727
"Mail": "^users.inferenceClassification$|^users.mailFolder$|^users.message$",
2828
"ManagedTenants": "^tenantRelationships.managedTenant$",
29+
"Migrations": "^solutions.migrationsRoot",
2930
"NetworkAccess": "^networkAccess\\.",
3031
"Notes": "^users.onenote$|^groups.onenote$|^sites.onenote$",
3132
"People": "^users.person$|^users.profile$|^users.officeGraphInsights$|^users.userAnalytics$",

0 commit comments

Comments
 (0)