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 8b4f760 commit 269fc92Copy full SHA for 269fc92
RBAC/RBAC_ScopeTags_ApplicationAssign.ps1
@@ -309,7 +309,7 @@ $Resource = "deviceAppManagement/mobileApps/$id"
309
310
try {
311
312
- if(($Type -eq "#microsoft.graph.androidManagedStoreApp") -or ($Type -eq "#microsoft.graph.microsoftStoreForBusinessApp") -or ($Type -eq "#microsoft.graph.iosVppApp")){
+ if(($Type -eq "#microsoft.graph.microsoftStoreForBusinessApp") -or ($Type -eq "#microsoft.graph.iosVppApp")){
313
314
Write-Warning "Scope Tags aren't available on '$Type' application Type..."
315
0 commit comments