Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v58.3.0 #15891

Merged
merged 5 commits into from
Oct 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## `v58.3.0`

### New Packages

- `github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2021-09-01/containerservice`
- `github.com/Azure/azure-sdk-for-go/services/eventgrid/mgmt/2021-12-01/eventgrid`
- `github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2021-06-01-preview/containerregistry`

### Breaking Changes

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

## `v58.2.0`

### New Packages
Expand All @@ -15,7 +29,7 @@

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

## `v58.1.0`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

package containerserviceapi

import original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2021-08-01/containerservice/containerserviceapi"
import original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2021-09-01/containerservice/containerserviceapi"

type AgentPoolsClientAPI = original.AgentPoolsClientAPI
type MaintenanceConfigurationsClientAPI = original.MaintenanceConfigurationsClientAPI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package containerservice
import (
"context"

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

const (
Expand Down Expand Up @@ -572,6 +572,7 @@ type TimeInWeek = original.TimeInWeek
type TimeSpan = original.TimeSpan
type UserAssignedIdentity = original.UserAssignedIdentity
type VMDiagnostics = original.VMDiagnostics
type WindowsGmsaProfile = original.WindowsGmsaProfile

func New(subscriptionID string) BaseClient {
return original.New(subscriptionID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@

package eventgridapi

import original "github.com/Azure/azure-sdk-for-go/services/eventgrid/mgmt/2020-06-01/eventgrid/eventgridapi"
import original "github.com/Azure/azure-sdk-for-go/services/eventgrid/mgmt/2021-12-01/eventgrid/eventgridapi"

type DomainTopicsClientAPI = original.DomainTopicsClientAPI
type DomainsClientAPI = original.DomainsClientAPI
type EventSubscriptionsClientAPI = original.EventSubscriptionsClientAPI
type ExtensionTopicsClientAPI = original.ExtensionTopicsClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type PrivateEndpointConnectionsClientAPI = original.PrivateEndpointConnectionsClientAPI
type PrivateLinkResourcesClientAPI = original.PrivateLinkResourcesClientAPI
type SystemTopicEventSubscriptionsClientAPI = original.SystemTopicEventSubscriptionsClientAPI
type SystemTopicsClientAPI = original.SystemTopicsClientAPI
type TopicTypesClientAPI = original.TopicTypesClientAPI
type TopicsClientAPI = original.TopicsClientAPI
142 changes: 121 additions & 21 deletions profiles/latest/eventgrid/mgmt/eventgrid/models.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

package containerserviceapi

import original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2021-08-01/containerservice/containerserviceapi"
import original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2021-09-01/containerservice/containerserviceapi"

type AgentPoolsClientAPI = original.AgentPoolsClientAPI
type MaintenanceConfigurationsClientAPI = original.MaintenanceConfigurationsClientAPI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package containerservice
import (
"context"

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

const (
Expand Down Expand Up @@ -572,6 +572,7 @@ type TimeInWeek = original.TimeInWeek
type TimeSpan = original.TimeSpan
type UserAssignedIdentity = original.UserAssignedIdentity
type VMDiagnostics = original.VMDiagnostics
type WindowsGmsaProfile = original.WindowsGmsaProfile

func New(subscriptionID string) BaseClient {
return original.New(subscriptionID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@

package eventgridapi

import original "github.com/Azure/azure-sdk-for-go/services/eventgrid/mgmt/2020-06-01/eventgrid/eventgridapi"
import original "github.com/Azure/azure-sdk-for-go/services/eventgrid/mgmt/2021-12-01/eventgrid/eventgridapi"

type DomainTopicsClientAPI = original.DomainTopicsClientAPI
type DomainsClientAPI = original.DomainsClientAPI
type EventSubscriptionsClientAPI = original.EventSubscriptionsClientAPI
type ExtensionTopicsClientAPI = original.ExtensionTopicsClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type PrivateEndpointConnectionsClientAPI = original.PrivateEndpointConnectionsClientAPI
type PrivateLinkResourcesClientAPI = original.PrivateLinkResourcesClientAPI
type SystemTopicEventSubscriptionsClientAPI = original.SystemTopicEventSubscriptionsClientAPI
type SystemTopicsClientAPI = original.SystemTopicsClientAPI
type TopicTypesClientAPI = original.TopicTypesClientAPI
type TopicsClientAPI = original.TopicsClientAPI
Loading