-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
FunctionsService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.
Description
Description
The command Get-AzFunctionApp -ResourceGroupName "myresourcegroup", is returning the logic apps in the Resource Group as well. I guess this happens because internally a filter for kind 'functionapps', but the Logic App also has functionapp in its kind functionapp,workflowapp.
Issue script & Debug output
Get-AzFunctionApp -ResourceGroupName "myresourcegroup"Environment data
Name Value
---- -----
PSVersion 7.4.6
PSEdition Core
GitCommitId 7.4.6
OS Microsoft Windows 10.0.26100
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0Module versions
ModuleType Version PreRelease Name ExportedCommands
---------- ------- ---------- ---- ----------------
Script 4.0.0 Az.Accounts {Add-AzEnvironmen…
Script 4.1.1 Az.Functions {Get-AzFunctionAp…
Script 7.7.0 Az.Resources {Export-AzResourc…Error output
Metadata
Metadata
Assignees
Labels
FunctionsService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.