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 blueprint/resource-manager] [Hub Generated] Review request for Microsoft.Blueprint to add version 2018-11-01-preview #4048

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Generated from 04eff477a9f1f1c60151e728886b4e75b3797383
fix two other sentences
  • Loading branch information
AutorestCI committed Feb 7, 2019
commit 523d68cc3912601128a7ef92f2a55dd201ee15c0
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package blueprintapi

import original "github.com/Azure/azure-sdk-for-go/services/preview/blueprint/mgmt/2017-11-11-preview/blueprint/blueprintapi"
import original "github.com/Azure/azure-sdk-for-go/services/preview/blueprint/mgmt/2018-11-01-preview/blueprint/blueprintapi"

type ArtifactsClientAPI = original.ArtifactsClientAPI
type AssignmentOperationsClientAPI = original.AssignmentOperationsClientAPI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package blueprint
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/preview/blueprint/mgmt/2017-11-11-preview/blueprint"
original "github.com/Azure/azure-sdk-for-go/services/preview/blueprint/mgmt/2018-11-01-preview/blueprint"
)

const (
Expand Down
Loading