Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Generated from 64de43818d1ee778e79ef9bad536d372106db6c4 (#2796)
Add compute 2018-10-01 to Go SDK
  • Loading branch information
AutorestCI authored Sep 21, 2018
commit d3cf0f22996d200ccea8622e85d494711a13e4c8
4 changes: 2 additions & 2 deletions profiles/preview/compute/mgmt/compute/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package compute

import original "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-06-01/compute"
import original "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute"

type AvailabilitySetsClient = original.AvailabilitySetsClient

Expand Down Expand Up @@ -577,7 +577,7 @@ type AdditionalUnattendContent = original.AdditionalUnattendContent
type APIEntityReference = original.APIEntityReference
type APIError = original.APIError
type APIErrorBase = original.APIErrorBase
type AutoOSUpgradePolicy = original.AutoOSUpgradePolicy
type AutomaticOSUpgradePolicy = original.AutomaticOSUpgradePolicy
type AvailabilitySet = original.AvailabilitySet
type AvailabilitySetListResult = original.AvailabilitySetListResult
type AvailabilitySetListResultIterator = original.AvailabilitySetListResultIterator
Expand Down
564 changes: 564 additions & 0 deletions services/compute/mgmt/2018-10-01/compute/availabilitysets.go

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions services/compute/mgmt/2018-10-01/compute/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

475 changes: 475 additions & 0 deletions services/compute/mgmt/2018-10-01/compute/containerservices.go

Large diffs are not rendered by default.

Loading