@azure/arm-iotoperations 1.0.0-beta.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (174) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/README.md +10 -4
  3. package/dist/browser/api/broker/index.d.ts.map +1 -1
  4. package/dist/browser/api/broker/index.js +1 -1
  5. package/dist/browser/api/broker/index.js.map +1 -1
  6. package/dist/browser/api/brokerAuthentication/index.d.ts.map +1 -1
  7. package/dist/browser/api/brokerAuthentication/index.js +1 -1
  8. package/dist/browser/api/brokerAuthentication/index.js.map +1 -1
  9. package/dist/browser/api/brokerAuthorization/index.d.ts.map +1 -1
  10. package/dist/browser/api/brokerAuthorization/index.js +1 -1
  11. package/dist/browser/api/brokerAuthorization/index.js.map +1 -1
  12. package/dist/browser/api/brokerListener/index.d.ts.map +1 -1
  13. package/dist/browser/api/brokerListener/index.js +1 -1
  14. package/dist/browser/api/brokerListener/index.js.map +1 -1
  15. package/dist/browser/api/dataflow/index.d.ts.map +1 -1
  16. package/dist/browser/api/dataflow/index.js +1 -1
  17. package/dist/browser/api/dataflow/index.js.map +1 -1
  18. package/dist/browser/api/dataflowEndpoint/index.d.ts.map +1 -1
  19. package/dist/browser/api/dataflowEndpoint/index.js +1 -1
  20. package/dist/browser/api/dataflowEndpoint/index.js.map +1 -1
  21. package/dist/browser/api/dataflowProfile/index.d.ts.map +1 -1
  22. package/dist/browser/api/dataflowProfile/index.js +1 -1
  23. package/dist/browser/api/dataflowProfile/index.js.map +1 -1
  24. package/dist/browser/api/instance/index.d.ts.map +1 -1
  25. package/dist/browser/api/instance/index.js +1 -1
  26. package/dist/browser/api/instance/index.js.map +1 -1
  27. package/dist/browser/api/ioTOperationsContext.d.ts +1 -0
  28. package/dist/browser/api/ioTOperationsContext.d.ts.map +1 -1
  29. package/dist/browser/api/ioTOperationsContext.js +2 -2
  30. package/dist/browser/api/ioTOperationsContext.js.map +1 -1
  31. package/dist/browser/index.d.ts +1 -1
  32. package/dist/browser/index.d.ts.map +1 -1
  33. package/dist/browser/index.js +1 -1
  34. package/dist/browser/index.js.map +1 -1
  35. package/dist/browser/ioTOperationsClient.js +1 -1
  36. package/dist/browser/ioTOperationsClient.js.map +1 -1
  37. package/dist/browser/models/index.d.ts +1 -1
  38. package/dist/browser/models/index.d.ts.map +1 -1
  39. package/dist/browser/models/index.js +1 -1
  40. package/dist/browser/models/index.js.map +1 -1
  41. package/dist/browser/models/models.d.ts +109 -106
  42. package/dist/browser/models/models.d.ts.map +1 -1
  43. package/dist/browser/models/models.js +179 -209
  44. package/dist/browser/models/models.js.map +1 -1
  45. package/dist/commonjs/api/broker/index.d.ts.map +1 -1
  46. package/dist/commonjs/api/broker/index.js +1 -1
  47. package/dist/commonjs/api/broker/index.js.map +1 -1
  48. package/dist/commonjs/api/brokerAuthentication/index.d.ts.map +1 -1
  49. package/dist/commonjs/api/brokerAuthentication/index.js +1 -1
  50. package/dist/commonjs/api/brokerAuthentication/index.js.map +1 -1
  51. package/dist/commonjs/api/brokerAuthorization/index.d.ts.map +1 -1
  52. package/dist/commonjs/api/brokerAuthorization/index.js +1 -1
  53. package/dist/commonjs/api/brokerAuthorization/index.js.map +1 -1
  54. package/dist/commonjs/api/brokerListener/index.d.ts.map +1 -1
  55. package/dist/commonjs/api/brokerListener/index.js +1 -1
  56. package/dist/commonjs/api/brokerListener/index.js.map +1 -1
  57. package/dist/commonjs/api/dataflow/index.d.ts.map +1 -1
  58. package/dist/commonjs/api/dataflow/index.js +1 -1
  59. package/dist/commonjs/api/dataflow/index.js.map +1 -1
  60. package/dist/commonjs/api/dataflowEndpoint/index.d.ts.map +1 -1
  61. package/dist/commonjs/api/dataflowEndpoint/index.js +1 -1
  62. package/dist/commonjs/api/dataflowEndpoint/index.js.map +1 -1
  63. package/dist/commonjs/api/dataflowProfile/index.d.ts.map +1 -1
  64. package/dist/commonjs/api/dataflowProfile/index.js +1 -1
  65. package/dist/commonjs/api/dataflowProfile/index.js.map +1 -1
  66. package/dist/commonjs/api/instance/index.d.ts.map +1 -1
  67. package/dist/commonjs/api/instance/index.js +1 -1
  68. package/dist/commonjs/api/instance/index.js.map +1 -1
  69. package/dist/commonjs/api/ioTOperationsContext.d.ts +1 -0
  70. package/dist/commonjs/api/ioTOperationsContext.d.ts.map +1 -1
  71. package/dist/commonjs/api/ioTOperationsContext.js +2 -2
  72. package/dist/commonjs/api/ioTOperationsContext.js.map +1 -1
  73. package/dist/commonjs/index.d.ts +1 -1
  74. package/dist/commonjs/index.d.ts.map +1 -1
  75. package/dist/commonjs/index.js +7 -7
  76. package/dist/commonjs/index.js.map +1 -1
  77. package/dist/commonjs/ioTOperationsClient.js +1 -1
  78. package/dist/commonjs/ioTOperationsClient.js.map +1 -1
  79. package/dist/commonjs/models/index.d.ts +1 -1
  80. package/dist/commonjs/models/index.d.ts.map +1 -1
  81. package/dist/commonjs/models/index.js +7 -7
  82. package/dist/commonjs/models/index.js.map +1 -1
  83. package/dist/commonjs/models/models.d.ts +109 -106
  84. package/dist/commonjs/models/models.d.ts.map +1 -1
  85. package/dist/commonjs/models/models.js +203 -245
  86. package/dist/commonjs/models/models.js.map +1 -1
  87. package/dist/commonjs/tsdoc-metadata.json +1 -1
  88. package/dist/esm/api/broker/index.d.ts.map +1 -1
  89. package/dist/esm/api/broker/index.js +1 -1
  90. package/dist/esm/api/broker/index.js.map +1 -1
  91. package/dist/esm/api/brokerAuthentication/index.d.ts.map +1 -1
  92. package/dist/esm/api/brokerAuthentication/index.js +1 -1
  93. package/dist/esm/api/brokerAuthentication/index.js.map +1 -1
  94. package/dist/esm/api/brokerAuthorization/index.d.ts.map +1 -1
  95. package/dist/esm/api/brokerAuthorization/index.js +1 -1
  96. package/dist/esm/api/brokerAuthorization/index.js.map +1 -1
  97. package/dist/esm/api/brokerListener/index.d.ts.map +1 -1
  98. package/dist/esm/api/brokerListener/index.js +1 -1
  99. package/dist/esm/api/brokerListener/index.js.map +1 -1
  100. package/dist/esm/api/dataflow/index.d.ts.map +1 -1
  101. package/dist/esm/api/dataflow/index.js +1 -1
  102. package/dist/esm/api/dataflow/index.js.map +1 -1
  103. package/dist/esm/api/dataflowEndpoint/index.d.ts.map +1 -1
  104. package/dist/esm/api/dataflowEndpoint/index.js +1 -1
  105. package/dist/esm/api/dataflowEndpoint/index.js.map +1 -1
  106. package/dist/esm/api/dataflowProfile/index.d.ts.map +1 -1
  107. package/dist/esm/api/dataflowProfile/index.js +1 -1
  108. package/dist/esm/api/dataflowProfile/index.js.map +1 -1
  109. package/dist/esm/api/instance/index.d.ts.map +1 -1
  110. package/dist/esm/api/instance/index.js +1 -1
  111. package/dist/esm/api/instance/index.js.map +1 -1
  112. package/dist/esm/api/ioTOperationsContext.d.ts +1 -0
  113. package/dist/esm/api/ioTOperationsContext.d.ts.map +1 -1
  114. package/dist/esm/api/ioTOperationsContext.js +2 -2
  115. package/dist/esm/api/ioTOperationsContext.js.map +1 -1
  116. package/dist/esm/index.d.ts +1 -1
  117. package/dist/esm/index.d.ts.map +1 -1
  118. package/dist/esm/index.js +1 -1
  119. package/dist/esm/index.js.map +1 -1
  120. package/dist/esm/ioTOperationsClient.js +1 -1
  121. package/dist/esm/ioTOperationsClient.js.map +1 -1
  122. package/dist/esm/models/index.d.ts +1 -1
  123. package/dist/esm/models/index.d.ts.map +1 -1
  124. package/dist/esm/models/index.js +1 -1
  125. package/dist/esm/models/index.js.map +1 -1
  126. package/dist/esm/models/models.d.ts +109 -106
  127. package/dist/esm/models/models.d.ts.map +1 -1
  128. package/dist/esm/models/models.js +179 -209
  129. package/dist/esm/models/models.js.map +1 -1
  130. package/dist/react-native/api/broker/index.d.ts.map +1 -1
  131. package/dist/react-native/api/broker/index.js +1 -1
  132. package/dist/react-native/api/broker/index.js.map +1 -1
  133. package/dist/react-native/api/brokerAuthentication/index.d.ts.map +1 -1
  134. package/dist/react-native/api/brokerAuthentication/index.js +1 -1
  135. package/dist/react-native/api/brokerAuthentication/index.js.map +1 -1
  136. package/dist/react-native/api/brokerAuthorization/index.d.ts.map +1 -1
  137. package/dist/react-native/api/brokerAuthorization/index.js +1 -1
  138. package/dist/react-native/api/brokerAuthorization/index.js.map +1 -1
  139. package/dist/react-native/api/brokerListener/index.d.ts.map +1 -1
  140. package/dist/react-native/api/brokerListener/index.js +1 -1
  141. package/dist/react-native/api/brokerListener/index.js.map +1 -1
  142. package/dist/react-native/api/dataflow/index.d.ts.map +1 -1
  143. package/dist/react-native/api/dataflow/index.js +1 -1
  144. package/dist/react-native/api/dataflow/index.js.map +1 -1
  145. package/dist/react-native/api/dataflowEndpoint/index.d.ts.map +1 -1
  146. package/dist/react-native/api/dataflowEndpoint/index.js +1 -1
  147. package/dist/react-native/api/dataflowEndpoint/index.js.map +1 -1
  148. package/dist/react-native/api/dataflowProfile/index.d.ts.map +1 -1
  149. package/dist/react-native/api/dataflowProfile/index.js +1 -1
  150. package/dist/react-native/api/dataflowProfile/index.js.map +1 -1
  151. package/dist/react-native/api/instance/index.d.ts.map +1 -1
  152. package/dist/react-native/api/instance/index.js +1 -1
  153. package/dist/react-native/api/instance/index.js.map +1 -1
  154. package/dist/react-native/api/ioTOperationsContext.d.ts +1 -0
  155. package/dist/react-native/api/ioTOperationsContext.d.ts.map +1 -1
  156. package/dist/react-native/api/ioTOperationsContext.js +2 -2
  157. package/dist/react-native/api/ioTOperationsContext.js.map +1 -1
  158. package/dist/react-native/index.d.ts +1 -1
  159. package/dist/react-native/index.d.ts.map +1 -1
  160. package/dist/react-native/index.js +1 -1
  161. package/dist/react-native/index.js.map +1 -1
  162. package/dist/react-native/ioTOperationsClient.js +1 -1
  163. package/dist/react-native/ioTOperationsClient.js.map +1 -1
  164. package/dist/react-native/models/index.d.ts +1 -1
  165. package/dist/react-native/models/index.d.ts.map +1 -1
  166. package/dist/react-native/models/index.js +1 -1
  167. package/dist/react-native/models/index.js.map +1 -1
  168. package/dist/react-native/models/models.d.ts +109 -106
  169. package/dist/react-native/models/models.d.ts.map +1 -1
  170. package/dist/react-native/models/models.js +179 -209
  171. package/dist/react-native/models/models.js.map +1 -1
  172. package/package.json +11 -9
  173. package/review/arm-iotoperations-models.api.md +40 -47
  174. package/review/arm-iotoperations.api.md +40 -47
