Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-AzFunctionApp list contains logic app #26753

Open
pzohaycuoi opened this issue Nov 24, 2024 · 1 comment
Open

Get-AzFunctionApp list contains logic app #26753

pzohaycuoi opened this issue Nov 24, 2024 · 1 comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Functions Service Attention This issue is responsible by Azure service team.

Comments

@pzohaycuoi
Copy link

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.0

Module 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

@pzohaycuoi pzohaycuoi added bug This issue requires a change to an existing behavior in the product in order to be resolved. needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Nov 24, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added customer-reported and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Nov 24, 2024
@VeryEarly VeryEarly added Functions Service Attention This issue is responsible by Azure service team. and removed customer-reported labels Nov 28, 2024
Copy link
Contributor

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @AnatoliB, @Francisco-Gamino, @shreyabatra4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Functions Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

2 participants