azure: Include missing vendor file
I forgot to execute govendor sync. Adding the missing file.
This commit is contained in:
parent
841f54fc1e
commit
123c45caca
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue