Skip to content

Commit

Permalink
Release v62.1.0 (#17236)
Browse files Browse the repository at this point in the history
* Generated from specification/resourcehealth/resource-manager/readme.md tag package-2020-05-01 (commit hash: 58cb0aa2979e64c7335cc26fe45a1854a6d0b7ad)

* Generated from specification/compute/resource-manager/readme.md tag package-2021-12-01 (commit hash: 58cb0aa2979e64c7335cc26fe45a1854a6d0b7ad)

* Generated from specification/appconfiguration/resource-manager/readme.md tag package-2021-10-01-preview (commit hash: 58cb0aa2979e64c7335cc26fe45a1854a6d0b7ad)

* Generated from specification/healthcareapis/resource-manager/readme.md tag package-2021-11 (commit hash: 58cb0aa2979e64c7335cc26fe45a1854a6d0b7ad)

* Generated from specification/redis/resource-manager/readme.md tag package-2021-06 (commit hash: 58cb0aa2979e64c7335cc26fe45a1854a6d0b7ad)

* v62.1.0
  • Loading branch information
Alancere authored Mar 7, 2022
1 parent 2ec4cfa commit 53eab9b
Show file tree
Hide file tree
Showing 132 changed files with 76,318 additions and 214 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## `v62.1.0`

### New Packages

- `github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-12-01/compute`
- `github.com/Azure/azure-sdk-for-go/services/healthcareapis/mgmt/2021-11-01/healthcareapis`
- `github.com/Azure/azure-sdk-for-go/services/preview/appconfiguration/mgmt/2021-10-01-preview/appconfiguration`
- `github.com/Azure/azure-sdk-for-go/services/redis/mgmt/2021-06-01/redis`
- `github.com/Azure/azure-sdk-for-go/services/resourcehealth/mgmt/2020-05-01/resourcehealth`

## `v62.0.0`

### New Packages
Expand All @@ -14,9 +24,9 @@

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/cognitiveservices/mgmt/2017-04-18/cognitiveservices` | [details](https://github.com/Azure/azure-sdk-for-go/tree/main/services/cognitiveservices/mgmt/2017-04-18/cognitiveservices/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-11-01/compute` | [details](https://github.com/Azure/azure-sdk-for-go/tree/main/services/compute/mgmt/2021-11-01/compute/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/tree/main/services/datafactory/mgmt/2018-06-01/datafactory/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/cognitiveservices/mgmt/2017-04-18/cognitiveservices` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v62.0.0/services/cognitiveservices/mgmt/2017-04-18/cognitiveservices/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-11-01/compute` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v62.0.0/services/compute/mgmt/2021-11-01/compute/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/v62.0.0/services/datafactory/mgmt/2018-06-01/datafactory/CHANGELOG.md) |

## `v61.6.0`

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

package computeapi

import original "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-11-01/compute/computeapi"
import original "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-12-01/compute/computeapi"

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

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

const (
Expand Down Expand Up @@ -107,6 +107,13 @@ const (
ConsistencyModeTypesFileSystemConsistent ConsistencyModeTypes = original.ConsistencyModeTypesFileSystemConsistent
)

type DataAccessAuthMode = original.DataAccessAuthMode

const (
DataAccessAuthModeAzureActiveDirectory DataAccessAuthMode = original.DataAccessAuthModeAzureActiveDirectory
DataAccessAuthModeNone DataAccessAuthMode = original.DataAccessAuthModeNone
)

type DedicatedHostLicenseTypes = original.DedicatedHostLicenseTypes

const (
Expand Down Expand Up @@ -2339,6 +2346,9 @@ func PossibleConfidentialVMEncryptionTypeValues() []ConfidentialVMEncryptionType
func PossibleConsistencyModeTypesValues() []ConsistencyModeTypes {
return original.PossibleConsistencyModeTypesValues()
}
func PossibleDataAccessAuthModeValues() []DataAccessAuthMode {
return original.PossibleDataAccessAuthModeValues()
}
func PossibleDedicatedHostLicenseTypesValues() []DedicatedHostLicenseTypes {
return original.PossibleDedicatedHostLicenseTypesValues()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@

package healthcareapisapi

import original "github.com/Azure/azure-sdk-for-go/services/healthcareapis/mgmt/2020-03-30/healthcareapis/healthcareapisapi"
import original "github.com/Azure/azure-sdk-for-go/services/healthcareapis/mgmt/2021-11-01/healthcareapis/healthcareapisapi"

type DicomServicesClientAPI = original.DicomServicesClientAPI
type FhirDestinationsClientAPI = original.FhirDestinationsClientAPI
type FhirServicesClientAPI = original.FhirServicesClientAPI
type IotConnectorFhirDestinationClientAPI = original.IotConnectorFhirDestinationClientAPI
type IotConnectorsClientAPI = original.IotConnectorsClientAPI
type OperationResultsClientAPI = original.OperationResultsClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type PrivateEndpointConnectionsClientAPI = original.PrivateEndpointConnectionsClientAPI
type PrivateLinkResourcesClientAPI = original.PrivateLinkResourcesClientAPI
type ServicesClientAPI = original.ServicesClientAPI
type WorkspacePrivateEndpointConnectionsClientAPI = original.WorkspacePrivateEndpointConnectionsClientAPI
type WorkspacePrivateLinkResourcesClientAPI = original.WorkspacePrivateLinkResourcesClientAPI
type WorkspacesClientAPI = original.WorkspacesClientAPI
Loading

0 comments on commit 53eab9b

Please sign in to comment.