Skip to content

Commit e480ce5

Browse files
authored
[Az.Databricks] The code base is going to be refactored, the following cmdlet adds a BreakingChange announcement (#28560)
1 parent 0344d2a commit e480ce5

File tree

11 files changed

+210
-18
lines changed

11 files changed

+210
-18
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
13+
14+
using System;
15+
using System.Reflection;
16+
using System.Runtime.CompilerServices;
17+
using System.Runtime.InteropServices;
18+
19+
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
20+
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
21+
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
22+
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Databricks")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.10.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.10.0")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

src/Databricks/Databricks.Autorest/README.md

Lines changed: 81 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,84 @@ directive:
281281
- ManagedResourceGroupId
282282
labels:
283283
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'.
361+
deprecated-by-version: 2.0.0
362+
deprecated-by-azversion: 15.0.0
363+
change-effective-date: 2025/11/03
364+
```

src/Databricks/Databricks.Autorest/custom/New-AzDatabricksWorkspace.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ https://learn.microsoft.com/powershell/module/az.databricks/new-azdatabrickswork
5252
#>
5353
function New-AzDatabricksWorkspace {
5454
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IWorkspace])]
55+
[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'"))]
5556
[CmdletBinding(DefaultParameterSetName = 'CreateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')]
5657
param(
5758
[Parameter(Mandatory)]

src/Databricks/Databricks.Autorest/custom/Update-AzDatabricksVNetPeering.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ https://learn.microsoft.com/powershell/module/az.databricks/update-azdatabricksv
3030
#>
3131
function Update-AzDatabricksVNetPeering {
3232
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IVirtualNetworkPeering])]
33+
[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]'"))]
3334
[CmdletBinding(DefaultParameterSetName = 'UpdateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')]
3435
param(
3536
[Parameter(ParameterSetName = 'UpdateExpanded', Mandatory, HelpMessage = "The name of the VNetPeering.")]

src/Databricks/Databricks.Autorest/custom/Update-AzDatabricksWorkspace.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ https://learn.microsoft.com/powershell/module/az.databricks/update-azdatabricksw
5454
#>
5555
function Update-AzDatabricksWorkspace {
5656
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IWorkspace])]
57+
[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'"))]
5758
[CmdletBinding(DefaultParameterSetName = 'UpdateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')]
5859
param(
5960
[Parameter(ParameterSetName = 'UpdateExpanded', Mandatory, HelpMessage = "The name of the workspace.")]

src/Databricks/Databricks.Autorest/docs/Az.Databricks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.Databricks
3-
Module Guid: b453c0c1-7867-4fa1-9fd0-0cf8f6c6959c
3+
Module Guid: 4efb11ab-44ab-44b5-ab99-2ed56084fe57
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.databricks
55
Help Version: 1.0.0.0
66
Locale: en-US
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "aff01ef6-81b9-4db2-a5bb-6579a31029f4"
2+
"generate_Id": "f0f93d0b-510f-4af1-bbd5-2622edd7b89d"
33
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Resources
2+
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.

src/Databricks/Databricks.sln

Lines changed: 80 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.31903.59
@@ -19,49 +19,119 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun
1919
EndProject
2020
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Databricks", "Databricks\Databricks.csproj", "{78057EB6-1C85-4118-94B4-8021CCD6902E}"
2121
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Databricks", "..\..\generated\Databricks\Databricks.Autorest\Az.Databricks.csproj", "{EC6047A9-038F-45B7-B98B-FF3081CD6921}"
22+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Databricks.Autorest", "Databricks.Autorest", "{5FE84A12-8651-7F44-066E-17161CDB0E9D}"
23+
EndProject
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Databricks", "..\..\generated\Databricks\Databricks.Autorest\Az.Databricks.csproj", "{437C2320-7228-4AD7-980A-5129D8308849}"
2325
EndProject
2426
Global
2527
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2628
Debug|Any CPU = Debug|Any CPU
29+
Debug|x64 = Debug|x64
30+
Debug|x86 = Debug|x86
2731
Release|Any CPU = Release|Any CPU
28-
EndGlobalSection
29-
GlobalSection(SolutionProperties) = preSolution
30-
HideSolutionNode = FALSE
32+
Release|x64 = Release|x64
33+
Release|x86 = Release|x86
3134
EndGlobalSection
3235
GlobalSection(ProjectConfigurationPlatforms) = postSolution
3336
{3ED3369F-295E-40BC-8A77-4DAC220DF427}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3437
{3ED3369F-295E-40BC-8A77-4DAC220DF427}.Debug|Any CPU.Build.0 = Debug|Any CPU
38+
{3ED3369F-295E-40BC-8A77-4DAC220DF427}.Debug|x64.ActiveCfg = Debug|Any CPU
39+
{3ED3369F-295E-40BC-8A77-4DAC220DF427}.Debug|x64.Build.0 = Debug|Any CPU
40+
{3ED3369F-295E-40BC-8A77-4DAC220DF427}.Debug|x86.ActiveCfg = Debug|Any CPU
41+
{3ED3369F-295E-40BC-8A77-4DAC220DF427}.Debug|x86.Build.0 = Debug|Any CPU
3542
{3ED3369F-295E-40BC-8A77-4DAC220DF427}.Release|Any CPU.ActiveCfg = Release|Any CPU
3643
{3ED3369F-295E-40BC-8A77-4DAC220DF427}.Release|Any CPU.Build.0 = Release|Any CPU
44+
{3ED3369F-295E-40BC-8A77-4DAC220DF427}.Release|x64.ActiveCfg = Release|Any CPU
45+
{3ED3369F-295E-40BC-8A77-4DAC220DF427}.Release|x64.Build.0 = Release|Any CPU
46+
{3ED3369F-295E-40BC-8A77-4DAC220DF427}.Release|x86.ActiveCfg = Release|Any CPU
47+
{3ED3369F-295E-40BC-8A77-4DAC220DF427}.Release|x86.Build.0 = Release|Any CPU
3748
{AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3849
{AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Debug|Any CPU.Build.0 = Debug|Any CPU
50+
{AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Debug|x64.ActiveCfg = Debug|Any CPU
51+
{AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Debug|x64.Build.0 = Debug|Any CPU
52+
{AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Debug|x86.ActiveCfg = Debug|Any CPU
53+
{AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Debug|x86.Build.0 = Debug|Any CPU
3954
{AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Release|Any CPU.ActiveCfg = Release|Any CPU
4055
{AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Release|Any CPU.Build.0 = Release|Any CPU
56+
{AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Release|x64.ActiveCfg = Release|Any CPU
57+
{AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Release|x64.Build.0 = Release|Any CPU
58+
{AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Release|x86.ActiveCfg = Release|Any CPU
59+
{AFF91BF6-88E3-4636-8914-1F3F83D54A96}.Release|x86.Build.0 = Release|Any CPU
4160
{2E3DA535-84AA-4811-941D-691D17D2AB8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4261
{2E3DA535-84AA-4811-941D-691D17D2AB8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
62+
{2E3DA535-84AA-4811-941D-691D17D2AB8C}.Debug|x64.ActiveCfg = Debug|Any CPU
63+
{2E3DA535-84AA-4811-941D-691D17D2AB8C}.Debug|x64.Build.0 = Debug|Any CPU
64+
{2E3DA535-84AA-4811-941D-691D17D2AB8C}.Debug|x86.ActiveCfg = Debug|Any CPU
65+
{2E3DA535-84AA-4811-941D-691D17D2AB8C}.Debug|x86.Build.0 = Debug|Any CPU
4366
{2E3DA535-84AA-4811-941D-691D17D2AB8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
4467
{2E3DA535-84AA-4811-941D-691D17D2AB8C}.Release|Any CPU.Build.0 = Release|Any CPU
68+
{2E3DA535-84AA-4811-941D-691D17D2AB8C}.Release|x64.ActiveCfg = Release|Any CPU
69+
{2E3DA535-84AA-4811-941D-691D17D2AB8C}.Release|x64.Build.0 = Release|Any CPU
70+
{2E3DA535-84AA-4811-941D-691D17D2AB8C}.Release|x86.ActiveCfg = Release|Any CPU
71+
{2E3DA535-84AA-4811-941D-691D17D2AB8C}.Release|x86.Build.0 = Release|Any CPU
4572
{4F649005-A1C2-4378-A1D0-3BC59432112F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4673
{4F649005-A1C2-4378-A1D0-3BC59432112F}.Debug|Any CPU.Build.0 = Debug|Any CPU
74+
{4F649005-A1C2-4378-A1D0-3BC59432112F}.Debug|x64.ActiveCfg = Debug|Any CPU
75+
{4F649005-A1C2-4378-A1D0-3BC59432112F}.Debug|x64.Build.0 = Debug|Any CPU
76+
{4F649005-A1C2-4378-A1D0-3BC59432112F}.Debug|x86.ActiveCfg = Debug|Any CPU
77+
{4F649005-A1C2-4378-A1D0-3BC59432112F}.Debug|x86.Build.0 = Debug|Any CPU
4778
{4F649005-A1C2-4378-A1D0-3BC59432112F}.Release|Any CPU.ActiveCfg = Release|Any CPU
4879
{4F649005-A1C2-4378-A1D0-3BC59432112F}.Release|Any CPU.Build.0 = Release|Any CPU
80+
{4F649005-A1C2-4378-A1D0-3BC59432112F}.Release|x64.ActiveCfg = Release|Any CPU
81+
{4F649005-A1C2-4378-A1D0-3BC59432112F}.Release|x64.Build.0 = Release|Any CPU
82+
{4F649005-A1C2-4378-A1D0-3BC59432112F}.Release|x86.ActiveCfg = Release|Any CPU
83+
{4F649005-A1C2-4378-A1D0-3BC59432112F}.Release|x86.Build.0 = Release|Any CPU
4984
{F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5085
{F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
86+
{F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Debug|x64.ActiveCfg = Debug|Any CPU
87+
{F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Debug|x64.Build.0 = Debug|Any CPU
88+
{F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Debug|x86.ActiveCfg = Debug|Any CPU
89+
{F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Debug|x86.Build.0 = Debug|Any CPU
5190
{F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
5291
{F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Release|Any CPU.Build.0 = Release|Any CPU
92+
{F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Release|x64.ActiveCfg = Release|Any CPU
93+
{F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Release|x64.Build.0 = Release|Any CPU
94+
{F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Release|x86.ActiveCfg = Release|Any CPU
95+
{F373CC8C-4673-49B1-957F-C53D7E1D56B5}.Release|x86.Build.0 = Release|Any CPU
5396
{5DBADD59-014C-4264-9F1E-88563CC48B79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5497
{5DBADD59-014C-4264-9F1E-88563CC48B79}.Debug|Any CPU.Build.0 = Debug|Any CPU
98+
{5DBADD59-014C-4264-9F1E-88563CC48B79}.Debug|x64.ActiveCfg = Debug|Any CPU
99+
{5DBADD59-014C-4264-9F1E-88563CC48B79}.Debug|x64.Build.0 = Debug|Any CPU
100+
{5DBADD59-014C-4264-9F1E-88563CC48B79}.Debug|x86.ActiveCfg = Debug|Any CPU
101+
{5DBADD59-014C-4264-9F1E-88563CC48B79}.Debug|x86.Build.0 = Debug|Any CPU
55102
{5DBADD59-014C-4264-9F1E-88563CC48B79}.Release|Any CPU.ActiveCfg = Release|Any CPU
56103
{5DBADD59-014C-4264-9F1E-88563CC48B79}.Release|Any CPU.Build.0 = Release|Any CPU
104+
{5DBADD59-014C-4264-9F1E-88563CC48B79}.Release|x64.ActiveCfg = Release|Any CPU
105+
{5DBADD59-014C-4264-9F1E-88563CC48B79}.Release|x64.Build.0 = Release|Any CPU
106+
{5DBADD59-014C-4264-9F1E-88563CC48B79}.Release|x86.ActiveCfg = Release|Any CPU
107+
{5DBADD59-014C-4264-9F1E-88563CC48B79}.Release|x86.Build.0 = Release|Any CPU
57108
{78057EB6-1C85-4118-94B4-8021CCD6902E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
58109
{78057EB6-1C85-4118-94B4-8021CCD6902E}.Debug|Any CPU.Build.0 = Debug|Any CPU
110+
{78057EB6-1C85-4118-94B4-8021CCD6902E}.Debug|x64.ActiveCfg = Debug|Any CPU
111+
{78057EB6-1C85-4118-94B4-8021CCD6902E}.Debug|x64.Build.0 = Debug|Any CPU
112+
{78057EB6-1C85-4118-94B4-8021CCD6902E}.Debug|x86.ActiveCfg = Debug|Any CPU
113+
{78057EB6-1C85-4118-94B4-8021CCD6902E}.Debug|x86.Build.0 = Debug|Any CPU
59114
{78057EB6-1C85-4118-94B4-8021CCD6902E}.Release|Any CPU.ActiveCfg = Release|Any CPU
60115
{78057EB6-1C85-4118-94B4-8021CCD6902E}.Release|Any CPU.Build.0 = Release|Any CPU
61-
{EC6047A9-038F-45B7-B98B-FF3081CD6921}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
62-
{EC6047A9-038F-45B7-B98B-FF3081CD6921}.Debug|Any CPU.Build.0 = Debug|Any CPU
63-
{EC6047A9-038F-45B7-B98B-FF3081CD6921}.Release|Any CPU.ActiveCfg = Release|Any CPU
64-
{EC6047A9-038F-45B7-B98B-FF3081CD6921}.Release|Any CPU.Build.0 = Release|Any CPU
116+
{78057EB6-1C85-4118-94B4-8021CCD6902E}.Release|x64.ActiveCfg = Release|Any CPU
117+
{78057EB6-1C85-4118-94B4-8021CCD6902E}.Release|x64.Build.0 = Release|Any CPU
118+
{78057EB6-1C85-4118-94B4-8021CCD6902E}.Release|x86.ActiveCfg = Release|Any CPU
119+
{78057EB6-1C85-4118-94B4-8021CCD6902E}.Release|x86.Build.0 = Release|Any CPU
120+
{437C2320-7228-4AD7-980A-5129D8308849}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121+
{437C2320-7228-4AD7-980A-5129D8308849}.Debug|Any CPU.Build.0 = Debug|Any CPU
122+
{437C2320-7228-4AD7-980A-5129D8308849}.Debug|x64.ActiveCfg = Debug|Any CPU
123+
{437C2320-7228-4AD7-980A-5129D8308849}.Debug|x64.Build.0 = Debug|Any CPU
124+
{437C2320-7228-4AD7-980A-5129D8308849}.Debug|x86.ActiveCfg = Debug|Any CPU
125+
{437C2320-7228-4AD7-980A-5129D8308849}.Debug|x86.Build.0 = Debug|Any CPU
126+
{437C2320-7228-4AD7-980A-5129D8308849}.Release|Any CPU.ActiveCfg = Release|Any CPU
127+
{437C2320-7228-4AD7-980A-5129D8308849}.Release|Any CPU.Build.0 = Release|Any CPU
128+
{437C2320-7228-4AD7-980A-5129D8308849}.Release|x64.ActiveCfg = Release|Any CPU
129+
{437C2320-7228-4AD7-980A-5129D8308849}.Release|x64.Build.0 = Release|Any CPU
130+
{437C2320-7228-4AD7-980A-5129D8308849}.Release|x86.ActiveCfg = Release|Any CPU
131+
{437C2320-7228-4AD7-980A-5129D8308849}.Release|x86.Build.0 = Release|Any CPU
132+
EndGlobalSection
133+
GlobalSection(SolutionProperties) = preSolution
134+
HideSolutionNode = FALSE
65135
EndGlobalSection
66136
GlobalSection(NestedProjects) = preSolution
67137
{3ED3369F-295E-40BC-8A77-4DAC220DF427} = {745C122A-4486-4B24-B64A-1E5E814E81F9}
@@ -70,5 +140,6 @@ Global
70140
{4F649005-A1C2-4378-A1D0-3BC59432112F} = {745C122A-4486-4B24-B64A-1E5E814E81F9}
71141
{F373CC8C-4673-49B1-957F-C53D7E1D56B5} = {745C122A-4486-4B24-B64A-1E5E814E81F9}
72142
{5DBADD59-014C-4264-9F1E-88563CC48B79} = {745C122A-4486-4B24-B64A-1E5E814E81F9}
143+
{437C2320-7228-4AD7-980A-5129D8308849} = {5FE84A12-8651-7F44-066E-17161CDB0E9D}
73144
EndGlobalSection
74145
EndGlobal

0 commit comments

Comments
 (0)