|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 1.1.0-beta.1 (2022-11-03) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New const `EventListenerFilterDiscriminatorEventName` |
| 7 | +- New const `EventListenerEndpointDiscriminatorEventHub` |
| 8 | +- New type alias `EventListenerEndpointDiscriminator` |
| 9 | +- New type alias `EventListenerFilterDiscriminator` |
| 10 | +- New function `PossibleEventListenerFilterDiscriminatorValues() []EventListenerFilterDiscriminator` |
| 11 | +- New function `*EventHubEndpoint.GetEventListenerEndpoint() *EventListenerEndpoint` |
| 12 | +- New function `*CustomCertificatesClient.BeginCreateOrUpdate(context.Context, string, string, string, CustomCertificate, *CustomCertificatesClientBeginCreateOrUpdateOptions) (*runtime.Poller[CustomCertificatesClientCreateOrUpdateResponse], error)` |
| 13 | +- New function `*CustomCertificatesClient.NewListPager(string, string, *CustomCertificatesClientListOptions) *runtime.Pager[CustomCertificatesClientListResponse]` |
| 14 | +- New function `*CustomCertificatesClient.Get(context.Context, string, string, string, *CustomCertificatesClientGetOptions) (CustomCertificatesClientGetResponse, error)` |
| 15 | +- New function `*CustomDomainsClient.BeginDelete(context.Context, string, string, string, *CustomDomainsClientBeginDeleteOptions) (*runtime.Poller[CustomDomainsClientDeleteResponse], error)` |
| 16 | +- New function `*CustomDomainsClient.Get(context.Context, string, string, string, *CustomDomainsClientGetOptions) (CustomDomainsClientGetResponse, error)` |
| 17 | +- New function `NewCustomCertificatesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*CustomCertificatesClient, error)` |
| 18 | +- New function `PossibleEventListenerEndpointDiscriminatorValues() []EventListenerEndpointDiscriminator` |
| 19 | +- New function `*CustomCertificatesClient.Delete(context.Context, string, string, string, *CustomCertificatesClientDeleteOptions) (CustomCertificatesClientDeleteResponse, error)` |
| 20 | +- New function `*EventListenerEndpoint.GetEventListenerEndpoint() *EventListenerEndpoint` |
| 21 | +- New function `*CustomDomainsClient.NewListPager(string, string, *CustomDomainsClientListOptions) *runtime.Pager[CustomDomainsClientListResponse]` |
| 22 | +- New function `*CustomDomainsClient.BeginCreateOrUpdate(context.Context, string, string, string, CustomDomain, *CustomDomainsClientBeginCreateOrUpdateOptions) (*runtime.Poller[CustomDomainsClientCreateOrUpdateResponse], error)` |
| 23 | +- New function `*EventListenerFilter.GetEventListenerFilter() *EventListenerFilter` |
| 24 | +- New function `NewCustomDomainsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*CustomDomainsClient, error)` |
| 25 | +- New function `*EventNameFilter.GetEventListenerFilter() *EventListenerFilter` |
| 26 | +- New struct `CustomCertificate` |
| 27 | +- New struct `CustomCertificateList` |
| 28 | +- New struct `CustomCertificateProperties` |
| 29 | +- New struct `CustomCertificatesClient` |
| 30 | +- New struct `CustomCertificatesClientBeginCreateOrUpdateOptions` |
| 31 | +- New struct `CustomCertificatesClientCreateOrUpdateResponse` |
| 32 | +- New struct `CustomCertificatesClientDeleteOptions` |
| 33 | +- New struct `CustomCertificatesClientDeleteResponse` |
| 34 | +- New struct `CustomCertificatesClientGetOptions` |
| 35 | +- New struct `CustomCertificatesClientGetResponse` |
| 36 | +- New struct `CustomCertificatesClientListOptions` |
| 37 | +- New struct `CustomCertificatesClientListResponse` |
| 38 | +- New struct `CustomDomain` |
| 39 | +- New struct `CustomDomainList` |
| 40 | +- New struct `CustomDomainProperties` |
| 41 | +- New struct `CustomDomainsClient` |
| 42 | +- New struct `CustomDomainsClientBeginCreateOrUpdateOptions` |
| 43 | +- New struct `CustomDomainsClientBeginDeleteOptions` |
| 44 | +- New struct `CustomDomainsClientCreateOrUpdateResponse` |
| 45 | +- New struct `CustomDomainsClientDeleteResponse` |
| 46 | +- New struct `CustomDomainsClientGetOptions` |
| 47 | +- New struct `CustomDomainsClientGetResponse` |
| 48 | +- New struct `CustomDomainsClientListOptions` |
| 49 | +- New struct `CustomDomainsClientListResponse` |
| 50 | +- New struct `EventHubEndpoint` |
| 51 | +- New struct `EventListener` |
| 52 | +- New struct `EventListenerEndpoint` |
| 53 | +- New struct `EventListenerFilter` |
| 54 | +- New struct `EventNameFilter` |
| 55 | +- New struct `ResourceReference` |
| 56 | +- New field `EventListeners` in struct `HubProperties` |
| 57 | + |
| 58 | + |
3 | 59 | ## 1.0.0 (2022-05-16) |
4 | 60 |
|
5 | 61 | The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/webpubsub/armwebpubsub` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 1.0.0, which contains breaking changes. |
|
0 commit comments