We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c04c1 commit 9f7e1d7Copy full SHA for 9f7e1d7
tools/ImportExamples.ps1
@@ -90,10 +90,16 @@ function Get-Files {
90
$CommandValue = $null
91
if ($GraphProfile -eq "beta") {
92
$CommandValue = $BetaCommandGetVariantList[$Command]
93
+ if(-not($CommandValue)){
94
+ $CommandValue = $BetaCommandListVariantList[$Command]
95
+ }
96
97
}
98
else {
99
$CommandValue = $V1CommandGetVariantList[$Command]
100
101
+ $CommandValue = $V1CommandListVariantList[$Command]
102
103
104
105
if ($CommandValue) {
0 commit comments