Skip to content

Commit

Permalink
Generated from 88294366687bc74b0efc484eb8f0d08980de3804 (#5746)
Browse files Browse the repository at this point in the history
fix: Double word "the" in resources
  • Loading branch information
AutorestCI authored Sep 17, 2019
1 parent 432018e commit 7c3d2b4
Show file tree
Hide file tree
Showing 12 changed files with 1,324 additions and 5 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

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

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 7c3d2b4

Please sign in to comment.