Add Microsoft.Graph module (#5277)

This commit is contained in:
Aleksandr Chebotov
2022-03-24 12:24:20 +01:00
committed by GitHub
parent 0448e95fef
commit 9e380e00a9
2 changed files with 2 additions and 0 deletions

View File

@@ -111,6 +111,7 @@
},
"powershellModules": [
{"name": "MarkdownPS"},
{"name": "Microsoft.Graph"},
{"name": "Pester"}
],
"azureModules": [

View File

@@ -108,6 +108,7 @@
},
"powershellModules": [
{"name": "MarkdownPS"},
{"name": "Microsoft.Graph"},
{"name": "Pester"},
{"name": "PSScriptAnalyzer"}
],