Skip to content

Commit 23bf8af

Browse files
update open api manual 05062026 (#3601)
* psd1 files should not be tracked as these are generated at build time * manifests are created at generation time, no need to store on repo * commit device management enrolment beta mod * ensure auth psd1 is only psd1 file tracked * fix windows updates generation * fix: buffer ExportProxyCmdlet file writes to prevent IOException Update autorest.powershell submodule with fix that buffers ProxyCmdletDefinitions.ps1 content and writes once per output folder instead of appending per-cmdlet. Prevents transient file-lock failures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore: align autorest.powershell submodule with origin/main Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update Validated Beta OpenApi Docs * Update validated v1 openApi docs * track microsoft.graph. psd1 files , needed for pipeline signing * correct gitignore * Update Microsoft.Graph.Beta.psd1 * Fix missing newline at end of Microsoft.Graph.psd1 * remove new line as end of psd1 * main branch files for psd1 --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7dc05a9 commit 23bf8af

63 files changed

Lines changed: 88230 additions & 27960 deletions

Some content is hidden

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

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,4 +367,10 @@ coverage.xml
367367
examplesreport/
368368

369369
# Code sign summary
370-
CodeSignSummary-*.md
370+
CodeSignSummary-*.md
371+
372+
# PowerShell module manifests (generated at build time)
373+
*.psd1
374+
!src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1
375+
!src/Graph/beta/Microsoft.Graph.Beta.psd1
376+
!src/Graph/v1.0/Microsoft.Graph.psd1

openApiDocs/beta/Applications.yml

Lines changed: 611 additions & 62 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)