Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Databricks/Databricks.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Databricks")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.10.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.10.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.10.1")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.10.1")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
20 changes: 10 additions & 10 deletions src/Databricks/Databricks.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ directive:
- ReferedBy
change-description: The types of the properties 'ReferedBy' will be changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'
deprecated-by-version: 2.0.0
deprecated-by-azversion: 15.0.0
change-effective-date: 2025/11/03
deprecated-by-azversion: 16.0.0
change-effective-date: May 2026
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The breaking change date format "May 2026" does not follow the required "YYYY/MM/DD" format. According to repository conventions, breaking change attributes must use the exact date format "YYYY/MM/DD" (e.g., "2026/05/01"). Text-based formats like "May 2026" are not acceptable and will cause validation failures.

Copilot uses AI. Check for mistakes.

- where:
verb: New|Update
Expand All @@ -311,8 +311,8 @@ directive:
- UserAssignedIdentity
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.
deprecated-by-version: 2.0.0
deprecated-by-azversion: 15.0.0
change-effective-date: 2025/11/03
deprecated-by-azversion: 16.0.0
change-effective-date: May 2026
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The breaking change date format "May 2026" does not follow the required "YYYY/MM/DD" format. According to repository conventions, breaking change attributes must use the exact date format "YYYY/MM/DD" (e.g., "2026/05/01"). Text-based formats like "May 2026" are not acceptable and will cause validation failures.

Copilot uses AI. Check for mistakes.

- where:
verb: Get
Expand All @@ -325,8 +325,8 @@ directive:
- Endpoint
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]'
deprecated-by-version: 2.0.0
deprecated-by-azversion: 15.0.0
change-effective-date: 2025/11/03
deprecated-by-azversion: 16.0.0
change-effective-date: May 2026
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The breaking change date format "May 2026" does not follow the required "YYYY/MM/DD" format. According to repository conventions, breaking change attributes must use the exact date format "YYYY/MM/DD" (e.g., "2026/05/01"). Text-based formats like "May 2026" are not acceptable and will cause validation failures.

Copilot uses AI. Check for mistakes.

- where:
verb: Get|New
Expand All @@ -341,8 +341,8 @@ directive:
- RemoteAddressSpaceAddressPrefix
change-description: The types of the properties 'DatabrickAddressSpaceAddressPrefix' and 'RemoteAddressSpaceAddressPrefix' will be changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'
deprecated-by-version: 2.0.0
deprecated-by-azversion: 15.0.0
change-effective-date: 2025/11/03
deprecated-by-azversion: 16.0.0
change-effective-date: May 2026
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The breaking change date format "May 2026" does not follow the required "YYYY/MM/DD" format. According to repository conventions, breaking change attributes must use the exact date format "YYYY/MM/DD" (e.g., "2026/05/01"). Text-based formats like "May 2026" are not acceptable and will cause validation failures.

Copilot uses AI. Check for mistakes.

- where:
verb: Get
Expand All @@ -359,6 +359,6 @@ directive:
- ComplianceSecurityProfileComplianceStandard
change-description: The types of the properties 'PrivateEndpointConnection', 'Authorization' and 'ComplianceSecurityProfileComplianceStandard' will be changed from object to 'List'.
deprecated-by-version: 2.0.0
deprecated-by-azversion: 15.0.0
change-effective-date: 2025/11/03
deprecated-by-azversion: 16.0.0
change-effective-date: May 2026
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The breaking change date format "May 2026" does not follow the required "YYYY/MM/DD" format. According to repository conventions, breaking change attributes must use the exact date format "YYYY/MM/DD" (e.g., "2026/05/01"). Text-based formats like "May 2026" are not acceptable and will cause validation failures.

