Skip to content

Commit 29a8ee6

Browse files
authored
Release v64.2.0 (#18200)
* Generated from specification/appplatform/resource-manager/readme.md tag package-preview-2022-05 (commit hash: a8a52b9e6c305f03c3a4c5411d59fc4454b5b372) * Generated from specification/azureactivedirectory/resource-manager/readme.md tag package-2020-03 (commit hash: a8a52b9e6c305f03c3a4c5411d59fc4454b5b372) * Generated from specification/azureactivedirectory/resource-manager/readme.md tag package-preview-2020-07 (commit hash: a8a52b9e6c305f03c3a4c5411d59fc4454b5b372) * Generated from specification/containerregistry/resource-manager/readme.md tag package-2022-02-preview (commit hash: a8a52b9e6c305f03c3a4c5411d59fc4454b5b372) * Generated from specification/deviceupdate/resource-manager/readme.md tag package-2022-04-01-preview (commit hash: a8a52b9e6c305f03c3a4c5411d59fc4454b5b372) * Generated from specification/recoveryservicesbackup/resource-manager/readme.md tag package-2022-03 (commit hash: a8a52b9e6c305f03c3a4c5411d59fc4454b5b372) * Generated from specification/azurestackhci/resource-manager/readme.md tag package-2022-05 (commit hash: a8a52b9e6c305f03c3a4c5411d59fc4454b5b372) * Generated from specification/network/resource-manager/readme.md tag package-2021-08 (commit hash: a8a52b9e6c305f03c3a4c5411d59fc4454b5b372) * v64.2.0
1 parent fff80be commit 29a8ee6

File tree

179 files changed

+92329
-195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+92329
-195
lines changed

CHANGELOG.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# CHANGELOG
22

3+
## `v64.2.0`
4+
5+
### New Packages
6+
7+
- `github.com/Azure/azure-sdk-for-go/services/aad/mgmt/2020-03-01/aad`
8+
- `github.com/Azure/azure-sdk-for-go/services/azurestackhci/mgmt/2022-05-01/azurestackhci`
9+
- `github.com/Azure/azure-sdk-for-go/services/preview/aad/mgmt/2020-07-01-preview/aad`
10+
- `github.com/Azure/azure-sdk-for-go/services/preview/appplatform/mgmt/2022-05-01-preview/appplatform`
11+
- `github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2022-02-01-preview/containerregistry`
12+
- `github.com/Azure/azure-sdk-for-go/services/preview/deviceupdate/mgmt/2022-04-01-preview/deviceupdate`
13+
- `github.com/Azure/azure-sdk-for-go/services/recoveryservices/mgmt/2022-03-01/backup`
14+
15+
### Updated Packages
16+
17+
| Package Path | Changelog |
18+
| :--- | :---: |
19+
| `github.com/Azure/azure-sdk-for-go/services/network/mgmt/2021-08-01/network` | [details](https://github.com/Azure/azure-sdk-for-go/tree/main/services/network/mgmt/2021-08-01/network/CHANGELOG.md) |
20+
321
## `v64.1.0`
422

523
### New Packages
@@ -10,13 +28,13 @@
1028

1129
| Package Path | Changelog |
1230
| :--- | :---: |
13-
| `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) |
31+
| `github.com/Azure/azure-sdk-for-go/services/datafactory/mgmt/2018-06-01/datafactory` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v64.1.0/services/datafactory/mgmt/2018-06-01/datafactory/CHANGELOG.md) |
1432

1533
### Breaking Changes
1634

1735
| Package Path | Changelog |
1836
| :--- | :---: |
19-
| `github.com/Azure/azure-sdk-for-go/services/preview/eventgrid/mgmt/2021-10-15-preview/eventgrid` | [details](https://github.com/Azure/azure-sdk-for-go/tree/main/services/preview/eventgrid/mgmt/2021-10-15-preview/eventgrid/CHANGELOG.md) |
37+
| `github.com/Azure/azure-sdk-for-go/services/preview/eventgrid/mgmt/2021-10-15-preview/eventgrid` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v64.1.0/services/preview/eventgrid/mgmt/2021-10-15-preview/eventgrid/CHANGELOG.md) |
2038

2139
### Deprecated Packages
2240
- `github.com/Azure/azure-sdk-for-go/services/preview/videoanalyzer/mgmt/2021-05-01-preview/videoanalyzer`

profiles/latest/aad/mgmt/aad/aadapi/models.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
package aadapi
1111

12-
import original "github.com/Azure/azure-sdk-for-go/services/aad/mgmt/2017-04-01/aad/aadapi"
12+
import original "github.com/Azure/azure-sdk-for-go/services/aad/mgmt/2020-03-01/aad/aadapi"
1313

14-
type DiagnosticSettingsCategoryClientAPI = original.DiagnosticSettingsCategoryClientAPI
15-
type DiagnosticSettingsClientAPI = original.DiagnosticSettingsClientAPI
16-
type OperationsClientAPI = original.OperationsClientAPI
14+
type PrivateEndpointConnectionsClientAPI = original.PrivateEndpointConnectionsClientAPI
15+
type PrivateLinkForAzureAdClientAPI = original.PrivateLinkForAzureAdClientAPI
16+
type PrivateLinkResourcesClientAPI = original.PrivateLinkResourcesClientAPI

profiles/latest/aad/mgmt/aad/models.go

+82-41
Original file line numberDiff line numberDiff line change
@@ -9,73 +9,114 @@
99

1010
package aad
1111

12-
import original "github.com/Azure/azure-sdk-for-go/services/aad/mgmt/2017-04-01/aad"
12+
import (
13+
"context"
14+
15+
original "github.com/Azure/azure-sdk-for-go/services/aad/mgmt/2020-03-01/aad"
16+
)
1317

1418
const (
1519
DefaultBaseURI = original.DefaultBaseURI
1620
)
1721

18-
type Category = original.Category
22+
type PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningState
1923

2024
const (
21-
AuditLogs Category = original.AuditLogs
22-
SignInLogs Category = original.SignInLogs
25+
PrivateEndpointConnectionProvisioningStateFailed PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningStateFailed
26+
PrivateEndpointConnectionProvisioningStateProvisioning PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningStateProvisioning
27+
PrivateEndpointConnectionProvisioningStateSucceeded PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningStateSucceeded
2328
)
2429

25-
type CategoryType = original.CategoryType
30+
type PrivateEndpointServiceConnectionStatus = original.PrivateEndpointServiceConnectionStatus
2631

2732
const (
28-
Logs CategoryType = original.Logs
33+
PrivateEndpointServiceConnectionStatusApproved PrivateEndpointServiceConnectionStatus = original.PrivateEndpointServiceConnectionStatusApproved
34+
PrivateEndpointServiceConnectionStatusDisconnected PrivateEndpointServiceConnectionStatus = original.PrivateEndpointServiceConnectionStatusDisconnected
35+
PrivateEndpointServiceConnectionStatusPending PrivateEndpointServiceConnectionStatus = original.PrivateEndpointServiceConnectionStatusPending
36+
PrivateEndpointServiceConnectionStatusRejected PrivateEndpointServiceConnectionStatus = original.PrivateEndpointServiceConnectionStatusRejected
2937
)
3038

39+
type ARMProxyResource = original.ARMProxyResource
40+
type AzureEntityResource = original.AzureEntityResource
41+
type AzureResourceBase = original.AzureResourceBase
3142
type BaseClient = original.BaseClient
32-
type DiagnosticSettings = original.DiagnosticSettings
33-
type DiagnosticSettingsCategory = original.DiagnosticSettingsCategory
34-
type DiagnosticSettingsCategoryClient = original.DiagnosticSettingsCategoryClient
35-
type DiagnosticSettingsCategoryResource = original.DiagnosticSettingsCategoryResource
36-
type DiagnosticSettingsCategoryResourceCollection = original.DiagnosticSettingsCategoryResourceCollection
37-
type DiagnosticSettingsClient = original.DiagnosticSettingsClient
38-
type DiagnosticSettingsResource = original.DiagnosticSettingsResource
39-
type DiagnosticSettingsResourceCollection = original.DiagnosticSettingsResourceCollection
40-
type Display = original.Display
4143
type ErrorDefinition = original.ErrorDefinition
4244
type ErrorResponse = original.ErrorResponse
43-
type LogSettings = original.LogSettings
44-
type OperationsClient = original.OperationsClient
45-
type OperationsDiscovery = original.OperationsDiscovery
46-
type OperationsDiscoveryCollection = original.OperationsDiscoveryCollection
47-
type ProxyOnlyResource = original.ProxyOnlyResource
48-
type RetentionPolicy = original.RetentionPolicy
45+
type PrivateEndpoint = original.PrivateEndpoint
46+
type PrivateEndpointConnection = original.PrivateEndpointConnection
47+
type PrivateEndpointConnectionListResult = original.PrivateEndpointConnectionListResult
48+
type PrivateEndpointConnectionListResultIterator = original.PrivateEndpointConnectionListResultIterator
49+
type PrivateEndpointConnectionListResultPage = original.PrivateEndpointConnectionListResultPage
50+
type PrivateEndpointConnectionProperties = original.PrivateEndpointConnectionProperties
51+
type PrivateEndpointConnectionsClient = original.PrivateEndpointConnectionsClient
52+
type PrivateEndpointConnectionsCreateFuture = original.PrivateEndpointConnectionsCreateFuture
53+
type PrivateEndpointConnectionsDeleteFuture = original.PrivateEndpointConnectionsDeleteFuture
54+
type PrivateLinkForAzureAdClient = original.PrivateLinkForAzureAdClient
55+
type PrivateLinkForAzureAdCreateFuture = original.PrivateLinkForAzureAdCreateFuture
56+
type PrivateLinkPolicy = original.PrivateLinkPolicy
57+
type PrivateLinkPolicyListResult = original.PrivateLinkPolicyListResult
58+
type PrivateLinkPolicyListResultIterator = original.PrivateLinkPolicyListResultIterator
59+
type PrivateLinkPolicyListResultPage = original.PrivateLinkPolicyListResultPage
60+
type PrivateLinkPolicyUpdateParameter = original.PrivateLinkPolicyUpdateParameter
61+
type PrivateLinkResource = original.PrivateLinkResource
62+
type PrivateLinkResourceListResult = original.PrivateLinkResourceListResult
63+
type PrivateLinkResourceListResultIterator = original.PrivateLinkResourceListResultIterator
64+
type PrivateLinkResourceListResultPage = original.PrivateLinkResourceListResultPage
65+
type PrivateLinkResourceProperties = original.PrivateLinkResourceProperties
66+
type PrivateLinkResourcesClient = original.PrivateLinkResourcesClient
67+
type PrivateLinkServiceConnectionState = original.PrivateLinkServiceConnectionState
68+
type ProxyResource = original.ProxyResource
69+
type Resource = original.Resource
70+
type TagsResource = original.TagsResource
71+
type TrackedResource = original.TrackedResource
4972

50-
func New() BaseClient {
51-
return original.New()
73+
func New(subscriptionID string) BaseClient {
74+
return original.New(subscriptionID)
75+
}
76+
func NewPrivateEndpointConnectionListResultIterator(page PrivateEndpointConnectionListResultPage) PrivateEndpointConnectionListResultIterator {
77+
return original.NewPrivateEndpointConnectionListResultIterator(page)
78+
}
79+
func NewPrivateEndpointConnectionListResultPage(cur PrivateEndpointConnectionListResult, getNextPage func(context.Context, PrivateEndpointConnectionListResult) (PrivateEndpointConnectionListResult, error)) PrivateEndpointConnectionListResultPage {
80+
return original.NewPrivateEndpointConnectionListResultPage(cur, getNextPage)
81+
}
82+
func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient {
83+
return original.NewPrivateEndpointConnectionsClient(subscriptionID)
84+
}
85+
func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient {
86+
return original.NewPrivateEndpointConnectionsClientWithBaseURI(baseURI, subscriptionID)
87+
}
88+
func NewPrivateLinkForAzureAdClient(subscriptionID string) PrivateLinkForAzureAdClient {
89+
return original.NewPrivateLinkForAzureAdClient(subscriptionID)
90+
}
91+
func NewPrivateLinkForAzureAdClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkForAzureAdClient {
92+
return original.NewPrivateLinkForAzureAdClientWithBaseURI(baseURI, subscriptionID)
5293
}
53-
func NewDiagnosticSettingsCategoryClient() DiagnosticSettingsCategoryClient {
54-
return original.NewDiagnosticSettingsCategoryClient()
94+
func NewPrivateLinkPolicyListResultIterator(page PrivateLinkPolicyListResultPage) PrivateLinkPolicyListResultIterator {
95+
return original.NewPrivateLinkPolicyListResultIterator(page)
5596
}
56-
func NewDiagnosticSettingsCategoryClientWithBaseURI(baseURI string) DiagnosticSettingsCategoryClient {
57-
return original.NewDiagnosticSettingsCategoryClientWithBaseURI(baseURI)
97+
func NewPrivateLinkPolicyListResultPage(cur PrivateLinkPolicyListResult, getNextPage func(context.Context, PrivateLinkPolicyListResult) (PrivateLinkPolicyListResult, error)) PrivateLinkPolicyListResultPage {
98+
return original.NewPrivateLinkPolicyListResultPage(cur, getNextPage)
5899
}
59-
func NewDiagnosticSettingsClient() DiagnosticSettingsClient {
60-
return original.NewDiagnosticSettingsClient()
100+
func NewPrivateLinkResourceListResultIterator(page PrivateLinkResourceListResultPage) PrivateLinkResourceListResultIterator {
101+
return original.NewPrivateLinkResourceListResultIterator(page)
61102
}
62-
func NewDiagnosticSettingsClientWithBaseURI(baseURI string) DiagnosticSettingsClient {
63-
return original.NewDiagnosticSettingsClientWithBaseURI(baseURI)
103+
func NewPrivateLinkResourceListResultPage(cur PrivateLinkResourceListResult, getNextPage func(context.Context, PrivateLinkResourceListResult) (PrivateLinkResourceListResult, error)) PrivateLinkResourceListResultPage {
104+
return original.NewPrivateLinkResourceListResultPage(cur, getNextPage)
64105
}
65-
func NewOperationsClient() OperationsClient {
66-
return original.NewOperationsClient()
106+
func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient {
107+
return original.NewPrivateLinkResourcesClient(subscriptionID)
67108
}
68-
func NewOperationsClientWithBaseURI(baseURI string) OperationsClient {
69-
return original.NewOperationsClientWithBaseURI(baseURI)
109+
func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient {
110+
return original.NewPrivateLinkResourcesClientWithBaseURI(baseURI, subscriptionID)
70111
}
71-
func NewWithBaseURI(baseURI string) BaseClient {
72-
return original.NewWithBaseURI(baseURI)
112+
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
113+
return original.NewWithBaseURI(baseURI, subscriptionID)
73114
}
74-
func PossibleCategoryTypeValues() []CategoryType {
75-
return original.PossibleCategoryTypeValues()
115+
func PossiblePrivateEndpointConnectionProvisioningStateValues() []PrivateEndpointConnectionProvisioningState {
116+
return original.PossiblePrivateEndpointConnectionProvisioningStateValues()
76117
}
77-
func PossibleCategoryValues() []Category {
78-
return original.PossibleCategoryValues()
118+
func PossiblePrivateEndpointServiceConnectionStatusValues() []PrivateEndpointServiceConnectionStatus {
119+
return original.PossiblePrivateEndpointServiceConnectionStatusValues()
79120
}
80121
func UserAgent() string {
81122
return original.UserAgent() + " profiles/latest"

profiles/latest/azurestackhci/mgmt/azurestackhci/azurestackhciapi/models.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
package azurestackhciapi
1111

12-
import original "github.com/Azure/azure-sdk-for-go/services/azurestackhci/mgmt/2020-10-01/azurestackhci/azurestackhciapi"
12+
import original "github.com/Azure/azure-sdk-for-go/services/azurestackhci/mgmt/2022-05-01/azurestackhci/azurestackhciapi"
1313

14+
type ArcSettingsClientAPI = original.ArcSettingsClientAPI
1415
type ClustersClientAPI = original.ClustersClientAPI
16+
type ExtensionsClientAPI = original.ExtensionsClientAPI
1517
type OperationsClientAPI = original.OperationsClientAPI

0 commit comments

Comments
 (0)