Skip to content

Commit 0859c26

Browse files
[skip ci] Archive ab58e35 (#27799)
1 parent 344daac commit 0859c26

15 files changed

+179
-118
lines changed

generated/MySql/MySql.Autorest/Az.MySql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<PsModuleName>MySql</PsModuleName>
44
<PsRootModuleName>MySql</PsRootModuleName>
5+
<PsModuleFolder>MySql.Autorest</PsModuleFolder>
56
</PropertyGroup>
67

78
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
89
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
9-
1010
</Project>

generated/MySql/MySql.Autorest/Az.MySql.format.ps1xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@
118118
</TableControl>
119119
</View>
120120
<View>
121-
<Name>Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api40.ProxyResourceAutoGenerated</Name>
121+
<Name>Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api40.ProxyResource</Name>
122122
<ViewSelectedBy>
123-
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api40.ProxyResourceAutoGenerated</TypeName>
123+
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api40.ProxyResource</TypeName>
124124
</ViewSelectedBy>
125125
<TableControl>
126126
<TableHeaders>
@@ -2038,9 +2038,9 @@
20382038
</TableControl>
20392039
</View>
20402040
<View>
2041-
<Name>Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.ProxyResource</Name>
2041+
<Name>Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.ProxyResourceAutoGenerated</Name>
20422042
<ViewSelectedBy>
2043-
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.ProxyResource</TypeName>
2043+
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.ProxyResourceAutoGenerated</TypeName>
20442044
</ViewSelectedBy>
20452045
<TableControl>
20462046
<TableHeaders>
Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
1-
// ----------------------------------------------------------------------------------
2-
//
3-
// Copyright Microsoft Corporation
4-
// Licensed under the Apache License, Version 2.0 (the "License");
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
53
// you may not use this file except in compliance with the License.
64
// You may obtain a copy of the License at
75
// http://www.apache.org/licenses/LICENSE-2.0
86
// Unless required by applicable law or agreed to in writing, software
9-
// distributed under the License is distributed on an "AS IS" BASIS,
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
108
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
119
// See the License for the specific language governing permissions and
1210
// limitations under the License.
13-
// ----------------------------------------------------------------------------------
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
1413

1514
using System;
1615
using System.Reflection;
16+
using System.Runtime.CompilerServices;
1717
using System.Runtime.InteropServices;
1818

19-
[assembly: AssemblyTitle("Microsoft Azure Powershell - MySql")]
20-
[assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)]
21-
[assembly: AssemblyProduct(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyProduct)]
22-
[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)]
23-
24-
[assembly: ComVisible(false)]
25-
[assembly: CLSCompliant(false)]
26-
[assembly: Guid("36d85e85-df0c-44c4-93bb-634e295d45e5")]
27-
[assembly: AssemblyVersion("1.3.0")]
28-
[assembly: AssemblyFileVersion("1.3.0")]
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 - MySql")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.0")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

generated/MySql/MySql.Autorest/exports/ProxyCmdletDefinitions.ps1

