Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

hyperVGeneration required in 2019-07-01 compute API #2486

Closed
jackfrancis opened this issue Dec 19, 2019 · 2 comments
Closed

hyperVGeneration required in 2019-07-01 compute API #2486

jackfrancis opened this issue Dec 19, 2019 · 2 comments
Labels
bug Something isn't working stale

Comments

@jackfrancis
Copy link
Member

This PR introduced a new compute API version:

#2412

Test signal is telling us that the new API version delivered w/ that change requires a hyperVGeneration value:

Error from deployment for kubernetes-westus-65081 in resource group kubernetes-westus-65081:exit status 1
 2019/12/19 16:19:29 Command Output: ERROR: Deployment failed. Correlation ID: aae2de58-6ece-4430-ad90-0a7e2cc9055a. {
   "error": {
     "code": "InvalidParameter",
     "message": "Required parameter 'hyperVGeneration' is missing (null).",
     "target": "hyperVGeneration"
   }
 }
@jackfrancis jackfrancis added the bug Something isn't working label Dec 19, 2019
@marosset
Copy link
Contributor

A quick fix for this was checked it with #2487 but that change hard-coded hyperVGeneration to 1 (the previous default).

A proper fix is still needed and likely involved specifying the generation in the apimodel

@stale
Copy link

stale bot commented Feb 24, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 24, 2020
@stale stale bot closed this as completed Mar 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

2 participants