Skip to content

Commit

Permalink
[AutoPR network/resource-manager] Allow vnet access fix (#4582)
Browse files Browse the repository at this point in the history
* Updated README.md to correct logging values

* add cognitive services anomalydetector v1.0

* Generated from 26af0939511462110644a747e481a1c8689ff5b8 (#4304)

Fix operation types

* Generated from fab65b72b5e9035dca9399cb347fd9ad9f9739d1 (#4323)

removing runtime swagger - in different PR

* Generated from 5335c9316f894ab4060d031632b8fdd168386829 (#4320)

graph: identifierUris should not be required

* [AutoPR graphrbac/data-plane] Add service principals by app id microsoft.graph rbac (#4311)

* Generated from cec3f8a6bcad7e1b69f227281eb1a984180a4090

Update graphrbac.json

* Generated from 1ba20d49c738fb00f7e75e227c3ab92d9c7be54d

Update graphrbac.json

* Generated from 42b9031222de601bb4b5fb67995b60a64712f81b

Update graphrbac.json

* Generated from 6afb048f96472417e5cadf45df930eb381f4ad3b

Update graphrbac.json

* [AutoPR machinelearning/resource-manager] [Hub Generated] Review request for Microsoft.MachineLearning to add version 2017-01-01 (#4291)

* Generated from 3e4f75e7a15cbd81f6161bf9221a29a621386acc

RevertWebServiceDefinition

* Generated from 3e4f75e7a15cbd81f6161bf9221a29a621386acc

RevertWebServiceDefinition

* [AutoPR netapp/resource-manager] Update to Release 3.5 standard (pre GA) (#4269)

* Generated from 46f3cb6030777135484c1bdc4b1d2146053172f9

NFSAAS-1875 Update to R3.5 Standard (#11)

* Generated from 084552639aef23de670f0dc26ba5c9496eb6daff

Nfsaas 1875 swagger update (#12)

* NFSAAS-1875 Update to R3.5 Standard

* NFSAAS-1875 update to R3.5 standard

* Generated from 0af27c76c27c57415609e59ba20027b3808ba30e

Nfsaas 1875 swagger update (#13)

* NFSAAS-1875 Update to R3.5 Standard

* NFSAAS-1875 update to R3.5 standard

* NFSAAS-1875 updated from review comments

* Generated from 7b0a7b54ad6b868b3486657e2e1079ac806096de (#4561)

Add missing examples

* Generated from 924f82edcf711df9d7d704cc674130792471c4fd

Fixed allow Vnet description
  • Loading branch information
AutorestCI authored Apr 18, 2019
1 parent 101a73f commit bfc1dd6
Show file tree
Hide file tree
Showing 35 changed files with 3,908 additions and 2,189 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ Combined, these techniques will ensure that breaking changes should not occur. I
### Built-in Basic Request/Response Logging

Starting with `go-autorest v10.15.0` you can enable basic logging of requests and responses through setting environment variables.
Setting `AZURE_GO_SDK_LOG_LEVEL` to `LogInfo` will log request/response without their bodies. To include the bodies set the log level to `LogDebug`.
Setting `AZURE_GO_SDK_LOG_LEVEL` to `INFO` will log request/response without their bodies. To include the bodies set the log level to `DEBUG`.

By default the logger writes to strerr, however it can also write to stdout or a file
if specified in `AZURE_GO_SDK_LOG_FILE`. Note that if the specified file already exists it will be truncated.
Expand Down
125 changes: 79 additions & 46 deletions profiles/latest/cognitiveservices/luis/authoring/models.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions profiles/latest/graphrbac/graphrbac/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ type ServicePrincipalCreateParameters = original.ServicePrincipalCreateParameter
type ServicePrincipalListResult = original.ServicePrincipalListResult
type ServicePrincipalListResultIterator = original.ServicePrincipalListResultIterator
type ServicePrincipalListResultPage = original.ServicePrincipalListResultPage
type ServicePrincipalObjectResult = original.ServicePrincipalObjectResult
type ServicePrincipalUpdateParameters = original.ServicePrincipalUpdateParameters
type ServicePrincipalsClient = original.ServicePrincipalsClient
type SignInName = original.SignInName
Expand Down
2 changes: 2 additions & 0 deletions profiles/latest/machinelearning/mgmt/webservices/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ type PaginatedWebServicesListIterator = original.PaginatedWebServicesListIterato
type PaginatedWebServicesListPage = original.PaginatedWebServicesListPage
type Parameter = original.Parameter
type PatchFuture = original.PatchFuture
type PatchedResource = original.PatchedResource
type PatchedWebService = original.PatchedWebService
type Properties = original.Properties
type PropertiesForGraph = original.PropertiesForGraph
type RealtimeConfiguration = original.RealtimeConfiguration
Expand Down
125 changes: 79 additions & 46 deletions profiles/preview/cognitiveservices/luis/authoring/models.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions profiles/preview/graphrbac/graphrbac/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ type ServicePrincipalCreateParameters = original.ServicePrincipalCreateParameter
type ServicePrincipalListResult = original.ServicePrincipalListResult
type ServicePrincipalListResultIterator = original.ServicePrincipalListResultIterator
type ServicePrincipalListResultPage = original.ServicePrincipalListResultPage
type ServicePrincipalObjectResult = original.ServicePrincipalObjectResult
type ServicePrincipalUpdateParameters = original.ServicePrincipalUpdateParameters
type ServicePrincipalsClient = original.ServicePrincipalsClient
type SignInName = original.SignInName
Expand Down
2 changes: 2 additions & 0 deletions profiles/preview/machinelearning/mgmt/webservices/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ type PaginatedWebServicesListIterator = original.PaginatedWebServicesListIterato
type PaginatedWebServicesListPage = original.PaginatedWebServicesListPage
type Parameter = original.Parameter
type PatchFuture = original.PatchFuture
type PatchedResource = original.PatchedResource
type PatchedWebService = original.PatchedWebService
type Properties = original.Properties
type PropertiesForGraph = original.PropertiesForGraph
type RealtimeConfiguration = original.RealtimeConfiguration
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
// +build go1.9

// Copyright 2019 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// This code was auto-generated by:
// github.com/Azure/azure-sdk-for-go/tools/profileBuilder

package anomalydetectorapi

import original "github.com/Azure/azure-sdk-for-go/services/preview/cognitiveservices/v1.0/anomalydetector/anomalydetectorapi"

type BaseClientAPI = original.BaseClientAPI
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
// +build go1.9

// Copyright 2019 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// This code was auto-generated by:
// github.com/Azure/azure-sdk-for-go/tools/profileBuilder

package anomalydetector

import original "github.com/Azure/azure-sdk-for-go/services/preview/cognitiveservices/v1.0/anomalydetector"

type Granularity = original.Granularity

const (
Daily Granularity = original.Daily
Hourly Granularity = original.Hourly
Minutely Granularity = original.Minutely
Monthly Granularity = original.Monthly
Weekly Granularity = original.Weekly
Yearly Granularity = original.Yearly
)

type APIError = original.APIError
type BaseClient = original.BaseClient
type EntireDetectResponse = original.EntireDetectResponse
type LastDetectResponse = original.LastDetectResponse
type Point = original.Point
type Request = original.Request

func New(endpoint string) BaseClient {
return original.New(endpoint)
}
func NewWithoutDefaults(endpoint string) BaseClient {
return original.NewWithoutDefaults(endpoint)
}
func PossibleGranularityValues() []Granularity {
return original.PossibleGranularityValues()
}
func UserAgent() string {
return original.UserAgent() + " profiles/preview"
}
func Version() string {
return original.Version()
}
5 changes: 4 additions & 1 deletion profiles/preview/preview/netapp/mgmt/netapp/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ const (
type ServiceLevel = original.ServiceLevel

const (
Extreme ServiceLevel = original.Extreme
Premium ServiceLevel = original.Premium
Standard ServiceLevel = original.Standard
Ultra ServiceLevel = original.Ultra
)

type Account = original.Account
Expand All @@ -40,12 +40,14 @@ type AccountProperties = original.AccountProperties
type AccountsClient = original.AccountsClient
type AccountsCreateOrUpdateFuture = original.AccountsCreateOrUpdateFuture
type AccountsDeleteFuture = original.AccountsDeleteFuture
type ActiveDirectories = original.ActiveDirectories
type BaseClient = original.BaseClient
type CapacityPool = original.CapacityPool
type CapacityPoolList = original.CapacityPoolList
type CapacityPoolPatch = original.CapacityPoolPatch
type Dimension = original.Dimension
type Error = original.Error
type ExportPolicyRule = original.ExportPolicyRule
type MetricSpecification = original.MetricSpecification
type MountTarget = original.MountTarget
type MountTargetList = original.MountTargetList
Expand All @@ -56,6 +58,7 @@ type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
type OperationProperties = original.OperationProperties
type OperationsClient = original.OperationsClient
type PoolPatchProperties = original.PoolPatchProperties
type PoolProperties = original.PoolProperties
type PoolsClient = original.PoolsClient
type PoolsCreateOrUpdateFuture = original.PoolsCreateOrUpdateFuture
Expand Down
Loading

0 comments on commit bfc1dd6

Please sign in to comment.