Lines changed: 39 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7816,9 +7816,9 @@ end {
78167816

78177817
<#
78187818
.Synopsis
7819-
Restore a server from an existing backup
7819+
Restore a server from an existing backup using GeoRestore
78207820
.Description
7821-
Restore a server from an existing backup
7821+
Restore a server from an existing backup using GeoRestore
78227822
.Example
78237823
$restorePointInTime = (Get-Date).AddMinutes(-10)
78247824
Get-AzMySqlFlexibleServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test | Restore-AzMySqlFlexibleServer -Name mysql-test-restore -ResourceGroupName PowershellMySqlTest -RestorePointInTime $restorePointInTime
@@ -7885,7 +7885,7 @@ param(
78857885
[Parameter(Mandatory)]
78867886
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')]
78877887
[System.String]
7888-
# The name of the resource group that contains the resource, You can obtain this value from the Azure Resource Manager API or the portal.
7888+
# The name of the resource group that contains the resource.
78897889
${ResourceGroupName},
78907890

78917891
[Parameter()]
@@ -7895,34 +7895,59 @@ param(
78957895
# The subscription ID that identifies an Azure subscription.
78967896
${SubscriptionId},
78977897

7898-
[Parameter(Mandatory)]
7899-
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
7900-
[System.DateTime]
7901-
# The location the resource resides in.
7902-
${RestorePointInTime},
7903-
79047898
[Parameter(Mandatory, ValueFromPipeline)]
79057899
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
79067900
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated]
79077901
# The source server object to restore from.
79087902
# To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
79097903
${InputObject},
79107904

7911-
[Parameter()]
7905+
[Parameter(ParameterSetName='GeoRestore', Mandatory)]
7906+
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
7907+
[System.String]
7908+
# The location to restore the server to.
7909+
${Location},
7910+
7911+
[Parameter(ParameterSetName='GeoRestore', Mandatory)]
7912+
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
7913+
[System.Management.Automation.SwitchParameter]
7914+
# Use Geo mode to restore
7915+
${UseGeoRestore},
7916+
7917+
[Parameter(ParameterSetName='GeoRestore')]
7918+
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
7919+
[System.String]
7920+
# The name of the sku, typically, tier + family + cores, e.g., B_Gen4_1, GP_Gen5_8.
7921+
${Sku},
7922+
7923+
[Parameter(ParameterSetName='GeoRestore')]
7924+
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
7925+
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerForCreateTags]))]
7926+
[System.Collections.Hashtable]
7927+
# Application-specific metadata in the form of key-value pairs.
7928+
${Tag},
7929+
7930+
[Parameter(ParameterSetName='PointInTimeRestore', Mandatory)]
7931+
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
7932+
[System.DateTime]
7933+
# The location the resource resides in.
7934+
${RestorePointInTime},
7935+
7936+
[Parameter(ParameterSetName='PointInTimeRestore')]
79127937
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
79137938
[System.String]
79147939
# Availability zone into which to provision the resource.
79157940
${Zone},
79167941

7917-
[Parameter()]
7942+
[Parameter(ParameterSetName='PointInTimeRestore')]
79187943
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
79197944
[System.String]
79207945
# The id of an existing Subnet the private access server will created to.
79217946
# Please note that the subnet will be delegated to Microsoft.DBforMySQL/flexibleServers.
79227947
# After delegation, this subnet cannot be used for any other type of Azure resources.
79237948
${Subnet},
79247949

7925-
[Parameter()]
7950+
[Parameter(ParameterSetName='PointInTimeRestore')]
79267951
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
79277952
[System.String]
79287953
# The id of an existing private dns zone.
@@ -8013,9 +8038,10 @@ begin {
80138038
}
80148039