Copilot uses AI. Check for mistakes.
```
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ https://learn.microsoft.com/powershell/module/az.databricks/new-azdatabrickswork
#>
function New-AzDatabricksWorkspace {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IWorkspace])]
[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", "16.0.0", "2.0.0", "May 2026", 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'"))]
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The breaking change date format "May 2026" does not follow the required "YYYY/MM/DD" format. According to repository conventions, breaking change attributes must use the exact date format "YYYY/MM/DD" (e.g., "2026/05/01"). Text-based formats like "May 2026" are not acceptable and will cause validation failures.

Copilot uses AI. Check for mistakes.
[CmdletBinding(DefaultParameterSetName = 'CreateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')]
param(
[Parameter(Mandatory)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ https://learn.microsoft.com/powershell/module/az.databricks/update-azdatabricksv
#>
function Update-AzDatabricksVNetPeering {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IVirtualNetworkPeering])]
[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IVirtualNetworkPeering", "15.0.0", "2.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IVirtualNetworkPeering", DeprecatedOutputProperties = ("DatabrickAddressSpaceAddressPrefix, RemoteAddressSpaceAddressPrefix 'System.String[]'"), NewOutputProperties = ("DatabrickAddressSpaceAddressPrefix, RemoteAddressSpaceAddressPrefix 'System.Collections.Generic.List`1[System.String]'"))]
[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IVirtualNetworkPeering", "16.0.0", "2.0.0", "May 2026", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IVirtualNetworkPeering", DeprecatedOutputProperties = ("DatabrickAddressSpaceAddressPrefix, RemoteAddressSpaceAddressPrefix 'System.String[]'"), NewOutputProperties = ("DatabrickAddressSpaceAddressPrefix, RemoteAddressSpaceAddressPrefix 'System.Collections.Generic.List`1[System.String]'"))]
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The breaking change date format "May 2026" does not follow the required "YYYY/MM/DD" format. According to repository conventions, breaking change attributes must use the exact date format "YYYY/MM/DD" (e.g., "2026/05/01"). Text-based formats like "May 2026" are not acceptable and will cause validation failures.

Copilot uses AI. Check for mistakes.
[CmdletBinding(DefaultParameterSetName = 'UpdateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')]
param(
[Parameter(ParameterSetName = 'UpdateExpanded', Mandatory, HelpMessage = "The name of the VNetPeering.")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ https://learn.microsoft.com/powershell/module/az.databricks/update-azdatabricksw
#>
function Update-AzDatabricksWorkspace {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IWorkspace])]
[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", "16.0.0", "2.0.0", "May 2026", 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'"))]
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Az version has been updated from "15.0.0" to "16.0.0", but this should be coordinated with the date format fix. Ensure that the Az version update aligns with the correct breaking change announcement date in "YYYY/MM/DD" format.

