Skip to content
Merged
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
26 changes: 26 additions & 0 deletions src/Databricks/Databricks.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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)]
82 changes: 81 additions & 1 deletion src/Databricks/Databricks.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,84 @@ directive:
- ManagedResourceGroupId
labels:
ManagedResourceGroupId: Managed Resource Group ID
```

- 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
```
Original file line number Diff line number Diff line change
Expand Up @@ -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'"))]
Copy link

Copilot AI Sep 15, 2025

Choose a reason for hiding this comment

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

The NewOutputProperties parameter contains a description instead of just property names. According to PowerShell attribute conventions, this should only list the property names, and the change description should be in a separate ChangeDescription parameter if available.

Suggested change
[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"))]

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,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]'"))]
Copy link

Copilot AI Sep 15, 2025

Choose a reason for hiding this comment

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

The DeprecatedOutputProperties and NewOutputProperties parameters contain type information mixed with property names. These should only contain property names, and type information should be in a separate ChangeDescription parameter if the attribute supports it.

Suggested change
[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", "15.0.0", "2.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IVirtualNetworkPeering", DeprecatedOutputProperties = ("DatabrickAddressSpaceAddressPrefix, RemoteAddressSpaceAddressPrefix"), NewOutputProperties = ("DatabrickAddressSpaceAddressPrefix, RemoteAddressSpaceAddressPrefix"), ChangeDescription = "The type of DatabrickAddressSpaceAddressPrefix and RemoteAddressSpaceAddressPrefix changed from System.String[] to System.Collections.Generic.List`1[System.String].")]

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,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'"))]
Copy link

Copilot AI Sep 15, 2025

Choose a reason for hiding this comment

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

The NewOutputProperties parameter contains a description instead of just property names. According to PowerShell attribute conventions, this should only list the property names, and the change description should be in a separate ChangeDescription parameter if available.

Suggested change
[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"), ChangeDescription = "The types of the properties will be changed from object to 'List'")]

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: 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
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": "aff01ef6-81b9-4db2-a5bb-6579a31029f4"
"generate_Id": "f0f93d0b-510f-4af1-bbd5-2622edd7b89d"
}
11 changes: 11 additions & 0 deletions src/Databricks/Databricks.Autorest/resources/README.md
Original file line number Diff line number Diff line change
@@ -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.
89 changes: 80 additions & 9 deletions src/Databricks/Databricks.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
Expand All @@ -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}
Expand All @@ -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
Loading