Update dependencies to add service fabric mesh via new azure-sdk-go

This commit is contained in:
Jeremy Rickard
2018-08-03 11:57:00 -06:00
parent bcea8b955b
commit 636b4120f1
130 changed files with 9430 additions and 9975 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2016 VMware, Inc. All Rights Reserved.
// Copyright 2016-2018 VMware, Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -78,6 +78,13 @@ const (
// Scratch layer ID
ScratchLayerID = "scratch"
// Task States
TaskRunningState = "running"
TaskStoppedState = "stopped"
TaskCreatedState = "created"
TaskFailedState = "failed"
TaskUnknownState = "unknown"
)
func DefaultAltVCHGuestName() string {