Suggested change
[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IWorkspace", "16.0.0", "2.0.0", "May 2026", 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", "16.0.0", "2.0.0", "2026/05/01", 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'"))]

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The breaking change date format "May 2026" does not follow the required "YYYY/MM/DD" format. According to repository conventions, breaking change attributes must use the exact date format "YYYY/MM/DD" (e.g., "2026/05/01"). Text-based formats like "May 2026" are not acceptable and will cause validation failures.

Copilot uses AI. Check for mistakes.
[CmdletBinding(DefaultParameterSetName = 'UpdateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')]
param(
[Parameter(ParameterSetName = 'UpdateExpanded', Mandatory, HelpMessage = "The name of the workspace.")]
Expand Down
2 changes: 1 addition & 1 deletion src/Databricks/Databricks.Autorest/docs/Az.Databricks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Az.Databricks
Module Guid: 4efb11ab-44ab-44b5-ab99-2ed56084fe57
Module Guid: e0a08b95-d7ef-448b-81d0-1d6f62750575
Download Help Link: https://learn.microsoft.com/powershell/module/az.databricks
Help Version: 1.0.0.0
Locale: en-US
Expand Down
2 changes: 1 addition & 1 deletion src/Databricks/Databricks.Autorest/generate-info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"generate_Id": "f0f93d0b-510f-4af1-bbd5-2622edd7b89d"
"generate_Id": "9d116faf-ae2e-4eda-91d6-840531310e32"
}
28 changes: 14 additions & 14 deletions src/Databricks/Databricks.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Databricks", "Databricks\Da
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Databricks.Autorest", "Databricks.Autorest", "{5FE84A12-8651-7F44-066E-17161CDB0E9D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Databricks", "..\..\generated\Databricks\Databricks.Autorest\Az.Databricks.csproj", "{437C2320-7228-4AD7-980A-5129D8308849}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Databricks", "..\..\generated\Databricks\Databricks.Autorest\Az.Databricks.csproj", "{2B4B9E93-9F35-499A-905E-1DA5210E71A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -117,18 +117,18 @@ Global
{78057EB6-1C85-4118-94B4-8021CCD6902E}.Release|x64.Build.0 = Release|Any CPU
{78057EB6-1C85-4118-94B4-8021CCD6902E}.Release|x86.ActiveCfg = Release|Any CPU
{78057EB6-1C85-4118-94B4-8021CCD6902E}.Release|x86.Build.0 = Release|Any CPU
{437C2320-7228-4AD7-980A-5129D8308849}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{437C2320-7228-4AD7-980A-5129D8308849}.Debug|Any CPU.Build.0 = Debug|Any CPU
{437C2320-7228-4AD7-980A-5129D8308849}.Debug|x64.ActiveCfg = Debug|Any CPU
{437C2320-7228-4AD7-980A-5129D8308849}.Debug|x64.Build.0 = Debug|Any CPU
{437C2320-7228-4AD7-980A-5129D8308849}.Debug|x86.ActiveCfg = Debug|Any CPU
{437C2320-7228-4AD7-980A-5129D8308849}.Debug|x86.Build.0 = Debug|Any CPU
{437C2320-7228-4AD7-980A-5129D8308849}.Release|Any CPU.ActiveCfg = Release|Any CPU
{437C2320-7228-4AD7-980A-5129D8308849}.Release|Any CPU.Build.0 = Release|Any CPU
{437C2320-7228-4AD7-980A-5129D8308849}.Release|x64.ActiveCfg = Release|Any CPU
{437C2320-7228-4AD7-980A-5129D8308849}.Release|x64.Build.0 = Release|Any CPU
{437C2320-7228-4AD7-980A-5129D8308849}.Release|x86.ActiveCfg = Release|Any CPU
{437C2320-7228-4AD7-980A-5129D8308849}.Release|x86.Build.0 = Release|Any CPU
{2B4B9E93-9F35-499A-905E-1DA5210E71A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B4B9E93-9F35-499A-905E-1DA5210E71A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B4B9E93-9F35-499A-905E-1DA5210E71A7}.Debug|x64.ActiveCfg = Debug|Any CPU
{2B4B9E93-9F35-499A-905E-1DA5210E71A7}.Debug|x64.Build.0 = Debug|Any CPU
{2B4B9E93-9F35-499A-905E-1DA5210E71A7}.Debug|x86.ActiveCfg = Debug|Any CPU
{2B4B9E93-9F35-499A-905E-1DA5210E71A7}.Debug|x86.Build.0 = Debug|Any CPU
{2B4B9E93-9F35-499A-905E-1DA5210E71A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B4B9E93-9F35-499A-905E-1DA5210E71A7}.Release|Any CPU.Build.0 = Release|Any CPU
{2B4B9E93-9F35-499A-905E-1DA5210E71A7}.Release|x64.ActiveCfg = Release|Any CPU
{2B4B9E93-9F35-499A-905E-1DA5210E71A7}.Release|x64.Build.0 = Release|Any CPU
{2B4B9E93-9F35-499A-905E-1DA5210E71A7}.Release|x86.ActiveCfg = Release|Any CPU
{2B4B9E93-9F35-499A-905E-1DA5210E71A7}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -140,6 +140,6 @@ Global
{4F649005-A1C2-4378-A1D0-3BC59432112F} = {745C122A-4486-4B24-B64A-1E5E814E81F9}
{F373CC8C-4673-49B1-957F-C53D7E1D56B5} = {745C122A-4486-4B24-B64A-1E5E814E81F9}
{5DBADD59-014C-4264-9F1E-88563CC48B79} = {745C122A-4486-4B24-B64A-1E5E814E81F9}
{437C2320-7228-4AD7-980A-5129D8308849} = {5FE84A12-8651-7F44-066E-17161CDB0E9D}
{2B4B9E93-9F35-499A-905E-1DA5210E71A7} = {5FE84A12-8651-7F44-066E-17161CDB0E9D}
EndGlobalSection
EndGlobal
12 changes: 6 additions & 6 deletions src/Databricks/Databricks/Az.Databricks.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 10/9/2025
# Generated on: 12-Feb-26
#

@{
Expand Down Expand Up @@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Databricks.Autorest/bin/Az.Databricks.private.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()
TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'Databricks.Autorest/Az.Databricks.format.ps1xml'
Expand Down Expand Up @@ -104,7 +104,7 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'Azure','ResourceManager','ARM','PSModule','Databricks'
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Databricks'

# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
Expand All @@ -129,7 +129,7 @@ PrivateData = @{

} # End of PSData hashtable

} # End of PrivateData hashtable
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down
1 change: 1 addition & 0 deletions src/Databricks/Databricks/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Update the deprecated-by-azversion and change-effective-date of breaking change announcements.

## Version 1.10.1
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Expand Down