-
Notifications
You must be signed in to change notification settings - Fork 81
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
autocomplete list for apiVersions on child resources is empty #351
Comments
This no longer repros, although I'm not sure if the list that we get is correct. |
Here is a demo which seems to confirm @bmoore-msft assumption. I might also assume that if the child resource does not have a matching apiVersion, the list may be empty. When decoupled, the child resource returns all potential apiVersions. |
Update on this one. The code updates have been completed. We will test soon and have the fix in the next release. |
@neilpeterson This is fixed, too, right? Please close. |
Yep, fixed. |
Just FYI, we've had some issues with the Azure schema CDN and some other things that have delayed this release. Will have it out as soon as possible, hopefully next week. |
Fix went out today with this fix, thanks. |
If I have a child resource and on the apiVersion property try to bring up the completion list an empty list is returned, e.g.
I suspect because we're looking for an exact type match - we'd need to include parent type when building the list.
The text was updated successfully, but these errors were encountered: