@azure/arm-databricks 3.0.0-beta.3 → 3.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 (167) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/LICENSE +1 -1
  3. package/README.md +3 -3
  4. package/dist/index.js +1271 -273
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.js +1 -1
  7. package/dist/index.min.js.map +1 -1
  8. package/dist-esm/samples-dev/accessConnectorsCreateOrUpdateSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/accessConnectorsCreateOrUpdateSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/accessConnectorsCreateOrUpdateSample.js +58 -0
  11. package/dist-esm/samples-dev/accessConnectorsCreateOrUpdateSample.js.map +1 -0
  12. package/dist-esm/samples-dev/accessConnectorsDeleteSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/accessConnectorsDeleteSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/accessConnectorsDeleteSample.js +38 -0
  15. package/dist-esm/samples-dev/accessConnectorsDeleteSample.js.map +1 -0
  16. package/dist-esm/samples-dev/accessConnectorsGetSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/accessConnectorsGetSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/accessConnectorsGetSample.js +38 -0
  19. package/dist-esm/samples-dev/accessConnectorsGetSample.js.map +1 -0
  20. package/dist-esm/samples-dev/accessConnectorsListByResourceGroupSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/accessConnectorsListByResourceGroupSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/accessConnectorsListByResourceGroupSample.js +53 -0
  23. package/dist-esm/samples-dev/accessConnectorsListByResourceGroupSample.js.map +1 -0
  24. package/dist-esm/samples-dev/accessConnectorsListBySubscriptionSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/accessConnectorsListBySubscriptionSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/accessConnectorsListBySubscriptionSample.js +52 -0
  27. package/dist-esm/samples-dev/accessConnectorsListBySubscriptionSample.js.map +1 -0
  28. package/dist-esm/samples-dev/accessConnectorsUpdateSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/accessConnectorsUpdateSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/accessConnectorsUpdateSample.js +39 -0
  31. package/dist-esm/samples-dev/accessConnectorsUpdateSample.js.map +1 -0
  32. package/dist-esm/samples-dev/operationsListSample.js +17 -7
  33. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  34. package/dist-esm/samples-dev/outboundNetworkDependenciesEndpointsListSample.js +14 -6
  35. package/dist-esm/samples-dev/outboundNetworkDependenciesEndpointsListSample.js.map +1 -1
  36. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js +12 -4
  37. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js.map +1 -1
  38. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +12 -4
  39. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -1
  40. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +12 -4
  41. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -1
  42. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +18 -8
  43. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
  44. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +12 -4
  45. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +1 -1
  46. package/dist-esm/samples-dev/privateLinkResourcesListSample.js +18 -8
  47. package/dist-esm/samples-dev/privateLinkResourcesListSample.js.map +1 -1
  48. package/dist-esm/samples-dev/vNetPeeringCreateOrUpdateSample.js +11 -4
  49. package/dist-esm/samples-dev/vNetPeeringCreateOrUpdateSample.js.map +1 -1
  50. package/dist-esm/samples-dev/vNetPeeringDeleteSample.js +11 -4
  51. package/dist-esm/samples-dev/vNetPeeringDeleteSample.js.map +1 -1
  52. package/dist-esm/samples-dev/vNetPeeringGetSample.js +11 -4
  53. package/dist-esm/samples-dev/vNetPeeringGetSample.js.map +1 -1
  54. package/dist-esm/samples-dev/vNetPeeringListByWorkspaceSample.js +17 -8
  55. package/dist-esm/samples-dev/vNetPeeringListByWorkspaceSample.js.map +1 -1
  56. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +98 -20
  57. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +1 -1
  58. package/dist-esm/samples-dev/workspacesDeleteSample.js +11 -4
  59. package/dist-esm/samples-dev/workspacesDeleteSample.js.map +1 -1
  60. package/dist-esm/samples-dev/workspacesGetSample.js +33 -8
  61. package/dist-esm/samples-dev/workspacesGetSample.js.map +1 -1
  62. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +17 -8
  63. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +1 -1
  64. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +16 -7
  65. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +1 -1
  66. package/dist-esm/samples-dev/workspacesUpdateSample.js +11 -4
  67. package/dist-esm/samples-dev/workspacesUpdateSample.js.map +1 -1
  68. package/dist-esm/src/azureDatabricksManagementClient.d.ts +2 -2
  69. package/dist-esm/src/azureDatabricksManagementClient.d.ts.map +1 -1
  70. package/dist-esm/src/azureDatabricksManagementClient.js +22 -20
  71. package/dist-esm/src/azureDatabricksManagementClient.js.map +1 -1
  72. package/dist-esm/src/index.d.ts +1 -0
  73. package/dist-esm/src/index.d.ts.map +1 -1
  74. package/dist-esm/src/index.js +1 -0
  75. package/dist-esm/src/index.js.map +1 -1
  76. package/dist-esm/src/lroImpl.d.ts +6 -11
  77. package/dist-esm/src/lroImpl.d.ts.map +1 -1
  78. package/dist-esm/src/lroImpl.js +12 -20
  79. package/dist-esm/src/lroImpl.js.map +1 -1
  80. package/dist-esm/src/models/index.d.ts +252 -42
  81. package/dist-esm/src/models/index.d.ts.map +1 -1
  82. package/dist-esm/src/models/index.js +54 -0
  83. package/dist-esm/src/models/index.js.map +1 -1
  84. package/dist-esm/src/models/mappers.d.ts +8 -0
  85. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  86. package/dist-esm/src/models/mappers.js +243 -2
  87. package/dist-esm/src/models/mappers.js.map +1 -1
  88. package/dist-esm/src/models/parameters.d.ts +4 -0
  89. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  90. package/dist-esm/src/models/parameters.js +35 -2
  91. package/dist-esm/src/models/parameters.js.map +1 -1
  92. package/dist-esm/src/operations/accessConnectors.d.ts +107 -0
  93. package/dist-esm/src/operations/accessConnectors.d.ts.map +1 -0
  94. package/dist-esm/src/operations/accessConnectors.js +543 -0
  95. package/dist-esm/src/operations/accessConnectors.js.map +1 -0
  96. package/dist-esm/src/operations/index.d.ts +1 -0
  97. package/dist-esm/src/operations/index.d.ts.map +1 -1
  98. package/dist-esm/src/operations/index.js +1 -0
  99. package/dist-esm/src/operations/index.js.map +1 -1
  100. package/dist-esm/src/operations/operations.d.ts.map +1 -1
  101. package/dist-esm/src/operations/operations.js +25 -12
  102. package/dist-esm/src/operations/operations.js.map +1 -1
  103. package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.d.ts +1 -1
  104. package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.js +1 -1
  105. package/dist-esm/src/operations/privateEndpointConnections.d.ts +3 -3
  106. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
  107. package/dist-esm/src/operations/privateEndpointConnections.js +54 -33
  108. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  109. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -1
  110. package/dist-esm/src/operations/privateLinkResources.js +25 -12
  111. package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
  112. package/dist-esm/src/operations/vNetPeering.d.ts +3 -3
  113. package/dist-esm/src/operations/vNetPeering.d.ts.map +1 -1
  114. package/dist-esm/src/operations/vNetPeering.js +49 -28
  115. package/dist-esm/src/operations/vNetPeering.js.map +1 -1
  116. package/dist-esm/src/operations/workspaces.d.ts +4 -4
  117. package/dist-esm/src/operations/workspaces.d.ts.map +1 -1
  118. package/dist-esm/src/operations/workspaces.js +75 -38
  119. package/dist-esm/src/operations/workspaces.js.map +1 -1
  120. package/dist-esm/src/operationsInterfaces/accessConnectors.d.ts +71 -0
  121. package/dist-esm/src/operationsInterfaces/accessConnectors.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/accessConnectors.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/accessConnectors.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
  125. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  126. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  127. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  128. package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.d.ts +1 -1
  129. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  130. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  131. package/dist-esm/src/operationsInterfaces/vNetPeering.d.ts +3 -3
  132. package/dist-esm/src/operationsInterfaces/vNetPeering.d.ts.map +1 -1
  133. package/dist-esm/src/operationsInterfaces/workspaces.d.ts +4 -4
  134. package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +1 -1
  135. package/dist-esm/src/pagingHelper.d.ts +13 -0
  136. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  137. package/dist-esm/src/pagingHelper.js +32 -0
  138. package/dist-esm/src/pagingHelper.js.map +1 -0
  139. package/dist-esm/test/databricks_examples.d.ts.map +1 -1
  140. package/dist-esm/test/databricks_examples.js +22 -22
  141. package/dist-esm/test/databricks_examples.js.map +1 -1
  142. package/package.json +27 -26
  143. package/review/arm-databricks.api.md +175 -71
  144. package/src/azureDatabricksManagementClient.ts +32 -24
  145. package/src/index.ts +1 -0
  146. package/src/lroImpl.ts +31 -23
  147. package/src/models/index.ts +244 -10
  148. package/src/models/mappers.ts +258 -2
  149. package/src/models/parameters.ts +41 -2
  150. package/src/operations/accessConnectors.ts +717 -0
  151. package/src/operations/index.ts +1 -0
  152. package/src/operations/operations.ts +21 -9
  153. package/src/operations/outboundNetworkDependenciesEndpoints.ts +1 -1
  154. package/src/operations/privateEndpointConnections.ts +54 -30
  155. package/src/operations/privateLinkResources.ts +26 -9
  156. package/src/operations/vNetPeering.ts +55 -35
  157. package/src/operations/workspaces.ts +87 -50
  158. package/src/operationsInterfaces/accessConnectors.ts +139 -0
  159. package/src/operationsInterfaces/index.ts +1 -0
  160. package/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.ts +1 -1
  161. package/src/operationsInterfaces/privateEndpointConnections.ts +4 -4
  162. package/src/operationsInterfaces/vNetPeering.ts +4 -4
  163. package/src/operationsInterfaces/workspaces.ts +6 -6
  164. package/src/pagingHelper.ts +39 -0
  165. package/types/arm-databricks.d.ts +333 -21
  166. package/types/tsdoc-metadata.json +1 -1
  167. package/rollup.config.js +0 -122
