@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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-iotoperations",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0",
4
4
  "description": "A generated SDK for IoTOperationsClient.",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -21,7 +21,8 @@
21
21
  "browser",
22
22
  "react-native"
23
23
  ],
24
- "selfLink": false
24
+ "selfLink": false,
25
+ "project": "./tsconfig.src.json"
25
26
  },
26
27
  "type": "module",
27
28
  "keywords": [
@@ -46,6 +47,7 @@
46
47
  "bugs": {
47
48
  "url": "https://github.com/Azure/azure-sdk-for-js/issues"
48
49
  },
50
+ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/iotoperations/arm-iotoperations/README.md",
49
51
  "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
50
52
  "//metadata": {
51
53
  "constantPaths": [
@@ -67,10 +69,10 @@
67
69
  },
68
70
  "devDependencies": {
69
71
  "dotenv": "^16.0.0",
72
+ "@microsoft/api-extractor": "^7.40.3",
70
73
  "@types/node": "^18.0.0",
71
- "eslint": "^8.55.0",
72
- "typescript": "~5.6.2",
73
- "tshy": "^2.0.0",
74
+ "eslint": "^9.9.0",
75
+ "typescript": "~5.7.2",
74
76
  "@azure/identity": "^4.2.1",
75
77
  "@vitest/browser": "^2.0.5",
76
78
  "@vitest/coverage-istanbul": "^2.0.5",
@@ -93,18 +95,18 @@
93
95
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
94
96
  "integration-test:browser": "echo skipped",
95
97
  "integration-test:node": "echo skipped",
96
- "audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
97
- "build:samples": "dev-tool run typecheck --paths samples-dev/*.ts && dev-tool samples publish -f",
98
+ "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
98
99
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
99
100
  "execute:samples": "dev-tool samples run samples-dev",
100
101
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
101
102
  "generate:client": "echo skipped",
102
103
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
103
- "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
104
+ "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
104
105
  "build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
105
106
  "build": "npm run clean && dev-tool run build-package && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
106
107
  "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
107
- "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test"
108
+ "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test",
109
+ "update-snippets": "echo skipped"
108
110
  },
109
111
  "//sampleConfiguration": {
110
112
  "productName": "@azure/arm-iotoperations",
@@ -4,9 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- // @public
8
- export type AccessTokenMethod = string;
9
-
10
7
  // @public
11
8
  export type ActionType = string;
12
9
 
@@ -17,9 +14,6 @@ export interface AdvancedSettings {
17
14
  internalCerts?: CertManagerCertOptions;
18
15
  }
19
16
 
20
- // @public
21
- export type AnonymousMethod = string;
22
-
23
17
  // @public
24
18
  export interface AuthorizationConfig {
25
19
  cache?: OperationalMode;
@@ -222,7 +216,7 @@ export type CloudEventAttributeType = string;
222
216
  export type CreatedByType = string;
223
217
 
224
218
  // @public
225
- export type DataExplorerAuthMethod = ManagedIdentityMethod;
219
+ export type DataExplorerAuthMethod = string;
226
220
 
227
221
  // @public
228
222
  export interface DataflowBuiltInTransformationDataset {
@@ -491,7 +485,7 @@ export interface DataflowSourceOperationSettings {
491
485
  }
492
486
 
493
487
  // @public
494
- export type DataLakeStorageAuthMethod = ManagedIdentityMethod | AccessTokenMethod;
488
+ export type DataLakeStorageAuthMethod = string;
495
489
 
496
490
  // @public
497
491
  export interface DiagnosticsLogs {
@@ -518,7 +512,7 @@ export interface ExtendedLocation {
518
512
  export type ExtendedLocationType = string;
519
513
 
520
514
  // @public
521
- export type FabricOneLakeAuthMethod = ManagedIdentityMethod;
515
+ export type FabricOneLakeAuthMethod = string;
522
516
 
523
517
  // @public
524
518
  export type FilterType = string;
@@ -556,23 +550,13 @@ export interface InstanceResource extends TrackedResource {
556
550
  }
557
551
 
558
552
  // @public
559
- export type KafkaAuthMethod = ManagedIdentityMethod | SaslMethod | X509CertificateMethod | AnonymousMethod;
560
-
561
- // @public
562
- export enum KnownAccessTokenMethod {
563
- AccessToken = "AccessToken"
564
- }
553
+ export type KafkaAuthMethod = string;
565
554
 
566
555
  // @public
567
556
  export enum KnownActionType {
568
557
  Internal = "Internal"
569
558
  }
570
559
 
571
- // @public
572
- export enum KnownAnonymousMethod {
573
- Anonymous = "Anonymous"
574
- }
575
-
576
560
  // @public
577
561
  export enum KnownBrokerAuthenticationMethod {
578
562
  Custom = "Custom",
@@ -621,6 +605,12 @@ export enum KnownCreatedByType {
621
605
  User = "User"
622
606
  }
623
607
 
608
+ // @public
609
+ export enum KnownDataExplorerAuthMethod {
610
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
611
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
612
+ }
613
+
624
614
  // @public
625
615
  export enum KnownDataflowEndpointAuthenticationSaslType {
626
616
  Plain = "Plain",
@@ -666,6 +656,13 @@ export enum KnownDataflowMappingType {
666
656
  Rename = "Rename"
667
657
  }
668
658
 
659
+ // @public
660
+ export enum KnownDataLakeStorageAuthMethod {
661
+ AccessToken = "AccessToken",
662
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
663
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
664
+ }
665
+
669
666
  // @public
670
667
  export enum KnownEndpointType {
671
668
  DataExplorer = "DataExplorer",
@@ -681,15 +678,24 @@ export enum KnownExtendedLocationType {
681
678
  CustomLocation = "CustomLocation"
682
679
  }
683
680
 
681
+ // @public
682
+ export enum KnownFabricOneLakeAuthMethod {
683
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
684
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
685
+ }
686
+
684
687
  // @public
685
688
  export enum KnownFilterType {
686
689
  Filter = "Filter"
687
690
  }
688
691
 
689
692
  // @public
690
- export enum KnownManagedIdentityMethod {
693
+ export enum KnownKafkaAuthMethod {
694
+ Anonymous = "Anonymous",
695
+ Sasl = "Sasl",
691
696
  SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
692
- UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
697
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
698
+ X509Certificate = "X509Certificate"
693
699
  }
694
700
 
695
701
  // @public
@@ -700,6 +706,15 @@ export enum KnownManagedServiceIdentityType {
700
706
  UserAssigned = "UserAssigned"
701
707
  }
702
708
 
709
+ // @public
710
+ export enum KnownMqttAuthMethod {
711
+ Anonymous = "Anonymous",
712
+ ServiceAccountToken = "ServiceAccountToken",
713
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
714
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
715
+ X509Certificate = "X509Certificate"
716
+ }
717
+
703
718
  // @public
704
719
  export enum KnownMqttRetainType {
705
720
  Keep = "Keep",
@@ -762,16 +777,6 @@ export enum KnownProvisioningState {
762
777
  Updating = "Updating"
763
778
  }
764
779
 
765
- // @public
766
- export enum KnownSaslMethod {
767
- Sasl = "Sasl"
768
- }
769
-
770
- // @public
771
- export enum KnownServiceAccountTokenMethod {
772
- ServiceAccountToken = "ServiceAccountToken"
773
- }
774
-
775
780
  // @public
776
781
  export enum KnownServiceType {
777
782
  ClusterIp = "ClusterIp",
@@ -818,8 +823,8 @@ export enum KnownTransformationSerializationFormat {
818
823
  }
819
824
 
820
825
  // @public
821
- export enum KnownX509CertificateMethod {
822
- X509Certificate = "X509Certificate"
826
+ export enum KnownVersions {
827
+ "V2024-11-01" = "2024-11-01"
823
828
  }
824
829
 
825
830
  // @public
@@ -847,9 +852,6 @@ export interface LocalKubernetesReference {
847
852
  name: string;
848
853
  }
849
854
 
850
- // @public
851
- export type ManagedIdentityMethod = string;
852
-
853
855
  // @public
854
856
  export interface ManagedServiceIdentity {
855
857
  readonly principalId?: string;
@@ -867,7 +869,7 @@ export interface Metrics {
867
869
  }
868
870
 
869
871
  // @public
870
- export type MqttAuthMethod = ManagedIdentityMethod | ServiceAccountTokenMethod | X509CertificateMethod | AnonymousMethod;
872
+ export type MqttAuthMethod = string;
871
873
 
872
874
  // @public
873
875
  export type MqttRetainType = string;
@@ -941,9 +943,6 @@ export interface SanForCert {
941
943
  ip: string[];
942
944
  }
943
945
 
944
- // @public
945
- export type SaslMethod = string;
946
-
947
946
  // @public
948
947
  export interface SchemaRegistryRef {
949
948
  resourceId: string;
@@ -962,9 +961,6 @@ export interface SelfTracing {
962
961
  mode?: OperationalMode;
963
962
  }
964
963
 
965
- // @public
966
- export type ServiceAccountTokenMethod = string;
967
-
968
964
  // @public
969
965
  export type ServiceType = string;
970
966
 
@@ -1073,9 +1069,6 @@ export interface VolumeClaimSpecSelectorMatchExpressions {
1073
1069
  values?: string[];
1074
1070
  }
1075
1071
 
1076
- // @public
1077
- export type X509CertificateMethod = string;
1078
-
1079
1072
  // @public
1080
1073
  export interface X509ManualCertificate {
1081
1074
  secretRef: string;
@@ -13,9 +13,6 @@ import { Pipeline } from '@azure/core-rest-pipeline';
13
13
  import { PollerLike } from '@azure/core-lro';
14
14
  import { TokenCredential } from '@azure/core-auth';
15
15
 
16
- // @public
17
- export type AccessTokenMethod = string;
18
-
19
16
  // @public
20
17
  export type ActionType = string;
21
18
 
@@ -26,9 +23,6 @@ export interface AdvancedSettings {
26
23
  internalCerts?: CertManagerCertOptions;
27
24
  }
28
25
 
29
- // @public
30
- export type AnonymousMethod = string;
31
-
32
26
  // @public
33
27
  export interface AuthorizationConfig {
34
28
  cache?: OperationalMode;
@@ -340,7 +334,7 @@ export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
340
334
  export type CreatedByType = string;
341
335
 
342
336
  // @public
343
- export type DataExplorerAuthMethod = ManagedIdentityMethod;
337
+ export type DataExplorerAuthMethod = string;
344
338
 
345
339
  // @public
346
340
  export interface DataflowBuiltInTransformationDataset {
@@ -687,7 +681,7 @@ export interface DataflowSourceOperationSettings {
687
681
  }
688
682
 
689
683
  // @public
690
- export type DataLakeStorageAuthMethod = ManagedIdentityMethod | AccessTokenMethod;
684
+ export type DataLakeStorageAuthMethod = string;
691
685
 
692
686
  // @public
693
687
  export interface DiagnosticsLogs {
@@ -714,7 +708,7 @@ export interface ExtendedLocation {
714
708
  export type ExtendedLocationType = string;
715
709
 
716
710
  // @public
717
- export type FabricOneLakeAuthMethod = ManagedIdentityMethod;
711
+ export type FabricOneLakeAuthMethod = string;
718
712
 
719
713
  // @public
720
714
  export type FilterType = string;
@@ -808,23 +802,13 @@ export interface IoTOperationsClientOptionalParams extends ClientOptions {
808
802
  }
809
803
 
810
804
  // @public
811
- export type KafkaAuthMethod = ManagedIdentityMethod | SaslMethod | X509CertificateMethod | AnonymousMethod;
812
-
813
- // @public
814
- export enum KnownAccessTokenMethod {
815
- AccessToken = "AccessToken"
816
- }
805
+ export type KafkaAuthMethod = string;
817
806
 
818
807
  // @public
819
808
  export enum KnownActionType {
820
809
  Internal = "Internal"
821
810
  }
822
811
 
823
- // @public
824
- export enum KnownAnonymousMethod {
825
- Anonymous = "Anonymous"
826
- }
827
-
828
812
  // @public
829
813
  export enum KnownBrokerAuthenticationMethod {
830
814
  Custom = "Custom",
@@ -873,6 +857,12 @@ export enum KnownCreatedByType {
873
857
  User = "User"
874
858
  }
875
859
 
860
+ // @public
861
+ export enum KnownDataExplorerAuthMethod {
862
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
863
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
864
+ }
865
+
876
866
  // @public
877
867
  export enum KnownDataflowEndpointAuthenticationSaslType {
878
868
  Plain = "Plain",
@@ -918,6 +908,13 @@ export enum KnownDataflowMappingType {
918
908
  Rename = "Rename"
919
909
  }
920
910
 
911
+ // @public
912
+ export enum KnownDataLakeStorageAuthMethod {
913
+ AccessToken = "AccessToken",
914
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
915
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
916
+ }
917
+
921
918
  // @public
922
919
  export enum KnownEndpointType {
923
920
  DataExplorer = "DataExplorer",
@@ -933,15 +930,24 @@ export enum KnownExtendedLocationType {
933
930
  CustomLocation = "CustomLocation"
934
931
  }
935
932
 
933
+ // @public
934
+ export enum KnownFabricOneLakeAuthMethod {
935
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
936
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
937
+ }
938
+
936
939
  // @public
937
940
  export enum KnownFilterType {
938
941
  Filter = "Filter"
939
942
  }
940
943
 
941
944
  // @public
942
- export enum KnownManagedIdentityMethod {
945
+ export enum KnownKafkaAuthMethod {
946
+ Anonymous = "Anonymous",
947
+ Sasl = "Sasl",
943
948
  SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
944
- UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
949
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
950
+ X509Certificate = "X509Certificate"
945
951
  }
946
952
 
947
953
  // @public
@@ -952,6 +958,15 @@ export enum KnownManagedServiceIdentityType {
952
958
  UserAssigned = "UserAssigned"
953
959
  }
954
960
 
961
+ // @public
962
+ export enum KnownMqttAuthMethod {
963
+ Anonymous = "Anonymous",
964
+ ServiceAccountToken = "ServiceAccountToken",
965
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
966
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
967
+ X509Certificate = "X509Certificate"
968
+ }
969
+
955
970
  // @public
956
971
  export enum KnownMqttRetainType {
957
972
  Keep = "Keep",
@@ -1014,16 +1029,6 @@ export enum KnownProvisioningState {
1014
1029
  Updating = "Updating"
1015
1030
  }
1016
1031
 
1017
- // @public
1018
- export enum KnownSaslMethod {
1019
- Sasl = "Sasl"
1020
- }
1021
-
1022
- // @public
1023
- export enum KnownServiceAccountTokenMethod {
1024
- ServiceAccountToken = "ServiceAccountToken"
1025
- }
1026
-
1027
1032
  // @public
1028
1033
  export enum KnownServiceType {
1029
1034
  ClusterIp = "ClusterIp",
@@ -1070,8 +1075,8 @@ export enum KnownTransformationSerializationFormat {
1070
1075
  }
1071
1076
 
1072
1077
  // @public
1073
- export enum KnownX509CertificateMethod {
1074
- X509Certificate = "X509Certificate"
1078
+ export enum KnownVersions {
1079
+ "V2024-11-01" = "2024-11-01"
1075
1080
  }
1076
1081
 
1077
1082
  // @public
@@ -1099,9 +1104,6 @@ export interface LocalKubernetesReference {
1099
1104
  name: string;
1100
1105
  }
1101
1106
 
1102
- // @public
1103
- export type ManagedIdentityMethod = string;
1104
-
1105
1107
  // @public
1106
1108
  export interface ManagedServiceIdentity {
1107
1109
  readonly principalId?: string;
@@ -1119,7 +1121,7 @@ export interface Metrics {
1119
1121
  }
1120
1122
 
1121
1123
  // @public
1122
- export type MqttAuthMethod = ManagedIdentityMethod | ServiceAccountTokenMethod | X509CertificateMethod | AnonymousMethod;
1124
+ export type MqttAuthMethod = string;
1123
1125
 
1124
1126
  // @public
1125
1127
  export type MqttRetainType = string;
@@ -1224,9 +1226,6 @@ export interface SanForCert {
1224
1226
  ip: string[];
1225
1227
  }
1226
1228
 
1227
- // @public
1228
- export type SaslMethod = string;
1229
-
1230
1229
  // @public
1231
1230
  export interface SchemaRegistryRef {
1232
1231
  resourceId: string;
@@ -1245,9 +1244,6 @@ export interface SelfTracing {
1245
1244
  mode?: OperationalMode;
1246
1245
  }
1247
1246
 
1248
- // @public
1249
- export type ServiceAccountTokenMethod = string;
1250
-
1251
1247
  // @public
1252
1248
  export type ServiceType = string;
1253
1249
 
@@ -1356,9 +1352,6 @@ export interface VolumeClaimSpecSelectorMatchExpressions {
1356
1352
  values?: string[];
1357
1353
  }
1358
1354
 
1359
- // @public
1360
- export type X509CertificateMethod = string;
1361
-
1362
1355
  // @public
1363
1356
  export interface X509ManualCertificate {
1364
1357
  secretRef: string;