Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e4520df
psd1 files should not be tracked as these are generated at build time
ramsessanchez Apr 21, 2026
f7614e9
manifests are created at generation time, no need to store on repo
ramsessanchez Apr 21, 2026
a08aaa6
commit device management enrolment beta mod
ramsessanchez Apr 21, 2026
d7b8888
ensure auth psd1 is only psd1 file tracked
ramsessanchez Apr 23, 2026
4cb0591
fix windows updates generation
ramsessanchez Apr 24, 2026
564f38d
fix: buffer ExportProxyCmdlet file writes to prevent IOException
ramsessanchez Apr 24, 2026
0afa2f5
Merge branch 'main' into ramsess/updateBetaOpenApi-manual-04212026
ramsessanchez Apr 24, 2026
472915a
chore: align autorest.powershell submodule with origin/main
ramsessanchez Apr 24, 2026
05ceb80
Merge branch 'main' into ramsess/fixBetaWindowsUpdatesGeneration
ramsessanchez Apr 24, 2026
0977766
Merge branch 'main' into ramsess/updateBetaOpenApi-manual-04212026
ramsessanchez Apr 24, 2026
a856f5f
Merge remote-tracking branch 'origin/ramsess/fixBetaWindowsUpdatesGen…
ramsessanchez Apr 24, 2026
942dc94
Merge branch 'main' into ramsess/updateOpenApiManual-05062026
ramsessanchez May 6, 2026
6c3b8c2
Update Validated Beta OpenApi Docs
ramsessanchez May 6, 2026
459b5c4
Update validated v1 openApi docs
ramsessanchez May 6, 2026
1885bd5
track microsoft.graph. psd1 files , needed for pipeline signing
ramsessanchez May 6, 2026
7d25bf7
correct gitignore
ramsessanchez May 6, 2026
a0358ed
Update Microsoft.Graph.Beta.psd1
ramsessanchez May 7, 2026
7a84121
Fix missing newline at end of Microsoft.Graph.psd1
ramsessanchez May 7, 2026
807cb2d
remove new line as end of psd1
ramsessanchez May 7, 2026
62e5c68
main branch files for psd1
ramsessanchez May 7, 2026
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
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -367,4 +367,10 @@ coverage.xml
examplesreport/

# Code sign summary
CodeSignSummary-*.md
CodeSignSummary-*.md

# PowerShell module manifests (generated at build time)
*.psd1
!src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1
!src/Graph/beta/Microsoft.Graph.Beta.psd1
!src/Graph/v1.0/Microsoft.Graph.psd1
673 changes: 611 additions & 62 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

Loading
Loading