@@ -159,6 +159,8 @@ export interface WorkspacePropertiesEncryption {
159
159
  export interface EncryptionEntitiesDefinition {
160
160
  /** Encryption properties for the databricks managed services. */
161
161
  managedServices?: EncryptionV2;
162
+ /** Encryption properties for the databricks managed disks. */
163
+ managedDisk?: ManagedDiskEncryption;
162
164
  }
163
165
 
164
166
  /** The object that contains details of encryption used on the workspace. */
@@ -179,6 +181,26 @@ export interface EncryptionV2KeyVaultProperties {
179
181
  keyVersion: string;
180
182
  }
181
183
 
184
+ /** The object that contains details of encryption used on the workspace. */
185
+ export interface ManagedDiskEncryption {
186
+ /** The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault */
187
+ keySource: EncryptionKeySource;
188
+ /** Key Vault input properties for encryption. */
189
+ keyVaultProperties: ManagedDiskEncryptionKeyVaultProperties;
190
+ /** Indicate whether the latest key version should be automatically used for Managed Disk Encryption. */
191
+ rotationToLatestKeyVersionEnabled?: boolean;
192
+ }
193
+
194
+ /** Key Vault input properties for encryption. */
195
+ export interface ManagedDiskEncryptionKeyVaultProperties {
196
+ /** The URI of KeyVault. */
197
+ keyVaultUri: string;
198
+ /** The name of KeyVault key. */
199
+ keyName: string;
200
+ /** The version of KeyVault key. */
201
+ keyVersion: string;
202
+ }
203
+
182
204
  /** The private endpoint connection of a workspace */
183
205
  export interface PrivateEndpointConnection {
184
206
  /**
@@ -204,6 +226,8 @@ export interface PrivateEndpointConnection {
204
226
  export interface PrivateEndpointConnectionProperties {
205
227
  /** Private endpoint */
206
228
  privateEndpoint?: PrivateEndpoint;
229
+ /** GroupIds from the private link service resource. */
230
+ groupIds?: string[];
207
231
  /** Private endpoint connection state */
208
232
  privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
209
233
  /**
@@ -229,7 +253,7 @@ export interface PrivateLinkServiceConnectionState {
229
253
  /** The description for the current state of a private endpoint connection */
230
254
  description?: string;
231
255
  /** Actions required for a private endpoint connection */
232
- actionRequired?: string;
256
+ actionsRequired?: string;
233
257
  }
234
258
 
235
259
  /** SKU for the resource. */
@@ -335,12 +359,14 @@ export interface Operation {
335
359
 
336
360
  /** The object that represents the operation. */
337
361
  export interface OperationDisplay {
338
- /** Service provider: Microsoft.ResourceProvider */
362
+ /** Service provider: ex Microsoft.Databricks */
339
363
  provider?: string;
340
364
  /** Resource on which the operation is performed. */
341
365
  resource?: string;
342
366
  /** Operation type: Read, write, delete, etc. */
343
367
  operation?: string;
368
+ /** Description for the resource operation. */
369
+ description?: string;
344
370
  }
345
371
 
346
372
  /** The available private link resources for a workspace */
@@ -468,22 +494,78 @@ export interface VirtualNetworkPeeringList {
468
494
  nextLink?: string;
469
495
  }
470
496
 
497
+ /** Managed service identity (system assigned and/or user assigned identities) */
498
+ export interface ManagedServiceIdentity {
499
+ /**
500
+ * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
501
+ * NOTE: This property will not be serialized. It can only be populated by the server.
502
+ */
503
+ readonly principalId?: string;
504
+ /**
505
+ * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
506
+ * NOTE: This property will not be serialized. It can only be populated by the server.
507
+ */
508
+ readonly tenantId?: string;
509
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
510
+ type: ManagedServiceIdentityType;
511
+ /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
512
+ userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };
513
+ }
514
+
515
+ /** User assigned identity properties */
516
+ export interface UserAssignedIdentity {
517
+ /**
518
+ * The principal ID of the assigned identity.
519
+ * NOTE: This property will not be serialized. It can only be populated by the server.
520
+ */
521
+ readonly principalId?: string;
522
+ /**
523
+ * The client ID of the assigned identity.
524
+ * NOTE: This property will not be serialized. It can only be populated by the server.
525
+ */
526
+ readonly clientId?: string;
527
+ }
528
+
529
+ export interface AccessConnectorProperties {
530
+ /**
531
+ * Provisioning status of the accessConnector.
532
+ * NOTE: This property will not be serialized. It can only be populated by the server.
533
+ */
534
+ readonly provisioningState?: ProvisioningState;
535
+ }
536
+
537
+ /** An update to an azure databricks accessConnector. */
538
+ export interface AccessConnectorUpdate {
539
+ /** Resource tags. */
540
+ tags?: { [propertyName: string]: string };
541
+ /** Managed service identity (system assigned and/or user assigned identities) */
542
+ identity?: ManagedServiceIdentity;
543
+ }
544
+
545
+ /** List of azure databricks accessConnector. */
546
+ export interface AccessConnectorListResult {
547
+ /** The array of azure databricks accessConnector. */
548
+ value?: AccessConnector[];
549
+ /** The URL to use for getting the next set of results. */
550
+ nextLink?: string;
551
+ }
552
+
471
553
  /** The resource model definition for a ARM tracked top level resource */
472
- export type TrackedResource = Resource & {
554
+ export interface TrackedResource extends Resource {
473
555
  /** Resource tags. */
474
556
  tags?: { [propertyName: string]: string };
475
557
  /** The geo-location where the resource lives */
476
558
  location: string;
477
- };
559
+ }
478
560
 
479
561
  /** The group information for creating a private endpoint on a workspace */
480
- export type GroupIdInformation = Resource & {
562
+ export interface GroupIdInformation extends Resource {
481
563
  /** The group id properties. */
482
564
  properties: GroupIdInformationProperties;
483
- };
565
+ }
484
566
 
485
567
  /** Information about workspace. */
486
- export type Workspace = TrackedResource & {
568
+ export interface Workspace extends TrackedResource {
487
569
  /** The SKU of the resource. */
488
570
  sku?: Sku;
489
571
  /**
@@ -525,6 +607,13 @@ export type Workspace = TrackedResource & {
525
607
  readonly workspaceUrl?: string;
526
608
  /** The details of Managed Identity of Storage Account */
527
609
  storageAccountIdentity?: ManagedIdentityConfiguration;
610
+ /** The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption */
611
+ managedDiskIdentity?: ManagedIdentityConfiguration;
612
+ /**
613
+ * The resource Id of the managed disk encryption set.
614
+ * NOTE: This property will not be serialized. It can only be populated by the server.
615
+ */
616
+ readonly diskEncryptionSetId?: string;
528
617
  /** Encryption properties for databricks workspace */
529
618
  encryption?: WorkspacePropertiesEncryption;
530
619
  /**
@@ -536,12 +625,28 @@ export type Workspace = TrackedResource & {
536
625
  publicNetworkAccess?: PublicNetworkAccess;
537
626
  /** Gets or sets a value indicating whether data plane (clusters) to control plane communication happen over private endpoint. Supported values are 'AllRules' and 'NoAzureDatabricksRules'. 'NoAzureServiceRules' value is for internal use only. */
538
627
  requiredNsgRules?: RequiredNsgRules;
539
- };
628
+ }
629
+
630
+ /** Information about azure databricks accessConnector. */
631
+ export interface AccessConnector extends TrackedResource {
632
+ /** Managed service identity (system assigned and/or user assigned identities) */
633
+ identity?: ManagedServiceIdentity;
634
+ /**
635
+ * The system metadata relating to this resource
636
+ * NOTE: This property will not be serialized. It can only be populated by the server.
637
+ */
638
+ readonly systemData?: SystemData;
639
+ /** Azure Databricks accessConnector properties */
640
+ properties?: AccessConnectorProperties;
641
+ }
540
642
 
541
643
  /** Known values of {@link CustomParameterType} that the service accepts. */
542
644
  export enum KnownCustomParameterType {
645
+ /** Bool */
543
646
  Bool = "Bool",
647
+ /** Object */
544
648
  Object = "Object",
649
+ /** String */
545
650
  String = "String"
546
651
  }
547
652
 
@@ -558,7 +663,9 @@ export type CustomParameterType = string;
558
663
 
559
664
  /** Known values of {@link KeySource} that the service accepts. */
560
665
  export enum KnownKeySource {
666
+ /** Default */
561
667
  Default = "Default",
668
+ /** MicrosoftKeyvault */
562
669
  MicrosoftKeyvault = "Microsoft.Keyvault"
563
670
  }
564
671
 
@@ -574,16 +681,27 @@ export type KeySource = string;
574
681
 
575
682
  /** Known values of {@link ProvisioningState} that the service accepts. */
576
683
  export enum KnownProvisioningState {
684
+ /** Accepted */
577
685
  Accepted = "Accepted",
686
+ /** Running */
578
687
  Running = "Running",
688
+ /** Ready */
579
689
  Ready = "Ready",
690
+ /** Creating */
580
691
  Creating = "Creating",
692
+ /** Created */
581
693
  Created = "Created",
694
+ /** Deleting */
582
695
  Deleting = "Deleting",
696
+ /** Deleted */
583
697
  Deleted = "Deleted",
698
+ /** Canceled */
584
699
  Canceled = "Canceled",
700
+ /** Failed */
585
701
  Failed = "Failed",
702
+ /** Succeeded */
586
703
  Succeeded = "Succeeded",
704
+ /** Updating */
587
705
  Updating = "Updating"
588
706
  }
589
707
 
@@ -608,6 +726,7 @@ export type ProvisioningState = string;
608
726
 
609
727
  /** Known values of {@link EncryptionKeySource} that the service accepts. */
610
728
  export enum KnownEncryptionKeySource {
729
+ /** MicrosoftKeyvault */
611
730
  MicrosoftKeyvault = "Microsoft.Keyvault"
612
731
  }
613
732
 
@@ -622,9 +741,13 @@ export type EncryptionKeySource = string;
622
741
 
623
742
  /** Known values of {@link PrivateLinkServiceConnectionStatus} that the service accepts. */
624
743
  export enum KnownPrivateLinkServiceConnectionStatus {
744
+ /** Pending */
625
745
  Pending = "Pending",
746
+ /** Approved */
626
747
  Approved = "Approved",
748
+ /** Rejected */
627
749
  Rejected = "Rejected",
750
+ /** Disconnected */
628
751
  Disconnected = "Disconnected"
629
752
  }
630
753
 
@@ -642,10 +765,15 @@ export type PrivateLinkServiceConnectionStatus = string;
642
765
 
643
766
  /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
644
767
  export enum KnownPrivateEndpointConnectionProvisioningState {
768
+ /** Succeeded */
645
769
  Succeeded = "Succeeded",
770
+ /** Creating */
646
771
  Creating = "Creating",
772
+ /** Updating */
647
773
  Updating = "Updating",
774
+ /** Deleting */
648
775
  Deleting = "Deleting",
776
+ /** Failed */
649
777
  Failed = "Failed"
650
778
  }
651
779
 
@@ -664,7 +792,9 @@ export type PrivateEndpointConnectionProvisioningState = string;
664
792
 
665
793
  /** Known values of {@link PublicNetworkAccess} that the service accepts. */
666
794
  export enum KnownPublicNetworkAccess {
795
+ /** Enabled */
667
796
  Enabled = "Enabled",
797
+ /** Disabled */
668
798
  Disabled = "Disabled"
669
799
  }
670
800
 
@@ -680,8 +810,11 @@ export type PublicNetworkAccess = string;
680
810
 
681
811
  /** Known values of {@link RequiredNsgRules} that the service accepts. */
682
812
  export enum KnownRequiredNsgRules {
813
+ /** AllRules */
683
814
  AllRules = "AllRules",
815
+ /** NoAzureDatabricksRules */
684
816
  NoAzureDatabricksRules = "NoAzureDatabricksRules",
817
+ /** NoAzureServiceRules */
685
818
  NoAzureServiceRules = "NoAzureServiceRules"
686
819
  }
687
820
 
@@ -698,9 +831,13 @@ export type RequiredNsgRules = string;
698
831
 
699
832
  /** Known values of {@link CreatedByType} that the service accepts. */
700
833
  export enum KnownCreatedByType {
834
+ /** User */
701
835
  User = "User",
836
+ /** Application */
702
837
  Application = "Application",
838
+ /** ManagedIdentity */
703
839
  ManagedIdentity = "ManagedIdentity",
840
+ /** Key */
704
841
  Key = "Key"
705
842
  }
706
843
 
@@ -718,8 +855,11 @@ export type CreatedByType = string;
718
855
 
719
856
  /** Known values of {@link PeeringState} that the service accepts. */
720
857
  export enum KnownPeeringState {
858
+ /** Initiated */
721
859
  Initiated = "Initiated",
860
+ /** Connected */
722
861
  Connected = "Connected",
862
+ /** Disconnected */
723
863
  Disconnected = "Disconnected"
724
864
  }
725
865
 
@@ -736,9 +876,13 @@ export type PeeringState = string;
736
876
 
737
877
  /** Known values of {@link PeeringProvisioningState} that the service accepts. */
738
878
  export enum KnownPeeringProvisioningState {
879
+ /** Succeeded */
739
880
  Succeeded = "Succeeded",
881
+ /** Updating */
740
882
  Updating = "Updating",
883
+ /** Deleting */
741
884
  Deleting = "Deleting",
885
+ /** Failed */
742
886
  Failed = "Failed"
743
887
  }
744
888
 
@@ -754,6 +898,30 @@ export enum KnownPeeringProvisioningState {
754
898
  */
755
899
  export type PeeringProvisioningState = string;
756
900
 
901
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
902
+ export enum KnownManagedServiceIdentityType {
903
+ /** None */
904
+ None = "None",
905
+ /** SystemAssigned */
906
+ SystemAssigned = "SystemAssigned",
907
+ /** UserAssigned */
908
+ UserAssigned = "UserAssigned",
909
+ /** SystemAssignedUserAssigned */
910
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
911
+ }
912
+
913
+ /**
914
+ * Defines values for ManagedServiceIdentityType. \
915
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
916
+ * this enum contains the known values that the service supports.
917
+ * ### Known values supported by the service
918
+ * **None** \
919
+ * **SystemAssigned** \
920
+ * **UserAssigned** \
921
+ * **SystemAssigned,UserAssigned**
922
+ */
923
+ export type ManagedServiceIdentityType = string;
924
+
757
925
  /** Optional parameters. */
758
926
  export interface WorkspacesGetOptionalParams
759
927
  extends coreClient.OperationOptions {}
@@ -948,13 +1116,79 @@ export interface VNetPeeringListByWorkspaceNextOptionalParams
948
1116
  /** Contains response data for the listByWorkspaceNext operation. */
949
1117
  export type VNetPeeringListByWorkspaceNextResponse = VirtualNetworkPeeringList;
950
1118
 
1119
+ /** Optional parameters. */
1120
+ export interface AccessConnectorsGetOptionalParams
1121
+ extends coreClient.OperationOptions {}
1122
+
1123
+ /** Contains response data for the get operation. */
1124
+ export type AccessConnectorsGetResponse = AccessConnector;
1125
+
1126
+ /** Optional parameters. */
1127
+ export interface AccessConnectorsDeleteOptionalParams
1128
+ extends coreClient.OperationOptions {
1129
+ /** Delay to wait until next poll, in milliseconds. */
1130
+ updateIntervalInMs?: number;
1131
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1132
+ resumeFrom?: string;
1133
+ }
1134
+
1135
+ /** Optional parameters. */
1136
+ export interface AccessConnectorsCreateOrUpdateOptionalParams
1137
+ extends coreClient.OperationOptions {
1138
+ /** Delay to wait until next poll, in milliseconds. */
1139
+ updateIntervalInMs?: number;
1140
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1141
+ resumeFrom?: string;
1142
+ }
1143
+
1144
+ /** Contains response data for the createOrUpdate operation. */
1145
+ export type AccessConnectorsCreateOrUpdateResponse = AccessConnector;
1146
+
1147
+ /** Optional parameters. */
1148
+ export interface AccessConnectorsUpdateOptionalParams
1149
+ extends coreClient.OperationOptions {
1150
+ /** Delay to wait until next poll, in milliseconds. */
1151
+ updateIntervalInMs?: number;
1152
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1153
+ resumeFrom?: string;
1154
+ }
1155
+
1156
+ /** Contains response data for the update operation. */
1157
+ export type AccessConnectorsUpdateResponse = AccessConnector;
1158
+
1159
+ /** Optional parameters. */
1160
+ export interface AccessConnectorsListByResourceGroupOptionalParams
1161
+ extends coreClient.OperationOptions {}
1162
+
1163
+ /** Contains response data for the listByResourceGroup operation. */
1164
+ export type AccessConnectorsListByResourceGroupResponse = AccessConnectorListResult;
1165
+
1166
+ /** Optional parameters. */
1167
+ export interface AccessConnectorsListBySubscriptionOptionalParams
1168
+ extends coreClient.OperationOptions {}
1169
+
1170
+ /** Contains response data for the listBySubscription operation. */
1171
+ export type AccessConnectorsListBySubscriptionResponse = AccessConnectorListResult;
1172
+
1173
+ /** Optional parameters. */
1174
+ export interface AccessConnectorsListByResourceGroupNextOptionalParams
1175
+ extends coreClient.OperationOptions {}
1176
+
1177
+ /** Contains response data for the listByResourceGroupNext operation. */
1178
+ export type AccessConnectorsListByResourceGroupNextResponse = AccessConnectorListResult;
1179
+
1180
+ /** Optional parameters. */
1181
+ export interface AccessConnectorsListBySubscriptionNextOptionalParams
1182
+ extends coreClient.OperationOptions {}
1183
+
1184
+ /** Contains response data for the listBySubscriptionNext operation. */
1185
+ export type AccessConnectorsListBySubscriptionNextResponse = AccessConnectorListResult;
1186
+
951
1187
  /** Optional parameters. */
952
1188
  export interface AzureDatabricksManagementClientOptionalParams
953
1189
  extends coreClient.ServiceClientOptions {
954
1190
  /** server parameter */
955
1191
  $host?: string;
956
- /** Api Version */
957
- apiVersion?: string;
958
1192
  /** Overrides client endpoint. */
959
1193
  endpoint?: string;
960
1194
  }