80158040
$mapping = @{
8041+
GeoRestore = 'Az.MySql.custom\Restore-AzMySqlFlexibleServer_GeoRestore';
80168042
PointInTimeRestore = 'Az.MySql.custom\Restore-AzMySqlFlexibleServer_PointInTimeRestore';
80178043
}
8018-
if (('PointInTimeRestore') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
8044+
if (('GeoRestore', 'PointInTimeRestore') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
80198045
$testPlayback = $false
80208046
$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } }
80218047
if ($testPlayback) {

generated/MySql/MySql.Autorest/exports/Restore-AzMySqlFlexibleServer.ps1

Lines changed: 39 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
Restore a server from an existing backup
19+
Restore a server from an existing backup using GeoRestore
2020
.Description
21-
Restore a server from an existing backup
21+
Restore a server from an existing backup using GeoRestore
2222
.Example
2323
$restorePointInTime = (Get-Date).AddMinutes(-10)
2424
Get-AzMySqlFlexibleServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test | Restore-AzMySqlFlexibleServer -Name mysql-test-restore -ResourceGroupName PowershellMySqlTest -RestorePointInTime $restorePointInTime
@@ -85,7 +85,7 @@ param(
8585
[Parameter(Mandatory)]
8686
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')]
8787
[System.String]
88-
# The name of the resource group that contains the resource, You can obtain this value from the Azure Resource Manager API or the portal.
88+
# The name of the resource group that contains the resource.
8989
${ResourceGroupName},
9090

9191
[Parameter()]
@@ -95,34 +95,59 @@ param(
9595
# The subscription ID that identifies an Azure subscription.
9696
${SubscriptionId},
9797

98-
[Parameter(Mandatory)]
99-
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
100-
[System.DateTime]
101-
# The location the resource resides in.
102-
${RestorePointInTime},
103-
10498
[Parameter(Mandatory, ValueFromPipeline)]
10599
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
106100
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated]
107101
# The source server object to restore from.
108102
# To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
109103
${InputObject},
110104

111-
[Parameter()]
105+
[Parameter(ParameterSetName='GeoRestore', Mandatory)]
106+
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
107+
[System.String]
108+
# The location to restore the server to.
109+
${Location},
110+
111+
[Parameter(ParameterSetName='GeoRestore', Mandatory)]
112+
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
113+
[System.Management.Automation.SwitchParameter]
114+
# Use Geo mode to restore
115+
${UseGeoRestore},
116+
117+
[Parameter(ParameterSetName='GeoRestore')]
118+
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
119+
[System.String]
120+
# The name of the sku, typically, tier + family + cores, e.g., B_Gen4_1, GP_Gen5_8.
121+
${Sku},
122+
123+
[Parameter(ParameterSetName='GeoRestore')]
124+
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
125+
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerForCreateTags]))]
126+
[System.Collections.Hashtable]
127+
# Application-specific metadata in the form of key-value pairs.
128+
${Tag},
129+
130+
[Parameter(ParameterSetName='PointInTimeRestore', Mandatory)]
131+
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
132+
[System.DateTime]
133+
# The location the resource resides in.
134+
${RestorePointInTime},
135+
136+
[Parameter(ParameterSetName='PointInTimeRestore')]
112137
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
113138
[System.String]
114139
# Availability zone into which to provision the resource.
115140
${Zone},
116141

117-
[Parameter()]
142+
[Parameter(ParameterSetName='PointInTimeRestore')]
118143
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
119144
[System.String]
120145
# The id of an existing Subnet the private access server will created to.
121146
# Please note that the subnet will be delegated to Microsoft.DBforMySQL/flexibleServers.
122147
# After delegation, this subnet cannot be used for any other type of Azure resources.
123148
${Subnet},
124149

125-
[Parameter()]
150+
[Parameter(ParameterSetName='PointInTimeRestore')]
126151
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
127152
[System.String]
128153
# The id of an existing private dns zone.
@@ -213,9 +238,10 @@ begin {
213238
}
214239

215240
$mapping = @{
241+
GeoRestore = 'Az.MySql.custom\Restore-AzMySqlFlexibleServer_GeoRestore';
216242
PointInTimeRestore = 'Az.MySql.custom\Restore-AzMySqlFlexibleServer_PointInTimeRestore';
217243
}
218-
if (('PointInTimeRestore') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
244+
if (('GeoRestore', 'PointInTimeRestore') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
219245
$testPlayback = $false
220246
$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } }
221247
if ($testPlayback) {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "1851936f-d0fd-4199-8061-4bf6bff6a286"
2+
"generate_Id": "12ad3b53-39f6-4285-b94f-1f77795eecb8"
33
}

generated/MySql/MySql.Autorest/generated/api/Models/Api10/ProxyResource.PowerShell.cs renamed to generated/MySql/MySql.Autorest/generated/api/Models/Api10/ProxyResourceAutoGenerated.PowerShell.cs

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10
1010
/// <summary>
1111
/// The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location
1212
/// </summary>
13-
[System.ComponentModel.TypeConverter(typeof(ProxyResourceTypeConverter))]
14-
public partial class ProxyResource
13+
[System.ComponentModel.TypeConverter(typeof(ProxyResourceAutoGeneratedTypeConverter))]
14+
public partial class ProxyResourceAutoGenerated
1515
{
1616

1717
/// <summary>
@@ -57,44 +57,44 @@ public partial class ProxyResource
5757
partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow);
5858

