Skip to content

Commit 0c75cab

Browse files
Merge pull request #3357 from microsoftgraph/merge-to-main-07-08-2025
Merge to main 07 08 2025
2 parents 06909d4 + 5afb395 commit 0c75cab

File tree

70 files changed

+269452
-394520
lines changed

Some content is hidden

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

70 files changed

+269452
-394520
lines changed

.azure-pipelines/common-templates/install-tools.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ steps:
3535
inputs:
3636
command: custom
3737
customCommand: install -g autorest@latest
38+
39+
- task: Npm@1
40+
displayName: Install AutorestCore
41+
inputs:
42+
command: custom
43+
customCommand: install -g @autorest/[email protected]
3844

3945
- task: Npm@1
4046
displayName: Install Rush

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.28.0"
30+
"version": "2.29.0"
3131
},
3232
"beta": {
3333
"prerelease": "",
34-
"version": "2.28.0"
34+
"version": "2.29.0"
3535
},
3636
"v1.0": {
3737
"prerelease": "",
38-
"version": "2.28.0"
38+
"version": "2.29.0"
3939
}
4040
}
4141
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Module,ApiPath,Method,From,To
2+
Identity.DirectoryManagement,/contacts, Get,Parameter Count: 9,Parameter Count: 8

0 commit comments

Comments
 (0)