azure: Include missing vendor file

I forgot to execute govendor sync.  Adding the missing file.
This commit is contained in:
Christopher Boumenot 2017-06-09 11:59:17 -07:00
parent 841f54fc1e
commit 123c45caca
1 changed files with 84 additions and 87 deletions

View File

@ -656,9 +656,6 @@ type OperationStatusResponse struct {
// OSDisk is describes an Operating System disk.
type OSDisk struct {
OsType OperatingSystemTypes `json:"osType,omitempty"`
OsState *string `json:"osState,omitempty"`
StorageAccountType *string `json:"storageAccountType,omitempty"`
BlobUri *string `json:"blobUri,omitempty"`
EncryptionSettings *DiskEncryptionSettings `json:"encryptionSettings,omitempty"`
Name *string `json:"name,omitempty"`
Vhd *VirtualHardDisk `json:"vhd,omitempty"`