Skip to content

Commit

Permalink
Generated from b19367de9cc1af1094d57c2b93c783e51a34fe12 (#4989)
Browse files Browse the repository at this point in the history
add package-resources-2019-05 to Go SDK
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Jun 11, 2019
1 parent 239a594 commit 39150a7
Show file tree
Hide file tree
Showing 15 changed files with 8,354 additions and 4 deletions.
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

0 comments on commit 39150a7

Please sign in to comment.