Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate MobileNetwork from generation to release-2023-02-07 #20821

Merged
merged 2 commits into from
Feb 1, 2023
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
2 changes: 1 addition & 1 deletion src/MobileNetwork/Az.MobileNetwork.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 1/16/2023
# Generated on: 2/1/2023
#

@{
Expand Down
70 changes: 35 additions & 35 deletions src/MobileNetwork/MobileNetwork.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{D4989EC2-B82A-4F25-ACD7-E79E7994DC24}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{62D908C1-8064-4DC9-AA6E-126A95B94F62}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{D8504EBC-E79F-4F34-AAD2-7BCE56C253E1}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{2B9D775B-B534-49E0-BBC1-47ED37F3ACC4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{6D3B016B-C72E-482B-A69D-36AEE7D86880}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{05A00469-8B3F-4E2E-8F50-B4027F969CF8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{D7FC32EB-D7BE-443B-AEF8-25656FBAF488}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{50E7F83A-9EE2-4748-BDC3-8505983FCDEB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{45AEA965-C608-4708-A66A-FB7B4A428A2C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{A02BCB94-999D-4E01-8212-E560777D7EF0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{BFB4D89A-AD75-4B00-9328-B262985912C2}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{EE2686BF-993B-4CF3-BD65-501429BDBD16}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MobileNetwork", "Az.MobileNetwork.csproj", "{13D7FE87-F30F-45AB-8869-524A0CB817A8}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MobileNetwork", "Az.MobileNetwork.csproj", "{B5E9C48E-04DE-4FAA-8284-78364D277868}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -26,33 +26,33 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4989EC2-B82A-4F25-ACD7-E79E7994DC24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4989EC2-B82A-4F25-ACD7-E79E7994DC24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4989EC2-B82A-4F25-ACD7-E79E7994DC24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4989EC2-B82A-4F25-ACD7-E79E7994DC24}.Release|Any CPU.Build.0 = Release|Any CPU
{D8504EBC-E79F-4F34-AAD2-7BCE56C253E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8504EBC-E79F-4F34-AAD2-7BCE56C253E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8504EBC-E79F-4F34-AAD2-7BCE56C253E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8504EBC-E79F-4F34-AAD2-7BCE56C253E1}.Release|Any CPU.Build.0 = Release|Any CPU
{6D3B016B-C72E-482B-A69D-36AEE7D86880}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D3B016B-C72E-482B-A69D-36AEE7D86880}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D3B016B-C72E-482B-A69D-36AEE7D86880}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D3B016B-C72E-482B-A69D-36AEE7D86880}.Release|Any CPU.Build.0 = Release|Any CPU
{D7FC32EB-D7BE-443B-AEF8-25656FBAF488}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7FC32EB-D7BE-443B-AEF8-25656FBAF488}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7FC32EB-D7BE-443B-AEF8-25656FBAF488}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7FC32EB-D7BE-443B-AEF8-25656FBAF488}.Release|Any CPU.Build.0 = Release|Any CPU
{45AEA965-C608-4708-A66A-FB7B4A428A2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45AEA965-C608-4708-A66A-FB7B4A428A2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45AEA965-C608-4708-A66A-FB7B4A428A2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45AEA965-C608-4708-A66A-FB7B4A428A2C}.Release|Any CPU.Build.0 = Release|Any CPU
{BFB4D89A-AD75-4B00-9328-B262985912C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFB4D89A-AD75-4B00-9328-B262985912C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFB4D89A-AD75-4B00-9328-B262985912C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFB4D89A-AD75-4B00-9328-B262985912C2}.Release|Any CPU.Build.0 = Release|Any CPU
{13D7FE87-F30F-45AB-8869-524A0CB817A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13D7FE87-F30F-45AB-8869-524A0CB817A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13D7FE87-F30F-45AB-8869-524A0CB817A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13D7FE87-F30F-45AB-8869-524A0CB817A8}.Release|Any CPU.Build.0 = Release|Any CPU
{62D908C1-8064-4DC9-AA6E-126A95B94F62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62D908C1-8064-4DC9-AA6E-126A95B94F62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62D908C1-8064-4DC9-AA6E-126A95B94F62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62D908C1-8064-4DC9-AA6E-126A95B94F62}.Release|Any CPU.Build.0 = Release|Any CPU
{2B9D775B-B534-49E0-BBC1-47ED37F3ACC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B9D775B-B534-49E0-BBC1-47ED37F3ACC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B9D775B-B534-49E0-BBC1-47ED37F3ACC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B9D775B-B534-49E0-BBC1-47ED37F3ACC4}.Release|Any CPU.Build.0 = Release|Any CPU
{05A00469-8B3F-4E2E-8F50-B4027F969CF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05A00469-8B3F-4E2E-8F50-B4027F969CF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05A00469-8B3F-4E2E-8F50-B4027F969CF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05A00469-8B3F-4E2E-8F50-B4027F969CF8}.Release|Any CPU.Build.0 = Release|Any CPU
{50E7F83A-9EE2-4748-BDC3-8505983FCDEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50E7F83A-9EE2-4748-BDC3-8505983FCDEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50E7F83A-9EE2-4748-BDC3-8505983FCDEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50E7F83A-9EE2-4748-BDC3-8505983FCDEB}.Release|Any CPU.Build.0 = Release|Any CPU
{A02BCB94-999D-4E01-8212-E560777D7EF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A02BCB94-999D-4E01-8212-E560777D7EF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A02BCB94-999D-4E01-8212-E560777D7EF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A02BCB94-999D-4E01-8212-E560777D7EF0}.Release|Any CPU.Build.0 = Release|Any CPU
{EE2686BF-993B-4CF3-BD65-501429BDBD16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE2686BF-993B-4CF3-BD65-501429BDBD16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE2686BF-993B-4CF3-BD65-501429BDBD16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE2686BF-993B-4CF3-BD65-501429BDBD16}.Release|Any CPU.Build.0 = Release|Any CPU
{B5E9C48E-04DE-4FAA-8284-78364D277868}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5E9C48E-04DE-4FAA-8284-78364D277868}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5E9C48E-04DE-4FAA-8284-78364D277868}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5E9C48E-04DE-4FAA-8284-78364D277868}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
9 changes: 9 additions & 0 deletions src/MobileNetwork/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ identity-correction-for-post: true
nested-object-to-string: true

