jenkinsci / azure-slave-plugin

18 stars 41 forks source link

Upon upgrade to 1.0.0 SDK, rework locations/vm sizes code #45

Open mmitche opened 8 years ago

mmitche commented 8 years ago

The code for VM sizes and locations was made static in the ARM-dev branch because those APIs require the certificate authentication (which that branch has removed). The 1.0.0 SDK has a different way of doing this altogether, so when the branch is upgraded to that version, rework and remove hard coded values.

arroyc commented 7 years ago

@mmitche you aleady upgraded the sdk right? So we are good to close this

mmitche commented 7 years ago

@arroyc Not to 1.0. Only 0.9.4 or something. 1.0.0 was different enough to need more major changes.