Skip to content

Commit

Permalink
[AutoPR] resources/resource-manager (#1970)
Browse files Browse the repository at this point in the history
* Generated from 7e0f55500605a924c2c7f001f33cf5f7571911b9 (#1960)

add changes for readme.csharp.md.

* Generated from 79e260df714f15d33ee0c6c37e243fc5994f2249 (#1964)

fix semantic validation errors
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Jun 6, 2018
1 parent b3aa633 commit 9c58be5
Show file tree
Hide file tree
Showing 16 changed files with 8,809 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package managedapplications

import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2017-09-01/managedapplications"
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2018-06-01/managedapplications"

type ApplicationDefinitionsClient = original.ApplicationDefinitionsClient
type ApplicationsClient = original.ApplicationsClient
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 @@ -19,7 +19,7 @@

package resources

import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2018-02-01/resources"
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2018-05-01/resources"

const (
DefaultBaseURI = original.DefaultBaseURI
Expand Down Expand Up @@ -75,7 +75,9 @@ type DeploymentOperationsListResultIterator = original.DeploymentOperationsListR
type DeploymentOperationsListResultPage = original.DeploymentOperationsListResultPage
type DeploymentProperties = original.DeploymentProperties
type DeploymentPropertiesExtended = original.DeploymentPropertiesExtended
type DeploymentsCreateOrUpdateAtSubscriptionScopeFuture = original.DeploymentsCreateOrUpdateAtSubscriptionScopeFuture
type DeploymentsCreateOrUpdateFuture = original.DeploymentsCreateOrUpdateFuture
type DeploymentsDeleteAtSubscriptionScopeFuture = original.DeploymentsDeleteAtSubscriptionScopeFuture
type DeploymentsDeleteFuture = original.DeploymentsDeleteFuture
type DeploymentValidateResult = original.DeploymentValidateResult
type ExportTemplateRequest = original.ExportTemplateRequest
Expand Down
51 changes: 51 additions & 0 deletions services/resources/mgmt/2018-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 9c58be5

Please sign in to comment.