Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR subscription/resource-manager] Nasingla/nugetupdate #5353

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 0 additions & 10 deletions profiles/preview/preview/subscription/mgmt/subscription/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,8 @@ type Location = original.Location
type LocationListResult = original.LocationListResult
type Model = original.Model
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
type OperationListResultType = original.OperationListResultType
type OperationType = original.OperationType
type OperationsClient = original.OperationsClient
type OperationsGroupClient = original.OperationsGroupClient
type Policies = original.Policies
type SubscriptionsClient = original.SubscriptionsClient
type TenantIDDescription = original.TenantIDDescription
Expand Down Expand Up @@ -103,12 +99,6 @@ func NewOperationsClient() OperationsClient {
func NewOperationsClientWithBaseURI(baseURI string) OperationsClient {
return original.NewOperationsClientWithBaseURI(baseURI)
}
func NewOperationsGroupClient() OperationsGroupClient {
return original.NewOperationsGroupClient()
}
func NewOperationsGroupClientWithBaseURI(baseURI string) OperationsGroupClient {
return original.NewOperationsGroupClientWithBaseURI(baseURI)
}
func NewSubscriptionsClient() SubscriptionsClient {
return original.NewSubscriptionsClient()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ import original "github.com/Azure/azure-sdk-for-go/services/preview/subscription

type FactoryClientAPI = original.FactoryClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type OperationsGroupClientAPI = original.OperationsGroupClientAPI
type SubscriptionsClientAPI = original.SubscriptionsClientAPI
type TenantsClientAPI = original.TenantsClientAPI

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

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

This file was deleted.

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