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 resources/resource-manager] add package-resources-2019-05 to Go SDK #4989

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
4 changes: 3 additions & 1 deletion profiles/latest/resources/mgmt/resources/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package resources
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-03-01/resources"
original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-05-01/resources"
)

const (
Expand Down Expand Up @@ -80,8 +80,10 @@ type DeploymentProperties = original.DeploymentProperties
type DeploymentPropertiesExtended = original.DeploymentPropertiesExtended
type DeploymentValidateResult = original.DeploymentValidateResult
type DeploymentsClient = original.DeploymentsClient
type DeploymentsCreateOrUpdateAtManagementGroupScopeFuture = original.DeploymentsCreateOrUpdateAtManagementGroupScopeFuture
type DeploymentsCreateOrUpdateAtSubscriptionScopeFuture = original.DeploymentsCreateOrUpdateAtSubscriptionScopeFuture
type DeploymentsCreateOrUpdateFuture = original.DeploymentsCreateOrUpdateFuture
type DeploymentsDeleteAtManagementGroupScopeFuture = original.DeploymentsDeleteAtManagementGroupScopeFuture
type DeploymentsDeleteAtSubscriptionScopeFuture = original.DeploymentsDeleteAtSubscriptionScopeFuture
type DeploymentsDeleteFuture = original.DeploymentsDeleteFuture
type ExportTemplateRequest = original.ExportTemplateRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package resourcesapi

import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-03-01/resources/resourcesapi"
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-05-01/resources/resourcesapi"

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

original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-03-01/resources"
original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-05-01/resources"
)

const (
Expand Down Expand Up @@ -80,8 +80,10 @@ type DeploymentProperties = original.DeploymentProperties
type DeploymentPropertiesExtended = original.DeploymentPropertiesExtended
type DeploymentValidateResult = original.DeploymentValidateResult
type DeploymentsClient = original.DeploymentsClient
type DeploymentsCreateOrUpdateAtManagementGroupScopeFuture = original.DeploymentsCreateOrUpdateAtManagementGroupScopeFuture
type DeploymentsCreateOrUpdateAtSubscriptionScopeFuture = original.DeploymentsCreateOrUpdateAtSubscriptionScopeFuture
type DeploymentsCreateOrUpdateFuture = original.DeploymentsCreateOrUpdateFuture
type DeploymentsDeleteAtManagementGroupScopeFuture = original.DeploymentsDeleteAtManagementGroupScopeFuture
type DeploymentsDeleteAtSubscriptionScopeFuture = original.DeploymentsDeleteAtSubscriptionScopeFuture
type DeploymentsDeleteFuture = original.DeploymentsDeleteFuture
type ExportTemplateRequest = original.ExportTemplateRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package resourcesapi

import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-03-01/resources/resourcesapi"
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-05-01/resources/resourcesapi"

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

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

Loading