Skip to content

Commit 3dde5c6

Browse files
authored
Release v63.3.0 (Azure#17590)
* Generated from specification/monitor/resource-manager/readme.md tag package-2022-02-01-preview-only (commit hash: 9d8640319ef481ae301b67b033d6ae0bd30422c3) * Generated from specification/monitor/resource-manager/readme.md tag package-2016-03-preview-monitorlegacy (commit hash: 9d8640319ef481ae301b67b033d6ae0bd30422c3) * Generated from specification/monitor/resource-manager/readme.md tag package-2020-10-activityLogs (commit hash: 9d8640319ef481ae301b67b033d6ae0bd30422c3) * Generated from specification/monitor/resource-manager/readme.md tag package-2021-05-preview-diagnostics (commit hash: 9d8640319ef481ae301b67b033d6ae0bd30422c3) * Generated from specification/monitor/resource-manager/readme.md tag package-2021-05-metrics (commit hash: 9d8640319ef481ae301b67b033d6ae0bd30422c3) * Generated from specification/monitor/resource-manager/readme.md tag package-2021-08-scheduledqueryrules (commit hash: 9d8640319ef481ae301b67b033d6ae0bd30422c3) * Generated from specification/botservice/resource-manager/readme.md tag package-preview-2021-05 (commit hash: 9d8640319ef481ae301b67b033d6ae0bd30422c3) * Generated from specification/eventgrid/resource-manager/readme.md tag package-2021-10-preview (commit hash: 9d8640319ef481ae301b67b033d6ae0bd30422c3) * Generated from specification/kubernetesconfiguration/resource-manager/readme.md tag package-preview-2022-04 (commit hash: 9d8640319ef481ae301b67b033d6ae0bd30422c3) * v63.3.0
1 parent 63195b9 commit 3dde5c6

File tree

32 files changed

+7176
-162
lines changed

32 files changed

+7176
-162
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## `v63.3.0`
4+
5+
### New Packages
6+
7+
- `github.com/Azure/azure-sdk-for-go/services/preview/kubernetesconfiguration/mgmt/2022-04-02-preview/kubernetesconfiguration`
8+
9+
### Updated Packages
10+
11+
| Package Path | Changelog |
12+
| :--- | :---: |
13+
| `github.com/Azure/azure-sdk-for-go/services/preview/botservice/mgmt/2021-05-01-preview/botservice` | [details](https://github.com/Azure/azure-sdk-for-go/tree/main/services/preview/botservice/mgmt/2021-05-01-preview/botservice/CHANGELOG.md) |
14+
315
## `v63.2.0`
416

517
### New Packages

profiles/preview/preview/botservice/mgmt/botservice/models.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const (
3030
ChannelNameKikChannel ChannelName = original.ChannelNameKikChannel
3131
ChannelNameLineChannel ChannelName = original.ChannelNameLineChannel
3232
ChannelNameMsTeamsChannel ChannelName = original.ChannelNameMsTeamsChannel
33+
ChannelNameOutlookChannel ChannelName = original.ChannelNameOutlookChannel
3334
ChannelNameSkypeChannel ChannelName = original.ChannelNameSkypeChannel
3435
ChannelNameSlackChannel ChannelName = original.ChannelNameSlackChannel
3536
ChannelNameSmsChannel ChannelName = original.ChannelNameSmsChannel

profiles/preview/preview/kubernetesconfiguration/mgmt/kubernetesconfiguration/kubernetesconfigurationapi/models.go

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@
99

1010
package kubernetesconfigurationapi
1111

12-
import original "github.com/Azure/azure-sdk-for-go/services/preview/kubernetesconfiguration/mgmt/2020-07-01-preview/kubernetesconfiguration/kubernetesconfigurationapi"
12+
import original "github.com/Azure/azure-sdk-for-go/services/preview/kubernetesconfiguration/mgmt/2022-04-02-preview/kubernetesconfiguration/kubernetesconfigurationapi"
1313

1414
type ExtensionsClientAPI = original.ExtensionsClientAPI
15+
type FluxConfigOperationStatusClientAPI = original.FluxConfigOperationStatusClientAPI
16+
type FluxConfigurationsClientAPI = original.FluxConfigurationsClientAPI
17+
type OperationStatusClientAPI = original.OperationStatusClientAPI
1518
type OperationsClientAPI = original.OperationsClientAPI
19+
type PrivateEndpointConnectionsClientAPI = original.PrivateEndpointConnectionsClientAPI
20+
type PrivateLinkResourcesClientAPI = original.PrivateLinkResourcesClientAPI
21+
type PrivateLinkScopesClientAPI = original.PrivateLinkScopesClientAPI
1622
type SourceControlConfigurationsClientAPI = original.SourceControlConfigurationsClientAPI

profiles/preview/preview/kubernetesconfiguration/mgmt/kubernetesconfiguration/models.go

Lines changed: 263 additions & 36 deletions
Large diffs are not rendered by default.

services/monitor/mgmt/2020-10-01/activitylogs/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "a1a224b54f05debfa94fd19477ed820c64f0f9fc",
2+
"commit": "9d8640319ef481ae301b67b033d6ae0bd30422c3",
33
"readme": "/_/azure-rest-api-specs/specification/monitor/resource-manager/readme.md",
44
"tag": "package-2020-10-activityLogs",
55
"use": "@microsoft.azure/autorest.go@2.1.187",

services/monitor/mgmt/2021-08-01/scheduledqueryrules/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "a1a224b54f05debfa94fd19477ed820c64f0f9fc",
2+
"commit": "9d8640319ef481ae301b67b033d6ae0bd30422c3",
33
"readme": "/_/azure-rest-api-specs/specification/monitor/resource-manager/readme.md",
44
"tag": "package-2021-08-scheduledqueryrules",
55
"use": "@microsoft.azure/autorest.go@2.1.187",
Lines changed: 4 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -1,118 +1,15 @@
11
# Change History
22

3-
## Breaking Changes
4-
5-
### Struct Changes
6-
7-
#### Removed Struct Fields
8-
9-
1. BotProperties.IsIsolated
10-
1. WebChatSite.EnablePreview
11-
12-
### Signature Changes
13-
14-
#### Funcs
15-
16-
1. ChannelsClient.ListWithKeys
17-
- Returns
18-
- From: BotChannel, error
19-
- To: ListChannelWithKeysResponse, error
20-
1. ChannelsClient.ListWithKeysResponder
21-
- Returns
22-
- From: BotChannel, error
23-
- To: ListChannelWithKeysResponse, error
24-
253
## Additive Changes
264

275
### New Constants
286

29-
1. PublicNetworkAccess.PublicNetworkAccessDisabled
30-
1. PublicNetworkAccess.PublicNetworkAccessEnabled
31-
32-
### New Funcs
33-
34-
1. *ListChannelWithKeysResponse.UnmarshalJSON([]byte) error
35-
1. ListChannelWithKeysResponse.MarshalJSON() ([]byte, error)
36-
1. PossiblePublicNetworkAccessValues() []PublicNetworkAccess
37-
1. Site.MarshalJSON() ([]byte, error)
7+
1. ChannelName.ChannelNameOutlookChannel
388

399
### Struct Changes
4010

41-
#### New Structs
42-
43-
1. ChannelSettings
44-
1. ListChannelWithKeysResponse
45-
1. ServiceProviderParameterMetadata
46-
1. ServiceProviderParameterMetadataConstraints
47-
1. Site
48-
4911
#### New Struct Fields
5012

51-
1. AlexaChannel.Etag
52-
1. AlexaChannel.Location
53-
1. AlexaChannel.ProvisioningState
54-
1. Bot.Zones
55-
1. BotChannel.Zones
56-
1. BotProperties.AllSettings
57-
1. BotProperties.CmekEncryptionStatus
58-
1. BotProperties.IsDeveloperAppInsightsAPIKeySet
59-
1. BotProperties.IsStreamingSupported
60-
1. BotProperties.ManifestURL
61-
1. BotProperties.MigrationToken
62-
1. BotProperties.Parameters
63-
1. BotProperties.ProvisioningState
64-
1. BotProperties.PublicNetworkAccess
65-
1. BotProperties.PublishingCredentials
66-
1. BotProperties.StorageResourceID
67-
1. Channel.Etag
68-
1. Channel.Location
69-
1. Channel.ProvisioningState
70-
1. ConnectionSetting.Zones
71-
1. ConnectionSettingProperties.ID
72-
1. ConnectionSettingProperties.Name
73-
1. ConnectionSettingProperties.ProvisioningState
74-
1. DirectLineChannel.Etag
75-
1. DirectLineChannel.Location
76-
1. DirectLineChannel.ProvisioningState
77-
1. DirectLineChannelProperties.DirectLineEmbedCode
78-
1. DirectLineSite.IsBlockUserUploadEnabled
79-
1. DirectLineSpeechChannel.Etag
80-
1. DirectLineSpeechChannel.Location
81-
1. DirectLineSpeechChannel.ProvisioningState
82-
1. EmailChannel.Etag
83-
1. EmailChannel.Location
84-
1. EmailChannel.ProvisioningState
85-
1. FacebookChannel.Etag
86-
1. FacebookChannel.Location
87-
1. FacebookChannel.ProvisioningState
88-
1. KikChannel.Etag
89-
1. KikChannel.Location
90-
1. KikChannel.ProvisioningState
91-
1. LineChannel.Etag
92-
1. LineChannel.Location
93-
1. LineChannel.ProvisioningState
94-
1. MsTeamsChannel.Etag
95-
1. MsTeamsChannel.Location
96-
1. MsTeamsChannel.ProvisioningState
97-
1. MsTeamsChannelProperties.AcceptedTerms
98-
1. MsTeamsChannelProperties.DeploymentEnvironment
99-
1. MsTeamsChannelProperties.IncomingCallRoute
100-
1. Resource.Zones
101-
1. ServiceProviderParameter.Metadata
102-
1. SkypeChannel.Etag
103-
1. SkypeChannel.Location
104-
1. SkypeChannel.ProvisioningState
105-
1. SkypeChannelProperties.IncomingCallRoute
106-
1. SlackChannel.Etag
107-
1. SlackChannel.Location
108-
1. SlackChannel.ProvisioningState
109-
1. SmsChannel.Etag
110-
1. SmsChannel.Location
111-
1. SmsChannel.ProvisioningState
112-
1. TelegramChannel.Etag
113-
1. TelegramChannel.Location
114-
1. TelegramChannel.ProvisioningState
115-
1. WebChatChannel.Etag
116-
1. WebChatChannel.Location
117-
1. WebChatChannel.ProvisioningState
118-
1. WebChatSite.IsWebchatPreviewEnabled
13+
1. ListChannelWithKeysResponse.ChangedTime
14+
1. ListChannelWithKeysResponse.EntityTag
15+
1. ListChannelWithKeysResponse.ProvisioningState

services/preview/botservice/mgmt/2021-05-01-preview/botservice/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "3587a60ea8f18e76a41e4b56b72aeddce879aae9",
2+
"commit": "9d8640319ef481ae301b67b033d6ae0bd30422c3",
33
"readme": "/_/azure-rest-api-specs/specification/botservice/resource-manager/readme.md",
44
"tag": "package-preview-2021-05",
55
"use": "@microsoft.azure/autorest.go@2.1.187",

services/preview/botservice/mgmt/2021-05-01-preview/botservice/enums.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/preview/botservice/mgmt/2021-05-01-preview/botservice/models.go

Lines changed: 44 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)