diff --git a/src/Databricks/Databricks.Autorest/Properties/AssemblyInfo.cs b/src/Databricks/Databricks.Autorest/Properties/AssemblyInfo.cs new file mode 100644 index 000000000000..ed10833ef2fc --- /dev/null +++ b/src/Databricks/Databricks.Autorest/Properties/AssemblyInfo.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the Apache License, Version 2.0 (the ""License""); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an ""AS IS"" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +// is regenerated. + +using System; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")] +[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.Runtime.InteropServices.ComVisibleAttribute(false)] +[assembly: System.CLSCompliantAttribute(false)] diff --git a/src/Databricks/Databricks.Autorest/README.md b/src/Databricks/Databricks.Autorest/README.md index 631e89960d08..d52e3ff639f8 100644 --- a/src/Databricks/Databricks.Autorest/README.md +++ b/src/Databricks/Databricks.Autorest/README.md @@ -281,4 +281,84 @@ directive: - ManagedResourceGroupId labels: ManagedResourceGroupId: Managed Resource Group ID -``` \ No newline at end of file + + - where: + verb: Get + subject: AccessConnector + set: + breaking-change: + deprecated-output-properties: + - ReferedBy + new-output-properties: + - 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 + + - where: + verb: New|Update + subject: AccessConnector + set: + breaking-change: + deprecated-output-properties: + - ReferedBy + - EnableSystemAssignedIdentity + - UserAssignedIdentity + new-output-properties: + - ReferedBy + - EnableSystemAssignedIdentity + - 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 + + - where: + verb: Get + subject: OutboundNetworkDependenciesEndpoint + set: + breaking-change: + deprecated-output-properties: + - Endpoint + new-output-properties: + - 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 + + - where: + verb: Get|New + subject: VNetPeering + set: + breaking-change: + deprecated-output-properties: + - DatabrickAddressSpaceAddressPrefix + - RemoteAddressSpaceAddressPrefix + new-output-properties: + - DatabrickAddressSpaceAddressPrefix + - 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 + + - where: + verb: Get + subject: Workspace + set: + breaking-change: + deprecated-output-properties: + - PrivateEndpointConnection + - Authorization + - ComplianceSecurityProfileComplianceStandard + new-output-properties: + - PrivateEndpointConnection + - Authorization + - 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 +``` diff --git a/src/Databricks/Databricks.Autorest/custom/New-AzDatabricksWorkspace.ps1 b/src/Databricks/Databricks.Autorest/custom/New-AzDatabricksWorkspace.ps1 index 63ef2ca20ec6..9df0d2459167 100644 --- a/src/Databricks/Databricks.Autorest/custom/New-AzDatabricksWorkspace.ps1 +++ b/src/Databricks/Databricks.Autorest/custom/New-AzDatabricksWorkspace.ps1 @@ -52,6 +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'"))] [CmdletBinding(DefaultParameterSetName = 'CreateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( [Parameter(Mandatory)] diff --git a/src/Databricks/Databricks.Autorest/custom/Update-AzDatabricksVNetPeering.ps1 b/src/Databricks/Databricks.Autorest/custom/Update-AzDatabricksVNetPeering.ps1 index 974f889175d5..dd76d75a1754 100644 --- a/src/Databricks/Databricks.Autorest/custom/Update-AzDatabricksVNetPeering.ps1 +++ b/src/Databricks/Databricks.Autorest/custom/Update-AzDatabricksVNetPeering.ps1 @@ -30,6 +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]'"))] [CmdletBinding(DefaultParameterSetName = 'UpdateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( [Parameter(ParameterSetName = 'UpdateExpanded', Mandatory, HelpMessage = "The name of the VNetPeering.")] diff --git a/src/Databricks/Databricks.Autorest/custom/Update-AzDatabricksWorkspace.ps1 b/src/Databricks/Databricks.Autorest/custom/Update-AzDatabricksWorkspace.ps1 index f1369905c9c1..bbf6f4c872c2 100644 --- a/src/Databricks/Databricks.Autorest/custom/Update-AzDatabricksWorkspace.ps1 +++ b/src/Databricks/Databricks.Autorest/custom/Update-AzDatabricksWorkspace.ps1 @@ -54,6 +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'"))] [CmdletBinding(DefaultParameterSetName = 'UpdateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( [Parameter(ParameterSetName = 'UpdateExpanded', Mandatory, HelpMessage = "The name of the workspace.")] diff --git a/src/Databricks/Databricks.Autorest/docs/Az.Databricks.md b/src/Databricks/Databricks.Autorest/docs/Az.Databricks.md index 9c129c74116b..b034cece8d54 100644 --- a/src/Databricks/Databricks.Autorest/docs/Az.Databricks.md +++ b/src/Databricks/Databricks.Autorest/docs/Az.Databricks.md @@ -1,6 +1,6 @@ --- Module Name: Az.Databricks -Module Guid: b453c0c1-7867-4fa1-9fd0-0cf8f6c6959c +Module Guid: 4efb11ab-44ab-44b5-ab99-2ed56084fe57 Download Help Link: https://learn.microsoft.com/powershell/module/az.databricks Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Databricks/Databricks.Autorest/generate-info.json b/src/Databricks/Databricks.Autorest/generate-info.json index b08fa327991d..470a4f391377 100644 --- a/src/Databricks/Databricks.Autorest/generate-info.json +++ b/src/Databricks/Databricks.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "aff01ef6-81b9-4db2-a5bb-6579a31029f4" + "generate_Id": "f0f93d0b-510f-4af1-bbd5-2622edd7b89d" } diff --git a/src/Databricks/Databricks.Autorest/resources/README.md b/src/Databricks/Databricks.Autorest/resources/README.md new file mode 100644 index 000000000000..937f07f8fec2 --- /dev/null +++ b/src/Databricks/Databricks.Autorest/resources/README.md @@ -0,0 +1,11 @@ +# Resources +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. + +## Info +- Modifiable: yes +- Generated: no +- Committed: yes +- Packaged: no + +## Purpose +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. \ No newline at end of file diff --git a/src/Databricks/Databricks.sln b/src/Databricks/Databricks.sln index 2f3023fc8c48..4762f054c311 100644 --- a/src/Databricks/Databricks.sln +++ b/src/Databricks/Databricks.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 @@ -19,49 +19,119 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Databricks", "Databricks\Databricks.csproj", "{78057EB6-1C85-4118-94B4-8021CCD6902E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Databricks", "..\..\generated\Databricks\Databricks.Autorest\Az.Databricks.csproj", "{EC6047A9-038F-45B7-B98B-FF3081CD6921}" +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}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {3ED3369F-295E-40BC-8A77-4DAC220DF427}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {3ED3369F-295E-40BC-8A77-4DAC220DF427}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3ED3369F-295E-40BC-8A77-4DAC220DF427}.Debug|x64.ActiveCfg = Debug|Any CPU + {3ED3369F-295E-40BC-8A77-4DAC220DF427}.Debug|x64.Build.0 = Debug|Any CPU + {3ED3369F-295E-40BC-8A77-4DAC220DF427}.Debug|x86.ActiveCfg = Debug|Any CPU + {3ED3369F-295E-40BC-8A77-4DAC220DF427}.Debug|x86.Build.0 = Debug|Any CPU {3ED3369F-295E-40BC-8A77-4DAC220DF427}.Release|Any CPU.ActiveCfg = Release|Any CPU {3ED3369F-295E-40BC-8A77-4DAC220DF427}.Release|Any CPU.Build.0 = Release|Any CPU + {3ED3369F-295E-40BC-8A77-4DAC220DF427}.Release|x64.ActiveCfg = Release|Any CPU + {3ED3369F-295E-40BC-8A77-4DAC220DF427}.Release|x64.Build.0 = Release|Any CPU + {3ED3369F-295E-40BC-8A77-4DAC220DF427}.Release|x86.ActiveCfg = Release|Any CPU + {3ED3369F-295E-40BC-8A77-4DAC220DF427}.Release|x86.Build.0 = Release|Any CPU {AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Debug|x64.ActiveCfg = Debug|Any CPU + {AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Debug|x64.Build.0 = Debug|Any CPU + {AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Debug|x86.ActiveCfg = Debug|Any CPU + {AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Debug|x86.Build.0 = Debug|Any CPU {AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Release|Any CPU.ActiveCfg = Release|Any CPU {AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Release|Any CPU.Build.0 = Release|Any CPU + {AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Release|x64.ActiveCfg = Release|Any CPU + {AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Release|x64.Build.0 = Release|Any CPU + {AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Release|x86.ActiveCfg = Release|Any CPU + {AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Release|x86.Build.0 = Release|Any CPU {2E3DA535-84AA-4811-941D-691D17D2AB8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {2E3DA535-84AA-4811-941D-691D17D2AB8C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2E3DA535-84AA-4811-941D-691D17D2AB8C}.Debug|x64.ActiveCfg = Debug|Any CPU + {2E3DA535-84AA-4811-941D-691D17D2AB8C}.Debug|x64.Build.0 = Debug|Any CPU + {2E3DA535-84AA-4811-941D-691D17D2AB8C}.Debug|x86.ActiveCfg = Debug|Any CPU + {2E3DA535-84AA-4811-941D-691D17D2AB8C}.Debug|x86.Build.0 = Debug|Any CPU {2E3DA535-84AA-4811-941D-691D17D2AB8C}.Release|Any CPU.ActiveCfg = Release|Any CPU {2E3DA535-84AA-4811-941D-691D17D2AB8C}.Release|Any CPU.Build.0 = Release|Any CPU + {2E3DA535-84AA-4811-941D-691D17D2AB8C}.Release|x64.ActiveCfg = Release|Any CPU + {2E3DA535-84AA-4811-941D-691D17D2AB8C}.Release|x64.Build.0 = Release|Any CPU + {2E3DA535-84AA-4811-941D-691D17D2AB8C}.Release|x86.ActiveCfg = Release|Any CPU + {2E3DA535-84AA-4811-941D-691D17D2AB8C}.Release|x86.Build.0 = Release|Any CPU {4F649005-A1C2-4378-A1D0-3BC59432112F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {4F649005-A1C2-4378-A1D0-3BC59432112F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4F649005-A1C2-4378-A1D0-3BC59432112F}.Debug|x64.ActiveCfg = Debug|Any CPU + {4F649005-A1C2-4378-A1D0-3BC59432112F}.Debug|x64.Build.0 = Debug|Any CPU + {4F649005-A1C2-4378-A1D0-3BC59432112F}.Debug|x86.ActiveCfg = Debug|Any CPU + {4F649005-A1C2-4378-A1D0-3BC59432112F}.Debug|x86.Build.0 = Debug|Any CPU {4F649005-A1C2-4378-A1D0-3BC59432112F}.Release|Any CPU.ActiveCfg = Release|Any CPU {4F649005-A1C2-4378-A1D0-3BC59432112F}.Release|Any CPU.Build.0 = Release|Any CPU + {4F649005-A1C2-4378-A1D0-3BC59432112F}.Release|x64.ActiveCfg = Release|Any CPU + {4F649005-A1C2-4378-A1D0-3BC59432112F}.Release|x64.Build.0 = Release|Any CPU + {4F649005-A1C2-4378-A1D0-3BC59432112F}.Release|x86.ActiveCfg = Release|Any CPU + {4F649005-A1C2-4378-A1D0-3BC59432112F}.Release|x86.Build.0 = Release|Any CPU {F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Debug|x64.ActiveCfg = Debug|Any CPU + {F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Debug|x64.Build.0 = Debug|Any CPU + {F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Debug|x86.ActiveCfg = Debug|Any CPU + {F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Debug|x86.Build.0 = Debug|Any CPU {F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Release|Any CPU.ActiveCfg = Release|Any CPU {F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Release|Any CPU.Build.0 = Release|Any CPU + {F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Release|x64.ActiveCfg = Release|Any CPU + {F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Release|x64.Build.0 = Release|Any CPU + {F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Release|x86.ActiveCfg = Release|Any CPU + {F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Release|x86.Build.0 = Release|Any CPU {5DBADD59-014C-4264-9F1E-88563CC48B79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5DBADD59-014C-4264-9F1E-88563CC48B79}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5DBADD59-014C-4264-9F1E-88563CC48B79}.Debug|x64.ActiveCfg = Debug|Any CPU + {5DBADD59-014C-4264-9F1E-88563CC48B79}.Debug|x64.Build.0 = Debug|Any CPU + {5DBADD59-014C-4264-9F1E-88563CC48B79}.Debug|x86.ActiveCfg = Debug|Any CPU + {5DBADD59-014C-4264-9F1E-88563CC48B79}.Debug|x86.Build.0 = Debug|Any CPU {5DBADD59-014C-4264-9F1E-88563CC48B79}.Release|Any CPU.ActiveCfg = Release|Any CPU {5DBADD59-014C-4264-9F1E-88563CC48B79}.Release|Any CPU.Build.0 = Release|Any CPU + {5DBADD59-014C-4264-9F1E-88563CC48B79}.Release|x64.ActiveCfg = Release|Any CPU + {5DBADD59-014C-4264-9F1E-88563CC48B79}.Release|x64.Build.0 = Release|Any CPU + {5DBADD59-014C-4264-9F1E-88563CC48B79}.Release|x86.ActiveCfg = Release|Any CPU + {5DBADD59-014C-4264-9F1E-88563CC48B79}.Release|x86.Build.0 = Release|Any CPU {78057EB6-1C85-4118-94B4-8021CCD6902E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {78057EB6-1C85-4118-94B4-8021CCD6902E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {78057EB6-1C85-4118-94B4-8021CCD6902E}.Debug|x64.ActiveCfg = Debug|Any CPU + {78057EB6-1C85-4118-94B4-8021CCD6902E}.Debug|x64.Build.0 = Debug|Any CPU + {78057EB6-1C85-4118-94B4-8021CCD6902E}.Debug|x86.ActiveCfg = Debug|Any CPU + {78057EB6-1C85-4118-94B4-8021CCD6902E}.Debug|x86.Build.0 = Debug|Any CPU {78057EB6-1C85-4118-94B4-8021CCD6902E}.Release|Any CPU.ActiveCfg = Release|Any CPU {78057EB6-1C85-4118-94B4-8021CCD6902E}.Release|Any CPU.Build.0 = Release|Any CPU - {EC6047A9-038F-45B7-B98B-FF3081CD6921}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EC6047A9-038F-45B7-B98B-FF3081CD6921}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EC6047A9-038F-45B7-B98B-FF3081CD6921}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EC6047A9-038F-45B7-B98B-FF3081CD6921}.Release|Any CPU.Build.0 = Release|Any CPU + {78057EB6-1C85-4118-94B4-8021CCD6902E}.Release|x64.ActiveCfg = Release|Any CPU + {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 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {3ED3369F-295E-40BC-8A77-4DAC220DF427} = {745C122A-4486-4B24-B64A-1E5E814E81F9} @@ -70,5 +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} EndGlobalSection EndGlobal diff --git a/src/Databricks/Databricks/Az.Databricks.psd1 b/src/Databricks/Databricks/Az.Databricks.psd1 index 755a16e5b2ee..3c8afa1467ea 100644 --- a/src/Databricks/Databricks/Az.Databricks.psd1 +++ b/src/Databricks/Databricks/Az.Databricks.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/9/2025 +# Generated on: 2025-09-15 # @{ @@ -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 = '4.0.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; }) # 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' @@ -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' @@ -130,7 +130,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/Databricks/Databricks/ChangeLog.md b/src/Databricks/Databricks/ChangeLog.md index 680c72191f83..759f1d852166 100644 --- a/src/Databricks/Databricks/ChangeLog.md +++ b/src/Databricks/Databricks/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 ## Version 1.10.0 * Upgraded nuget package to signed package.