Skip to content

Commit 269fc92

Browse files
Update Update-IntuneApplication function (#126)
This type "microsoft.graph.androidManagedStoreApp" available Scaope Tags attrubute
1 parent 8b4f760 commit 269fc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RBAC/RBAC_ScopeTags_ApplicationAssign.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ $Resource = "deviceAppManagement/mobileApps/$id"
309309

310310
try {
311311

312-
if(($Type -eq "#microsoft.graph.androidManagedStoreApp") -or ($Type -eq "#microsoft.graph.microsoftStoreForBusinessApp") -or ($Type -eq "#microsoft.graph.iosVppApp")){
312+
if(($Type -eq "#microsoft.graph.microsoftStoreForBusinessApp") -or ($Type -eq "#microsoft.graph.iosVppApp")){
313313

314314
Write-Warning "Scope Tags aren't available on '$Type' application Type..."
315315

0 commit comments

Comments
 (0)