Skip to content

Commit 6f97b69

Browse files
author
SDKAuto
committed
CodeGen from PR 33810 in Azure/azure-rest-api-specs
Merge b198fef5c84404b702b23bf9cef0bbcdab55ac00 into 96955c9cf1998abe8b24d44a79ea2c5cce9b9c46
1 parent ee5fb30 commit 6f97b69

35 files changed

+5693
-700
lines changed

sdk/resourcemanager/iotoperations/armiotoperations/CHANGELOG.md

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,104 @@
11
# Release History
22

3+
## 1.1.0-beta.1 (2025-04-25)
4+
### Features Added
5+
6+
- New value `EndpointTypeEventGrid`, `EndpointTypeEventhub`, `EndpointTypeFabricRT`, `EndpointTypeLocalMq`, `EndpointTypeOpenTelemetry` added to enum type `EndpointType`
7+
- New value `OperationTypeBranch`, `OperationTypeConcatenate`, `OperationTypeFilter`, `OperationTypeMap` added to enum type `OperationType`
8+
- New enum type `DataflowConnectionInputOperator` with values `DataflowConnectionInputOperatorBranch`, `DataflowConnectionInputOperatorConcatenate`, `DataflowConnectionInputOperatorFilter`, `DataflowConnectionInputOperatorMap`, `DataflowConnectionInputOperatorSource`
9+
- New enum type `DataflowConnectionOutputOperator` with values `DataflowConnectionOutputOperatorBranch`, `DataflowConnectionOutputOperatorConcatenate`, `DataflowConnectionOutputOperatorFilter`, `DataflowConnectionOutputOperatorMap`, `DataflowConnectionOutputOperatorSink`
10+
- New enum type `DataflowGraphNodeType` with values `DataflowGraphNodeTypeDestination`, `DataflowGraphNodeTypeGraph`, `DataflowGraphNodeTypeSource`
11+
- New enum type `DataflowGraphSerializationFormat` with values `DataflowGraphSerializationFormatAvro`, `DataflowGraphSerializationFormatDelta`, `DataflowGraphSerializationFormatJSON`, `DataflowGraphSerializationFormatParquet`
12+
- New enum type `DiagnosticsRemoteSupportAccessLevels` with values `DiagnosticsRemoteSupportAccessLevelsDiagnose`, `DiagnosticsRemoteSupportAccessLevelsDiagnoseAndRepair`
13+
- New enum type `DiagnosticsRemoteSupportActivationState` with values `DiagnosticsRemoteSupportActivationStateDisabled`, `DiagnosticsRemoteSupportActivationStateEnabled`, `DiagnosticsRemoteSupportActivationStateExpired`
14+
- New enum type `InstanceFeatureMode` with values `InstanceFeatureModeDisabled`, `InstanceFeatureModePreview`, `InstanceFeatureModeStable`
15+
- New enum type `RegistryEndpointAuthenticationMethod` with values `RegistryEndpointAuthenticationMethodAnonymous`, `RegistryEndpointAuthenticationMethodSystemAssignedManagedIdentity`, `RegistryEndpointAuthenticationMethodUserAssignedManagedIdentity`
16+
- New enum type `RetainmentPolicyMode` with values `RetainmentPolicyModeAll`, `RetainmentPolicyModeCustom`, `RetainmentPolicyModeNone`
17+
- New function `*AnonymousAuthentication.GetRegistryEndpointAuthentication() *RegistryEndpointAuthentication`
18+
- New function `*ClientFactory.NewDataflowGraphClient() *DataflowGraphClient`
19+
- New function `*ClientFactory.NewDiagnosticClient() *DiagnosticClient`
20+
- New function `*ClientFactory.NewRegistryEndpointClient() *RegistryEndpointClient`
21+
- New function `*CustomStateStoreRetainmentPolicy.GetStateStoreRetainmentPolicy() *StateStoreRetainmentPolicy`
22+
- New function `*CustomSubscriberQueueRetainmentPolicy.GetSubscriberQueueRetainmentPolicy() *SubscriberQueueRetainmentPolicy`
23+
- New function `*CustomTopicRetainmentPolicy.GetTopicRetainmentPolicy() *TopicRetainmentPolicy`
24+
- New function `*DatafloGraphDestinationNode.GetDataflowGraphNode() *DataflowGraphNode`
25+
- New function `NewDataflowGraphClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DataflowGraphClient, error)`
26+
- New function `*DataflowGraphClient.BeginCreateOrUpdate(context.Context, string, string, string, string, DataflowGraphResource, *DataflowGraphClientBeginCreateOrUpdateOptions) (*runtime.Poller[DataflowGraphClientCreateOrUpdateResponse], error)`
27+
- New function `*DataflowGraphClient.BeginDelete(context.Context, string, string, string, string, *DataflowGraphClientBeginDeleteOptions) (*runtime.Poller[DataflowGraphClientDeleteResponse], error)`
28+
- New function `*DataflowGraphClient.Get(context.Context, string, string, string, string, *DataflowGraphClientGetOptions) (DataflowGraphClientGetResponse, error)`
29+
- New function `*DataflowGraphClient.NewListByDataflowProfilePager(string, string, string, *DataflowGraphClientListByDataflowProfileOptions) *runtime.Pager[DataflowGraphClientListByDataflowProfileResponse]`
30+
- New function `*DataflowGraphGraphNode.GetDataflowGraphNode() *DataflowGraphNode`
31+
- New function `*DataflowGraphNode.GetDataflowGraphNode() *DataflowGraphNode`
32+
- New function `*DataflowGraphSourceNode.GetDataflowGraphNode() *DataflowGraphNode`
33+
- New function `NewDiagnosticClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DiagnosticClient, error)`
34+
- New function `*DiagnosticClient.BeginCreateOrUpdate(context.Context, string, string, string, DiagnosticResource, *DiagnosticClientBeginCreateOrUpdateOptions) (*runtime.Poller[DiagnosticClientCreateOrUpdateResponse], error)`
35+
- New function `*DiagnosticClient.BeginDelete(context.Context, string, string, string, *DiagnosticClientBeginDeleteOptions) (*runtime.Poller[DiagnosticClientDeleteResponse], error)`
36+
- New function `*DiagnosticClient.Get(context.Context, string, string, string, *DiagnosticClientGetOptions) (DiagnosticClientGetResponse, error)`
37+
- New function `*DiagnosticClient.NewListByResourceGroupPager(string, string, *DiagnosticClientListByResourceGroupOptions) *runtime.Pager[DiagnosticClientListByResourceGroupResponse]`
38+
- New function `*RegistryEndpointAuthentication.GetRegistryEndpointAuthentication() *RegistryEndpointAuthentication`
39+
- New function `NewRegistryEndpointClient(string, azcore.TokenCredential, *arm.ClientOptions) (*RegistryEndpointClient, error)`
40+
- New function `*RegistryEndpointClient.BeginCreateOrUpdate(context.Context, string, string, string, RegistryEndpointResource, *RegistryEndpointClientBeginCreateOrUpdateOptions) (*runtime.Poller[RegistryEndpointClientCreateOrUpdateResponse], error)`
41+
- New function `*RegistryEndpointClient.BeginDelete(context.Context, string, string, string, *RegistryEndpointClientBeginDeleteOptions) (*runtime.Poller[RegistryEndpointClientDeleteResponse], error)`
42+
- New function `*RegistryEndpointClient.Get(context.Context, string, string, string, *RegistryEndpointClientGetOptions) (RegistryEndpointClientGetResponse, error)`
43+
- New function `*RegistryEndpointClient.NewListByResourceGroupPager(string, string, *RegistryEndpointClientListByResourceGroupOptions) *runtime.Pager[RegistryEndpointClientListByResourceGroupResponse]`
44+
- New function `*StateStoreRetainmentPolicy.GetStateStoreRetainmentPolicy() *StateStoreRetainmentPolicy`
45+
- New function `*SubscriberQueueRetainmentPolicy.GetSubscriberQueueRetainmentPolicy() *SubscriberQueueRetainmentPolicy`
46+
- New function `*SystemAssignedIdentityAuthentication.GetRegistryEndpointAuthentication() *RegistryEndpointAuthentication`
47+
- New function `*TopicRetainmentPolicy.GetTopicRetainmentPolicy() *TopicRetainmentPolicy`
48+
- New function `*UserAssignedIdentityAuthentication.GetRegistryEndpointAuthentication() *RegistryEndpointAuthentication`
49+
- New struct `AnonymousAuthentication`
50+
- New struct `AnonymousSettings`
51+
- New struct `CustomStateStoreRetainmentPolicy`
52+
- New struct `CustomSubscriberQueueRetainmentPolicy`
53+
- New struct `CustomTopicRetainmentPolicy`
54+
- New struct `DatafloGraphDestinationNode`
55+
- New struct `DataflowConnection`
56+
- New struct `DataflowConnectionInput`
57+
- New struct `DataflowConnectionOutput`
58+
- New struct `DataflowEndpointOpenTelemetry`
59+
- New struct `DataflowGraphConnectionInput`
60+
- New struct `DataflowGraphConnectionOutput`
61+
- New struct `DataflowGraphDestinationNodeSettings`
62+
- New struct `DataflowGraphGraphNode`
63+
- New struct `DataflowGraphGraphNodeConfiguration`
64+
- New struct `DataflowGraphNodeConnection`
65+
- New struct `DataflowGraphNodeGraphSettings`
66+
- New struct `DataflowGraphProperties`
67+
- New struct `DataflowGraphResource`
68+
- New struct `DataflowGraphResourceListResult`
69+
- New struct `DataflowGraphSchemaSettings`
70+
- New struct `DataflowGraphSourceNode`
71+
- New struct `DataflowGraphSourceSettings`
72+
- New struct `DataflowWasmOperationFunction`
73+
- New struct `DataflowWasmOperationSettings`
74+
- New struct `DiagnosticProperties`
75+
- New struct `DiagnosticResource`
76+
- New struct `DiagnosticResourceListResult`
77+
- New struct `DiagnosticsRemoteSupportProperties`
78+
- New struct `DynamicPersistenceSettings`
79+
- New struct `DynamicRetainmentSettings`
80+
- New struct `InstanceFeature`
81+
- New struct `Persistence`
82+
- New struct `RegistryEndpointProperties`
83+
- New struct `RegistryEndpointResource`
84+
- New struct `RegistryEndpointResourceListResult`
85+
- New struct `StateStoreRetainmentResources`
86+
- New struct `StateStoreRetainmentSettings`
87+
- New struct `SubscriberQueueRetainmentSettings`
88+
- New struct `SystemAssignedIdentityAuthentication`
89+
- New struct `SystemAssignedManagedIdentitySettings`
90+
- New struct `TopicRetainmentSettings`
91+
- New struct `UserAssignedIdentityAuthentication`
92+
- New struct `UserAssignedManagedIdentitySettings`
93+
- New struct `VolumeClaimResourceRequirementsClaims`
94+
- New field `Persistence` in struct `BrokerProperties`
95+
- New field `OpenTelemetrySettings` in struct `DataflowEndpointProperties`
96+
- New field `WasmSettings` in struct `DataflowOperation`
97+
- New field `Connections`, `ProfileRef` in struct `DataflowProperties`
98+
- New field `AdrNamespace`, `Features`, `SecretProviderClassRef` in struct `InstanceProperties`
99+
- New field `Claims` in struct `VolumeClaimResourceRequirements`
100+
101+
3102
## 1.0.0 (2024-12-12)
4103
### Breaking Changes
5104

sdk/resourcemanager/iotoperations/armiotoperations/broker_client.go

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

sdk/resourcemanager/iotoperations/armiotoperations/broker_client_example_test.go

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

0 commit comments

Comments
 (0)