Skip to content

Commit

Permalink
Release v51.3.0 (#14327)
Browse files Browse the repository at this point in the history
* Generated from specification/monitor/resource-manager/readme.md tag package-2020-10 (commit hash: 8240593bde5350e6762015523ccd57cb61e32da5)

* Generated from specification/web/resource-manager/readme.md tag package-2020-09 (commit hash: 8240593bde5350e6762015523ccd57cb61e32da5)

* Generated from specification/cosmos-db/resource-manager/readme.md tag package-2021-01 (commit hash: 8240593bde5350e6762015523ccd57cb61e32da5)

* Generated from specification/storagecache/resource-manager/readme.md tag package-2020-10-01 (commit hash: 8240593bde5350e6762015523ccd57cb61e32da5)

* Generated from specification/mixedreality/resource-manager/readme.md tag package-2021-03-01-preview (commit hash: 8240593bde5350e6762015523ccd57cb61e32da5)

* Generated from specification/eventgrid/resource-manager/readme.md tag package-2020-10-preview (commit hash: 8240593bde5350e6762015523ccd57cb61e32da5)

* v51.3.0
  • Loading branch information
WodansSon authored Feb 19, 2021
1 parent 8a9488f commit 29761bc
Show file tree
Hide file tree
Showing 106 changed files with 139,803 additions and 27 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## `v51.3.0`

### New Packages

- `github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2021-01-15/documentdb`
- `github.com/Azure/azure-sdk-for-go/services/monitor/mgmt/2020-10-01/insights`
- `github.com/Azure/azure-sdk-for-go/services/preview/eventgrid/mgmt/2020-10-15-preview/eventgrid`
- `github.com/Azure/azure-sdk-for-go/services/preview/mixedreality/mgmt/2021-03-01-preview/mixedreality`
- `github.com/Azure/azure-sdk-for-go/services/web/mgmt/2020-09-01/web`

## `v51.2.0`

### New Packages
Expand All @@ -15,8 +25,8 @@

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/datafactory/mgmt/2018-06-01/datafactory` | [details](services/datafactory/mgmt/2018-06-01/datafactory/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral` | [details](services/iotcentral/mgmt/2018-09-01/iotcentral/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/datafactory/mgmt/2018-06-01/datafactory` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v51.2.0/services/datafactory/mgmt/2018-06-01/datafactory/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v51.2.0/services/iotcentral/mgmt/2018-09-01/iotcentral/CHANGELOG.md) |

## `v51.1.0`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package documentdbapi

import original "github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2019-08-01/documentdb/documentdbapi"
import original "github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2021-01-15/documentdb/documentdbapi"

type CassandraResourcesClientAPI = original.CassandraResourcesClientAPI
type CollectionClientAPI = original.CollectionClientAPI
Expand All @@ -38,5 +38,7 @@ type PartitionKeyRangeIDRegionClientAPI = original.PartitionKeyRangeIDRegionClie
type PercentileClientAPI = original.PercentileClientAPI
type PercentileSourceTargetClientAPI = original.PercentileSourceTargetClientAPI
type PercentileTargetClientAPI = original.PercentileTargetClientAPI
type PrivateEndpointConnectionsClientAPI = original.PrivateEndpointConnectionsClientAPI
type PrivateLinkResourcesClientAPI = original.PrivateLinkResourcesClientAPI
type SQLResourcesClientAPI = original.SQLResourcesClientAPI
type TableResourcesClientAPI = original.TableResourcesClientAPI
143 changes: 140 additions & 3 deletions profiles/latest/cosmos-db/mgmt/documentdb/models.go

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions profiles/latest/monitor/mgmt/insights/insightsapi/models.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
// +build go1.9

// Copyright 2021 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 insightsapi

import original "github.com/Azure/azure-sdk-for-go/services/monitor/mgmt/2020-10-01/insights/insightsapi"

type ActivityLogAlertsClientAPI = original.ActivityLogAlertsClientAPI
72 changes: 72 additions & 0 deletions profiles/latest/monitor/mgmt/insights/models.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
// +build go1.9

// Copyright 2021 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 insights

import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/monitor/mgmt/2020-10-01/insights"
)

const (
DefaultBaseURI = original.DefaultBaseURI
)

type ActionGroup = original.ActionGroup
type ActionList = original.ActionList
type ActivityLogAlertResource = original.ActivityLogAlertResource
type ActivityLogAlertsClient = original.ActivityLogAlertsClient
type AlertRuleAllOfCondition = original.AlertRuleAllOfCondition
type AlertRuleAnyOfOrLeafCondition = original.AlertRuleAnyOfOrLeafCondition
type AlertRuleLeafCondition = original.AlertRuleLeafCondition
type AlertRuleList = original.AlertRuleList
type AlertRuleListIterator = original.AlertRuleListIterator
type AlertRuleListPage = original.AlertRuleListPage
type AlertRulePatchObject = original.AlertRulePatchObject
type AlertRulePatchProperties = original.AlertRulePatchProperties
type AlertRuleProperties = original.AlertRuleProperties
type AzureResource = original.AzureResource
type BaseClient = original.BaseClient
type ErrorResponse = original.ErrorResponse

func New(subscriptionID string) BaseClient {
return original.New(subscriptionID)
}
func NewActivityLogAlertsClient(subscriptionID string) ActivityLogAlertsClient {
return original.NewActivityLogAlertsClient(subscriptionID)
}
func NewActivityLogAlertsClientWithBaseURI(baseURI string, subscriptionID string) ActivityLogAlertsClient {
return original.NewActivityLogAlertsClientWithBaseURI(baseURI, subscriptionID)
}
func NewAlertRuleListIterator(page AlertRuleListPage) AlertRuleListIterator {
return original.NewAlertRuleListIterator(page)
}
func NewAlertRuleListPage(cur AlertRuleList, getNextPage func(context.Context, AlertRuleList) (AlertRuleList, error)) AlertRuleListPage {
return original.NewAlertRuleListPage(cur, getNextPage)
}
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func UserAgent() string {
return original.UserAgent() + " profiles/latest"
}
func Version() string {
return original.Version()
}
17 changes: 16 additions & 1 deletion profiles/latest/web/mgmt/web/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package web
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/web/mgmt/2020-06-01/web"
original "github.com/Azure/azure-sdk-for-go/services/web/mgmt/2020-09-01/web"
)

const (
Expand Down Expand Up @@ -251,6 +251,15 @@ const (
IdentityProviderDerived CookieExpirationConvention = original.IdentityProviderDerived
)

type CreatedByType = original.CreatedByType

const (
CreatedByTypeApplication CreatedByType = original.CreatedByTypeApplication
CreatedByTypeKey CreatedByType = original.CreatedByTypeKey
CreatedByTypeManagedIdentity CreatedByType = original.CreatedByTypeManagedIdentity
CreatedByTypeUser CreatedByType = original.CreatedByTypeUser
)

type CustomHostNameDNSRecordType = original.CustomHostNameDNSRecordType

const (
Expand Down Expand Up @@ -811,6 +820,8 @@ type AppsStartWebSiteNetworkTraceOperationFuture = original.AppsStartWebSiteNetw
type AppsStartWebSiteNetworkTraceOperationSlotFuture = original.AppsStartWebSiteNetworkTraceOperationSlotFuture
type AppsSwapSlotSlotFuture = original.AppsSwapSlotSlotFuture
type AppsSwapSlotWithProductionFuture = original.AppsSwapSlotWithProductionFuture
type AppserviceGithubToken = original.AppserviceGithubToken
type AppserviceGithubTokenRequest = original.AppserviceGithubTokenRequest
type ArmIDWrapper = original.ArmIDWrapper
type AuthPlatform = original.AuthPlatform
type AuthPlatformProperties = original.AuthPlatformProperties
Expand Down Expand Up @@ -1318,6 +1329,7 @@ type String = original.String
type StringDictionary = original.StringDictionary
type SwiftVirtualNetwork = original.SwiftVirtualNetwork
type SwiftVirtualNetworkProperties = original.SwiftVirtualNetworkProperties
type SystemData = original.SystemData
type TldLegalAgreement = original.TldLegalAgreement
type TldLegalAgreementCollection = original.TldLegalAgreementCollection
type TldLegalAgreementCollectionIterator = original.TldLegalAgreementCollectionIterator
Expand Down Expand Up @@ -1896,6 +1908,9 @@ func PossibleContinuousWebJobStatusValues() []ContinuousWebJobStatus {
func PossibleCookieExpirationConventionValues() []CookieExpirationConvention {
return original.PossibleCookieExpirationConventionValues()
}
func PossibleCreatedByTypeValues() []CreatedByType {
return original.PossibleCreatedByTypeValues()
}
func PossibleCustomHostNameDNSRecordTypeValues() []CustomHostNameDNSRecordType {
return original.PossibleCustomHostNameDNSRecordTypeValues()
}
Expand Down
2 changes: 1 addition & 1 deletion profiles/latest/web/mgmt/web/webapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package webapi

import original "github.com/Azure/azure-sdk-for-go/services/web/mgmt/2020-06-01/web/webapi"
import original "github.com/Azure/azure-sdk-for-go/services/web/mgmt/2020-09-01/web/webapi"

type AppServiceCertificateOrdersClientAPI = original.AppServiceCertificateOrdersClientAPI
type AppServiceEnvironmentsClientAPI = original.AppServiceEnvironmentsClientAPI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package documentdbapi

import original "github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2019-08-01/documentdb/documentdbapi"
import original "github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2021-01-15/documentdb/documentdbapi"

type CassandraResourcesClientAPI = original.CassandraResourcesClientAPI
type CollectionClientAPI = original.CollectionClientAPI
Expand All @@ -38,5 +38,7 @@ type PartitionKeyRangeIDRegionClientAPI = original.PartitionKeyRangeIDRegionClie
type PercentileClientAPI = original.PercentileClientAPI
type PercentileSourceTargetClientAPI = original.PercentileSourceTargetClientAPI
type PercentileTargetClientAPI = original.PercentileTargetClientAPI
type PrivateEndpointConnectionsClientAPI = original.PrivateEndpointConnectionsClientAPI
type PrivateLinkResourcesClientAPI = original.PrivateLinkResourcesClientAPI
type SQLResourcesClientAPI = original.SQLResourcesClientAPI
type TableResourcesClientAPI = original.TableResourcesClientAPI
Loading

0 comments on commit 29761bc

Please sign in to comment.