Skip to content

Commit

Permalink
CodeGen from PR 28450 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge d817358a51fc8ae4e6cd430e9cd8918f0268b40d into 0529599c5fda512db1084e7dd7b296405a7049f3
  • Loading branch information
SDKAuto committed Apr 5, 2024
1 parent 0aded76 commit a6bec35
Show file tree
Hide file tree
Showing 40 changed files with 943 additions and 3,448 deletions.
30 changes: 30 additions & 0 deletions sdk/resourcemanager/eventhub/armeventhub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Release History

## 1.3.0-beta.2 (2024-04-05)
### Breaking Changes

- `CleanupPolicyRetentionDescriptionCompaction` from enum `CleanupPolicyRetentionDescription` has been removed

### Features Added

- New value `CleanupPolicyRetentionDescriptionCompact`, `CleanupPolicyRetentionDescriptionDeleteCompact` added to enum type `CleanupPolicyRetentionDescription`
- New value `SchemaTypeJSON`, `SchemaTypeProtoBuf` added to enum type `SchemaType`
- New enum type `CaptureIdentityType` with values `CaptureIdentityTypeSystemAssigned`, `CaptureIdentityTypeUserAssigned`
- New enum type `GeoDRRoleType` with values `GeoDRRoleTypePrimary`, `GeoDRRoleTypeSecondary`
- New enum type `ProvisioningState` with values `ProvisioningStateActive`, `ProvisioningStateCanceled`, `ProvisioningStateCreating`, `ProvisioningStateDeleting`, `ProvisioningStateFailed`, `ProvisioningStateScaling`, `ProvisioningStateSucceeded`, `ProvisioningStateUnknown`
- New enum type `TimestampType` with values `TimestampTypeAppendTime`, `TimestampTypeCreateTime`
- New function `*NamespacesClient.BeginFailover(context.Context, string, string, FailOver, *NamespacesClientBeginFailoverOptions) (*runtime.Poller[NamespacesClientFailoverResponse], error)`
- New struct `CaptureIdentity`
- New struct `ErrorDetailAutoGenerated`
- New struct `ErrorResponseAutoGenerated`
- New struct `FailOver`
- New struct `FailOverProperties`
- New struct `GeoDataReplicationProperties`
- New struct `NamespaceReplicaLocation`
- New field `ProvisioningState` in struct `ClusterProperties`
- New field `Identity` in struct `Destination`
- New field `GeoDataReplication` in struct `EHNamespaceProperties`
- New field `Location` in struct `NetworkSecurityPerimeterConfiguration`
- New field `ApplicableFeatures`, `IsBackingResource`, `ParentAssociationName`, `SourceResourceID` in struct `NetworkSecurityPerimeterConfigurationProperties`
- New field `Identifier`, `MessageTimestampType`, `UserMetadata` in struct `Properties`
- New field `MinCompactionLagInMins` in struct `RetentionDescription`


## 1.3.0-beta.1 (2023-11-30)
### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/eventhub/armeventhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ clientFactory, err := armeventhub.NewClientFactory(<subscription ID>, cred, &opt
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.NewNamespacesClient()
client := clientFactory.NewApplicationGroupClient()
```

## Fakes
Expand Down

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

This file was deleted.

7 changes: 3 additions & 4 deletions sdk/resourcemanager/eventhub/armeventhub/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/1f22d4dbd99b0fe347ad79e79d4eb1ed44a87291/specification/eventhub/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/1f22d4dbd99b0fe347ad79e79d4eb1ed44a87291/specification/eventhub/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/eventhub/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/eventhub/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 1.3.0-beta.1
tag: package-2022-10-preview
module-version: 1.3.0-beta.2
```
Loading

0 comments on commit a6bec35

Please sign in to comment.