-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Missing doNotRunExtensionsOnOverprovisionedVMs in @azure/arm-compute model and docs #5292
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @mjconnection, @Drewm3 |
1 similar comment
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @mjconnection, @Drewm3 |
Hi @michax, I am checking with the dev team to make sure the definition for this API is documented correctly. If everything is correct on the VMSS API side, then I will move this over to the java script SDK team to determine why this property is not showing up in the current SDK. |
Hi, @michax . The property |
@michax, please let me know if ruowan's comment clarifies things. If it does, then I'll close this issue. |
@ruowan @Drewm3 But shouldn't it also be part of actual method used for updating VMSS? However i can easily update this value using just 'raw' rest api. I believe sdk should allow for the same with statically typed approach. |
Hi @michax . You can try VirtualMachineScaleSets.createOrUpdate method which allow this property. I also agree with you. We will release a new version of this package after discussing it with team. |
@ruowan Thanks! |
Thanks for working with Microsoft on GitHub! Tell us how you feel about your experience using the reactions on this comment. |
Describe the bug
Missing property doNotRunExtensionsOnOverprovisionedVMs in ComputeManagementModels.VirtualMachineScaleSetUpdate typescript interface from @azure/arm-compute. This property is supported by 2019-03-01 api version:
https://docs.microsoft.com/en-us/rest/api/compute/virtualmachinescalesets/update
This property is also missing in sdk references:
https://azure.github.io/azure-sdk-for-js/arm-compute/interfaces/virtualmachinescalesetupdate.html
To Reproduce
Steps to reproduce the behavior:
Expected behavior
New vmss property called "doNotRunExtensionsOnOverprovisionedVMs" should be added both to docs and typescript interface "ComputeManagementModels.VirtualMachineScaleSetUpdate"
Screenshots
The text was updated successfully, but these errors were encountered: