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

View properties doesn't display site config #3264

Closed
ejizba opened this issue Jul 28, 2022 · 1 comment · Fixed by #3281
Closed

View properties doesn't display site config #3264

ejizba opened this issue Jul 28, 2022 · 1 comment · Fixed by #3281
Labels
Milestone

Comments

@ejizba
Copy link
Contributor

ejizba commented Jul 28, 2022

Does this occur consistently? Yeah
Repro steps:

  1. Right click on a function app
  2. View properties

Expected

It'll show a ton of properties from the site config. This used to work (#2164) and I'm guessing it broke with the new unified view

Actual

This is what it displays:

{
    "id": "/subscriptions/...",
    "name": "...",
    "type": "Microsoft.Web/sites",
    "kind": "functionapp",
    "location": "centraluseuap",
    "tags": {}
}

Which unfortunately does not have very much information at all.

Version: 1.7.4
OS: darwin
OS Release: 21.6.0
Product: Visual Studio Code
Product Version: 1.69.2
Language: en

@nturinski nturinski added the bug label Jul 29, 2022
@nturinski
Copy link
Member

Yep, you are correct. The data doesn't get set when the func app loads, it got set when viewProperties is called in the Functions extension. But since it's using RG's viewProperties command, it just has the old, basic data.

Sorry about that 🙇🏻🦖

@nturinski nturinski added this to the 1.8.0 milestone Aug 4, 2022
@microsoft microsoft locked and limited conversation to collaborators Sep 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants