Skip to content

Commit

Permalink
Release v51.1.0 (#14273)
Browse files Browse the repository at this point in the history
* Generated from specification/operationalinsights/resource-manager/readme.md tag package-2020-03-preview (commit hash: 0b17e6a5e811fd7b122d383b4942441d95e5e8cf)

* Generated from specification/mixedreality/resource-manager/readme.md tag package-2021-01 (commit hash: 0b17e6a5e811fd7b122d383b4942441d95e5e8cf)

* Generated from specification/storage/resource-manager/readme.md tag package-2020-08-preview (commit hash: 0b17e6a5e811fd7b122d383b4942441d95e5e8cf)

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

* Generated from specification/compute/resource-manager/readme.md tag package-2020-10-01-preview (commit hash: 0b17e6a5e811fd7b122d383b4942441d95e5e8cf)

* v51.1.0
  • Loading branch information
WodansSon authored Feb 4, 2021
1 parent 5d318e3 commit ec47d5b
Show file tree
Hide file tree
Showing 83 changed files with 53,241 additions and 114 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## `v51.1.0`

### New Packages

- `github.com/Azure/azure-sdk-for-go/services/mixedreality/mgmt/2021-01-01/mixedreality`
- `github.com/Azure/azure-sdk-for-go/services/preview/compute/mgmt/2020-10-01-preview/compute`
- `github.com/Azure/azure-sdk-for-go/services/storagecache/mgmt/2020-10-01/storagecache`

### Breaking Changes

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/preview/storage/mgmt/2020-08-01-preview/storage` | [details](services/preview/storage/mgmt/2020-08-01-preview/storage/CHANGELOG.md) |

## `v51.0.0`

### New Packages
Expand All @@ -12,8 +26,8 @@

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/cdn/mgmt/2020-09-01/cdn` | [details](services/cdn/mgmt/2020-09-01/cdn/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/securityinsight/mgmt/2019-01-01-preview/securityinsight` | [details](services/preview/securityinsight/mgmt/2019-01-01-preview/securityinsight/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/cdn/mgmt/2020-09-01/cdn` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v51.0.0/services/cdn/mgmt/2020-09-01/cdn/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/securityinsight/mgmt/2019-01-01-preview/securityinsight` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v51.0.0/services/preview/securityinsight/mgmt/2019-01-01-preview/securityinsight/CHANGELOG.md) |

## `v50.2.0`

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// +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 mixedrealityapi

import original "github.com/Azure/azure-sdk-for-go/services/mixedreality/mgmt/2021-01-01/mixedreality/mixedrealityapi"

type BaseClientAPI = original.BaseClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type RemoteRenderingAccountsClientAPI = original.RemoteRenderingAccountsClientAPI
type SpatialAnchorsAccountsClientAPI = original.SpatialAnchorsAccountsClientAPI
164 changes: 164 additions & 0 deletions profiles/latest/mixedreality/mgmt/mixedreality/models.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
// +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 mixedreality

import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/mixedreality/mgmt/2021-01-01/mixedreality"
)

const (
DefaultBaseURI = original.DefaultBaseURI
)

type CreatedByType = original.CreatedByType

const (
Application CreatedByType = original.Application
Key CreatedByType = original.Key
ManagedIdentity CreatedByType = original.ManagedIdentity
User CreatedByType = original.User
)

type NameUnavailableReason = original.NameUnavailableReason

const (
AlreadyExists NameUnavailableReason = original.AlreadyExists
Invalid NameUnavailableReason = original.Invalid
)

type ResourceIdentityType = original.ResourceIdentityType

const (
SystemAssigned ResourceIdentityType = original.SystemAssigned
)

type SkuTier = original.SkuTier

const (
Basic SkuTier = original.Basic
Free SkuTier = original.Free
Premium SkuTier = original.Premium
Standard SkuTier = original.Standard
)

type AccountKeyRegenerateRequest = original.AccountKeyRegenerateRequest
type AccountKeys = original.AccountKeys
type AccountProperties = original.AccountProperties
type AzureEntityResource = original.AzureEntityResource
type BaseClient = original.BaseClient
type CheckNameAvailabilityRequest = original.CheckNameAvailabilityRequest
type CheckNameAvailabilityResponse = original.CheckNameAvailabilityResponse
type CloudError = original.CloudError
type CloudErrorBody = original.CloudErrorBody
type Identity = original.Identity
type LogSpecification = original.LogSpecification
type MetricDimension = original.MetricDimension
type MetricSpecification = original.MetricSpecification
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
type OperationPage = original.OperationPage
type OperationPageIterator = original.OperationPageIterator
type OperationPagePage = original.OperationPagePage
type OperationProperties = original.OperationProperties
type OperationsClient = original.OperationsClient
type Plan = original.Plan
type ProxyResource = original.ProxyResource
type RemoteRenderingAccount = original.RemoteRenderingAccount
type RemoteRenderingAccountPage = original.RemoteRenderingAccountPage
type RemoteRenderingAccountPageIterator = original.RemoteRenderingAccountPageIterator
type RemoteRenderingAccountPagePage = original.RemoteRenderingAccountPagePage
type RemoteRenderingAccountsClient = original.RemoteRenderingAccountsClient
type Resource = original.Resource
type ResourceModelWithAllowedPropertySet = original.ResourceModelWithAllowedPropertySet
type ResourceModelWithAllowedPropertySetIdentity = original.ResourceModelWithAllowedPropertySetIdentity
type ResourceModelWithAllowedPropertySetPlan = original.ResourceModelWithAllowedPropertySetPlan
type ResourceModelWithAllowedPropertySetSku = original.ResourceModelWithAllowedPropertySetSku
type ServiceSpecification = original.ServiceSpecification
type Sku = original.Sku
type SpatialAnchorsAccount = original.SpatialAnchorsAccount
type SpatialAnchorsAccountPage = original.SpatialAnchorsAccountPage
type SpatialAnchorsAccountPageIterator = original.SpatialAnchorsAccountPageIterator
type SpatialAnchorsAccountPagePage = original.SpatialAnchorsAccountPagePage
type SpatialAnchorsAccountsClient = original.SpatialAnchorsAccountsClient
type SystemData = original.SystemData
type TrackedResource = original.TrackedResource

func New(subscriptionID string) BaseClient {
return original.New(subscriptionID)
}
func NewOperationPageIterator(page OperationPagePage) OperationPageIterator {
return original.NewOperationPageIterator(page)
}
func NewOperationPagePage(cur OperationPage, getNextPage func(context.Context, OperationPage) (OperationPage, error)) OperationPagePage {
return original.NewOperationPagePage(cur, getNextPage)
}
func NewOperationsClient(subscriptionID string) OperationsClient {
return original.NewOperationsClient(subscriptionID)
}
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
}
func NewRemoteRenderingAccountPageIterator(page RemoteRenderingAccountPagePage) RemoteRenderingAccountPageIterator {
return original.NewRemoteRenderingAccountPageIterator(page)
}
func NewRemoteRenderingAccountPagePage(cur RemoteRenderingAccountPage, getNextPage func(context.Context, RemoteRenderingAccountPage) (RemoteRenderingAccountPage, error)) RemoteRenderingAccountPagePage {
return original.NewRemoteRenderingAccountPagePage(cur, getNextPage)
}
func NewRemoteRenderingAccountsClient(subscriptionID string) RemoteRenderingAccountsClient {
return original.NewRemoteRenderingAccountsClient(subscriptionID)
}
func NewRemoteRenderingAccountsClientWithBaseURI(baseURI string, subscriptionID string) RemoteRenderingAccountsClient {
return original.NewRemoteRenderingAccountsClientWithBaseURI(baseURI, subscriptionID)
}
func NewSpatialAnchorsAccountPageIterator(page SpatialAnchorsAccountPagePage) SpatialAnchorsAccountPageIterator {
return original.NewSpatialAnchorsAccountPageIterator(page)
}
func NewSpatialAnchorsAccountPagePage(cur SpatialAnchorsAccountPage, getNextPage func(context.Context, SpatialAnchorsAccountPage) (SpatialAnchorsAccountPage, error)) SpatialAnchorsAccountPagePage {
return original.NewSpatialAnchorsAccountPagePage(cur, getNextPage)
}
func NewSpatialAnchorsAccountsClient(subscriptionID string) SpatialAnchorsAccountsClient {
return original.NewSpatialAnchorsAccountsClient(subscriptionID)
}
func NewSpatialAnchorsAccountsClientWithBaseURI(baseURI string, subscriptionID string) SpatialAnchorsAccountsClient {
return original.NewSpatialAnchorsAccountsClientWithBaseURI(baseURI, subscriptionID)
}
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func PossibleCreatedByTypeValues() []CreatedByType {
return original.PossibleCreatedByTypeValues()
}
func PossibleNameUnavailableReasonValues() []NameUnavailableReason {
return original.PossibleNameUnavailableReasonValues()
}
func PossibleResourceIdentityTypeValues() []ResourceIdentityType {
return original.PossibleResourceIdentityTypeValues()
}
func PossibleSkuTierValues() []SkuTier {
return original.PossibleSkuTierValues()
}
func UserAgent() string {
return original.UserAgent() + " profiles/latest"
}
func Version() string {
return original.Version()
}
68 changes: 66 additions & 2 deletions profiles/latest/storagecache/mgmt/storagecache/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package storagecache
import (
"context"

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

const (
Expand All @@ -45,6 +45,14 @@ const (
User CreatedByType = original.User
)

type DomainJoinedType = original.DomainJoinedType

const (
Error DomainJoinedType = original.Error
No DomainJoinedType = original.No
Yes DomainJoinedType = original.Yes
)

type FirmwareStatusType = original.FirmwareStatusType

const (
Expand Down Expand Up @@ -78,6 +86,22 @@ const (
MetricAggregationTypeTotal MetricAggregationType = original.MetricAggregationTypeTotal
)

type NfsAccessRuleAccess = original.NfsAccessRuleAccess

const (
NfsAccessRuleAccessNo NfsAccessRuleAccess = original.NfsAccessRuleAccessNo
NfsAccessRuleAccessRo NfsAccessRuleAccess = original.NfsAccessRuleAccessRo
NfsAccessRuleAccessRw NfsAccessRuleAccess = original.NfsAccessRuleAccessRw
)

type NfsAccessRuleScope = original.NfsAccessRuleScope

const (
Default NfsAccessRuleScope = original.Default
Host NfsAccessRuleScope = original.Host
Network NfsAccessRuleScope = original.Network
)

type ProvisioningStateType = original.ProvisioningStateType

const (
Expand Down Expand Up @@ -105,6 +129,23 @@ const (
TargetTypeUnknown TargetType = original.TargetTypeUnknown
)

type UsernameDownloadedType = original.UsernameDownloadedType

const (
UsernameDownloadedTypeError UsernameDownloadedType = original.UsernameDownloadedTypeError
UsernameDownloadedTypeNo UsernameDownloadedType = original.UsernameDownloadedTypeNo
UsernameDownloadedTypeYes UsernameDownloadedType = original.UsernameDownloadedTypeYes
)

type UsernameSource = original.UsernameSource

const (
UsernameSourceAD UsernameSource = original.UsernameSourceAD
UsernameSourceFile UsernameSource = original.UsernameSourceFile
UsernameSourceLDAP UsernameSource = original.UsernameSourceLDAP
UsernameSourceNone UsernameSource = original.UsernameSourceNone
)

type APIOperation = original.APIOperation
type APIOperationDisplay = original.APIOperationDisplay
type APIOperationListResult = original.APIOperationListResult
Expand All @@ -113,10 +154,14 @@ type APIOperationListResultPage = original.APIOperationListResultPage
type APIOperationProperties = original.APIOperationProperties
type APIOperationPropertiesServiceSpecification = original.APIOperationPropertiesServiceSpecification
type AscOperation = original.AscOperation
type AscOperationProperties = original.AscOperationProperties
type AscOperationsClient = original.AscOperationsClient
type BaseClient = original.BaseClient
type BasicStorageTargetProperties = original.BasicStorageTargetProperties
type Cache = original.Cache
type CacheActiveDirectorySettings = original.CacheActiveDirectorySettings
type CacheActiveDirectorySettingsCredentials = original.CacheActiveDirectorySettingsCredentials
type CacheDirectorySettings = original.CacheDirectorySettings
type CacheEncryptionSettings = original.CacheEncryptionSettings
type CacheHealth = original.CacheHealth
type CacheIdentity = original.CacheIdentity
Expand All @@ -125,8 +170,11 @@ type CacheProperties = original.CacheProperties
type CacheSecuritySettings = original.CacheSecuritySettings
type CacheSku = original.CacheSku
type CacheUpgradeStatus = original.CacheUpgradeStatus
type CacheUsernameDownloadSettings = original.CacheUsernameDownloadSettings
type CacheUsernameDownloadSettingsCredentials = original.CacheUsernameDownloadSettingsCredentials
type CachesClient = original.CachesClient
type CachesCreateOrUpdateFuture = original.CachesCreateOrUpdateFuture
type CachesDebugInfoFuture = original.CachesDebugInfoFuture
type CachesDeleteFuture = original.CachesDeleteFuture
type CachesFlushFuture = original.CachesFlushFuture
type CachesListResult = original.CachesListResult
Expand All @@ -147,6 +195,8 @@ type MetricSpecification = original.MetricSpecification
type NamespaceJunction = original.NamespaceJunction
type Nfs3Target = original.Nfs3Target
type Nfs3TargetProperties = original.Nfs3TargetProperties
type NfsAccessPolicy = original.NfsAccessPolicy
type NfsAccessRule = original.NfsAccessRule
type OperationsClient = original.OperationsClient
type ResourceSku = original.ResourceSku
type ResourceSkuCapabilities = original.ResourceSkuCapabilities
Expand All @@ -155,7 +205,6 @@ type ResourceSkusResult = original.ResourceSkusResult
type ResourceSkusResultIterator = original.ResourceSkusResultIterator
type ResourceSkusResultPage = original.ResourceSkusResultPage
type Restriction = original.Restriction
type SetObject = original.SetObject
type SkusClient = original.SkusClient
type StorageTarget = original.StorageTarget
type StorageTargetProperties = original.StorageTargetProperties
Expand Down Expand Up @@ -254,6 +303,9 @@ func PossibleCacheIdentityTypeValues() []CacheIdentityType {
func PossibleCreatedByTypeValues() []CreatedByType {
return original.PossibleCreatedByTypeValues()
}
func PossibleDomainJoinedTypeValues() []DomainJoinedType {
return original.PossibleDomainJoinedTypeValues()
}
func PossibleFirmwareStatusTypeValues() []FirmwareStatusType {
return original.PossibleFirmwareStatusTypeValues()
}
Expand All @@ -263,6 +315,12 @@ func PossibleHealthStateTypeValues() []HealthStateType {
func PossibleMetricAggregationTypeValues() []MetricAggregationType {
return original.PossibleMetricAggregationTypeValues()
}
func PossibleNfsAccessRuleAccessValues() []NfsAccessRuleAccess {
return original.PossibleNfsAccessRuleAccessValues()
}
func PossibleNfsAccessRuleScopeValues() []NfsAccessRuleScope {
return original.PossibleNfsAccessRuleScopeValues()
}
func PossibleProvisioningStateTypeValues() []ProvisioningStateType {
return original.PossibleProvisioningStateTypeValues()
}
Expand All @@ -272,6 +330,12 @@ func PossibleReasonCodeValues() []ReasonCode {
func PossibleTargetTypeValues() []TargetType {
return original.PossibleTargetTypeValues()
}
func PossibleUsernameDownloadedTypeValues() []UsernameDownloadedType {
return original.PossibleUsernameDownloadedTypeValues()
}
func PossibleUsernameSourceValues() []UsernameSource {
return original.PossibleUsernameSourceValues()
}
func UserAgent() string {
return original.UserAgent() + " profiles/latest"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package storagecacheapi

import original "github.com/Azure/azure-sdk-for-go/services/storagecache/mgmt/2020-03-01/storagecache/storagecacheapi"
import original "github.com/Azure/azure-sdk-for-go/services/storagecache/mgmt/2020-10-01/storagecache/storagecacheapi"

type AscOperationsClientAPI = original.AscOperationsClientAPI
type CachesClientAPI = original.CachesClientAPI
Expand Down
Loading

0 comments on commit ec47d5b

Please sign in to comment.