directive:
- from: swagger-document
where: $.definitions.PacketCoreControlPlanePropertiesFormat.properties.interopSettings
transform: >-
return {
"type": "object",
"additionalProperties": true,
"description": "Settings to allow interoperability with third party components e.g. RANs and UEs."
}

- from: swagger-document
where: $.definitions
transform: delete $.CoreNetworkTypeRm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ Get-AzMobileNetworkPacketCoreControlPlaneVersion
Name
----
PMN-4-9-0
......
pmn-2301-0-1
......
...
```

List information about the specified packet core control plane version by sub.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ param(

[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IAny]
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInteropSettings]))]
[System.Collections.Hashtable]
# Settings to allow interoperability with third party components e.g.
# RANs and UEs.
${InteropSetting},
Expand Down
3 changes: 2 additions & 1 deletion src/MobileNetwork/exports/ProxyCmdletDefinitions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3141,7 +3141,8 @@ param(

[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IAny]
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInteropSettings]))]
[System.Collections.Hashtable]
# Settings to allow interoperability with third party components e.g.
# RANs and UEs.
${InteropSetting},
Expand Down
2 changes: 1 addition & 1 deletion src/MobileNetwork/generate-info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"swagger_commit": "c2a1aaa0440d1aec45830646c4dfc27552b0b1e3",
"swagger_commit": "dea4d453ca250eae677d69751d909df00d6b6b05",
"node": "v14.15.5",
"autorest": "`-- (empty)",
"autorest_core": "3.9.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ internal PacketCoreControlPlane(global::System.Collections.IDictionary content)
}
if (content.Contains("InteropSetting"))
{
((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlaneInternal)this).InteropSetting = (Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IAny) content.GetValueForProperty("InteropSetting",((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlaneInternal)this).InteropSetting, Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.AnyTypeConverter.ConvertFrom);
((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlaneInternal)this).InteropSetting = (Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInteropSettings) content.GetValueForProperty("InteropSetting",((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlaneInternal)this).InteropSetting, Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PacketCoreControlPlanePropertiesFormatInteropSettingsTypeConverter.ConvertFrom);
}
if (content.Contains("InstallationState"))
{
Expand Down Expand Up @@ -442,7 +442,7 @@ internal PacketCoreControlPlane(global::System.Management.Automation.PSObject co
}
if (content.Contains("InteropSetting"))
{
((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlaneInternal)this).InteropSetting = (Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IAny) content.GetValueForProperty("InteropSetting",((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlaneInternal)this).InteropSetting, Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.AnyTypeConverter.ConvertFrom);
((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlaneInternal)this).InteropSetting = (Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInteropSettings) content.GetValueForProperty("InteropSetting",((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlaneInternal)this).InteropSetting, Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PacketCoreControlPlanePropertiesFormatInteropSettingsTypeConverter.ConvertFrom);
}
if (content.Contains("InstallationState"))
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public partial class PacketCoreControlPlane :
/// </summary>
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Origin(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.PropertyOrigin.Inlined)]
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.DoNotFormat]
public Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IAny InteropSetting { get => ((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInternal)Property).InteropSetting; set => ((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInternal)Property).InteropSetting = value ?? null /* model class */; }
public Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInteropSettings InteropSetting { get => ((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInternal)Property).InteropSetting; set => ((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInternal)Property).InteropSetting = value ?? null /* model class */; }

