Skip to content

Merge to main #3169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 35 commits into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
e1803f9
Set alias for *OnPremise* to *OnPremises*
Feb 15, 2025
d3e7a9d
Merge branch 'dev' into tm/onpremise-alias
timayabi2020 Feb 16, 2025
97ef74d
Updated directive
Feb 16, 2025
00b786b
Merge branch 'dev' of https://github.com/microsoftgraph/msgraph-sdk-p…
Feb 17, 2025
2a4226c
Uses the latest submodule
Feb 19, 2025
ed32985
Adds metadata for mggroup member
Feb 19, 2025
e481ff7
Merge branch 'dev' into tm/onpremise-alias
timayabi2020 Feb 19, 2025
22e5489
Merge branch 'dev' into mggroup-member-metadata
timayabi2020 Feb 19, 2025
93131d0
Merge pull request #3137 from microsoftgraph/tm/onpremise-alias
timayabi2020 Feb 20, 2025
ceaacf6
Merge branch 'dev' into mggroup-member-metadata
timayabi2020 Feb 20, 2025
4a7e86d
Merge pull request #3144 from microsoftgraph/mggroup-member-metadata
timayabi2020 Feb 20, 2025
9627e34
Remove sorting by unique name because it omits permissions with the s…
Feb 20, 2025
b0bcddf
Merge pull request #3148 from microsoftgraph/3122-delegated-permissio…
timayabi2020 Feb 20, 2025
43bea4b
Updated replace and remove slashes
Feb 21, 2025
1bb5aa6
Merge pull request #3153 from microsoftgraph/3149-failure-response-fr…
timayabi2020 Feb 21, 2025
f2a809c
Updated Json extension to handle deeply nested object and array
Feb 21, 2025
aedcfa0
Merge branch 'dev' of https://github.com/microsoftgraph/msgraph-sdk-p…
Feb 21, 2025
81f2120
Fixed formatting
Feb 21, 2025
64935e1
Removed password texts to avoid being flagged by credscan
Feb 21, 2025
9e74db3
Refreshed open Api file for Device.CorporateManagement beta version
Feb 21, 2025
45b34e8
Removed unnecessary usings
Feb 24, 2025
0c2566e
Merge pull request #3164 from microsoftgraph/fix/nested-json-objs
timayabi2020 Feb 24, 2025
a8f178b
Merge branch 'dev' into missing-modules
timayabi2020 Feb 24, 2025
959defd
Merge pull request #3165 from microsoftgraph/missing-modules
timayabi2020 Feb 24, 2025
973c7d2
Updated patch version and command metadata json file
Feb 24, 2025
5235ed3
Merge branch 'dev' of https://github.com/microsoftgraph/msgraph-sdk-p…
Feb 24, 2025
46dca6a
Merge pull request #3168 from microsoftgraph/patch-2.26.1
timayabi2020 Feb 24, 2025
15ac92a
Merge branch 'main' into merge-to-live-24-02-2025
timayabi2020 Feb 24, 2025
349769f
Roll back to .NET 6
Feb 24, 2025
f2ff056
Returned installation of 8.x because of xunit tests
Feb 24, 2025
b4a8458
Merge pull request #3171 from microsoftgraph/net-6-rollback
timayabi2020 Feb 24, 2025
7fb1482
Regenerated metadata information for the missing beta cmdlets under D…
Feb 24, 2025
71c9a97
Merge branch 'dev' into cmdlet-metadata-update
timayabi2020 Feb 24, 2025
b29a8c5
Merge pull request #3175 from microsoftgraph/cmdlet-metadata-update
timayabi2020 Feb 24, 2025
62b30a3
Merge branch 'dev' of https://github.com/microsoftgraph/msgraph-sdk-p…
Feb 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .azure-pipelines/common-templates/install-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ steps:
- task: UseDotNet@2
displayName: Use .NET SDK
inputs:
version: 8.x
version: 8.x

- task: UseDotNet@2
displayName: Use .NET SDK
inputs:
version: 6.x

- task: NuGetToolInstaller@1
displayName: Install Nuget
Expand Down
6 changes: 3 additions & 3 deletions config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"versions": {
"authentication": {
"prerelease": "",
"version": "2.26.0"
"version": "2.26.1"
},
"beta": {
"prerelease": "",
"version": "2.26.0"
"version": "2.26.1"
},
"v1.0": {
"prerelease": "",
"version": "2.26.0"
"version": "2.26.1"
}
}
}
Loading
Loading