Skip to content

Commit

Permalink
Generated from 4eb71094207cc3188dfa1d604325731362a555a5
Browse files Browse the repository at this point in the history
updating readmes
  • Loading branch information
AutorestCI authored and ArcturusZhang committed Sep 11, 2019
1 parent 063ee1d commit 01db230
Show file tree
Hide file tree
Showing 11 changed files with 1,323 additions and 4 deletions.
3 changes: 2 additions & 1 deletion profiles/latest/resources/mgmt/subscriptions/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package subscriptions
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2018-06-01/subscriptions"
original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-06-01/subscriptions"
)

const (
Expand Down Expand Up @@ -54,6 +54,7 @@ type ListResultIterator = original.ListResultIterator
type ListResultPage = original.ListResultPage
type Location = original.Location
type LocationListResult = original.LocationListResult
type ManagedByTenant = original.ManagedByTenant
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package subscriptionsapi

import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2018-06-01/subscriptions/subscriptionsapi"
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-06-01/subscriptions/subscriptionsapi"

type ClientAPI = original.ClientAPI
type OperationsClientAPI = original.OperationsClientAPI
Expand Down
3 changes: 2 additions & 1 deletion profiles/preview/resources/mgmt/subscriptions/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package subscriptions
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2018-06-01/subscriptions"
original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-06-01/subscriptions"
)

const (
Expand Down Expand Up @@ -54,6 +54,7 @@ type ListResultIterator = original.ListResultIterator
type ListResultPage = original.ListResultPage
type Location = original.Location
type LocationListResult = original.LocationListResult
type ManagedByTenant = original.ManagedByTenant
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package subscriptionsapi

import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2018-06-01/subscriptions/subscriptionsapi"
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-06-01/subscriptions/subscriptionsapi"

type ClientAPI = original.ClientAPI
type OperationsClientAPI = original.OperationsClientAPI
Expand Down
51 changes: 51 additions & 0 deletions services/resources/mgmt/2019-06-01/subscriptions/client.go

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

Loading

0 comments on commit 01db230

Please sign in to comment.