Skip to content

Commit

Permalink
Fix CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Feb 14, 2020
1 parent f5ac8e5 commit 228dced
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion azurerm/internal/services/machinelearning/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ type Client struct {
}

func NewClient(o *common.ClientOptions) *Client {

WorkspacesClient := machinelearningservices.NewWorkspacesClientWithBaseURI(o.ResourceManagerEndpoint, o.SubscriptionId)
o.ConfigureClient(&WorkspacesClient.Client, o.ResourceManagerAuthorizer)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ resource "azurerm_machine_learning_workspace" "test" {
tags = {
ENV = "Test"
FOO = "bar"
FOO = "bar"
}
}
`, template, data.RandomIntOfLength(16))
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ contrib.go.opencensus.io/exporter/ocagent v0.5.0/go.mod h1:ImxhfLRpxoYiSq891pBrL
github.com/Azure/azure-sdk-for-go v21.3.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc=
github.com/Azure/azure-sdk-for-go v32.5.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc=
github.com/Azure/azure-sdk-for-go v35.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc=
github.com/Azure/azure-sdk-for-go v38.1.0+incompatible h1:5AawcyRJqShKENbdf2ZWJsdOnr+dEt6bz91YStCUmT4=
github.com/Azure/azure-sdk-for-go v38.1.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc=
github.com/Azure/azure-sdk-for-go v39.0.0+incompatible h1:l2FVXqtd34UC7OZYkhcWY843CSFjRdrIRdBCTOanYwg=
github.com/Azure/azure-sdk-for-go v39.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc=
github.com/Azure/go-autorest v10.15.4+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24=
Expand Down
1 change: 1 addition & 0 deletions website/allowed-subcategories
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Key Vault
Load Balancer
Log Analytics
Logic App
Machine Learning
Management
Maps
Media
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/machine_learning_workspace.html.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
subcategory: "MachineLearning"
subcategory: "Machine Learning"
layout: "azurerm"
page_title: "Azure Resource Manager: azurerm_machine_learning_workspace"
description: |-
Expand Down
3 changes: 1 addition & 2 deletions website/docs/r/machine_learning_workspace.html.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
subcategory: "MachineLearning"
subcategory: "Machine Learning"
layout: "azurerm"
page_title: "Azure Resource Manager: azurerm_machine_learning_workspace"
sidebar_current: "docs-azurerm-resource-machine-learning-workspace"
description: |-
Manages a Azure Machine Learning Workspace.
---
Expand Down

0 comments on commit 228dced

Please sign in to comment.