5959
/// <summary>
60-
/// Deserializes a <see cref="global::System.Collections.IDictionary" /> into an instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.ProxyResource"
60+
/// Deserializes a <see cref="global::System.Collections.IDictionary" /> into an instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.ProxyResourceAutoGenerated"
6161
/// />.
6262
/// </summary>
6363
/// <param name="content">The global::System.Collections.IDictionary content that should be used.</param>
6464
/// <returns>
65-
/// an instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.IProxyResource" />.
65+
/// an instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.IProxyResourceAutoGenerated" />.
6666
/// </returns>
67-
public static Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.IProxyResource DeserializeFromDictionary(global::System.Collections.IDictionary content)
67+
public static Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.IProxyResourceAutoGenerated DeserializeFromDictionary(global::System.Collections.IDictionary content)
6868
{
69-
return new ProxyResource(content);
69+
return new ProxyResourceAutoGenerated(content);
7070
}
7171

7272
/// <summary>
73-
/// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into an instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.ProxyResource"
73+
/// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into an instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.ProxyResourceAutoGenerated"
7474
/// />.
7575
/// </summary>
7676
/// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param>
7777
/// <returns>
78-
/// an instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.IProxyResource" />.
78+
/// an instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.IProxyResourceAutoGenerated" />.
7979
/// </returns>
80-
public static Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.IProxyResource DeserializeFromPSObject(global::System.Management.Automation.PSObject content)
80+
public static Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.IProxyResourceAutoGenerated DeserializeFromPSObject(global::System.Management.Automation.PSObject content)
8181
{
82-
return new ProxyResource(content);
82+
return new ProxyResourceAutoGenerated(content);
8383
}
8484

8585
/// <summary>
86-
/// Creates a new instance of <see cref="ProxyResource" />, deserializing the content from a json string.
86+
/// Creates a new instance of <see cref="ProxyResourceAutoGenerated" />, deserializing the content from a json string.
8787
/// </summary>
8888
/// <param name="jsonText">a string containing a JSON serialized instance of this model.</param>
89-
/// <returns>an instance of the <see cref="ProxyResource" /> model class.</returns>
90-
public static Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.IProxyResource FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Json.JsonNode.Parse(jsonText));
89+
/// <returns>an instance of the <see cref="ProxyResourceAutoGenerated" /> model class.</returns>
90+
public static Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.IProxyResourceAutoGenerated FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Json.JsonNode.Parse(jsonText));
9191

9292
/// <summary>
93-
/// Deserializes a <see cref="global::System.Collections.IDictionary" /> into a new instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.ProxyResource"
93+
/// Deserializes a <see cref="global::System.Collections.IDictionary" /> into a new instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.ProxyResourceAutoGenerated"
9494
/// />.
9595
/// </summary>
9696
/// <param name="content">The global::System.Collections.IDictionary content that should be used.</param>
97-
internal ProxyResource(global::System.Collections.IDictionary content)
97+
internal ProxyResourceAutoGenerated(global::System.Collections.IDictionary content)
9898
{
9999
bool returnNow = false;
100100
BeforeDeserializeDictionary(content, ref returnNow);
@@ -119,11 +119,11 @@ internal ProxyResource(global::System.Collections.IDictionary content)
119119
}
120120

121121
/// <summary>
122-
/// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into a new instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.ProxyResource"
122+
/// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into a new instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.ProxyResourceAutoGenerated"
123123
/// />.
124124
/// </summary>
125125
/// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param>
126-
internal ProxyResource(global::System.Management.Automation.PSObject content)
126+
internal ProxyResourceAutoGenerated(global::System.Management.Automation.PSObject content)
127127
{
128128
bool returnNow = false;
129129
BeforeDeserializePSObject(content, ref returnNow);
@@ -153,8 +153,8 @@ internal ProxyResource(global::System.Management.Automation.PSObject content)
153153
public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SerializationMode.IncludeAll)?.ToString();
154154
}
155155
/// The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location
156-
[System.ComponentModel.TypeConverter(typeof(ProxyResourceTypeConverter))]
157-
public partial interface IProxyResource
156+
[System.ComponentModel.TypeConverter(typeof(ProxyResourceAutoGeneratedTypeConverter))]
157+
public partial interface IProxyResourceAutoGenerated
158158

159159
{
160160

0 commit comments

Comments
 (0)