lp://staging/~axwalk/gwacl/gwacl-update-version

Created by Andrew Wilkins and last modified
Get this branch:
bzr branch lp://staging/~axwalk/gwacl/gwacl-update-version
Only Andrew Wilkins can upload to this branch. If you are Andrew Wilkins please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Andrew Wilkins
Project:
Go Windows Azure Client Library
Status:
Merged

Recent revisions

243. By Andrew Wilkins

Update to latest API across the board

For each API call in gwacl, I have audited
the Azure SM API changelog for notable
differences, and updated the relevant
XML definitions.

I have confirmed that Juju is still able
to bootstrap and cleanly destroy with these
changes.

242. By Andrew Wilkins

Add ListLocations API

ListLocations returns role sizes available in
each data centre location, as well as other
information about the locations.

241. By Andrew Wilkins

Fix role size names

D1 should be Standard_D1, etc. I've added aliases so we
can improve the user experience.

240. By Ian Booth

Builds on rev 239 by Kapil.
All instance types need to have costs in each region. The G series didn't and the tests needed updating to catch this.

Also, I reformatted with gofmt using standard options. A bit of noise this time, but much cleaner next time.

239. By Kapil Thangavelu

Add new instance types and regions

238. By Andrew Wilkins

Add functions to instantiate a new management API, with the
certificate+key provided as input byte arrays rather than a file path.

237. By Andrew Wilkins

Fix unit tests

236. By Andrew Wilkins

Virtual networking changes

- Add Location field to NetworkConfiguration,
  so we can use that instead of AffinityGroup
  as the docs recommend.
- Use text/plain content-type in network config
  PUT, as specified in the docs.
- Use the most recent version for the network
  config APIs, which is actually older than what
  was in the code.
- Fix various "omitempty" tags.

235. By Andrew Wilkins

Update role sizes

- Add basic tier role sizes.
- Fix OS disk sizes.
- Separate cost from role sizes,
  record region-specific costs.

234. By Andrew Wilkins

[r=axwalk] [r=][bug=][author=axwalk] Pass ?comp=media to DeleteHostedService requests

As of the 2013-08-01 version of DeleteHostedService,
it is possible to pass a request parameter (comp=media)
to tell Azure to also delete associated disks and blobs.
We should use this instead of DestroyHostedService,
which does all of that in numerous API requests.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://staging/gwacl
This branch contains Public information 
Everyone can see this information.

Subscribers