Skip to content

Commit

Permalink
Release v62.3.0 (#17336)
Browse files Browse the repository at this point in the history
* Generated from specification/storagecache/resource-manager/readme.md tag package-2022-01 (commit hash: 162460648e39b3cd20ef3d302008add138e90223)

* Generated from specification/applicationinsights/resource-manager/readme.md tag package-2022-02-01 (commit hash: 162460648e39b3cd20ef3d302008add138e90223)

* Generated from specification/batch/resource-manager/readme.md tag package-2022-01 (commit hash: 162460648e39b3cd20ef3d302008add138e90223)

* Generated from specification/cdn/resource-manager/readme.md tag package-2021-06 (commit hash: 162460648e39b3cd20ef3d302008add138e90223)

* Generated from specification/msi/resource-manager/readme.md tag package-preview-2021-09 (commit hash: 162460648e39b3cd20ef3d302008add138e90223)

* Generated from specification/streamanalytics/resource-manager/readme.md tag package-pure-2020-03 (commit hash: 162460648e39b3cd20ef3d302008add138e90223)

* Generated from specification/securityinsights/resource-manager/readme.md tag package-preview-2022-01 (commit hash: 162460648e39b3cd20ef3d302008add138e90223)

* v62.3.0
  • Loading branch information
Alancere authored Mar 21, 2022
1 parent b8abfd5 commit d4645bd
Show file tree
Hide file tree
Showing 161 changed files with 99,399 additions and 243 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## `v62.3.0`

### New Packages

- `github.com/Azure/azure-sdk-for-go/services/batch/mgmt/2022-01-01/batch`
- `github.com/Azure/azure-sdk-for-go/services/cdn/mgmt/2021-06-01/cdn`
- `github.com/Azure/azure-sdk-for-go/services/preview/appinsights/mgmt/2022-02-01-preview/insights`
- `github.com/Azure/azure-sdk-for-go/services/preview/msi/mgmt/2021-09-30-preview/msi`
- `github.com/Azure/azure-sdk-for-go/services/preview/securityinsight/mgmt/2022-01-01-preview/securityinsight`
- `github.com/Azure/azure-sdk-for-go/services/storagecache/mgmt/2022-01-01/storagecache`

### Updated Packages

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/streamanalytics/mgmt/2020-03-01/streamanalytics` | [details](https://github.com/Azure/azure-sdk-for-go/tree/main/services/streamanalytics/mgmt/2020-03-01/streamanalytics/CHANGELOG.md) |

## `v62.2.0`

### New Packages
Expand Down
2 changes: 1 addition & 1 deletion profiles/latest/batch/mgmt/batch/batchapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

package batchapi

import original "github.com/Azure/azure-sdk-for-go/services/batch/mgmt/2021-06-01/batch/batchapi"
import original "github.com/Azure/azure-sdk-for-go/services/batch/mgmt/2022-01-01/batch/batchapi"

type AccountClientAPI = original.AccountClientAPI
type ApplicationClientAPI = original.ApplicationClientAPI
Expand Down
23 changes: 22 additions & 1 deletion profiles/latest/batch/mgmt/batch/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package batch
import (
"context"

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

const (
Expand Down Expand Up @@ -130,6 +130,13 @@ const (
DiskEncryptionTargetTemporaryDisk DiskEncryptionTarget = original.DiskEncryptionTargetTemporaryDisk
)

type DynamicVNetAssignmentScope = original.DynamicVNetAssignmentScope

const (
DynamicVNetAssignmentScopeJob DynamicVNetAssignmentScope = original.DynamicVNetAssignmentScopeJob
DynamicVNetAssignmentScopeNone DynamicVNetAssignmentScope = original.DynamicVNetAssignmentScopeNone
)

type ElevationLevel = original.ElevationLevel

const (
Expand Down Expand Up @@ -324,6 +331,11 @@ type ContainerRegistry = original.ContainerRegistry
type DataDisk = original.DataDisk
type DeleteCertificateError = original.DeleteCertificateError
type DeploymentConfiguration = original.DeploymentConfiguration
type DetectorListResult = original.DetectorListResult
type DetectorListResultIterator = original.DetectorListResultIterator
type DetectorListResultPage = original.DetectorListResultPage
type DetectorResponse = original.DetectorResponse
type DetectorResponseProperties = original.DetectorResponseProperties
type DiffDiskSettings = original.DiffDiskSettings
type DiskEncryptionConfiguration = original.DiskEncryptionConfiguration
type EncryptionProperties = original.EncryptionProperties
Expand Down Expand Up @@ -445,6 +457,12 @@ func NewCertificateClient(subscriptionID string) CertificateClient {
func NewCertificateClientWithBaseURI(baseURI string, subscriptionID string) CertificateClient {
return original.NewCertificateClientWithBaseURI(baseURI, subscriptionID)
}
func NewDetectorListResultIterator(page DetectorListResultPage) DetectorListResultIterator {
return original.NewDetectorListResultIterator(page)
}
func NewDetectorListResultPage(cur DetectorListResult, getNextPage func(context.Context, DetectorListResult) (DetectorListResult, error)) DetectorListResultPage {
return original.NewDetectorListResultPage(cur, getNextPage)
}
func NewListApplicationPackagesResultIterator(page ListApplicationPackagesResultPage) ListApplicationPackagesResultIterator {
return original.NewListApplicationPackagesResultIterator(page)
}
Expand Down Expand Up @@ -577,6 +595,9 @@ func PossibleDiffDiskPlacementValues() []DiffDiskPlacement {
func PossibleDiskEncryptionTargetValues() []DiskEncryptionTarget {
return original.PossibleDiskEncryptionTargetValues()
}
func PossibleDynamicVNetAssignmentScopeValues() []DynamicVNetAssignmentScope {
return original.PossibleDynamicVNetAssignmentScopeValues()
}
func PossibleElevationLevelValues() []ElevationLevel {
return original.PossibleElevationLevelValues()
}
Expand Down
2 changes: 1 addition & 1 deletion profiles/latest/cdn/mgmt/cdn/cdnapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

package cdnapi

import original "github.com/Azure/azure-sdk-for-go/services/cdn/mgmt/2020-09-01/cdn/cdnapi"
import original "github.com/Azure/azure-sdk-for-go/services/cdn/mgmt/2021-06-01/cdn/cdnapi"

type AFDCustomDomainsClientAPI = original.AFDCustomDomainsClientAPI
type AFDEndpointsClientAPI = original.AFDEndpointsClientAPI
Expand Down
322 changes: 244 additions & 78 deletions profiles/latest/cdn/mgmt/cdn/models.go

Large diffs are not rendered by default.

21 changes: 20 additions & 1 deletion profiles/latest/storagecache/mgmt/storagecache/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package storagecache
import (
"context"

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

const (
Expand Down Expand Up @@ -157,6 +157,7 @@ type APIOperationPropertiesServiceSpecification = original.APIOperationPropertie
type AscOperation = original.AscOperation
type AscOperationProperties = original.AscOperationProperties
type AscOperationsClient = original.AscOperationsClient
type AscUsagesClient = original.AscUsagesClient
type BaseClient = original.BaseClient
type BlobNfsTarget = original.BlobNfsTarget
type Cache = original.Cache
Expand Down Expand Up @@ -205,11 +206,17 @@ type ResourceSkuLocationInfo = original.ResourceSkuLocationInfo
type ResourceSkusResult = original.ResourceSkusResult
type ResourceSkusResultIterator = original.ResourceSkusResultIterator
type ResourceSkusResultPage = original.ResourceSkusResultPage
type ResourceUsage = original.ResourceUsage
type ResourceUsageName = original.ResourceUsageName
type ResourceUsagesListResult = original.ResourceUsagesListResult
type ResourceUsagesListResultIterator = original.ResourceUsagesListResultIterator
type ResourceUsagesListResultPage = original.ResourceUsagesListResultPage
type Restriction = original.Restriction
type SkusClient = original.SkusClient
type StorageTarget = original.StorageTarget
type StorageTargetClient = original.StorageTargetClient
type StorageTargetFlushFuture = original.StorageTargetFlushFuture
type StorageTargetInvalidateFuture = original.StorageTargetInvalidateFuture
type StorageTargetProperties = original.StorageTargetProperties
type StorageTargetResource = original.StorageTargetResource
type StorageTargetResumeFuture = original.StorageTargetResumeFuture
Expand Down Expand Up @@ -245,6 +252,12 @@ func NewAscOperationsClient(subscriptionID string) AscOperationsClient {
func NewAscOperationsClientWithBaseURI(baseURI string, subscriptionID string) AscOperationsClient {
return original.NewAscOperationsClientWithBaseURI(baseURI, subscriptionID)
}
func NewAscUsagesClient(subscriptionID string) AscUsagesClient {
return original.NewAscUsagesClient(subscriptionID)
}
func NewAscUsagesClientWithBaseURI(baseURI string, subscriptionID string) AscUsagesClient {
return original.NewAscUsagesClientWithBaseURI(baseURI, subscriptionID)
}
func NewCachesClient(subscriptionID string) CachesClient {
return original.NewCachesClient(subscriptionID)
}
Expand All @@ -269,6 +282,12 @@ func NewResourceSkusResultIterator(page ResourceSkusResultPage) ResourceSkusResu
func NewResourceSkusResultPage(cur ResourceSkusResult, getNextPage func(context.Context, ResourceSkusResult) (ResourceSkusResult, error)) ResourceSkusResultPage {
return original.NewResourceSkusResultPage(cur, getNextPage)
}
func NewResourceUsagesListResultIterator(page ResourceUsagesListResultPage) ResourceUsagesListResultIterator {
return original.NewResourceUsagesListResultIterator(page)
}
func NewResourceUsagesListResultPage(cur ResourceUsagesListResult, getNextPage func(context.Context, ResourceUsagesListResult) (ResourceUsagesListResult, error)) ResourceUsagesListResultPage {
return original.NewResourceUsagesListResultPage(cur, getNextPage)
}
func NewSkusClient(subscriptionID string) SkusClient {
return original.NewSkusClient(subscriptionID)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@

package storagecacheapi

import original "github.com/Azure/azure-sdk-for-go/services/storagecache/mgmt/2021-09-01/storagecache/storagecacheapi"
import original "github.com/Azure/azure-sdk-for-go/services/storagecache/mgmt/2022-01-01/storagecache/storagecacheapi"

type AscOperationsClientAPI = original.AscOperationsClientAPI
type AscUsagesClientAPI = original.AscUsagesClientAPI
type CachesClientAPI = original.CachesClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type SkusClientAPI = original.SkusClientAPI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ const (
type TypeBasicOutputDataSource = original.TypeBasicOutputDataSource

const (
TypeBasicOutputDataSourceTypeMicrosoftAzureFunction TypeBasicOutputDataSource = original.TypeBasicOutputDataSourceTypeMicrosoftAzureFunction
TypeBasicOutputDataSourceTypeMicrosoftDataLakeAccounts TypeBasicOutputDataSource = original.TypeBasicOutputDataSourceTypeMicrosoftDataLakeAccounts
TypeBasicOutputDataSourceTypeMicrosoftEventHubEventHub TypeBasicOutputDataSource = original.TypeBasicOutputDataSourceTypeMicrosoftEventHubEventHub
TypeBasicOutputDataSourceTypeMicrosoftServiceBusEventHub TypeBasicOutputDataSource = original.TypeBasicOutputDataSourceTypeMicrosoftServiceBusEventHub
Expand Down Expand Up @@ -229,6 +230,8 @@ const (
type AvroSerialization = original.AvroSerialization
type AzureDataLakeStoreOutputDataSource = original.AzureDataLakeStoreOutputDataSource
type AzureDataLakeStoreOutputDataSourceProperties = original.AzureDataLakeStoreOutputDataSourceProperties
type AzureFunctionOutputDataSource = original.AzureFunctionOutputDataSource
type AzureFunctionOutputDataSourceProperties = original.AzureFunctionOutputDataSourceProperties
type AzureMachineLearningWebServiceFunctionBinding = original.AzureMachineLearningWebServiceFunctionBinding
type AzureMachineLearningWebServiceFunctionBindingProperties = original.AzureMachineLearningWebServiceFunctionBindingProperties
type AzureMachineLearningWebServiceFunctionBindingRetrievalProperties = original.AzureMachineLearningWebServiceFunctionBindingRetrievalProperties
Expand Down
2 changes: 1 addition & 1 deletion profiles/preview/batch/mgmt/batch/batchapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

package batchapi

import original "github.com/Azure/azure-sdk-for-go/services/batch/mgmt/2021-06-01/batch/batchapi"
import original "github.com/Azure/azure-sdk-for-go/services/batch/mgmt/2022-01-01/batch/batchapi"

type AccountClientAPI = original.AccountClientAPI
type ApplicationClientAPI = original.ApplicationClientAPI
Expand Down
23 changes: 22 additions & 1 deletion profiles/preview/batch/mgmt/batch/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package batch
import (
"context"

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

const (
Expand Down Expand Up @@ -130,6 +130,13 @@ const (
DiskEncryptionTargetTemporaryDisk DiskEncryptionTarget = original.DiskEncryptionTargetTemporaryDisk
)

type DynamicVNetAssignmentScope = original.DynamicVNetAssignmentScope

const (
DynamicVNetAssignmentScopeJob DynamicVNetAssignmentScope = original.DynamicVNetAssignmentScopeJob
DynamicVNetAssignmentScopeNone DynamicVNetAssignmentScope = original.DynamicVNetAssignmentScopeNone
)

type ElevationLevel = original.ElevationLevel

const (
Expand Down Expand Up @@ -324,6 +331,11 @@ type ContainerRegistry = original.ContainerRegistry
type DataDisk = original.DataDisk
type DeleteCertificateError = original.DeleteCertificateError
type DeploymentConfiguration = original.DeploymentConfiguration
type DetectorListResult = original.DetectorListResult
type DetectorListResultIterator = original.DetectorListResultIterator
type DetectorListResultPage = original.DetectorListResultPage
type DetectorResponse = original.DetectorResponse
type DetectorResponseProperties = original.DetectorResponseProperties
type DiffDiskSettings = original.DiffDiskSettings
type DiskEncryptionConfiguration = original.DiskEncryptionConfiguration
type EncryptionProperties = original.EncryptionProperties
Expand Down Expand Up @@ -445,6 +457,12 @@ func NewCertificateClient(subscriptionID string) CertificateClient {
func NewCertificateClientWithBaseURI(baseURI string, subscriptionID string) CertificateClient {
return original.NewCertificateClientWithBaseURI(baseURI, subscriptionID)
}
func NewDetectorListResultIterator(page DetectorListResultPage) DetectorListResultIterator {
return original.NewDetectorListResultIterator(page)
}
func NewDetectorListResultPage(cur DetectorListResult, getNextPage func(context.Context, DetectorListResult) (DetectorListResult, error)) DetectorListResultPage {
return original.NewDetectorListResultPage(cur, getNextPage)
}
func NewListApplicationPackagesResultIterator(page ListApplicationPackagesResultPage) ListApplicationPackagesResultIterator {
return original.NewListApplicationPackagesResultIterator(page)
}
Expand Down Expand Up @@ -577,6 +595,9 @@ func PossibleDiffDiskPlacementValues() []DiffDiskPlacement {
func PossibleDiskEncryptionTargetValues() []DiskEncryptionTarget {
return original.PossibleDiskEncryptionTargetValues()
}
func PossibleDynamicVNetAssignmentScopeValues() []DynamicVNetAssignmentScope {
return original.PossibleDynamicVNetAssignmentScopeValues()
}
func PossibleElevationLevelValues() []ElevationLevel {
return original.PossibleElevationLevelValues()
}
Expand Down
2 changes: 1 addition & 1 deletion profiles/preview/cdn/mgmt/cdn/cdnapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

package cdnapi

import original "github.com/Azure/azure-sdk-for-go/services/cdn/mgmt/2020-09-01/cdn/cdnapi"
import original "github.com/Azure/azure-sdk-for-go/services/cdn/mgmt/2021-06-01/cdn/cdnapi"

type AFDCustomDomainsClientAPI = original.AFDCustomDomainsClientAPI
type AFDEndpointsClientAPI = original.AFDEndpointsClientAPI
Expand Down
Loading

0 comments on commit d4645bd

Please sign in to comment.