Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/eventgrid/armeventgrid/2.3.0-beta.2 (#2…
Browse files Browse the repository at this point in the history
…2793)

* [Release] sdk/resourcemanager/eventgrid/armeventgrid/2.3.0-beta.2 generation from spec commit: b8691fbfca8fcdc5a241a0b501c32fd4a76bb0cd

* update assets
  • Loading branch information
Alancere committed Apr 30, 2024
1 parent 1b14029 commit 3d566de
Show file tree
Hide file tree
Showing 77 changed files with 1,788 additions and 832 deletions.
31 changes: 31 additions & 0 deletions sdk/resourcemanager/eventgrid/armeventgrid/CHANGELOG.md
@@ -1,5 +1,36 @@
# Release History

## 2.3.0-beta.2 (2024-04-30)
### Breaking Changes

- Type of `NetworkSecurityPerimeterProfileAccessRuleProperties.Subscriptions` has been changed from `[]*string` to `[]*NetworkSecurityPerimeterSubscription`

### Features Added

- New enum type `CustomDomainIdentityType` with values `CustomDomainIdentityTypeSystemAssigned`, `CustomDomainIdentityTypeUserAssigned`
- New enum type `CustomDomainValidationState` with values `CustomDomainValidationStateApproved`, `CustomDomainValidationStateErrorRetrievingDNSRecord`, `CustomDomainValidationStatePending`
- New enum type `CustomJwtAuthenticationManagedIdentityType` with values `CustomJwtAuthenticationManagedIdentityTypeSystemAssigned`, `CustomJwtAuthenticationManagedIdentityTypeUserAssigned`
- New function `*NamespaceTopicEventSubscriptionsClient.GetFullURL(context.Context, string, string, string, string, *NamespaceTopicEventSubscriptionsClientGetFullURLOptions) (NamespaceTopicEventSubscriptionsClientGetFullURLResponse, error)`
- New function `*NamespacesClient.BeginValidateCustomDomainOwnership(context.Context, string, string, *NamespacesClientBeginValidateCustomDomainOwnershipOptions) (*runtime.Poller[NamespacesClientValidateCustomDomainOwnershipResponse], error)`
- New struct `CustomDomainConfiguration`
- New struct `CustomDomainIdentity`
- New struct `CustomDomainOwnershipValidationResult`
- New struct `CustomJwtAuthenticationManagedIdentity`
- New struct `CustomJwtAuthenticationSettings`
- New struct `IssuerCertificateInfo`
- New struct `NetworkSecurityPerimeterSubscription`
- New struct `SubscriptionFullURL`
- New struct `UpdateTopicsConfigurationInfo`
- New field `CustomJwtAuthentication` in struct `ClientAuthenticationSettings`
- New field `TopicsConfiguration` in struct `NamespaceUpdateParameterProperties`
- New field `Destination` in struct `PushInfo`
- New field `ExpirationTimeUTC` in struct `SubscriptionProperties`
- New field `ExpirationTimeUTC` in struct `SubscriptionUpdateParametersProperties`
- New field `CustomDomains` in struct `TopicSpacesConfiguration`
- New field `CustomDomains` in struct `TopicsConfiguration`
- New field `CustomDomains` in struct `UpdateTopicSpacesConfigurationInfo`


## 2.3.0-beta.1 (2023-11-24)
### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/eventgrid/armeventgrid/README.md
Expand Up @@ -57,7 +57,7 @@ clientFactory, err := armeventgrid.NewClientFactory(<subscription ID>, cred, &op
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewPartnerNamespacesClient()
client := clientFactory.NewCaCertificatesClient()
```

## Fakes
Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/eventgrid/armeventgrid/assets.json
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "go",
"TagPrefix": "go/resourcemanager/eventgrid/armeventgrid",
"Tag": "go/resourcemanager/eventgrid/armeventgrid_822a7992fe"
"Tag": "go/resourcemanager/eventgrid/armeventgrid_29c3f1b99d"
}
8 changes: 4 additions & 4 deletions sdk/resourcemanager/eventgrid/armeventgrid/autorest.md
Expand Up @@ -5,9 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/bf204aab860f2eb58a9d346b00d44760f2a9b0a2/specification/eventgrid/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/bf204aab860f2eb58a9d346b00d44760f2a9b0a2/specification/eventgrid/resource-manager/readme.go.md
- https://github.com/Azure/azure-rest-api-specs/blob/b8691fbfca8fcdc5a241a0b501c32fd4a76bb0cd/specification/eventgrid/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/b8691fbfca8fcdc5a241a0b501c32fd4a76bb0cd/specification/eventgrid/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 2.3.0-beta.1
tag: package-2023-12-preview
module-version: 2.3.0-beta.2
tag: package-2024-06-preview
```
20 changes: 10 additions & 10 deletions sdk/resourcemanager/eventgrid/armeventgrid/cacertificates_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions sdk/resourcemanager/eventgrid/armeventgrid/channels_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d566de

Please sign in to comment.