You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Databricks/Databricks.Autorest/README.md
+81-1Lines changed: 81 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -281,4 +281,84 @@ directive:
281
281
- ManagedResourceGroupId
282
282
labels:
283
283
ManagedResourceGroupId: Managed Resource Group ID
284
-
```
284
+
285
+
- where:
286
+
verb: Get
287
+
subject: AccessConnector
288
+
set:
289
+
breaking-change:
290
+
deprecated-output-properties:
291
+
- ReferedBy
292
+
new-output-properties:
293
+
- ReferedBy
294
+
change-description: The types of the properties 'ReferedBy' will be changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'
295
+
deprecated-by-version: 2.0.0
296
+
deprecated-by-azversion: 15.0.0
297
+
change-effective-date: 2025/11/03
298
+
299
+
- where:
300
+
verb: New|Update
301
+
subject: AccessConnector
302
+
set:
303
+
breaking-change:
304
+
deprecated-output-properties:
305
+
- ReferedBy
306
+
- EnableSystemAssignedIdentity
307
+
- UserAssignedIdentity
308
+
new-output-properties:
309
+
- ReferedBy
310
+
- EnableSystemAssignedIdentity
311
+
- UserAssignedIdentity
312
+
change-description: (1) The types of the properties 'ReferedBy' will be changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]' (2) IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
313
+
deprecated-by-version: 2.0.0
314
+
deprecated-by-azversion: 15.0.0
315
+
change-effective-date: 2025/11/03
316
+
317
+
- where:
318
+
verb: Get
319
+
subject: OutboundNetworkDependenciesEndpoint
320
+
set:
321
+
breaking-change:
322
+
deprecated-output-properties:
323
+
- Endpoint
324
+
new-output-properties:
325
+
- Endpoint
326
+
change-description: The types of the properties 'Endpoint' will be changed from 'Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IEndpointDependency' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IEndpointDependency]'
327
+
deprecated-by-version: 2.0.0
328
+
deprecated-by-azversion: 15.0.0
329
+
change-effective-date: 2025/11/03
330
+
331
+
- where:
332
+
verb: Get|New
333
+
subject: VNetPeering
334
+
set:
335
+
breaking-change:
336
+
deprecated-output-properties:
337
+
- DatabrickAddressSpaceAddressPrefix
338
+
- RemoteAddressSpaceAddressPrefix
339
+
new-output-properties:
340
+
- DatabrickAddressSpaceAddressPrefix
341
+
- RemoteAddressSpaceAddressPrefix
342
+
change-description: The types of the properties 'DatabrickAddressSpaceAddressPrefix' and 'RemoteAddressSpaceAddressPrefix' will be changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'
343
+
deprecated-by-version: 2.0.0
344
+
deprecated-by-azversion: 15.0.0
345
+
change-effective-date: 2025/11/03
346
+
347
+
- where:
348
+
verb: Get
349
+
subject: Workspace
350
+
set:
351
+
breaking-change:
352
+
deprecated-output-properties:
353
+
- PrivateEndpointConnection
354
+
- Authorization
355
+
- ComplianceSecurityProfileComplianceStandard
356
+
new-output-properties:
357
+
- PrivateEndpointConnection
358
+
- Authorization
359
+
- ComplianceSecurityProfileComplianceStandard
360
+
change-description: The types of the properties 'PrivateEndpointConnection', 'Authorization' and 'ComplianceSecurityProfileComplianceStandard' will be changed from object to 'List'.
[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IWorkspace","15.0.0","2.0.0","2025/11/03", ReplacementCmdletOutputType ="Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IWorkspace", DeprecatedOutputProperties = ("PrivateEndpointConnection, ComplianceSecurityProfileComplianceStandard, Authorization"), NewOutputProperties = ("PrivateEndpointConnection, ComplianceSecurityProfileComplianceStandard, Authorization The types of the properties will be changed from object to 'List'"))]
[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IWorkspace","15.0.0","2.0.0","2025/11/03", ReplacementCmdletOutputType ="Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IWorkspace", DeprecatedOutputProperties = ("PrivateEndpointConnection, ComplianceSecurityProfileComplianceStandard, Authorization"), NewOutputProperties = ("PrivateEndpointConnection, ComplianceSecurityProfileComplianceStandard, Authorization The types of the properties will be changed from object to 'List'"))]
This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder.
3
+
4
+
## Info
5
+
- Modifiable: yes
6
+
- Generated: no
7
+
- Committed: yes
8
+
- Packaged: no
9
+
10
+
## Purpose
11
+
Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact.
0 commit comments