@@ -80,26 +80,22 @@ export interface DataflowEndpointDataExplorerAuthentication {
80
80
  }
81
81
  export declare function dataflowEndpointDataExplorerAuthenticationSerializer(item: DataflowEndpointDataExplorerAuthentication): any;
82
82
  export declare function dataflowEndpointDataExplorerAuthenticationDeserializer(item: any): DataflowEndpointDataExplorerAuthentication;
83
- /** Alias for DataExplorerAuthMethod */
84
- export type DataExplorerAuthMethod = ManagedIdentityMethod;
85
- export declare function dataExplorerAuthMethodSerializer(item: DataExplorerAuthMethod): any;
86
- export declare function dataExplorerAuthMethodDeserializer(item: any): DataExplorerAuthMethod;
87
- /** Managed Identity Method */
88
- export declare enum KnownManagedIdentityMethod {
83
+ /** DataflowEndpoint Data Explorer Authentication Method properties */
84
+ export declare enum KnownDataExplorerAuthMethod {
89
85
  /** SystemAssignedManagedIdentity type */
90
86
  SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
91
87
  /** UserAssignedManagedIdentity type */
92
88
  UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
93
89
  }
94
90
  /**
95
- * Managed Identity Method \
96
- * {@link KnownManagedIdentityMethod} can be used interchangeably with ManagedIdentityMethod,
91
+ * DataflowEndpoint Data Explorer Authentication Method properties \
92
+ * {@link KnownDataExplorerAuthMethod} can be used interchangeably with DataExplorerAuthMethod,
97
93
  * this enum contains the known values that the service supports.
98
94
  * ### Known values supported by the service
99
95
  * **SystemAssignedManagedIdentity**: SystemAssignedManagedIdentity type \
100
96
  * **UserAssignedManagedIdentity**: UserAssignedManagedIdentity type
101
97
  */
102
- export type ManagedIdentityMethod = string;
98
+ export type DataExplorerAuthMethod = string;
103
99
  /** DataflowEndpoint Authentication SystemAssignedManagedIdentity properties */
104
100
  export interface DataflowEndpointAuthenticationSystemAssignedManagedIdentity {
105
101
  /** Audience of the service to authenticate against. Optional; defaults to the audience for Service host configuration. */
@@ -151,23 +147,25 @@ export interface DataflowEndpointDataLakeStorageAuthentication {
151
147
  }
152
148
  export declare function dataflowEndpointDataLakeStorageAuthenticationSerializer(item: DataflowEndpointDataLakeStorageAuthentication): any;
153
149
  export declare function dataflowEndpointDataLakeStorageAuthenticationDeserializer(item: any): DataflowEndpointDataLakeStorageAuthentication;
154
- /** Alias for DataLakeStorageAuthMethod */
155
- export type DataLakeStorageAuthMethod = ManagedIdentityMethod | AccessTokenMethod;
156
- export declare function dataLakeStorageAuthMethodSerializer(item: DataLakeStorageAuthMethod): any;
157
- export declare function dataLakeStorageAuthMethodDeserializer(item: any): DataLakeStorageAuthMethod;
158
- /** Access Token Method */
159
- export declare enum KnownAccessTokenMethod {
150
+ /** DataflowEndpoint Data Lake Storage Authentication Method properties */
151
+ export declare enum KnownDataLakeStorageAuthMethod {
152
+ /** SystemAssignedManagedIdentity type */
153
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
154
+ /** UserAssignedManagedIdentity type */
155
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
160
156
  /** AccessToken Option */
161
157
  AccessToken = "AccessToken"
162
158
  }
163
159
  /**
164
- * Access Token Method \
165
- * {@link KnownAccessTokenMethod} can be used interchangeably with AccessTokenMethod,
160
+ * DataflowEndpoint Data Lake Storage Authentication Method properties \
161
+ * {@link KnownDataLakeStorageAuthMethod} can be used interchangeably with DataLakeStorageAuthMethod,
166
162
  * this enum contains the known values that the service supports.
167
163
  * ### Known values supported by the service
164
+ * **SystemAssignedManagedIdentity**: SystemAssignedManagedIdentity type \
165
+ * **UserAssignedManagedIdentity**: UserAssignedManagedIdentity type \
168
166
  * **AccessToken**: AccessToken Option
169
167
  */
170
- export type AccessTokenMethod = string;
168
+ export type DataLakeStorageAuthMethod = string;
171
169
  /** DataflowEndpoint Authentication Access Token properties */
172
170
  export interface DataflowEndpointAuthenticationAccessToken {
173
171
  /** Token secret name. */
@@ -201,10 +199,22 @@ export interface DataflowEndpointFabricOneLakeAuthentication {
201
199
  }
202
200
  export declare function dataflowEndpointFabricOneLakeAuthenticationSerializer(item: DataflowEndpointFabricOneLakeAuthentication): any;
203
201
  export declare function dataflowEndpointFabricOneLakeAuthenticationDeserializer(item: any): DataflowEndpointFabricOneLakeAuthentication;
204
- /** Alias for FabricOneLakeAuthMethod */
205
- export type FabricOneLakeAuthMethod = ManagedIdentityMethod;
206
- export declare function fabricOneLakeAuthMethodSerializer(item: FabricOneLakeAuthMethod): any;
207
- export declare function fabricOneLakeAuthMethodDeserializer(item: any): FabricOneLakeAuthMethod;
202
+ /** DataflowEndpoint Fabric One Lake Authentication Method properties */
203
+ export declare enum KnownFabricOneLakeAuthMethod {
204
+ /** SystemAssignedManagedIdentity type */
205
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
206
+ /** UserAssignedManagedIdentity type */
207
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
208
+ }
209
+ /**
210
+ * DataflowEndpoint Fabric One Lake Authentication Method properties \
211
+ * {@link KnownFabricOneLakeAuthMethod} can be used interchangeably with FabricOneLakeAuthMethod,
212
+ * this enum contains the known values that the service supports.
213
+ * ### Known values supported by the service
214
+ * **SystemAssignedManagedIdentity**: SystemAssignedManagedIdentity type \
215
+ * **UserAssignedManagedIdentity**: UserAssignedManagedIdentity type
216
+ */
217
+ export type FabricOneLakeAuthMethod = string;
208
218
  /** Microsoft Fabric endpoint Names properties */
209
219
  export interface DataflowEndpointFabricOneLakeNames {
210
220
  /** Lakehouse name. */
@@ -270,49 +280,31 @@ export interface DataflowEndpointKafkaAuthentication {
270
280
  }
271
281
  export declare function dataflowEndpointKafkaAuthenticationSerializer(item: DataflowEndpointKafkaAuthentication): any;
272
282
  export declare function dataflowEndpointKafkaAuthenticationDeserializer(item: any): DataflowEndpointKafkaAuthentication;
273
- /** Alias for KafkaAuthMethod */
274
- export type KafkaAuthMethod = ManagedIdentityMethod | SaslMethod | X509CertificateMethod | AnonymousMethod;
275
- export declare function kafkaAuthMethodSerializer(item: KafkaAuthMethod): any;
276
- export declare function kafkaAuthMethodDeserializer(item: any): KafkaAuthMethod;
277
- /** Sasl Method */
278
- export declare enum KnownSaslMethod {
283
+ /** DataflowEndpoint Kafka Authentication Method properties */
284
+ export declare enum KnownKafkaAuthMethod {
285
+ /** SystemAssignedManagedIdentity type */
286
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
287
+ /** UserAssignedManagedIdentity type */
288
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
279
289
  /** Sasl Option */
280
- Sasl = "Sasl"
281
- }
282
- /**
283
- * Sasl Method \
284
- * {@link KnownSaslMethod} can be used interchangeably with SaslMethod,
285
- * this enum contains the known values that the service supports.
286
- * ### Known values supported by the service
287
- * **Sasl**: Sasl Option
288
- */
289
- export type SaslMethod = string;
290
- /** x509 Certificate Method */
291
- export declare enum KnownX509CertificateMethod {
290
+ Sasl = "Sasl",
292
291
  /** x509Certificate Option */
293
- X509Certificate = "X509Certificate"
294
- }
295
- /**
296
- * x509 Certificate Method \
297
- * {@link Knownx509CertificateMethod} can be used interchangeably with x509CertificateMethod,
298
- * this enum contains the known values that the service supports.
299
- * ### Known values supported by the service
300
- * **X509Certificate**: x509Certificate Option
301
- */
302
- export type X509CertificateMethod = string;
303
- /** x509 Certificate Method */
304
- export declare enum KnownAnonymousMethod {
292
+ X509Certificate = "X509Certificate",
305
293
  /** Anonymous Option */
306
294
  Anonymous = "Anonymous"
307
295
  }
308
296
  /**
309
- * x509 Certificate Method \
310
- * {@link KnownAnonymousMethod} can be used interchangeably with AnonymousMethod,
297
+ * DataflowEndpoint Kafka Authentication Method properties \
298
+ * {@link KnownKafkaAuthMethod} can be used interchangeably with KafkaAuthMethod,
311
299
  * this enum contains the known values that the service supports.
312
300
  * ### Known values supported by the service
301
+ * **SystemAssignedManagedIdentity**: SystemAssignedManagedIdentity type \
302
+ * **UserAssignedManagedIdentity**: UserAssignedManagedIdentity type \
303
+ * **Sasl**: Sasl Option \
304
+ * **X509Certificate**: x509Certificate Option \
313
305
  * **Anonymous**: Anonymous Option
314
306
  */
315
- export type AnonymousMethod = string;
307
+ export type KafkaAuthMethod = string;
316
308
  /** DataflowEndpoint Authentication Sasl properties */
317
309
  export interface DataflowEndpointAuthenticationSasl {
318
310
  /** Type of SASL authentication. Can be PLAIN, SCRAM-SHA-256, or SCRAM-SHA-512. */
@@ -514,23 +506,31 @@ export interface DataflowEndpointMqttAuthentication {
514
506
  }
515
507
  export declare function dataflowEndpointMqttAuthenticationSerializer(item: DataflowEndpointMqttAuthentication): any;
516
508
  export declare function dataflowEndpointMqttAuthenticationDeserializer(item: any): DataflowEndpointMqttAuthentication;
517
- /** Alias for MqttAuthMethod */
518
- export type MqttAuthMethod = ManagedIdentityMethod | ServiceAccountTokenMethod | X509CertificateMethod | AnonymousMethod;
519
- export declare function mqttAuthMethodSerializer(item: MqttAuthMethod): any;
520
- export declare function mqttAuthMethodDeserializer(item: any): MqttAuthMethod;
521
- /** Service Account Token Method */
522
- export declare enum KnownServiceAccountTokenMethod {
509
+ /** DataflowEndpoint Mqtt Authentication Method properties */
510
+ export declare enum KnownMqttAuthMethod {
511
+ /** SystemAssignedManagedIdentity type */
512
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
513
+ /** UserAssignedManagedIdentity type */
514
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
523
515
  /** ServiceAccountToken Option */
524
- ServiceAccountToken = "ServiceAccountToken"
516
+ ServiceAccountToken = "ServiceAccountToken",
517
+ /** x509Certificate Option */
518
+ X509Certificate = "X509Certificate",
519
+ /** Anonymous Option */
520
+ Anonymous = "Anonymous"
525
521
  }
526
522
  /**
527
- * Service Account Token Method \
528
- * {@link KnownServiceAccountTokenMethod} can be used interchangeably with ServiceAccountTokenMethod,
523
+ * DataflowEndpoint Mqtt Authentication Method properties \
524
+ * {@link KnownMqttAuthMethod} can be used interchangeably with MqttAuthMethod,
529
525
  * this enum contains the known values that the service supports.
530
526
  * ### Known values supported by the service
531
- * **ServiceAccountToken**: ServiceAccountToken Option
527
+ * **SystemAssignedManagedIdentity**: SystemAssignedManagedIdentity type \
528
+ * **UserAssignedManagedIdentity**: UserAssignedManagedIdentity type \
529
+ * **ServiceAccountToken**: ServiceAccountToken Option \
530
+ * **X509Certificate**: x509Certificate Option \
531
+ * **Anonymous**: Anonymous Option
532
532
  */
533
- export type ServiceAccountTokenMethod = string;
533
+ export type MqttAuthMethod = string;
534
534
  /** Service Account Token for BrokerAuthentication */
535
535
  export interface DataflowEndpointAuthenticationServiceAccountToken {
536
536
  /** Audience of the service account. Optional, defaults to the broker internal service account audience. */
@@ -570,7 +570,7 @@ export declare enum KnownMqttRetainType {
570
570
  * **Never**: Never retain messages.
571
571
  */
572
572
  export type MqttRetainType = string;
573
- /** The provisioning state of a resource type. */
573
+ /** The enum defining status of resource. */
574
574
  export declare enum KnownProvisioningState {
575
575
  /** Resource has been created. */
576
576
  Succeeded = "Succeeded",
@@ -578,31 +578,29 @@ export declare enum KnownProvisioningState {
578
578
  Failed = "Failed",
579
579
  /** Resource creation was canceled. */
580
580
  Canceled = "Canceled",
581
- /** Resource creation was provisioning. */
581
+ /** Resource is getting provisioned. */
582
582
  Provisioning = "Provisioning",
583
- /** Resource creation was updating. */
583
+ /** Resource is Updating. */
584
584
  Updating = "Updating",
585
- /** Resource creation was deleting. */
585
+ /** Resource is Deleting. */
586
586
  Deleting = "Deleting",
587
- /** Resource creation was accepted. */
587
+ /** Resource has been Accepted. */
588
588
  Accepted = "Accepted"
589
589
  }
590
590
  /**
591
- * The provisioning state of a resource type. \
592
- * {@link KnownProvisioningState} can be used interchangeably with ResourceProvisioningState,
591
+ * The enum defining status of resource. \
592
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
593
593
  * this enum contains the known values that the service supports.
594
594
  * ### Known values supported by the service
595
595
  * **Succeeded**: Resource has been created. \
596
596
  * **Failed**: Resource creation failed. \
597
- * **Canceled**: Resource creation canceled. \
598
- * **Provisioning**: Resource creation provisioning. \
599
- * **Updating**: Resource creation updating. \
600
- * **Deleting**: Resource creation deleting. \
601
- * **Accepted**: Resource creation was accepted.
597
+ * **Canceled**: Resource creation was canceled. \
598
+ * **Provisioning**: Resource is getting provisioned. \
599
+ * **Updating**: Resource is Updating. \
600
+ * **Deleting**: Resource is Deleting. \
601
+ * **Accepted**: Resource has been Accepted.
602
602
  */
603
603
  export type ProvisioningState = string;
604
- export declare function provisioningStateSerializer(item: ProvisioningState): any;
605
- export declare function provisioningStateDeserializer(item: any): ProvisioningState;
606
604
  /** Extended location is an extension of Azure locations. They provide a way to use their Azure ARC enabled Kubernetes clusters as target locations for deploying Azure services instances. */
607
605
  export interface ExtendedLocation {
608
606
  /** The name of the extended location. */
@@ -711,6 +709,8 @@ export interface DataflowProperties {
711
709
  }
712
710
  export declare function dataflowPropertiesSerializer(item: DataflowProperties): any;
713
711
  export declare function dataflowPropertiesDeserializer(item: any): DataflowProperties;
712
+ export declare function dataflowOperationArraySerializer(result: Array<DataflowOperation>): any[];
713
+ export declare function dataflowOperationArrayDeserializer(result: Array<DataflowOperation>): any[];
714
714
  /** Dataflow Operation properties. NOTE - One only method is allowed to be used for one entry. */
715
715
  export interface DataflowOperation {
716
716
  /** Type of operation. */
@@ -807,6 +807,8 @@ export declare enum KnownTransformationSerializationFormat {
807
807
  * **Parquet**: Parquet Format
808
808
  */
809
809
  export type TransformationSerializationFormat = string;
810
+ export declare function dataflowBuiltInTransformationDatasetArraySerializer(result: Array<DataflowBuiltInTransformationDataset>): any[];
811
+ export declare function dataflowBuiltInTransformationDatasetArrayDeserializer(result: Array<DataflowBuiltInTransformationDataset>): any[];
810
812
  /** Dataflow BuiltIn Transformation dataset properties */
811
813
  export interface DataflowBuiltInTransformationDataset {
812
814
  /** The key of the dataset. */
@@ -822,8 +824,8 @@ export interface DataflowBuiltInTransformationDataset {
822
824
  }
823
825
  export declare function dataflowBuiltInTransformationDatasetSerializer(item: DataflowBuiltInTransformationDataset): any;
824
826
  export declare function dataflowBuiltInTransformationDatasetDeserializer(item: any): DataflowBuiltInTransformationDataset;
825
- export declare function dataflowBuiltInTransformationDatasetArraySerializer(result: Array<DataflowBuiltInTransformationDataset>): any[];
826
- export declare function dataflowBuiltInTransformationDatasetArrayDeserializer(result: Array<DataflowBuiltInTransformationDataset>): any[];
827
+ export declare function dataflowBuiltInTransformationFilterArraySerializer(result: Array<DataflowBuiltInTransformationFilter>): any[];
828
+ export declare function dataflowBuiltInTransformationFilterArrayDeserializer(result: Array<DataflowBuiltInTransformationFilter>): any[];
827
829
  /** Dataflow BuiltIn Transformation filter properties */
828
830
  export interface DataflowBuiltInTransformationFilter {
829
831
  /** The type of dataflow operation. */
@@ -850,8 +852,8 @@ export declare enum KnownFilterType {
850
852
  * **Filter**: Filter type
851
853
  */
852
854
  export type FilterType = string;
853
- export declare function dataflowBuiltInTransformationFilterArraySerializer(result: Array<DataflowBuiltInTransformationFilter>): any[];
854
- export declare function dataflowBuiltInTransformationFilterArrayDeserializer(result: Array<DataflowBuiltInTransformationFilter>): any[];
855
+ export declare function dataflowBuiltInTransformationMapArraySerializer(result: Array<DataflowBuiltInTransformationMap>): any[];
856
+ export declare function dataflowBuiltInTransformationMapArrayDeserializer(result: Array<DataflowBuiltInTransformationMap>): any[];
855
857
  /** Dataflow BuiltIn Transformation map properties */
856
858
  export interface DataflowBuiltInTransformationMap {
857
859
  /** Type of transformation. */
@@ -892,8 +894,6 @@ export declare enum KnownDataflowMappingType {
892
894
  * **BuiltInFunction**: Built in function type
893
895
  */
894
896
  export type DataflowMappingType = string;
895
- export declare function dataflowBuiltInTransformationMapArraySerializer(result: Array<DataflowBuiltInTransformationMap>): any[];
896
- export declare function dataflowBuiltInTransformationMapArrayDeserializer(result: Array<DataflowBuiltInTransformationMap>): any[];
897
897
  /** Dataflow Destination Operation properties */
898
898
  export interface DataflowDestinationOperationSettings {
899
899
  /** Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type. */
@@ -903,8 +903,6 @@ export interface DataflowDestinationOperationSettings {
903
903
  }
904
904
  export declare function dataflowDestinationOperationSettingsSerializer(item: DataflowDestinationOperationSettings): any;
905
905
  export declare function dataflowDestinationOperationSettingsDeserializer(item: any): DataflowDestinationOperationSettings;
906
- export declare function dataflowOperationArraySerializer(result: Array<DataflowOperation>): any[];
907
- export declare function dataflowOperationArrayDeserializer(result: Array<DataflowOperation>): any[];
908
906
  /** The response of a DataflowResource list operation. */
909
907
  export interface _DataflowResourceListResult {
910
908
  /** The DataflowResource items on this page */
@@ -995,6 +993,8 @@ export interface AuthorizationConfig {
995
993
  }
996
994
  export declare function authorizationConfigSerializer(item: AuthorizationConfig): any;
997
995
  export declare function authorizationConfigDeserializer(item: any): AuthorizationConfig;
996
+ export declare function authorizationRuleArraySerializer(result: Array<AuthorizationRule>): any[];
997
+ export declare function authorizationRuleArrayDeserializer(result: Array<AuthorizationRule>): any[];
998
998
  /** AuthorizationConfig Rule Properties */
999
999
  export interface AuthorizationRule {
1000
1000
  /** Give access to Broker methods and topics. */
@@ -1006,6 +1006,8 @@ export interface AuthorizationRule {
1006
1006
  }
1007
1007
  export declare function authorizationRuleSerializer(item: AuthorizationRule): any;
1008
1008
  export declare function authorizationRuleDeserializer(item: any): AuthorizationRule;
1009
+ export declare function brokerResourceRuleArraySerializer(result: Array<BrokerResourceRule>): any[];
1010
+ export declare function brokerResourceRuleArrayDeserializer(result: Array<BrokerResourceRule>): any[];
1009
1011
  /** Broker Resource Rule properties. This defines the objects that represent the actions or topics, such as - method.Connect, method.Publish, etc. */
1010
1012
  export interface BrokerResourceRule {
1011
1013
  /** Give access for a Broker method (i.e., Connect, Subscribe, or Publish). */
@@ -1036,8 +1038,6 @@ export declare enum KnownBrokerResourceDefinitionMethods {
1036
1038
  * **Subscribe**: Allowed Subscribing to Broker
1037
1039
  */
1038
1040
  export type BrokerResourceDefinitionMethods = string;
1039
- export declare function brokerResourceRuleArraySerializer(result: Array<BrokerResourceRule>): any[];
1040
- export declare function brokerResourceRuleArrayDeserializer(result: Array<BrokerResourceRule>): any[];
1041
1041
  /** PrincipalDefinition properties of Rule */
1042
1042
  export interface PrincipalDefinition {
1043
1043
  /** A list of key-value pairs that match the attributes of the clients. The attributes are case-sensitive and must match the attributes provided by the clients during authentication. */
@@ -1049,6 +1049,8 @@ export interface PrincipalDefinition {
1049
1049
  }
1050
1050
  export declare function principalDefinitionSerializer(item: PrincipalDefinition): any;
1051
1051
  export declare function principalDefinitionDeserializer(item: any): PrincipalDefinition;
1052
+ export declare function stateStoreResourceRuleArraySerializer(result: Array<StateStoreResourceRule>): any[];
1053
+ export declare function stateStoreResourceRuleArrayDeserializer(result: Array<StateStoreResourceRule>): any[];
1052
1054
  /** State Store Resource Rule properties. */
1053
1055
  export interface StateStoreResourceRule {
1054
1056
  /** Allowed keyTypes pattern, string, binary. The key type used for matching, for example pattern tries to match the key to a glob-style pattern and string checks key is equal to value provided in keys. */
@@ -1098,10 +1100,6 @@ export declare enum KnownStateStoreResourceDefinitionMethods {
1098
1100
  * **ReadWrite**: Allowed all operations on Store - Get\/KeyNotify\/Set\/Delete
1099
1101
  */
1100
1102
  export type StateStoreResourceDefinitionMethods = string;
1101
- export declare function stateStoreResourceRuleArraySerializer(result: Array<StateStoreResourceRule>): any[];
1102
- export declare function stateStoreResourceRuleArrayDeserializer(result: Array<StateStoreResourceRule>): any[];
1103
- export declare function authorizationRuleArraySerializer(result: Array<AuthorizationRule>): any[];
1104
- export declare function authorizationRuleArrayDeserializer(result: Array<AuthorizationRule>): any[];
1105
1103
  /** The response of a BrokerAuthorizationResource list operation. */
1106
1104
  export interface _BrokerAuthorizationResourceListResult {
1107
1105
  /** The BrokerAuthorizationResource items on this page */
@@ -1130,6 +1128,8 @@ export interface BrokerAuthenticationProperties {
1130
1128
  }
1131
1129
  export declare function brokerAuthenticationPropertiesSerializer(item: BrokerAuthenticationProperties): any;
1132
1130
  export declare function brokerAuthenticationPropertiesDeserializer(item: any): BrokerAuthenticationProperties;
1131
+ export declare function brokerAuthenticatorMethodsArraySerializer(result: Array<BrokerAuthenticatorMethods>): any[];
1132
+ export declare function brokerAuthenticatorMethodsArrayDeserializer(result: Array<BrokerAuthenticatorMethods>): any[];
1133
1133
  /** Set of broker authentication policies. Only one method is supported for each entry. */
1134
1134
  export interface BrokerAuthenticatorMethods {
1135
1135
  /** Custom authentication configuration. */
@@ -1205,6 +1205,8 @@ export interface BrokerAuthenticatorMethodX509 {
1205
1205
  }
1206
1206
  export declare function brokerAuthenticatorMethodX509Serializer(item: BrokerAuthenticatorMethodX509): any;
1207
1207
  export declare function brokerAuthenticatorMethodX509Deserializer(item: any): BrokerAuthenticatorMethodX509;
1208
+ export declare function brokerAuthenticatorMethodX509AttributesRecordSerializer(item: Record<string, BrokerAuthenticatorMethodX509Attributes>): Record<string, any>;
1209
+ export declare function brokerAuthenticatorMethodX509AttributesRecordDeserializer(item: Record<string, any>): Record<string, BrokerAuthenticatorMethodX509Attributes>;
1208
1210
  /** BrokerAuthenticatorMethodX509Attributes properties. */
1209
1211
  export interface BrokerAuthenticatorMethodX509Attributes {
1210
1212
  /** Attributes object. */
@@ -1214,10 +1216,6 @@ export interface BrokerAuthenticatorMethodX509Attributes {
1214
1216
  }
1215
1217
  export declare function brokerAuthenticatorMethodX509AttributesSerializer(item: BrokerAuthenticatorMethodX509Attributes): any;
1216
1218
  export declare function brokerAuthenticatorMethodX509AttributesDeserializer(item: any): BrokerAuthenticatorMethodX509Attributes;
1217
- export declare function brokerAuthenticatorMethodX509AttributesRecordSerializer(item: Record<string, BrokerAuthenticatorMethodX509Attributes>): Record<string, any>;
1218
- export declare function brokerAuthenticatorMethodX509AttributesRecordDeserializer(item: Record<string, any>): Record<string, BrokerAuthenticatorMethodX509Attributes>;
1219
- export declare function brokerAuthenticatorMethodsArraySerializer(result: Array<BrokerAuthenticatorMethods>): any[];
1220
- export declare function brokerAuthenticatorMethodsArrayDeserializer(result: Array<BrokerAuthenticatorMethods>): any[];
1221
1219
  /** The response of a BrokerAuthenticationResource list operation. */
1222
1220
  export interface _BrokerAuthenticationResourceListResult {
1223
1221
  /** The BrokerAuthenticationResource items on this page */
@@ -1250,6 +1248,8 @@ export interface BrokerListenerProperties {
1250
1248
  }
1251
1249
  export declare function brokerListenerPropertiesSerializer(item: BrokerListenerProperties): any;
1252
1250
  export declare function brokerListenerPropertiesDeserializer(item: any): BrokerListenerProperties;
1251
+ export declare function listenerPortArraySerializer(result: Array<ListenerPort>): any[];
1252
+ export declare function listenerPortArrayDeserializer(result: Array<ListenerPort>): any[];
1253
1253
  /** Defines a TCP port on which a `BrokerListener` listens. */
1254
1254
  export interface ListenerPort {
1255
1255
  /** Reference to client authentication settings. Omit to disable authentication. */
@@ -1403,8 +1403,6 @@ export interface SanForCert {
1403
1403
  }
1404
1404
  export declare function sanForCertSerializer(item: SanForCert): any;
1405
1405
  export declare function sanForCertDeserializer(item: any): SanForCert;
1406
- export declare function listenerPortArraySerializer(result: Array<ListenerPort>): any[];
1407
- export declare function listenerPortArrayDeserializer(result: Array<ListenerPort>): any[];
1408
1406
  /** Kubernetes Service Types supported by Listener */
1409
1407
  export declare enum KnownServiceType {
1410
1408
  /** Cluster IP Service. */
@@ -1675,6 +1673,8 @@ export interface VolumeClaimSpecSelector {
1675
1673
  }
1676
1674
  export declare function volumeClaimSpecSelectorSerializer(item: VolumeClaimSpecSelector): any;
1677
1675
  export declare function volumeClaimSpecSelectorDeserializer(item: any): VolumeClaimSpecSelector;
1676
+ export declare function volumeClaimSpecSelectorMatchExpressionsArraySerializer(result: Array<VolumeClaimSpecSelectorMatchExpressions>): any[];
1677
+ export declare function volumeClaimSpecSelectorMatchExpressionsArrayDeserializer(result: Array<VolumeClaimSpecSelectorMatchExpressions>): any[];
1678
1678
  /** VolumeClaimSpecSelectorMatchExpressions properties */
1679
1679
  export interface VolumeClaimSpecSelectorMatchExpressions {
1680
1680
  /** key is the label key that the selector applies to. */
@@ -1708,8 +1708,6 @@ export declare enum KnownOperatorValues {
1708
1708
  * **DoesNotExist**: DoesNotExist operator.
1709
1709
  */
1710
1710
  export type OperatorValues = string;
1711
- export declare function volumeClaimSpecSelectorMatchExpressionsArraySerializer(result: Array<VolumeClaimSpecSelectorMatchExpressions>): any[];
1712
- export declare function volumeClaimSpecSelectorMatchExpressionsArrayDeserializer(result: Array<VolumeClaimSpecSelectorMatchExpressions>): any[];
1713
1711
  /** GenerateResourceLimits properties */
1714
1712
  export interface GenerateResourceLimits {
1715
1713
  /** The toggle to enable/disable cpu resource limits. */
@@ -1859,6 +1857,7 @@ export interface _OperationListResult {
1859
1857
  nextLink?: string;
1860
1858
  }
1861
1859
  export declare function _operationListResultDeserializer(item: any): _OperationListResult;
1860
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
1862
1861
  /** Details of a REST API operation, returned from the Resource Provider Operations API */
1863
1862
  export interface Operation {
1864
1863
  /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
@@ -1887,11 +1886,11 @@ export interface OperationDisplay {
1887
1886
  export declare function operationDisplayDeserializer(item: any): OperationDisplay;
1888
1887
  /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
1889
1888
  export declare enum KnownOrigin {
1890
- /** user */
1889
+ /** Indicates the operation is initiated by a user. */
1891
1890
  User = "user",
1892
- /** system */
1891
+ /** Indicates the operation is initiated by a system. */
1893
1892
  System = "system",
1894
- /** user,system */
1893
+ /** Indicates the operation is initiated by a user or system. */
1895
1894
  UserSystem = "user,system"
1896
1895
  }
1897
1896
  /**
@@ -1917,5 +1916,9 @@ export declare enum KnownActionType {
1917
1916
  * **Internal**: Actions are for internal-only APIs.
1918
1917
  */
1919
1918
  export type ActionType = string;
1920
- export declare function operationArrayDeserializer(result: Array<Operation>): any[];
1919
+ /** Api versions */
1920
+ export declare enum KnownVersions {
1921
+ /** 2024-11-01 version */
1922
+ "V2024-11-01" = "2024-11-01"
1923
+ }
1921
1924
  //# sourceMappingURL=models.d.ts.map