/// <summary>How to authenticate users who access local diagnostics APIs.</summary>
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Origin(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.PropertyOrigin.Inlined)]
Expand Down Expand Up @@ -514,8 +514,8 @@ public partial interface IPacketCoreControlPlane :
ReadOnly = false,
Description = @"Settings to allow interoperability with third party components e.g. RANs and UEs.",
SerializedName = @"interopSettings",
PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IAny) })]
Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IAny InteropSetting { get; set; }
PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInteropSettings) })]
Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInteropSettings InteropSetting { get; set; }
/// <summary>How to authenticate users who access local diagnostics APIs.</summary>
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(
Required = true,
Expand Down Expand Up @@ -691,7 +691,7 @@ internal partial interface IPacketCoreControlPlaneInternal :
/// <summary>
/// Settings to allow interoperability with third party components e.g. RANs and UEs.
/// </summary>
Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IAny InteropSetting { get; set; }
Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInteropSettings InteropSetting { get; set; }
/// <summary>How to authenticate users who access local diagnostics APIs.</summary>
Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.AuthenticationType LocalDiagnosticAccessAuthenticationType { get; set; }
/// <summary>The HTTPS server TLS certificate used to secure local access to diagnostics.</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ internal PacketCoreControlPlanePropertiesFormat(global::System.Collections.IDict
}
if (content.Contains("InteropSetting"))
{
((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInternal)this).InteropSetting = (Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IAny) content.GetValueForProperty("InteropSetting",((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInternal)this).InteropSetting, Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.AnyTypeConverter.ConvertFrom);
((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInternal)this).InteropSetting = (Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInteropSettings) content.GetValueForProperty("InteropSetting",((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInternal)this).InteropSetting, Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PacketCoreControlPlanePropertiesFormatInteropSettingsTypeConverter.ConvertFrom);
}
if (content.Contains("InstallationState"))
{
Expand Down Expand Up @@ -317,7 +317,7 @@ internal PacketCoreControlPlanePropertiesFormat(global::System.Management.Automa
}
if (content.Contains("InteropSetting"))
{
((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInternal)this).InteropSetting = (Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IAny) content.GetValueForProperty("InteropSetting",((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInternal)this).InteropSetting, Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.AnyTypeConverter.ConvertFrom);
((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInternal)this).InteropSetting = (Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInteropSettings) content.GetValueForProperty("InteropSetting",((Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInternal)this).InteropSetting, Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PacketCoreControlPlanePropertiesFormatInteropSettingsTypeConverter.ConvertFrom);
}
if (content.Contains("InstallationState"))
{
Expand Down
Loading