diff --git a/src/ContainerInstance/Az.ContainerInstance.psd1 b/src/ContainerInstance/Az.ContainerInstance.psd1 index 36f048ba8487..d809690d5caf 100644 --- a/src/ContainerInstance/Az.ContainerInstance.psd1 +++ b/src/ContainerInstance/Az.ContainerInstance.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 4/22/2022 +# Generated on: 6/8/2022 # @{ @@ -95,7 +95,7 @@ CmdletsToExport = @() # VariablesToExport = @() # Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. -AliasesToExport = 'Get-AzContainerGroupOutboundNetworkDependencyEndpoint' +AliasesToExport = 'Get-AzContainerGroupOutboundNetworkDependencyEndpoint', '*' # DSC resources to export from this module # DscResourcesToExport = @() @@ -124,7 +124,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Supported empty directory volume and secret volume for creating container group [#17410]' + # ReleaseNotes = '' # Prerelease string of this module # Prerelease = '' diff --git a/src/ContainerInstance/ContainerInstance.sln b/src/ContainerInstance/ContainerInstance.sln index e98de1a6b2b8..df8ecd102dfe 100644 --- a/src/ContainerInstance/ContainerInstance.sln +++ b/src/ContainerInstance/ContainerInstance.sln @@ -3,17 +3,17 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30114.105 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{5E36A58C-9179-4197-803B-876929202A3B}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{9433CDAB-693E-446D-8DCF-DECB258391FE}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{F47B96CE-C45D-476D-86D3-3E54860BD161}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{9E558BEC-91B8-4FC8-976F-1CCA7001B3B5}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{910BDC36-DAE5-42F2-8289-D02536741ACE}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{B8E38007-E317-429B-ADD2-D14FC32A56B8}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{9DEAD20A-4771-43D3-BCB9-BE3347089E62}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{1485DC84-9655-447E-84B6-295696A6AE0C}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{29825CB6-7123-417D-8420-6F63B42E048B}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{B816AEE4-7172-44AE-B59B-29DCBD3E4A0F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ContainerInstance", "Az.ContainerInstance.csproj", "{B205CE86-4CD8-464C-90D9-42DFD1766B70}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ContainerInstance", "Az.ContainerInstance.csproj", "{BC2CC76A-7F5A-497C-B48E-FBAE076ED359}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -28,77 +28,77 @@ Global HideSolutionNode = FALSE EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5E36A58C-9179-4197-803B-876929202A3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5E36A58C-9179-4197-803B-876929202A3B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5E36A58C-9179-4197-803B-876929202A3B}.Debug|x64.ActiveCfg = Debug|Any CPU - {5E36A58C-9179-4197-803B-876929202A3B}.Debug|x64.Build.0 = Debug|Any CPU - {5E36A58C-9179-4197-803B-876929202A3B}.Debug|x86.ActiveCfg = Debug|Any CPU - {5E36A58C-9179-4197-803B-876929202A3B}.Debug|x86.Build.0 = Debug|Any CPU - {5E36A58C-9179-4197-803B-876929202A3B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5E36A58C-9179-4197-803B-876929202A3B}.Release|Any CPU.Build.0 = Release|Any CPU - {5E36A58C-9179-4197-803B-876929202A3B}.Release|x64.ActiveCfg = Release|Any CPU - {5E36A58C-9179-4197-803B-876929202A3B}.Release|x64.Build.0 = Release|Any CPU - {5E36A58C-9179-4197-803B-876929202A3B}.Release|x86.ActiveCfg = Release|Any CPU - {5E36A58C-9179-4197-803B-876929202A3B}.Release|x86.Build.0 = Release|Any CPU - {F47B96CE-C45D-476D-86D3-3E54860BD161}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F47B96CE-C45D-476D-86D3-3E54860BD161}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F47B96CE-C45D-476D-86D3-3E54860BD161}.Debug|x64.ActiveCfg = Debug|Any CPU - {F47B96CE-C45D-476D-86D3-3E54860BD161}.Debug|x64.Build.0 = Debug|Any CPU - {F47B96CE-C45D-476D-86D3-3E54860BD161}.Debug|x86.ActiveCfg = Debug|Any CPU - {F47B96CE-C45D-476D-86D3-3E54860BD161}.Debug|x86.Build.0 = Debug|Any CPU - {F47B96CE-C45D-476D-86D3-3E54860BD161}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F47B96CE-C45D-476D-86D3-3E54860BD161}.Release|Any CPU.Build.0 = Release|Any CPU - {F47B96CE-C45D-476D-86D3-3E54860BD161}.Release|x64.ActiveCfg = Release|Any CPU - {F47B96CE-C45D-476D-86D3-3E54860BD161}.Release|x64.Build.0 = Release|Any CPU - {F47B96CE-C45D-476D-86D3-3E54860BD161}.Release|x86.ActiveCfg = Release|Any CPU - {F47B96CE-C45D-476D-86D3-3E54860BD161}.Release|x86.Build.0 = Release|Any CPU - {910BDC36-DAE5-42F2-8289-D02536741ACE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {910BDC36-DAE5-42F2-8289-D02536741ACE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {910BDC36-DAE5-42F2-8289-D02536741ACE}.Debug|x64.ActiveCfg = Debug|Any CPU - {910BDC36-DAE5-42F2-8289-D02536741ACE}.Debug|x64.Build.0 = Debug|Any CPU - {910BDC36-DAE5-42F2-8289-D02536741ACE}.Debug|x86.ActiveCfg = Debug|Any CPU - {910BDC36-DAE5-42F2-8289-D02536741ACE}.Debug|x86.Build.0 = Debug|Any CPU - {910BDC36-DAE5-42F2-8289-D02536741ACE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {910BDC36-DAE5-42F2-8289-D02536741ACE}.Release|Any CPU.Build.0 = Release|Any CPU - {910BDC36-DAE5-42F2-8289-D02536741ACE}.Release|x64.ActiveCfg = Release|Any CPU - {910BDC36-DAE5-42F2-8289-D02536741ACE}.Release|x64.Build.0 = Release|Any CPU - {910BDC36-DAE5-42F2-8289-D02536741ACE}.Release|x86.ActiveCfg = Release|Any CPU - {910BDC36-DAE5-42F2-8289-D02536741ACE}.Release|x86.Build.0 = Release|Any CPU - {9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Debug|x64.ActiveCfg = Debug|Any CPU - {9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Debug|x64.Build.0 = Debug|Any CPU - {9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Debug|x86.ActiveCfg = Debug|Any CPU - {9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Debug|x86.Build.0 = Debug|Any CPU - {9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Release|Any CPU.Build.0 = Release|Any CPU - {9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Release|x64.ActiveCfg = Release|Any CPU - {9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Release|x64.Build.0 = Release|Any CPU - {9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Release|x86.ActiveCfg = Release|Any CPU - {9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Release|x86.Build.0 = Release|Any CPU - {29825CB6-7123-417D-8420-6F63B42E048B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {29825CB6-7123-417D-8420-6F63B42E048B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {29825CB6-7123-417D-8420-6F63B42E048B}.Debug|x64.ActiveCfg = Debug|Any CPU - {29825CB6-7123-417D-8420-6F63B42E048B}.Debug|x64.Build.0 = Debug|Any CPU - {29825CB6-7123-417D-8420-6F63B42E048B}.Debug|x86.ActiveCfg = Debug|Any CPU - {29825CB6-7123-417D-8420-6F63B42E048B}.Debug|x86.Build.0 = Debug|Any CPU - {29825CB6-7123-417D-8420-6F63B42E048B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {29825CB6-7123-417D-8420-6F63B42E048B}.Release|Any CPU.Build.0 = Release|Any CPU - {29825CB6-7123-417D-8420-6F63B42E048B}.Release|x64.ActiveCfg = Release|Any CPU - {29825CB6-7123-417D-8420-6F63B42E048B}.Release|x64.Build.0 = Release|Any CPU - {29825CB6-7123-417D-8420-6F63B42E048B}.Release|x86.ActiveCfg = Release|Any CPU - {29825CB6-7123-417D-8420-6F63B42E048B}.Release|x86.Build.0 = Release|Any CPU - {B205CE86-4CD8-464C-90D9-42DFD1766B70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B205CE86-4CD8-464C-90D9-42DFD1766B70}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B205CE86-4CD8-464C-90D9-42DFD1766B70}.Debug|x64.ActiveCfg = Debug|Any CPU - {B205CE86-4CD8-464C-90D9-42DFD1766B70}.Debug|x64.Build.0 = Debug|Any CPU - {B205CE86-4CD8-464C-90D9-42DFD1766B70}.Debug|x86.ActiveCfg = Debug|Any CPU - {B205CE86-4CD8-464C-90D9-42DFD1766B70}.Debug|x86.Build.0 = Debug|Any CPU - {B205CE86-4CD8-464C-90D9-42DFD1766B70}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B205CE86-4CD8-464C-90D9-42DFD1766B70}.Release|Any CPU.Build.0 = Release|Any CPU - {B205CE86-4CD8-464C-90D9-42DFD1766B70}.Release|x64.ActiveCfg = Release|Any CPU - {B205CE86-4CD8-464C-90D9-42DFD1766B70}.Release|x64.Build.0 = Release|Any CPU - {B205CE86-4CD8-464C-90D9-42DFD1766B70}.Release|x86.ActiveCfg = Release|Any CPU - {B205CE86-4CD8-464C-90D9-42DFD1766B70}.Release|x86.Build.0 = Release|Any CPU + {9433CDAB-693E-446D-8DCF-DECB258391FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9433CDAB-693E-446D-8DCF-DECB258391FE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9433CDAB-693E-446D-8DCF-DECB258391FE}.Debug|x64.ActiveCfg = Debug|Any CPU + {9433CDAB-693E-446D-8DCF-DECB258391FE}.Debug|x64.Build.0 = Debug|Any CPU + {9433CDAB-693E-446D-8DCF-DECB258391FE}.Debug|x86.ActiveCfg = Debug|Any CPU + {9433CDAB-693E-446D-8DCF-DECB258391FE}.Debug|x86.Build.0 = Debug|Any CPU + {9433CDAB-693E-446D-8DCF-DECB258391FE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9433CDAB-693E-446D-8DCF-DECB258391FE}.Release|Any CPU.Build.0 = Release|Any CPU + {9433CDAB-693E-446D-8DCF-DECB258391FE}.Release|x64.ActiveCfg = Release|Any CPU + {9433CDAB-693E-446D-8DCF-DECB258391FE}.Release|x64.Build.0 = Release|Any CPU + {9433CDAB-693E-446D-8DCF-DECB258391FE}.Release|x86.ActiveCfg = Release|Any CPU + {9433CDAB-693E-446D-8DCF-DECB258391FE}.Release|x86.Build.0 = Release|Any CPU + {9E558BEC-91B8-4FC8-976F-1CCA7001B3B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9E558BEC-91B8-4FC8-976F-1CCA7001B3B5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9E558BEC-91B8-4FC8-976F-1CCA7001B3B5}.Debug|x64.ActiveCfg = Debug|Any CPU + {9E558BEC-91B8-4FC8-976F-1CCA7001B3B5}.Debug|x64.Build.0 = Debug|Any CPU + {9E558BEC-91B8-4FC8-976F-1CCA7001B3B5}.Debug|x86.ActiveCfg = Debug|Any CPU + {9E558BEC-91B8-4FC8-976F-1CCA7001B3B5}.Debug|x86.Build.0 = Debug|Any CPU + {9E558BEC-91B8-4FC8-976F-1CCA7001B3B5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9E558BEC-91B8-4FC8-976F-1CCA7001B3B5}.Release|Any CPU.Build.0 = Release|Any CPU + {9E558BEC-91B8-4FC8-976F-1CCA7001B3B5}.Release|x64.ActiveCfg = Release|Any CPU + {9E558BEC-91B8-4FC8-976F-1CCA7001B3B5}.Release|x64.Build.0 = Release|Any CPU + {9E558BEC-91B8-4FC8-976F-1CCA7001B3B5}.Release|x86.ActiveCfg = Release|Any CPU + {9E558BEC-91B8-4FC8-976F-1CCA7001B3B5}.Release|x86.Build.0 = Release|Any CPU + {B8E38007-E317-429B-ADD2-D14FC32A56B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B8E38007-E317-429B-ADD2-D14FC32A56B8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B8E38007-E317-429B-ADD2-D14FC32A56B8}.Debug|x64.ActiveCfg = Debug|Any CPU + {B8E38007-E317-429B-ADD2-D14FC32A56B8}.Debug|x64.Build.0 = Debug|Any CPU + {B8E38007-E317-429B-ADD2-D14FC32A56B8}.Debug|x86.ActiveCfg = Debug|Any CPU + {B8E38007-E317-429B-ADD2-D14FC32A56B8}.Debug|x86.Build.0 = Debug|Any CPU + {B8E38007-E317-429B-ADD2-D14FC32A56B8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B8E38007-E317-429B-ADD2-D14FC32A56B8}.Release|Any CPU.Build.0 = Release|Any CPU + {B8E38007-E317-429B-ADD2-D14FC32A56B8}.Release|x64.ActiveCfg = Release|Any CPU + {B8E38007-E317-429B-ADD2-D14FC32A56B8}.Release|x64.Build.0 = Release|Any CPU + {B8E38007-E317-429B-ADD2-D14FC32A56B8}.Release|x86.ActiveCfg = Release|Any CPU + {B8E38007-E317-429B-ADD2-D14FC32A56B8}.Release|x86.Build.0 = Release|Any CPU + {1485DC84-9655-447E-84B6-295696A6AE0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1485DC84-9655-447E-84B6-295696A6AE0C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1485DC84-9655-447E-84B6-295696A6AE0C}.Debug|x64.ActiveCfg = Debug|Any CPU + {1485DC84-9655-447E-84B6-295696A6AE0C}.Debug|x64.Build.0 = Debug|Any CPU + {1485DC84-9655-447E-84B6-295696A6AE0C}.Debug|x86.ActiveCfg = Debug|Any CPU + {1485DC84-9655-447E-84B6-295696A6AE0C}.Debug|x86.Build.0 = Debug|Any CPU + {1485DC84-9655-447E-84B6-295696A6AE0C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1485DC84-9655-447E-84B6-295696A6AE0C}.Release|Any CPU.Build.0 = Release|Any CPU + {1485DC84-9655-447E-84B6-295696A6AE0C}.Release|x64.ActiveCfg = Release|Any CPU + {1485DC84-9655-447E-84B6-295696A6AE0C}.Release|x64.Build.0 = Release|Any CPU + {1485DC84-9655-447E-84B6-295696A6AE0C}.Release|x86.ActiveCfg = Release|Any CPU + {1485DC84-9655-447E-84B6-295696A6AE0C}.Release|x86.Build.0 = Release|Any CPU + {B816AEE4-7172-44AE-B59B-29DCBD3E4A0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B816AEE4-7172-44AE-B59B-29DCBD3E4A0F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B816AEE4-7172-44AE-B59B-29DCBD3E4A0F}.Debug|x64.ActiveCfg = Debug|Any CPU + {B816AEE4-7172-44AE-B59B-29DCBD3E4A0F}.Debug|x64.Build.0 = Debug|Any CPU + {B816AEE4-7172-44AE-B59B-29DCBD3E4A0F}.Debug|x86.ActiveCfg = Debug|Any CPU + {B816AEE4-7172-44AE-B59B-29DCBD3E4A0F}.Debug|x86.Build.0 = Debug|Any CPU + {B816AEE4-7172-44AE-B59B-29DCBD3E4A0F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B816AEE4-7172-44AE-B59B-29DCBD3E4A0F}.Release|Any CPU.Build.0 = Release|Any CPU + {B816AEE4-7172-44AE-B59B-29DCBD3E4A0F}.Release|x64.ActiveCfg = Release|Any CPU + {B816AEE4-7172-44AE-B59B-29DCBD3E4A0F}.Release|x64.Build.0 = Release|Any CPU + {B816AEE4-7172-44AE-B59B-29DCBD3E4A0F}.Release|x86.ActiveCfg = Release|Any CPU + {B816AEE4-7172-44AE-B59B-29DCBD3E4A0F}.Release|x86.Build.0 = Release|Any CPU + {BC2CC76A-7F5A-497C-B48E-FBAE076ED359}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BC2CC76A-7F5A-497C-B48E-FBAE076ED359}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BC2CC76A-7F5A-497C-B48E-FBAE076ED359}.Debug|x64.ActiveCfg = Debug|Any CPU + {BC2CC76A-7F5A-497C-B48E-FBAE076ED359}.Debug|x64.Build.0 = Debug|Any CPU + {BC2CC76A-7F5A-497C-B48E-FBAE076ED359}.Debug|x86.ActiveCfg = Debug|Any CPU + {BC2CC76A-7F5A-497C-B48E-FBAE076ED359}.Debug|x86.Build.0 = Debug|Any CPU + {BC2CC76A-7F5A-497C-B48E-FBAE076ED359}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BC2CC76A-7F5A-497C-B48E-FBAE076ED359}.Release|Any CPU.Build.0 = Release|Any CPU + {BC2CC76A-7F5A-497C-B48E-FBAE076ED359}.Release|x64.ActiveCfg = Release|Any CPU + {BC2CC76A-7F5A-497C-B48E-FBAE076ED359}.Release|x64.Build.0 = Release|Any CPU + {BC2CC76A-7F5A-497C-B48E-FBAE076ED359}.Release|x86.ActiveCfg = Release|Any CPU + {BC2CC76A-7F5A-497C-B48E-FBAE076ED359}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection EndGlobal diff --git a/src/ContainerInstance/check-dependencies.ps1 b/src/ContainerInstance/check-dependencies.ps1 index 1200ec1e6fc4..c29591c7bfe1 100644 --- a/src/ContainerInstance/check-dependencies.ps1 +++ b/src/ContainerInstance/check-dependencies.ps1 @@ -25,7 +25,7 @@ if(-not $Isolated) { function DownloadModule ([bool]$predicate, [string]$path, [string]$moduleName, [string]$versionMinimum, [string]$requiredVersion) { if($predicate) { $module = Get-Module -ListAvailable -Name $moduleName - if((-not $module) -or ($versionMinimum -and ($module | ForEach-Object { $_.Version } | Where-Object { $_ -ge [System.Version]$versionMinimum } | Measure-Object).Count -eq 0)) { + if((-not $module) -or ($versionMinimum -and ($module | ForEach-Object { $_.Version } | Where-Object { $_ -ge [System.Version]$versionMinimum } | Measure-Object).Count -eq 0) -or ($requiredVersion -and ($module | ForEach-Object { $_.Version } | Where-Object { $_ -eq [System.Version]$requiredVersion } | Measure-Object).Count -eq 0)) { $null = New-Item -ItemType Directory -Force -Path $path Write-Host -ForegroundColor Green "Installing local $moduleName module into '$path'..." if ($requiredVersion) { diff --git a/src/ContainerInstance/examples/New-AzContainerGroup.md b/src/ContainerInstance/examples/New-AzContainerGroup.md index 7d9d691b7133..3e1740f392ed 100644 --- a/src/ContainerInstance/examples/New-AzContainerGroup.md +++ b/src/ContainerInstance/examples/New-AzContainerGroup.md @@ -77,7 +77,8 @@ This commands creates a container group with a container instance, whose image i ### Example 6: Create a container group that mounts Azure File volume ```powershell $volume = New-AzContainerGroupVolumeObject -Name "myvolume" -AzureFileShareName "myshare" -AzureFileStorageAccountName "username" -AzureFileStorageAccountKey (ConvertTo-SecureString "PlainTextPassword" -AsPlainText -Force) -$container = New-AzContainerInstanceObject -Name test-container -Image alpine +$mount = New-AzContainerInstanceVolumeMountObject -MountPath "/aci/logs" -Name "myvolume" +$container = New-AzContainerInstanceObject -Name test-container -Image alpine -VolumeMount $mount $containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -Volume $volume ``` @@ -92,7 +93,7 @@ This commands creates a container group with a container instance, whose image i ### Example 7: Create a container group with system assigned and user assigned identity ```powershell $container = New-AzContainerInstanceObject -Name test-container -Image alpine -$containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -IdentityType "SystemAssigned, UserAssigned" -IdentityUserAssignedIdentity /subscriptions//resourceGroups//providers/Microsoft.ManagedIdentity/userAssignedIdentities/ +$containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -IdentityType "SystemAssigned, UserAssigned" -IdentityUserAssignedIdentity @{"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}" = @{}} ``` ```output diff --git a/src/ContainerInstance/exports/Add-AzContainerInstanceOutput.ps1 b/src/ContainerInstance/exports/Add-AzContainerInstanceOutput.ps1 index 828166adc690..09e95d2b79da 100644 --- a/src/ContainerInstance/exports/Add-AzContainerInstanceOutput.ps1 +++ b/src/ContainerInstance/exports/Add-AzContainerInstanceOutput.ps1 @@ -117,7 +117,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/Get-AzContainerGroup.ps1 b/src/ContainerInstance/exports/Get-AzContainerGroup.ps1 index c646acee5ec4..40bbdca72636 100644 --- a/src/ContainerInstance/exports/Get-AzContainerGroup.ps1 +++ b/src/ContainerInstance/exports/Get-AzContainerGroup.ps1 @@ -141,7 +141,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/Get-AzContainerInstanceCachedImage.ps1 b/src/ContainerInstance/exports/Get-AzContainerInstanceCachedImage.ps1 index 7691dff989bc..64c86195d8df 100644 --- a/src/ContainerInstance/exports/Get-AzContainerInstanceCachedImage.ps1 +++ b/src/ContainerInstance/exports/Get-AzContainerInstanceCachedImage.ps1 @@ -102,7 +102,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/Get-AzContainerInstanceCapability.ps1 b/src/ContainerInstance/exports/Get-AzContainerInstanceCapability.ps1 index e04f320f4615..a18755afc9cb 100644 --- a/src/ContainerInstance/exports/Get-AzContainerInstanceCapability.ps1 +++ b/src/ContainerInstance/exports/Get-AzContainerInstanceCapability.ps1 @@ -102,7 +102,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/Get-AzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint.ps1 b/src/ContainerInstance/exports/Get-AzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint.ps1 index cea9bdf3a1f9..9256734ea9a9 100644 --- a/src/ContainerInstance/exports/Get-AzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint.ps1 +++ b/src/ContainerInstance/exports/Get-AzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint.ps1 @@ -132,7 +132,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/Get-AzContainerInstanceLog.ps1 b/src/ContainerInstance/exports/Get-AzContainerInstanceLog.ps1 index f9dee03e5c1d..e322f4110356 100644 --- a/src/ContainerInstance/exports/Get-AzContainerInstanceLog.ps1 +++ b/src/ContainerInstance/exports/Get-AzContainerInstanceLog.ps1 @@ -130,7 +130,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/Get-AzContainerInstanceUsage.ps1 b/src/ContainerInstance/exports/Get-AzContainerInstanceUsage.ps1 index 7a15413f56a6..a184c86023a0 100644 --- a/src/ContainerInstance/exports/Get-AzContainerInstanceUsage.ps1 +++ b/src/ContainerInstance/exports/Get-AzContainerInstanceUsage.ps1 @@ -102,7 +102,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/Invoke-AzContainerInstanceCommand.ps1 b/src/ContainerInstance/exports/Invoke-AzContainerInstanceCommand.ps1 index 2f0f926b80de..c7c4f9ff65ee 100644 --- a/src/ContainerInstance/exports/Invoke-AzContainerInstanceCommand.ps1 +++ b/src/ContainerInstance/exports/Invoke-AzContainerInstanceCommand.ps1 @@ -141,7 +141,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/New-AzContainerGroup.ps1 b/src/ContainerInstance/exports/New-AzContainerGroup.ps1 index 29d9838dfe3c..41b3cbef991c 100644 --- a/src/ContainerInstance/exports/New-AzContainerGroup.ps1 +++ b/src/ContainerInstance/exports/New-AzContainerGroup.ps1 @@ -42,11 +42,12 @@ $imageRegistryCredential = New-AzContainerGroupImageRegistryCredentialObject -Se $containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -ImageRegistryCredential $imageRegistryCredential .Example $volume = New-AzContainerGroupVolumeObject -Name "myvolume" -AzureFileShareName "myshare" -AzureFileStorageAccountName "username" -AzureFileStorageAccountKey (ConvertTo-SecureString "PlainTextPassword" -AsPlainText -Force) -$container = New-AzContainerInstanceObject -Name test-container -Image alpine +$mount = New-AzContainerInstanceVolumeMountObject -MountPath "/aci/logs" -Name "myvolume" +$container = New-AzContainerInstanceObject -Name test-container -Image alpine -VolumeMount $mount $containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -Volume $volume .Example $container = New-AzContainerInstanceObject -Name test-container -Image alpine -$containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -IdentityType "SystemAssigned, UserAssigned" -IdentityUserAssignedIdentity /subscriptions//resourceGroups//providers/Microsoft.ManagedIdentity/userAssignedIdentities/ +$containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -IdentityType "SystemAssigned, UserAssigned" -IdentityUserAssignedIdentity @{"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}" = @{}} .Outputs Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup @@ -435,7 +436,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/New-AzContainerGroupImageRegistryCredentialObject.ps1 b/src/ContainerInstance/exports/New-AzContainerGroupImageRegistryCredentialObject.ps1 index d15c61714f5b..9601bd21bce9 100644 --- a/src/ContainerInstance/exports/New-AzContainerGroupImageRegistryCredentialObject.ps1 +++ b/src/ContainerInstance/exports/New-AzContainerGroupImageRegistryCredentialObject.ps1 @@ -65,7 +65,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/New-AzContainerGroupPortObject.ps1 b/src/ContainerInstance/exports/New-AzContainerGroupPortObject.ps1 index e56d7309ba82..f2a6fb29fd43 100644 --- a/src/ContainerInstance/exports/New-AzContainerGroupPortObject.ps1 +++ b/src/ContainerInstance/exports/New-AzContainerGroupPortObject.ps1 @@ -54,7 +54,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/New-AzContainerGroupVolumeObject.ps1 b/src/ContainerInstance/exports/New-AzContainerGroupVolumeObject.ps1 index 75f617ebb868..a0e9e0d89763 100644 --- a/src/ContainerInstance/exports/New-AzContainerGroupVolumeObject.ps1 +++ b/src/ContainerInstance/exports/New-AzContainerGroupVolumeObject.ps1 @@ -118,7 +118,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/New-AzContainerInstanceEnvironmentVariableObject.ps1 b/src/ContainerInstance/exports/New-AzContainerInstanceEnvironmentVariableObject.ps1 index b9775fe5c76d..856b9db2eca2 100644 --- a/src/ContainerInstance/exports/New-AzContainerInstanceEnvironmentVariableObject.ps1 +++ b/src/ContainerInstance/exports/New-AzContainerInstanceEnvironmentVariableObject.ps1 @@ -61,7 +61,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/New-AzContainerInstanceHttpHeaderObject.ps1 b/src/ContainerInstance/exports/New-AzContainerInstanceHttpHeaderObject.ps1 index e33e44f12375..a94f230e5d47 100644 --- a/src/ContainerInstance/exports/New-AzContainerInstanceHttpHeaderObject.ps1 +++ b/src/ContainerInstance/exports/New-AzContainerInstanceHttpHeaderObject.ps1 @@ -53,7 +53,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/New-AzContainerInstanceInitDefinitionObject.ps1 b/src/ContainerInstance/exports/New-AzContainerInstanceInitDefinitionObject.ps1 index 4810495f7bf2..ae93670024c5 100644 --- a/src/ContainerInstance/exports/New-AzContainerInstanceInitDefinitionObject.ps1 +++ b/src/ContainerInstance/exports/New-AzContainerInstanceInitDefinitionObject.ps1 @@ -87,7 +87,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/New-AzContainerInstanceObject.ps1 b/src/ContainerInstance/exports/New-AzContainerInstanceObject.ps1 index 1098a43826aa..f862b50db7b6 100644 --- a/src/ContainerInstance/exports/New-AzContainerInstanceObject.ps1 +++ b/src/ContainerInstance/exports/New-AzContainerInstanceObject.ps1 @@ -285,7 +285,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/New-AzContainerInstancePortObject.ps1 b/src/ContainerInstance/exports/New-AzContainerInstancePortObject.ps1 index 2541e5c78b1e..35220bd477a1 100644 --- a/src/ContainerInstance/exports/New-AzContainerInstancePortObject.ps1 +++ b/src/ContainerInstance/exports/New-AzContainerInstancePortObject.ps1 @@ -54,7 +54,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/New-AzContainerInstanceVolumeMountObject.ps1 b/src/ContainerInstance/exports/New-AzContainerInstanceVolumeMountObject.ps1 index 1f8e4532982d..11444f7f74eb 100644 --- a/src/ContainerInstance/exports/New-AzContainerInstanceVolumeMountObject.ps1 +++ b/src/ContainerInstance/exports/New-AzContainerInstanceVolumeMountObject.ps1 @@ -61,7 +61,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/ProxyCmdletDefinitions.ps1 b/src/ContainerInstance/exports/ProxyCmdletDefinitions.ps1 index 1b42096049bd..5e7c804329ab 100644 --- a/src/ContainerInstance/exports/ProxyCmdletDefinitions.ps1 +++ b/src/ContainerInstance/exports/ProxyCmdletDefinitions.ps1 @@ -117,7 +117,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -312,7 +312,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -471,7 +471,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -627,7 +627,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -813,7 +813,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -998,7 +998,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -1154,7 +1154,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -1360,7 +1360,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -1567,7 +1567,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -1774,7 +1774,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -1969,7 +1969,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -2178,7 +2178,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -2374,7 +2374,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -2476,11 +2476,12 @@ $imageRegistryCredential = New-AzContainerGroupImageRegistryCredentialObject -Se $containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -ImageRegistryCredential $imageRegistryCredential .Example $volume = New-AzContainerGroupVolumeObject -Name "myvolume" -AzureFileShareName "myshare" -AzureFileStorageAccountName "username" -AzureFileStorageAccountKey (ConvertTo-SecureString "PlainTextPassword" -AsPlainText -Force) -$container = New-AzContainerInstanceObject -Name test-container -Image alpine +$mount = New-AzContainerInstanceVolumeMountObject -MountPath "/aci/logs" -Name "myvolume" +$container = New-AzContainerInstanceObject -Name test-container -Image alpine -VolumeMount $mount $containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -Volume $volume .Example $container = New-AzContainerInstanceObject -Name test-container -Image alpine -$containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -IdentityType "SystemAssigned, UserAssigned" -IdentityUserAssignedIdentity /subscriptions//resourceGroups//providers/Microsoft.ManagedIdentity/userAssignedIdentities/ +$containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -IdentityType "SystemAssigned, UserAssigned" -IdentityUserAssignedIdentity @{"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}" = @{}} .Outputs Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup @@ -2869,7 +2870,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -2991,7 +2992,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -3096,7 +3097,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -3265,7 +3266,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -3377,7 +3378,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -3481,7 +3482,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -3619,7 +3620,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -3955,7 +3956,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -4060,7 +4061,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -4172,7 +4173,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/Remove-AzContainerGroup.ps1 b/src/ContainerInstance/exports/Remove-AzContainerGroup.ps1 index 216e1c7625a3..9b8cdc8cc235 100644 --- a/src/ContainerInstance/exports/Remove-AzContainerGroup.ps1 +++ b/src/ContainerInstance/exports/Remove-AzContainerGroup.ps1 @@ -152,7 +152,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/Restart-AzContainerGroup.ps1 b/src/ContainerInstance/exports/Restart-AzContainerGroup.ps1 index 1fe68a01a067..064a207ad092 100644 --- a/src/ContainerInstance/exports/Restart-AzContainerGroup.ps1 +++ b/src/ContainerInstance/exports/Restart-AzContainerGroup.ps1 @@ -152,7 +152,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/Start-AzContainerGroup.ps1 b/src/ContainerInstance/exports/Start-AzContainerGroup.ps1 index 6edc1663ca3c..44cd876534dc 100644 --- a/src/ContainerInstance/exports/Start-AzContainerGroup.ps1 +++ b/src/ContainerInstance/exports/Start-AzContainerGroup.ps1 @@ -152,7 +152,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/Stop-AzContainerGroup.ps1 b/src/ContainerInstance/exports/Stop-AzContainerGroup.ps1 index 9d5d5d710e3b..28666a74e790 100644 --- a/src/ContainerInstance/exports/Stop-AzContainerGroup.ps1 +++ b/src/ContainerInstance/exports/Stop-AzContainerGroup.ps1 @@ -140,7 +140,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/exports/Update-AzContainerGroup.ps1 b/src/ContainerInstance/exports/Update-AzContainerGroup.ps1 index 252385948e18..4c79219dea9d 100644 --- a/src/ContainerInstance/exports/Update-AzContainerGroup.ps1 +++ b/src/ContainerInstance/exports/Update-AzContainerGroup.ps1 @@ -154,7 +154,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { diff --git a/src/ContainerInstance/generate-info.json b/src/ContainerInstance/generate-info.json index 270188f5138a..d844d2b50a93 100644 --- a/src/ContainerInstance/generate-info.json +++ b/src/ContainerInstance/generate-info.json @@ -1,8 +1,8 @@ { - "swagger_commit": "f5b15e812e6e5228eaebf3b629a682a088afebd6", - "autorest_powershell": "3.0.482", + "autorest": "`-- (empty)", + "swagger_commit": "6d564f9b9736da1859051240529e1e427629ae87", + "autorest_powershell": "3.0.490", "node": "v14.15.5", "autorest_modelerfour": "4.15.414", - "autorest_core": "3.8.3", - "autorest": "`-- (empty)" + "autorest_core": "3.8.4" } diff --git a/src/ContainerInstance/generated/Module.cs b/src/ContainerInstance/generated/Module.cs index cd8eaa7fc242..c77df297c7d1 100644 --- a/src/ContainerInstance/generated/Module.cs +++ b/src/ContainerInstance/generated/Module.cs @@ -125,7 +125,7 @@ public void Init() /// Creates the module instance. private Module() { - /// constructor + // constructor ClientAPI = new Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.ContainerInstance(); _handler.Proxy = _webProxy; _pipeline = new Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.HttpPipeline(new Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.HttpClientFactory(new global::System.Net.Http.HttpClient())); diff --git a/src/ContainerInstance/generated/api/ContainerInstance.cs b/src/ContainerInstance/generated/api/ContainerInstance.cs index 42b0b16bbf24..f3756e6c5d95 100644 --- a/src/ContainerInstance/generated/api/ContainerInstance.cs +++ b/src/ContainerInstance/generated/api/ContainerInstance.cs @@ -236,6 +236,7 @@ public partial class ContainerInstance // make the final call _response = await sender.SendAsync(request, eventListener); + await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Events.Polling, _response); if( eventListener.Token.IsCancellationRequested ) { return; } break; } } @@ -515,6 +516,7 @@ public partial class ContainerInstance // make the final call _response = await sender.SendAsync(request, eventListener); + await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Events.Polling, _response); if( eventListener.Token.IsCancellationRequested ) { return; } break; } } @@ -1478,6 +1480,7 @@ public partial class ContainerInstance // make the final call _response = await sender.SendAsync(request, eventListener); + await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Events.Polling, _response); if( eventListener.Token.IsCancellationRequested ) { return; } break; } } @@ -1754,6 +1757,7 @@ public partial class ContainerInstance // make the final call _response = await sender.SendAsync(request, eventListener); + await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Events.Polling, _response); if( eventListener.Token.IsCancellationRequested ) { return; } break; } } diff --git a/src/ContainerInstance/generated/api/Models/Any.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Any.PowerShell.cs index 01113ff6c278..f917410a0ead 100644 --- a/src/ContainerInstance/generated/api/Models/Any.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Any.PowerShell.cs @@ -31,7 +31,8 @@ public partial class Any /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class Any /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -124,7 +126,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IAny D /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IAny FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Any.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Any.TypeConverter.cs index 20a76bf876ee..7d5fe2a28f19 100644 --- a/src/ContainerInstance/generated/api/Models/Any.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Any.TypeConverter.cs @@ -14,20 +14,19 @@ public partial class AnyTypeConverter : global::System.Management.Automation.PST { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +74,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +99,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Any.json.cs b/src/ContainerInstance/generated/api/Models/Any.json.cs index 81d9adba8381..a4a9f076daa5 100644 --- a/src/ContainerInstance/generated/api/Models/Any.json.cs +++ b/src/ContainerInstance/generated/api/Models/Any.json.cs @@ -20,7 +20,7 @@ public partial class Any partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class Any /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class Any /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/AzureFileVolume.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/AzureFileVolume.PowerShell.cs index a9067db2b677..bb6fbe359d3f 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/AzureFileVolume.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/AzureFileVolume.PowerShell.cs @@ -33,7 +33,8 @@ public partial class AzureFileVolume /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -45,7 +46,8 @@ public partial class AzureFileVolume /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -158,7 +160,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IAzureFileVolume FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/AzureFileVolume.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/AzureFileVolume.TypeConverter.cs index d47126d380f8..86f66c20b662 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/AzureFileVolume.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/AzureFileVolume.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class AzureFileVolumeTypeConverter : global::System.Management.Au { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/AzureFileVolume.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/AzureFileVolume.json.cs index fffcf429e044..c70b55dde865 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/AzureFileVolume.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/AzureFileVolume.json.cs @@ -22,7 +22,7 @@ public partial class AzureFileVolume partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -32,7 +32,8 @@ public partial class AzureFileVolume /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -44,7 +45,8 @@ public partial class AzureFileVolume /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CachedImages.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CachedImages.PowerShell.cs index 251b6e912541..477ed0980a23 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CachedImages.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CachedImages.PowerShell.cs @@ -31,7 +31,8 @@ public partial class CachedImages /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class CachedImages /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -140,7 +142,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICachedImages FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CachedImages.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CachedImages.TypeConverter.cs index ea86685a3992..fd101356567e 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CachedImages.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CachedImages.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class CachedImagesTypeConverter : global::System.Management.Autom { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CachedImages.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CachedImages.json.cs index 10f6ecb3d5df..09d26261316a 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CachedImages.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CachedImages.json.cs @@ -20,7 +20,7 @@ public partial class CachedImages partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class CachedImages /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class CachedImages /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CachedImagesListResult.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CachedImagesListResult.PowerShell.cs index f09626f731ef..ad4850917970 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CachedImagesListResult.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CachedImagesListResult.PowerShell.cs @@ -31,7 +31,8 @@ public partial class CachedImagesListResult /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class CachedImagesListResult /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -142,7 +144,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICachedImagesListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CachedImagesListResult.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CachedImagesListResult.TypeConverter.cs index 8d04c99cef70..610c28c15f06 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CachedImagesListResult.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CachedImagesListResult.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class CachedImagesListResultTypeConverter : global::System.Manage { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CachedImagesListResult.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CachedImagesListResult.json.cs index 0ea50f37ec82..2a40dfe198e7 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CachedImagesListResult.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CachedImagesListResult.json.cs @@ -20,7 +20,7 @@ public partial class CachedImagesListResult partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class CachedImagesListResult /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class CachedImagesListResult /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Capabilities.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Capabilities.PowerShell.cs index 5d83d53754ef..d9cb3ebaa9bd 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Capabilities.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Capabilities.PowerShell.cs @@ -31,7 +31,8 @@ public partial class Capabilities /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class Capabilities /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -196,7 +198,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICapabilities FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Capabilities.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Capabilities.TypeConverter.cs index cd675c9f336b..7cb690cdfbd6 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Capabilities.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Capabilities.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class CapabilitiesTypeConverter : global::System.Management.Autom { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Capabilities.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Capabilities.json.cs index 8bbbf97b8667..bd11fe9d1af9 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Capabilities.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Capabilities.json.cs @@ -20,7 +20,7 @@ public partial class Capabilities partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class Capabilities /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class Capabilities /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesAutoGenerated.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesAutoGenerated.PowerShell.cs index a84756623f9e..5625f84a5bf7 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesAutoGenerated.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesAutoGenerated.PowerShell.cs @@ -31,7 +31,8 @@ public partial class CapabilitiesAutoGenerated /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class CapabilitiesAutoGenerated /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -150,7 +152,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICapabilitiesAutoGenerated FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesAutoGenerated.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesAutoGenerated.TypeConverter.cs index 7446fd79258f..76e1fdd04c81 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesAutoGenerated.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesAutoGenerated.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class CapabilitiesAutoGeneratedTypeConverter : global::System.Man { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesAutoGenerated.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesAutoGenerated.json.cs index b82413d1be23..0c75652413eb 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesAutoGenerated.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesAutoGenerated.json.cs @@ -20,7 +20,7 @@ public partial class CapabilitiesAutoGenerated partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class CapabilitiesAutoGenerated /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class CapabilitiesAutoGenerated /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesListResult.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesListResult.PowerShell.cs index 6eb1be409c88..f93211de9775 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesListResult.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesListResult.PowerShell.cs @@ -31,7 +31,8 @@ public partial class CapabilitiesListResult /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class CapabilitiesListResult /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -142,7 +144,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICapabilitiesListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesListResult.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesListResult.TypeConverter.cs index 5f5986060c13..a0170f0cd42c 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesListResult.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesListResult.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class CapabilitiesListResultTypeConverter : global::System.Manage { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesListResult.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesListResult.json.cs index 63dc0a1fea93..6bc925fbcd3c 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesListResult.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CapabilitiesListResult.json.cs @@ -20,7 +20,7 @@ public partial class CapabilitiesListResult partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class CapabilitiesListResult /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class CapabilitiesListResult /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CloudError.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CloudError.PowerShell.cs index b852aa8a234d..d9f8c5f0eed6 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CloudError.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CloudError.PowerShell.cs @@ -31,7 +31,8 @@ public partial class CloudError /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class CloudError /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -164,7 +166,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CloudError.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CloudError.TypeConverter.cs index a626fb46763f..25cf8026653a 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CloudError.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CloudError.TypeConverter.cs @@ -14,20 +14,19 @@ public partial class CloudErrorTypeConverter : global::System.Management.Automat { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +74,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +99,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CloudError.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CloudError.json.cs index 8d969ac4e93a..bbc7f55fb2dd 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CloudError.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CloudError.json.cs @@ -20,7 +20,7 @@ public partial class CloudError partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class CloudError /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class CloudError /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CloudErrorBody.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CloudErrorBody.PowerShell.cs index ccd818ca7530..8224030ad727 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CloudErrorBody.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CloudErrorBody.PowerShell.cs @@ -31,7 +31,8 @@ public partial class CloudErrorBody /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class CloudErrorBody /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -156,7 +158,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudErrorBody FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CloudErrorBody.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CloudErrorBody.TypeConverter.cs index 1167164096a7..9365cfe67fa7 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CloudErrorBody.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CloudErrorBody.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class CloudErrorBodyTypeConverter : global::System.Management.Aut { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/CloudErrorBody.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/CloudErrorBody.json.cs index c1358d84df8d..e60a556d5314 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/CloudErrorBody.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/CloudErrorBody.json.cs @@ -20,7 +20,7 @@ public partial class CloudErrorBody partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class CloudErrorBody /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class CloudErrorBody /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Components10Wh5UdSchemasContainergroupidentityPropertiesUserassignedidentitiesAdditionalproperties.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Components10Wh5UdSchemasContainergroupidentityPropertiesUserassignedidentitiesAdditionalproperties.PowerShell.cs index 79f8543e5931..e2f74eeef655 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Components10Wh5UdSchemasContainergroupidentityPropertiesUserassignedidentitiesAdditionalproperties.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Components10Wh5UdSchemasContainergroupidentityPropertiesUserassignedidentitiesAdditionalproperties.PowerShell.cs @@ -30,7 +30,8 @@ public partial class Components10Wh5UdSchemasContainergroupidentityPropertiesUse /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -42,7 +43,8 @@ public partial class Components10Wh5UdSchemasContainergroupidentityPropertiesUse /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -142,7 +144,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// />, deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IComponents10Wh5UdSchemasContainergroupidentityPropertiesUserassignedidentitiesAdditionalproperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Components10Wh5UdSchemasContainergroupidentityPropertiesUserassignedidentitiesAdditionalproperties.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Components10Wh5UdSchemasContainergroupidentityPropertiesUserassignedidentitiesAdditionalproperties.TypeConverter.cs index ff6359bb34e7..4987b0b3b8ee 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Components10Wh5UdSchemasContainergroupidentityPropertiesUserassignedidentitiesAdditionalproperties.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Components10Wh5UdSchemasContainergroupidentityPropertiesUserassignedidentitiesAdditionalproperties.TypeConverter.cs @@ -15,20 +15,20 @@ public partial class Components10Wh5UdSchemasContainergroupidentityPropertiesUse { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -77,19 +77,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -102,8 +103,8 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Components10Wh5UdSchemasContainergroupidentityPropertiesUserassignedidentitiesAdditionalproperties.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Components10Wh5UdSchemasContainergroupidentityPropertiesUserassignedidentitiesAdditionalproperties.json.cs index 45c5de33cd57..185ced6cac56 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Components10Wh5UdSchemasContainergroupidentityPropertiesUserassignedidentitiesAdditionalproperties.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Components10Wh5UdSchemasContainergroupidentityPropertiesUserassignedidentitiesAdditionalproperties.json.cs @@ -19,7 +19,7 @@ public partial class Components10Wh5UdSchemasContainergroupidentityPropertiesUse partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -29,7 +29,8 @@ public partial class Components10Wh5UdSchemasContainergroupidentityPropertiesUse /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -41,7 +42,8 @@ public partial class Components10Wh5UdSchemasContainergroupidentityPropertiesUse /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Container.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Container.PowerShell.cs index ba814899de46..f552ac85f536 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Container.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Container.PowerShell.cs @@ -31,7 +31,8 @@ public partial class Container /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class Container /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -612,7 +614,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainer FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Container.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Container.TypeConverter.cs index 323c9c5b2f77..6d7c65eb5922 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Container.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Container.TypeConverter.cs @@ -14,20 +14,19 @@ public partial class ContainerTypeConverter : global::System.Management.Automati { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +74,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +99,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Container.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Container.json.cs index f343cb813026..56e4f0b338db 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Container.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Container.json.cs @@ -20,7 +20,7 @@ public partial class Container partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class Container /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class Container /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerAttachResponse.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerAttachResponse.PowerShell.cs index bde1d8aa83b7..107dd9b02212 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerAttachResponse.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerAttachResponse.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerAttachResponse /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerAttachResponse /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -142,7 +144,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerAttachResponse FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerAttachResponse.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerAttachResponse.TypeConverter.cs index d4c61ddba61b..6b2c963168cb 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerAttachResponse.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerAttachResponse.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerAttachResponseTypeConverter : global::System.Manag { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerAttachResponse.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerAttachResponse.json.cs index 5fa5367ec0b9..51e81f69212a 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerAttachResponse.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerAttachResponse.json.cs @@ -20,7 +20,7 @@ public partial class ContainerAttachResponse partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerAttachResponse /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerAttachResponse /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExec.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExec.PowerShell.cs index f8c265228ed5..3358cc78c230 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExec.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExec.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerExec /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerExec /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -132,7 +134,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerExec FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExec.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExec.TypeConverter.cs index 7d79a3266e5c..e04b6ccabd6c 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExec.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExec.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerExecTypeConverter : global::System.Management.Auto { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExec.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExec.json.cs index 883fba126594..e7b63846dfd4 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExec.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExec.json.cs @@ -20,7 +20,7 @@ public partial class ContainerExec partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerExec /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerExec /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequest.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequest.PowerShell.cs index 22f6c14c7b11..c2e180e43b18 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequest.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequest.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerExecRequest /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerExecRequest /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -158,7 +160,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerExecRequest FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequest.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequest.TypeConverter.cs index 9a7a674261d6..fcd8ce70ab79 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequest.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequest.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerExecRequestTypeConverter : global::System.Manageme { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequest.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequest.json.cs index 78761014a221..dcf8fb3e33e0 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequest.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequest.json.cs @@ -20,7 +20,7 @@ public partial class ContainerExecRequest partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerExecRequest /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerExecRequest /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequestTerminalSize.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequestTerminalSize.PowerShell.cs index 0f9d0179d5e4..9d198344a082 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequestTerminalSize.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequestTerminalSize.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerExecRequestTerminalSize /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerExecRequestTerminalSize /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -142,7 +144,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerExecRequestTerminalSize FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequestTerminalSize.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequestTerminalSize.TypeConverter.cs index 1ee1b0e941fa..193bd79f56b3 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequestTerminalSize.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequestTerminalSize.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerExecRequestTerminalSizeTypeConverter : global::Sys { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,8 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequestTerminalSize.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequestTerminalSize.json.cs index f49de08f9941..9f5bcbd17f42 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequestTerminalSize.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecRequestTerminalSize.json.cs @@ -20,7 +20,7 @@ public partial class ContainerExecRequestTerminalSize partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerExecRequestTerminalSize /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerExecRequestTerminalSize /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecResponse.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecResponse.PowerShell.cs index 10a83a92a948..406e26986070 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecResponse.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecResponse.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerExecResponse /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerExecResponse /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -142,7 +144,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerExecResponse FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecResponse.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecResponse.TypeConverter.cs index 6a36e0a26261..c4e12c5d7979 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecResponse.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecResponse.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerExecResponseTypeConverter : global::System.Managem { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecResponse.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecResponse.json.cs index 4d946f4e05f7..7710e08ea605 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecResponse.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerExecResponse.json.cs @@ -20,7 +20,7 @@ public partial class ContainerExecResponse partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerExecResponse /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerExecResponse /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroup.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroup.PowerShell.cs index e1cf6a08fcd4..c7ed398f1483 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroup.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroup.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerGroup /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerGroup /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -484,7 +486,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroup.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroup.TypeConverter.cs index fc216656b89c..b2f25ebb6e1f 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroup.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroup.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerGroupTypeConverter : global::System.Management.Aut { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroup.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroup.cs index 72000e88ebe3..0d1f3604aea9 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroup.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroup.cs @@ -264,7 +264,7 @@ public ContainerGroup() /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener eventListener) { diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroup.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroup.json.cs index 414839d5ced0..12a81031f511 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroup.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroup.json.cs @@ -20,7 +20,7 @@ public partial class ContainerGroup partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerGroup /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerGroup /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupDiagnostics.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupDiagnostics.PowerShell.cs index 7782a9e92190..65b3623a4d9c 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupDiagnostics.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupDiagnostics.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerGroupDiagnostics /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerGroupDiagnostics /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -174,7 +176,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroupDiagnostics FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupDiagnostics.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupDiagnostics.TypeConverter.cs index 80f967895b7c..a2289e139913 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupDiagnostics.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupDiagnostics.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerGroupDiagnosticsTypeConverter : global::System.Man { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupDiagnostics.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupDiagnostics.json.cs index 7cfb4937da98..9049cbd85545 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupDiagnostics.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupDiagnostics.json.cs @@ -20,7 +20,7 @@ public partial class ContainerGroupDiagnostics partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerGroupDiagnostics /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerGroupDiagnostics /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentity.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentity.PowerShell.cs index 9ed6752f78e8..bddda8be7f24 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentity.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentity.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerGroupIdentity /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerGroupIdentity /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -158,7 +160,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroupIdentity FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentity.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentity.TypeConverter.cs index f8dc3522ee92..0d6bfe8047e2 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentity.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentity.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerGroupIdentityTypeConverter : global::System.Manage { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentity.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentity.json.cs index 6adab8950c0d..eafa4e9206e7 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentity.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentity.json.cs @@ -20,7 +20,7 @@ public partial class ContainerGroupIdentity partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerGroupIdentity /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerGroupIdentity /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentityUserAssignedIdentities.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentityUserAssignedIdentities.PowerShell.cs index ac731f8b9a46..10664d2e5e92 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentityUserAssignedIdentities.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentityUserAssignedIdentities.PowerShell.cs @@ -34,7 +34,8 @@ public partial class ContainerGroupIdentityUserAssignedIdentities /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -46,7 +47,8 @@ public partial class ContainerGroupIdentityUserAssignedIdentities /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -134,7 +136,9 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroupIdentityUserAssignedIdentities FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentityUserAssignedIdentities.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentityUserAssignedIdentities.TypeConverter.cs index 85e2a4785d51..5f02ae9c0557 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentityUserAssignedIdentities.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentityUserAssignedIdentities.TypeConverter.cs @@ -15,20 +15,20 @@ public partial class ContainerGroupIdentityUserAssignedIdentitiesTypeConverter : { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -77,19 +77,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -101,8 +102,8 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentityUserAssignedIdentities.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentityUserAssignedIdentities.json.cs index 5386fa3003f3..5788f8240ac4 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentityUserAssignedIdentities.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupIdentityUserAssignedIdentities.json.cs @@ -23,7 +23,7 @@ public partial class ContainerGroupIdentityUserAssignedIdentities partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -33,7 +33,8 @@ public partial class ContainerGroupIdentityUserAssignedIdentities /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -45,7 +46,8 @@ public partial class ContainerGroupIdentityUserAssignedIdentities /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupListResult.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupListResult.PowerShell.cs index 9da47daee05a..f6a565c4c356 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupListResult.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupListResult.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerGroupListResult /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerGroupListResult /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -142,7 +144,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroupListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupListResult.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupListResult.TypeConverter.cs index a51fdd9d3ade..23066baf6c8d 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupListResult.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupListResult.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerGroupListResultTypeConverter : global::System.Mana { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupListResult.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupListResult.json.cs index 58fed9e2e919..2f2701258243 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupListResult.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupListResult.json.cs @@ -20,7 +20,7 @@ public partial class ContainerGroupListResult partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerGroupListResult /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerGroupListResult /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupProperties.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupProperties.PowerShell.cs index c52eb908b4ea..cb198efd1159 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupProperties.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupProperties.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerGroupProperties /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerGroupProperties /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -390,7 +392,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroupProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupProperties.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupProperties.TypeConverter.cs index 3b4f9541ae89..533164c52826 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupProperties.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupProperties.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerGroupPropertiesTypeConverter : global::System.Mana { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupProperties.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupProperties.json.cs index 4417b90cf216..8bfdb2780be1 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupProperties.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupProperties.json.cs @@ -20,7 +20,7 @@ public partial class ContainerGroupProperties partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerGroupProperties /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerGroupProperties /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupPropertiesInstanceView.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupPropertiesInstanceView.PowerShell.cs index 4a333ae595f6..079465a10672 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupPropertiesInstanceView.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupPropertiesInstanceView.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerGroupPropertiesInstanceView /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerGroupPropertiesInstanceView /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -142,7 +144,9 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroupPropertiesInstanceView FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupPropertiesInstanceView.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupPropertiesInstanceView.TypeConverter.cs index 3edd8927e72d..3cfb919c5bdf 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupPropertiesInstanceView.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupPropertiesInstanceView.TypeConverter.cs @@ -15,20 +15,20 @@ public partial class ContainerGroupPropertiesInstanceViewTypeConverter : global: { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -77,19 +77,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -101,8 +102,8 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupPropertiesInstanceView.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupPropertiesInstanceView.json.cs index a74514c23faf..9aa66ec00281 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupPropertiesInstanceView.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupPropertiesInstanceView.json.cs @@ -20,7 +20,7 @@ public partial class ContainerGroupPropertiesInstanceView partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerGroupPropertiesInstanceView /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerGroupPropertiesInstanceView /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupSubnetId.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupSubnetId.PowerShell.cs index facef660a48b..1d23cbbca7b4 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupSubnetId.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupSubnetId.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerGroupSubnetId /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerGroupSubnetId /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -142,7 +144,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroupSubnetId FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupSubnetId.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupSubnetId.TypeConverter.cs index 96f3a220904e..eda059a709ca 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupSubnetId.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupSubnetId.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerGroupSubnetIdTypeConverter : global::System.Manage { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupSubnetId.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupSubnetId.json.cs index 393c411ea544..f7e9db823c1c 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupSubnetId.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerGroupSubnetId.json.cs @@ -20,7 +20,7 @@ public partial class ContainerGroupSubnetId partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerGroupSubnetId /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerGroupSubnetId /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerHttpGet.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerHttpGet.PowerShell.cs index aaab27f8e5f7..55844b4c2df4 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerHttpGet.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerHttpGet.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerHttpGet /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerHttpGet /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -156,7 +158,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerHttpGet FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerHttpGet.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerHttpGet.TypeConverter.cs index 9235dc43164e..1803f5cfbf1e 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerHttpGet.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerHttpGet.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerHttpGetTypeConverter : global::System.Management.A { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerHttpGet.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerHttpGet.json.cs index 88fed48db085..e0b91d857e26 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerHttpGet.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerHttpGet.json.cs @@ -20,7 +20,7 @@ public partial class ContainerHttpGet partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerHttpGet /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerHttpGet /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPort.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPort.PowerShell.cs index e593cebcfe37..3790e66263ae 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPort.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPort.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerPort /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerPort /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -140,7 +142,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerPort FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPort.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPort.TypeConverter.cs index 900457585e37..64179af6c402 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPort.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPort.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerPortTypeConverter : global::System.Management.Auto { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPort.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPort.json.cs index 741dc5eb7d79..0b8f78c180e5 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPort.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPort.json.cs @@ -20,7 +20,7 @@ public partial class ContainerPort partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerPort /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerPort /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProbe.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProbe.PowerShell.cs index aaa5d6e90f0a..8a6fd1fd5a7e 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProbe.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProbe.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerProbe /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerProbe /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -220,7 +222,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerProbe FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProbe.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProbe.TypeConverter.cs index e4690b7671a0..b223f5a163a6 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProbe.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProbe.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerProbeTypeConverter : global::System.Management.Aut { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProbe.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProbe.json.cs index aef3203b6149..a42fd49fae10 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProbe.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProbe.json.cs @@ -20,7 +20,7 @@ public partial class ContainerProbe partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerProbe /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerProbe /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProperties.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProperties.PowerShell.cs index da4c1f818023..6b6af41826ea 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProperties.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProperties.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerProperties /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerProperties /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -598,7 +600,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProperties.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProperties.TypeConverter.cs index 29ba8c7ad483..d53f035f4f53 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProperties.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProperties.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerPropertiesTypeConverter : global::System.Managemen { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProperties.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProperties.json.cs index 55db1251155a..23e9e6008c6a 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProperties.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerProperties.json.cs @@ -20,7 +20,7 @@ public partial class ContainerProperties partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerProperties /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerProperties /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPropertiesInstanceView.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPropertiesInstanceView.PowerShell.cs index 8028c733ed6d..8dfe69094510 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPropertiesInstanceView.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPropertiesInstanceView.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerPropertiesInstanceView /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerPropertiesInstanceView /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -238,7 +240,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerPropertiesInstanceView FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPropertiesInstanceView.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPropertiesInstanceView.TypeConverter.cs index 39bab2b3c1e0..bfd9073c8863 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPropertiesInstanceView.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPropertiesInstanceView.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerPropertiesInstanceViewTypeConverter : global::Syst { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,8 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPropertiesInstanceView.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPropertiesInstanceView.json.cs index 5c19320fde2d..fb722ef29daf 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPropertiesInstanceView.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerPropertiesInstanceView.json.cs @@ -20,7 +20,7 @@ public partial class ContainerPropertiesInstanceView partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerPropertiesInstanceView /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerPropertiesInstanceView /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerState.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerState.PowerShell.cs index 3317144ee291..11a3bf75fd05 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerState.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerState.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ContainerState /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ContainerState /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -164,7 +166,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerState FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerState.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerState.TypeConverter.cs index e5ca73a6563f..3b0508cb0501 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerState.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerState.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerStateTypeConverter : global::System.Management.Aut { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerState.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerState.json.cs index 9f186cf8008a..7eb79fcef727 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ContainerState.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ContainerState.json.cs @@ -20,7 +20,7 @@ public partial class ContainerState partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ContainerState /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ContainerState /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/DnsConfiguration.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/DnsConfiguration.PowerShell.cs index c976ad346802..ec1a9d267c6f 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/DnsConfiguration.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/DnsConfiguration.PowerShell.cs @@ -31,7 +31,8 @@ public partial class DnsConfiguration /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class DnsConfiguration /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -148,7 +150,7 @@ internal DnsConfiguration(global::System.Management.Automation.PSObject content) /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IDnsConfiguration FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/DnsConfiguration.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/DnsConfiguration.TypeConverter.cs index 8b2b264d2d69..d3cb6e69b6b6 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/DnsConfiguration.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/DnsConfiguration.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class DnsConfigurationTypeConverter : global::System.Management.A { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/DnsConfiguration.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/DnsConfiguration.json.cs index 52fe01c26b9e..dbc43f2c2783 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/DnsConfiguration.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/DnsConfiguration.json.cs @@ -20,7 +20,7 @@ public partial class DnsConfiguration partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class DnsConfiguration /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class DnsConfiguration /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/EncryptionProperties.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/EncryptionProperties.PowerShell.cs index 8998fe83db8f..b5067367dfe3 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/EncryptionProperties.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/EncryptionProperties.PowerShell.cs @@ -31,7 +31,8 @@ public partial class EncryptionProperties /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class EncryptionProperties /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -150,7 +152,7 @@ internal EncryptionProperties(global::System.Management.Automation.PSObject cont /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IEncryptionProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/EncryptionProperties.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/EncryptionProperties.TypeConverter.cs index 7d3438856c2a..1aacd7deef47 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/EncryptionProperties.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/EncryptionProperties.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class EncryptionPropertiesTypeConverter : global::System.Manageme { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/EncryptionProperties.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/EncryptionProperties.json.cs index e38a7b9603eb..f98f4a66b3b6 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/EncryptionProperties.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/EncryptionProperties.json.cs @@ -20,7 +20,7 @@ public partial class EncryptionProperties partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class EncryptionProperties /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class EncryptionProperties /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/EnvironmentVariable.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/EnvironmentVariable.PowerShell.cs index 2e378e33da0f..4dc726be76f4 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/EnvironmentVariable.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/EnvironmentVariable.PowerShell.cs @@ -31,7 +31,8 @@ public partial class EnvironmentVariable /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class EnvironmentVariable /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -150,7 +152,7 @@ internal EnvironmentVariable(global::System.Management.Automation.PSObject conte /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IEnvironmentVariable FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/EnvironmentVariable.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/EnvironmentVariable.TypeConverter.cs index b8bb50515a35..648f8a487854 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/EnvironmentVariable.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/EnvironmentVariable.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class EnvironmentVariableTypeConverter : global::System.Managemen { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/EnvironmentVariable.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/EnvironmentVariable.json.cs index 1d417df595c8..00d0df55f3b5 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/EnvironmentVariable.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/EnvironmentVariable.json.cs @@ -20,7 +20,7 @@ public partial class EnvironmentVariable partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class EnvironmentVariable /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class EnvironmentVariable /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Event.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Event.PowerShell.cs index 65fad933ec94..98ba9897bba2 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Event.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Event.PowerShell.cs @@ -31,7 +31,8 @@ public partial class Event /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class Event /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -172,7 +174,7 @@ internal Event(global::System.Management.Automation.PSObject content) /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IEvent FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Event.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Event.TypeConverter.cs index fe9ac03ac748..adae8c1f3b8e 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Event.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Event.TypeConverter.cs @@ -14,20 +14,19 @@ public partial class EventTypeConverter : global::System.Management.Automation.P { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +74,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +99,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Event.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Event.json.cs index 203de984e9f5..c34b4a921fb6 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Event.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Event.json.cs @@ -20,7 +20,7 @@ public partial class Event partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class Event /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class Event /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/GitRepoVolume.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/GitRepoVolume.PowerShell.cs index 9b6b9f25e634..4140efb2179c 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/GitRepoVolume.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/GitRepoVolume.PowerShell.cs @@ -31,7 +31,8 @@ public partial class GitRepoVolume /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class GitRepoVolume /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IGitRepoVolume FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/GitRepoVolume.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/GitRepoVolume.TypeConverter.cs index 6d40ac3574f5..6fac72fba0dd 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/GitRepoVolume.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/GitRepoVolume.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class GitRepoVolumeTypeConverter : global::System.Management.Auto { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/GitRepoVolume.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/GitRepoVolume.json.cs index 567f3a2b8cda..ad4bb1b2bade 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/GitRepoVolume.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/GitRepoVolume.json.cs @@ -20,7 +20,7 @@ public partial class GitRepoVolume partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class GitRepoVolume /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class GitRepoVolume /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/GpuResource.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/GpuResource.PowerShell.cs index 36f86a602647..c1b9a83665c8 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/GpuResource.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/GpuResource.PowerShell.cs @@ -31,7 +31,8 @@ public partial class GpuResource /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class GpuResource /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IGpuResource FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/GpuResource.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/GpuResource.TypeConverter.cs index 1acb783aaa8b..5db66835a8f2 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/GpuResource.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/GpuResource.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class GpuResourceTypeConverter : global::System.Management.Automa { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/GpuResource.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/GpuResource.json.cs index b0a307fc4197..3e6a4419a2cb 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/GpuResource.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/GpuResource.json.cs @@ -20,7 +20,7 @@ public partial class GpuResource partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class GpuResource /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class GpuResource /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/HttpHeader.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/HttpHeader.PowerShell.cs index 2264c16e8771..0c7c076712e7 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/HttpHeader.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/HttpHeader.PowerShell.cs @@ -31,7 +31,8 @@ public partial class HttpHeader /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class HttpHeader /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IHttpHeader FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/HttpHeader.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/HttpHeader.TypeConverter.cs index d07e5fb2f9bb..9e691c880355 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/HttpHeader.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/HttpHeader.TypeConverter.cs @@ -14,20 +14,19 @@ public partial class HttpHeaderTypeConverter : global::System.Management.Automat { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +74,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +99,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/HttpHeader.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/HttpHeader.json.cs index 4bc53f17722b..71bc3444e172 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/HttpHeader.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/HttpHeader.json.cs @@ -20,7 +20,7 @@ public partial class HttpHeader partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class HttpHeader /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class HttpHeader /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/IPAddress.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/IPAddress.PowerShell.cs index 2a547f592fa6..bd999bb8887a 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/IPAddress.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/IPAddress.PowerShell.cs @@ -31,7 +31,8 @@ public partial class IPAddress /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class IPAddress /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IIPAddress FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/IPAddress.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/IPAddress.TypeConverter.cs index ba6a2feb11e0..385629777802 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/IPAddress.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/IPAddress.TypeConverter.cs @@ -14,20 +14,19 @@ public partial class IPAddressTypeConverter : global::System.Management.Automati { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +74,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +99,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/IPAddress.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/IPAddress.json.cs index a4c87f435087..babc1a0b2ea5 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/IPAddress.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/IPAddress.json.cs @@ -20,7 +20,7 @@ public partial class IPAddress partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class IPAddress /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class IPAddress /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ImageRegistryCredential.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ImageRegistryCredential.PowerShell.cs index 75c93eb1f4e8..5085227838d9 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ImageRegistryCredential.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ImageRegistryCredential.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ImageRegistryCredential /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ImageRegistryCredential /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -92,7 +94,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IImageRegistryCredential FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ImageRegistryCredential.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ImageRegistryCredential.TypeConverter.cs index b0e8d4134380..404e8fc4021a 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ImageRegistryCredential.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ImageRegistryCredential.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ImageRegistryCredentialTypeConverter : global::System.Manag { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ImageRegistryCredential.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ImageRegistryCredential.json.cs index 2588efd2b1c0..69dcd2d9fdf5 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ImageRegistryCredential.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ImageRegistryCredential.json.cs @@ -20,7 +20,7 @@ public partial class ImageRegistryCredential partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ImageRegistryCredential /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ImageRegistryCredential /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerDefinition.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerDefinition.PowerShell.cs index 2b65f6e73b41..f6037255e118 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerDefinition.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerDefinition.PowerShell.cs @@ -31,7 +31,8 @@ public partial class InitContainerDefinition /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class InitContainerDefinition /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -92,7 +94,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IInitContainerDefinition FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerDefinition.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerDefinition.TypeConverter.cs index 8215f80963ab..3c949ff6f6c6 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerDefinition.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerDefinition.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class InitContainerDefinitionTypeConverter : global::System.Manag { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerDefinition.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerDefinition.json.cs index 802bce3fd9c5..9c45adf3a429 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerDefinition.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerDefinition.json.cs @@ -20,7 +20,7 @@ public partial class InitContainerDefinition partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class InitContainerDefinition /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class InitContainerDefinition /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinition.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinition.PowerShell.cs index 29e114be8bfd..6068b99551c1 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinition.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinition.PowerShell.cs @@ -31,7 +31,8 @@ public partial class InitContainerPropertiesDefinition /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class InitContainerPropertiesDefinition /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -92,7 +94,9 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IInitContainerPropertiesDefinition FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinition.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinition.TypeConverter.cs index a90f7f867535..2ce01d257e25 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinition.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinition.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class InitContainerPropertiesDefinitionTypeConverter : global::Sy { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,8 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinition.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinition.json.cs index b50b7593344e..551eb8570de8 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinition.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinition.json.cs @@ -20,7 +20,7 @@ public partial class InitContainerPropertiesDefinition partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class InitContainerPropertiesDefinition /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class InitContainerPropertiesDefinition /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinitionInstanceView.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinitionInstanceView.PowerShell.cs index c3c0eba0b3cf..dad88b418856 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinitionInstanceView.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinitionInstanceView.PowerShell.cs @@ -31,7 +31,8 @@ public partial class InitContainerPropertiesDefinitionInstanceView /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class InitContainerPropertiesDefinitionInstanceView /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -93,7 +95,9 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IInitContainerPropertiesDefinitionInstanceView FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinitionInstanceView.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinitionInstanceView.TypeConverter.cs index b5104d4f8eb5..1a78e95449e6 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinitionInstanceView.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinitionInstanceView.TypeConverter.cs @@ -15,20 +15,20 @@ public partial class InitContainerPropertiesDefinitionInstanceViewTypeConverter { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -77,19 +77,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -101,8 +102,8 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinitionInstanceView.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinitionInstanceView.json.cs index 14be8a68ca32..226c7de4813d 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinitionInstanceView.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/InitContainerPropertiesDefinitionInstanceView.json.cs @@ -20,7 +20,7 @@ public partial class InitContainerPropertiesDefinitionInstanceView partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class InitContainerPropertiesDefinitionInstanceView /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class InitContainerPropertiesDefinitionInstanceView /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalytics.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalytics.PowerShell.cs index 35da34f373d4..5978a26c9225 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalytics.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalytics.PowerShell.cs @@ -31,7 +31,8 @@ public partial class LogAnalytics /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class LogAnalytics /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ILogAnalytics FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalytics.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalytics.TypeConverter.cs index 65348316a0a0..ed552d101619 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalytics.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalytics.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class LogAnalyticsTypeConverter : global::System.Management.Autom { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalytics.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalytics.json.cs index e4d47f864716..826f1459bcfb 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalytics.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalytics.json.cs @@ -20,7 +20,7 @@ public partial class LogAnalytics partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class LogAnalytics /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class LogAnalytics /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalyticsMetadata.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalyticsMetadata.PowerShell.cs index 3068d661bf4e..dc8e73b00ec3 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalyticsMetadata.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalyticsMetadata.PowerShell.cs @@ -31,7 +31,8 @@ public partial class LogAnalyticsMetadata /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class LogAnalyticsMetadata /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -92,7 +94,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ILogAnalyticsMetadata FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalyticsMetadata.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalyticsMetadata.TypeConverter.cs index f9dfe654cf35..23760f191970 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalyticsMetadata.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalyticsMetadata.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class LogAnalyticsMetadataTypeConverter : global::System.Manageme { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalyticsMetadata.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalyticsMetadata.json.cs index d3c9b210a7d1..5ccc9f15aae5 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalyticsMetadata.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/LogAnalyticsMetadata.json.cs @@ -20,7 +20,7 @@ public partial class LogAnalyticsMetadata partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class LogAnalyticsMetadata /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class LogAnalyticsMetadata /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Logs.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Logs.PowerShell.cs index 5c1a938d36fb..093f9246551b 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Logs.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Logs.PowerShell.cs @@ -31,7 +31,8 @@ public partial class Logs /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class Logs /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ILogs FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Logs.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Logs.TypeConverter.cs index 8bd5249a4907..b933dcc3cdc3 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Logs.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Logs.TypeConverter.cs @@ -14,20 +14,19 @@ public partial class LogsTypeConverter : global::System.Management.Automation.PS { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +74,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +99,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Logs.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Logs.json.cs index 501f3a087f1a..07911a2b2e32 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Logs.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Logs.json.cs @@ -20,7 +20,7 @@ public partial class Logs partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class Logs /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class Logs /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Operation.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Operation.PowerShell.cs index 7539e9029131..f57c0f1f27cc 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Operation.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Operation.PowerShell.cs @@ -31,7 +31,8 @@ public partial class Operation /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class Operation /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IOperation FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Operation.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Operation.TypeConverter.cs index d2ab4803b4fe..31287bbbff4b 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Operation.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Operation.TypeConverter.cs @@ -14,20 +14,19 @@ public partial class OperationTypeConverter : global::System.Management.Automati { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +74,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +99,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Operation.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Operation.json.cs index bd0079fb1501..4cb951e0df37 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Operation.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Operation.json.cs @@ -20,7 +20,7 @@ public partial class Operation partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class Operation /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class Operation /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/OperationDisplay.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/OperationDisplay.PowerShell.cs index ef3675d0e2b0..e2cfec037ce9 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/OperationDisplay.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/OperationDisplay.PowerShell.cs @@ -31,7 +31,8 @@ public partial class OperationDisplay /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class OperationDisplay /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IOperationDisplay FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/OperationDisplay.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/OperationDisplay.TypeConverter.cs index a47558940fdd..c03941f1ab50 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/OperationDisplay.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/OperationDisplay.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class OperationDisplayTypeConverter : global::System.Management.A { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/OperationDisplay.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/OperationDisplay.json.cs index b3ef7631de01..ad49b37440e9 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/OperationDisplay.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/OperationDisplay.json.cs @@ -20,7 +20,7 @@ public partial class OperationDisplay partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class OperationDisplay /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class OperationDisplay /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/OperationListResult.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/OperationListResult.PowerShell.cs index 1c31256e652d..4aec62d62dd4 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/OperationListResult.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/OperationListResult.PowerShell.cs @@ -33,7 +33,8 @@ public partial class OperationListResult /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -45,7 +46,8 @@ public partial class OperationListResult /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -94,7 +96,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IOperationListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/OperationListResult.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/OperationListResult.TypeConverter.cs index 6862fa970e6f..ebed231792e1 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/OperationListResult.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/OperationListResult.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class OperationListResultTypeConverter : global::System.Managemen { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/OperationListResult.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/OperationListResult.json.cs index 31f1a5d6b67f..1a21578607a8 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/OperationListResult.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/OperationListResult.json.cs @@ -22,7 +22,7 @@ public partial class OperationListResult partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -32,7 +32,8 @@ public partial class OperationListResult /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -44,7 +45,8 @@ public partial class OperationListResult /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Port.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Port.PowerShell.cs index 6a2ec19ccc08..8edabe60b7ca 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Port.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Port.PowerShell.cs @@ -31,7 +31,8 @@ public partial class Port /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class Port /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IPort FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Port.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Port.TypeConverter.cs index f6a0c52d933a..cadf305857b3 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Port.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Port.TypeConverter.cs @@ -14,20 +14,19 @@ public partial class PortTypeConverter : global::System.Management.Automation.PS { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +74,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +99,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Port.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Port.json.cs index d2e02003d102..703de272b95b 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Port.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Port.json.cs @@ -20,7 +20,7 @@ public partial class Port partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class Port /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class Port /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Resource.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Resource.PowerShell.cs index 65241028d443..c74a4a2bea5c 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Resource.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Resource.PowerShell.cs @@ -31,7 +31,8 @@ public partial class Resource /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class Resource /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResource FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Resource.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Resource.TypeConverter.cs index 304e3597a471..06e090b8dfce 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Resource.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Resource.TypeConverter.cs @@ -14,20 +14,19 @@ public partial class ResourceTypeConverter : global::System.Management.Automatio { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +74,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +99,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Resource.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Resource.json.cs index ddd4a2cfcee3..20e21c496fa8 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Resource.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Resource.json.cs @@ -20,7 +20,7 @@ public partial class Resource partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class Resource /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class Resource /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceLimits.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceLimits.PowerShell.cs index 02ee1cf2d71b..5a77408c0e5e 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceLimits.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceLimits.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ResourceLimits /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ResourceLimits /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResourceLimits FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceLimits.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceLimits.TypeConverter.cs index 9a98f1637d81..392e750ed3d7 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceLimits.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceLimits.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ResourceLimitsTypeConverter : global::System.Management.Aut { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceLimits.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceLimits.json.cs index cd9853d49518..8c5b12acad63 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceLimits.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceLimits.json.cs @@ -20,7 +20,7 @@ public partial class ResourceLimits partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ResourceLimits /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ResourceLimits /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequests.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequests.PowerShell.cs index 3b39e6a655fe..39039267157a 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequests.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequests.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ResourceRequests /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ResourceRequests /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResourceRequests FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequests.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequests.TypeConverter.cs index b9dc48efb989..85a3c589cb9b 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequests.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequests.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ResourceRequestsTypeConverter : global::System.Management.A { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequests.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequests.json.cs index 09959022eb4e..b77352fa0bce 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequests.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequests.json.cs @@ -20,7 +20,7 @@ public partial class ResourceRequests partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ResourceRequests /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ResourceRequests /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequirements.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequirements.PowerShell.cs index 45ead34541e7..38bf03fd28f7 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequirements.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequirements.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ResourceRequirements /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ResourceRequirements /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -92,7 +94,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResourceRequirements FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequirements.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequirements.TypeConverter.cs index 19f69b476b0c..ee5cf914c1cc 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequirements.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequirements.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ResourceRequirementsTypeConverter : global::System.Manageme { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequirements.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequirements.json.cs index 5af3269cdcb2..cbca536adeb0 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequirements.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceRequirements.json.cs @@ -20,7 +20,7 @@ public partial class ResourceRequirements partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ResourceRequirements /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ResourceRequirements /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceTags.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceTags.PowerShell.cs index 4c5f46948a2f..debeb9f00e85 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceTags.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceTags.PowerShell.cs @@ -31,7 +31,8 @@ public partial class ResourceTags /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class ResourceTags /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResourceTags FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceTags.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceTags.TypeConverter.cs index 7c792482ac95..073a8a1cbd39 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceTags.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceTags.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ResourceTagsTypeConverter : global::System.Management.Autom { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceTags.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceTags.json.cs index d738a8f69f01..29dead435b99 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/ResourceTags.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/ResourceTags.json.cs @@ -20,7 +20,7 @@ public partial class ResourceTags partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class ResourceTags /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class ResourceTags /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/SecretVolume.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/SecretVolume.PowerShell.cs index a6f4db2e3042..7b560a1e7e27 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/SecretVolume.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/SecretVolume.PowerShell.cs @@ -31,7 +31,8 @@ public partial class SecretVolume /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class SecretVolume /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ISecretVolume FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/SecretVolume.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/SecretVolume.TypeConverter.cs index ceaadd020b3b..1312601fb10a 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/SecretVolume.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/SecretVolume.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class SecretVolumeTypeConverter : global::System.Management.Autom { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/SecretVolume.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/SecretVolume.json.cs index 13b58e96e4f9..a6ded2ca4379 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/SecretVolume.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/SecretVolume.json.cs @@ -20,7 +20,7 @@ public partial class SecretVolume partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class SecretVolume /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class SecretVolume /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Usage.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Usage.PowerShell.cs index 9c23a50e006a..a9e3beb397c2 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Usage.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Usage.PowerShell.cs @@ -31,7 +31,8 @@ public partial class Usage /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class Usage /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IUsage FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Usage.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Usage.TypeConverter.cs index df82c01c3926..af3dccbcea7a 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Usage.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Usage.TypeConverter.cs @@ -14,20 +14,19 @@ public partial class UsageTypeConverter : global::System.Management.Automation.P { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +74,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +99,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Usage.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Usage.json.cs index bd3388000df3..6ce050bb8961 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Usage.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Usage.json.cs @@ -20,7 +20,7 @@ public partial class Usage partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class Usage /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class Usage /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/UsageListResult.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/UsageListResult.PowerShell.cs index d5ee6865c022..7ce3e9448d9c 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/UsageListResult.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/UsageListResult.PowerShell.cs @@ -31,7 +31,8 @@ public partial class UsageListResult /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class UsageListResult /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IUsageListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/UsageListResult.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/UsageListResult.TypeConverter.cs index d2d88ccea048..ad140bc1a4a6 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/UsageListResult.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/UsageListResult.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class UsageListResultTypeConverter : global::System.Management.Au { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/UsageListResult.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/UsageListResult.json.cs index 8e944a811dae..2ac054fcfdf0 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/UsageListResult.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/UsageListResult.json.cs @@ -20,7 +20,7 @@ public partial class UsageListResult partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class UsageListResult /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class UsageListResult /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/UsageName.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/UsageName.PowerShell.cs index ecd0563dcc2f..34e3e330dc1d 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/UsageName.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/UsageName.PowerShell.cs @@ -31,7 +31,8 @@ public partial class UsageName /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class UsageName /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IUsageName FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/UsageName.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/UsageName.TypeConverter.cs index fe9349b81e66..ccced4c499c0 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/UsageName.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/UsageName.TypeConverter.cs @@ -14,20 +14,19 @@ public partial class UsageNameTypeConverter : global::System.Management.Automati { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +74,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +99,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/UsageName.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/UsageName.json.cs index 37cb537f9b97..4f6ff9ff2a51 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/UsageName.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/UsageName.json.cs @@ -20,7 +20,7 @@ public partial class UsageName partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class UsageName /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class UsageName /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Volume.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Volume.PowerShell.cs index 534d7f7cc7ec..68bfdd47afd0 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Volume.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Volume.PowerShell.cs @@ -31,7 +31,8 @@ public partial class Volume /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class Volume /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IVolume FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Volume.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Volume.TypeConverter.cs index 817e0def9d35..1525149c38fd 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Volume.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Volume.TypeConverter.cs @@ -14,20 +14,19 @@ public partial class VolumeTypeConverter : global::System.Management.Automation. { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +74,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +99,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/Volume.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/Volume.json.cs index 1a3cc8eeca60..096ece1a735b 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/Volume.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/Volume.json.cs @@ -20,7 +20,7 @@ public partial class Volume partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class Volume /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class Volume /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/VolumeEmptyDir.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/VolumeEmptyDir.PowerShell.cs index 568f7b7f286d..4381961e4bbc 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/VolumeEmptyDir.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/VolumeEmptyDir.PowerShell.cs @@ -31,7 +31,8 @@ public partial class VolumeEmptyDir /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class VolumeEmptyDir /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IVolumeEmptyDir FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/VolumeEmptyDir.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/VolumeEmptyDir.TypeConverter.cs index 99dc500116c6..30962af81232 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/VolumeEmptyDir.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/VolumeEmptyDir.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class VolumeEmptyDirTypeConverter : global::System.Management.Aut { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/VolumeEmptyDir.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/VolumeEmptyDir.json.cs index 5b3819157906..447c7fde0b11 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/VolumeEmptyDir.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/VolumeEmptyDir.json.cs @@ -20,7 +20,7 @@ public partial class VolumeEmptyDir partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class VolumeEmptyDir /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class VolumeEmptyDir /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/VolumeMount.PowerShell.cs b/src/ContainerInstance/generated/api/Models/Api20210901/VolumeMount.PowerShell.cs index 8e9a990c5355..89a1f16df942 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/VolumeMount.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/VolumeMount.PowerShell.cs @@ -31,7 +31,8 @@ public partial class VolumeMount /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -43,7 +44,8 @@ public partial class VolumeMount /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -90,7 +92,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api202 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IVolumeMount FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/VolumeMount.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/Api20210901/VolumeMount.TypeConverter.cs index cdb35efdbfe0..112677048bbe 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/VolumeMount.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/VolumeMount.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class VolumeMountTypeConverter : global::System.Management.Automa { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -75,19 +75,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -99,8 +100,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/Api20210901/VolumeMount.json.cs b/src/ContainerInstance/generated/api/Models/Api20210901/VolumeMount.json.cs index 315268b3530f..f2012debb50c 100644 --- a/src/ContainerInstance/generated/api/Models/Api20210901/VolumeMount.json.cs +++ b/src/ContainerInstance/generated/api/Models/Api20210901/VolumeMount.json.cs @@ -20,7 +20,7 @@ public partial class VolumeMount partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -30,7 +30,8 @@ public partial class VolumeMount /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -42,7 +43,8 @@ public partial class VolumeMount /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Models/ContainerInstanceIdentity.PowerShell.cs b/src/ContainerInstance/generated/api/Models/ContainerInstanceIdentity.PowerShell.cs index 7af2b79c76f0..7368446690aa 100644 --- a/src/ContainerInstance/generated/api/Models/ContainerInstanceIdentity.PowerShell.cs +++ b/src/ContainerInstance/generated/api/Models/ContainerInstanceIdentity.PowerShell.cs @@ -30,7 +30,8 @@ public partial class ContainerInstanceIdentity /// /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Collections.IDictionary content that should be used. @@ -42,7 +43,8 @@ public partial class ContainerInstanceIdentity /// /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -171,7 +173,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IConta /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/ContainerInstance/generated/api/Models/ContainerInstanceIdentity.TypeConverter.cs b/src/ContainerInstance/generated/api/Models/ContainerInstanceIdentity.TypeConverter.cs index 2c594d1dcbdf..fc25fd26cd62 100644 --- a/src/ContainerInstance/generated/api/Models/ContainerInstanceIdentity.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Models/ContainerInstanceIdentity.TypeConverter.cs @@ -14,20 +14,20 @@ public partial class ContainerInstanceIdentityTypeConverter : global::System.Man { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the + /// type. /// /// the instance to check if it can be converted to the type. @@ -80,19 +80,20 @@ public static bool CanConvertFrom(dynamic sourceValue) } /// - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the + /// parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false + /// true if the converter can convert the parameter to the parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -104,8 +105,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/api/Models/ContainerInstanceIdentity.json.cs b/src/ContainerInstance/generated/api/Models/ContainerInstanceIdentity.json.cs index 16bbe50c7acc..a5d109c80616 100644 --- a/src/ContainerInstance/generated/api/Models/ContainerInstanceIdentity.json.cs +++ b/src/ContainerInstance/generated/api/Models/ContainerInstanceIdentity.json.cs @@ -19,7 +19,7 @@ public partial class ContainerInstanceIdentity partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonObject json); /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the AfterToJson will be called after the json serialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior /// /// The JSON container that the serialization result will be placed in. @@ -29,7 +29,8 @@ public partial class ContainerInstanceIdentity /// /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// If you wish to disable the default deserialization entirely, return true in the + /// output parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JsonNode that should be deserialized into this object. @@ -41,7 +42,8 @@ public partial class ContainerInstanceIdentity /// /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. + /// If you wish to disable the default serialization entirely, return true in the output + /// parameter. /// Implement this method in a partial class to enable this behavior. /// /// The JSON container that the serialization result will be placed in. diff --git a/src/ContainerInstance/generated/api/Support/ContainerGroupIPAddressType.TypeConverter.cs b/src/ContainerInstance/generated/api/Support/ContainerGroupIPAddressType.TypeConverter.cs index 6c113f827308..575249a9e66f 100644 --- a/src/ContainerInstance/generated/api/Support/ContainerGroupIPAddressType.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Support/ContainerGroupIPAddressType.TypeConverter.cs @@ -12,32 +12,32 @@ public partial class ContainerGroupIPAddressTypeTypeConverter : { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => true; /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to diff --git a/src/ContainerInstance/generated/api/Support/ContainerGroupIPAddressType.cs b/src/ContainerInstance/generated/api/Support/ContainerGroupIPAddressType.cs index 6f0484530fb7..bd0692118c9e 100644 --- a/src/ContainerInstance/generated/api/Support/ContainerGroupIPAddressType.cs +++ b/src/ContainerInstance/generated/api/Support/ContainerGroupIPAddressType.cs @@ -20,7 +20,7 @@ public partial struct ContainerGroupIPAddressType : private string _value { get; set; } /// - /// Creates an instance of the + /// Creates an instance of the Enum class. /// /// the value to create an instance for. private ContainerGroupIPAddressType(string underlyingValue) @@ -82,8 +82,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding != operator for enum ContainerGroupIPAddressType - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are not equal to the same value public static bool operator !=(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType e2) { @@ -91,8 +91,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding == operator for enum ContainerGroupIPAddressType - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are equal to the same value public static bool operator ==(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType e2) { diff --git a/src/ContainerInstance/generated/api/Support/ContainerGroupNetworkProtocol.TypeConverter.cs b/src/ContainerInstance/generated/api/Support/ContainerGroupNetworkProtocol.TypeConverter.cs index aff6ce36e78f..2f2ce853fced 100644 --- a/src/ContainerInstance/generated/api/Support/ContainerGroupNetworkProtocol.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Support/ContainerGroupNetworkProtocol.TypeConverter.cs @@ -12,32 +12,32 @@ public partial class ContainerGroupNetworkProtocolTypeConverter : { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => true; /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to diff --git a/src/ContainerInstance/generated/api/Support/ContainerGroupNetworkProtocol.cs b/src/ContainerInstance/generated/api/Support/ContainerGroupNetworkProtocol.cs index 6cf2033f4aad..4d6f5f18f4e6 100644 --- a/src/ContainerInstance/generated/api/Support/ContainerGroupNetworkProtocol.cs +++ b/src/ContainerInstance/generated/api/Support/ContainerGroupNetworkProtocol.cs @@ -20,7 +20,7 @@ public partial struct ContainerGroupNetworkProtocol : private string _value { get; set; } /// - /// Creates an instance of the + /// Creates an instance of the Enum class. /// /// the value to create an instance for. private ContainerGroupNetworkProtocol(string underlyingValue) @@ -84,8 +84,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding != operator for enum ContainerGroupNetworkProtocol - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are not equal to the same value public static bool operator !=(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol e2) { @@ -93,8 +93,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding == operator for enum ContainerGroupNetworkProtocol - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are equal to the same value public static bool operator ==(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol e2) { diff --git a/src/ContainerInstance/generated/api/Support/ContainerGroupRestartPolicy.TypeConverter.cs b/src/ContainerInstance/generated/api/Support/ContainerGroupRestartPolicy.TypeConverter.cs index cf07b1eaefcd..d1e09b2414c4 100644 --- a/src/ContainerInstance/generated/api/Support/ContainerGroupRestartPolicy.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Support/ContainerGroupRestartPolicy.TypeConverter.cs @@ -17,32 +17,32 @@ public partial class ContainerGroupRestartPolicyTypeConverter : { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => true; /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to diff --git a/src/ContainerInstance/generated/api/Support/ContainerGroupRestartPolicy.cs b/src/ContainerInstance/generated/api/Support/ContainerGroupRestartPolicy.cs index a71f85dfae1d..f19eefe50112 100644 --- a/src/ContainerInstance/generated/api/Support/ContainerGroupRestartPolicy.cs +++ b/src/ContainerInstance/generated/api/Support/ContainerGroupRestartPolicy.cs @@ -27,7 +27,7 @@ public partial struct ContainerGroupRestartPolicy : private string _value { get; set; } /// - /// Creates an instance of the + /// Creates an instance of the Enum class. /// /// the value to create an instance for. private ContainerGroupRestartPolicy(string underlyingValue) @@ -89,8 +89,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding != operator for enum ContainerGroupRestartPolicy - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are not equal to the same value public static bool operator !=(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy e2) { @@ -98,8 +98,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding == operator for enum ContainerGroupRestartPolicy - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are equal to the same value public static bool operator ==(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy e2) { diff --git a/src/ContainerInstance/generated/api/Support/ContainerGroupSku.TypeConverter.cs b/src/ContainerInstance/generated/api/Support/ContainerGroupSku.TypeConverter.cs index 97d4225aa6e5..02875c33ff8a 100644 --- a/src/ContainerInstance/generated/api/Support/ContainerGroupSku.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Support/ContainerGroupSku.TypeConverter.cs @@ -12,32 +12,32 @@ public partial class ContainerGroupSkuTypeConverter : { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => true; /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to diff --git a/src/ContainerInstance/generated/api/Support/ContainerGroupSku.cs b/src/ContainerInstance/generated/api/Support/ContainerGroupSku.cs index e58a5d2d71ec..10d4c7cad724 100644 --- a/src/ContainerInstance/generated/api/Support/ContainerGroupSku.cs +++ b/src/ContainerInstance/generated/api/Support/ContainerGroupSku.cs @@ -17,7 +17,7 @@ public partial struct ContainerGroupSku : /// the value for an instance of the Enum. private string _value { get; set; } - /// Creates an instance of the + /// Creates an instance of the Enum class. /// the value to create an instance for. private ContainerGroupSku(string underlyingValue) { @@ -78,8 +78,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding != operator for enum ContainerGroupSku - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are not equal to the same value public static bool operator !=(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku e2) { @@ -87,8 +87,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding == operator for enum ContainerGroupSku - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are equal to the same value public static bool operator ==(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku e2) { diff --git a/src/ContainerInstance/generated/api/Support/ContainerInstanceOperationsOrigin.TypeConverter.cs b/src/ContainerInstance/generated/api/Support/ContainerInstanceOperationsOrigin.TypeConverter.cs index 9fa72d0c7474..d4f77fa33336 100644 --- a/src/ContainerInstance/generated/api/Support/ContainerInstanceOperationsOrigin.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Support/ContainerInstanceOperationsOrigin.TypeConverter.cs @@ -12,32 +12,32 @@ public partial class ContainerInstanceOperationsOriginTypeConverter : { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => true; /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to diff --git a/src/ContainerInstance/generated/api/Support/ContainerInstanceOperationsOrigin.cs b/src/ContainerInstance/generated/api/Support/ContainerInstanceOperationsOrigin.cs index 63f2ce8132cb..dc14b442bb12 100644 --- a/src/ContainerInstance/generated/api/Support/ContainerInstanceOperationsOrigin.cs +++ b/src/ContainerInstance/generated/api/Support/ContainerInstanceOperationsOrigin.cs @@ -20,7 +20,7 @@ public partial struct ContainerInstanceOperationsOrigin : private string _value { get; set; } /// - /// Creates an instance of the + /// Creates an instance of the Enum class. /// /// the value to create an instance for. private ContainerInstanceOperationsOrigin(string underlyingValue) @@ -84,8 +84,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding != operator for enum ContainerInstanceOperationsOrigin - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are not equal to the same value public static bool operator !=(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerInstanceOperationsOrigin e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerInstanceOperationsOrigin e2) { @@ -93,8 +93,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding == operator for enum ContainerInstanceOperationsOrigin - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are equal to the same value public static bool operator ==(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerInstanceOperationsOrigin e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerInstanceOperationsOrigin e2) { diff --git a/src/ContainerInstance/generated/api/Support/ContainerNetworkProtocol.TypeConverter.cs b/src/ContainerInstance/generated/api/Support/ContainerNetworkProtocol.TypeConverter.cs index e4740d22e3ae..56de90e72dd8 100644 --- a/src/ContainerInstance/generated/api/Support/ContainerNetworkProtocol.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Support/ContainerNetworkProtocol.TypeConverter.cs @@ -12,32 +12,32 @@ public partial class ContainerNetworkProtocolTypeConverter : { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => true; /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to diff --git a/src/ContainerInstance/generated/api/Support/ContainerNetworkProtocol.cs b/src/ContainerInstance/generated/api/Support/ContainerNetworkProtocol.cs index 475c265631f5..09d12b10d245 100644 --- a/src/ContainerInstance/generated/api/Support/ContainerNetworkProtocol.cs +++ b/src/ContainerInstance/generated/api/Support/ContainerNetworkProtocol.cs @@ -17,7 +17,7 @@ public partial struct ContainerNetworkProtocol : /// the value for an instance of the Enum. private string _value { get; set; } - /// Creates an instance of the + /// Creates an instance of the Enum class. /// the value to create an instance for. private ContainerNetworkProtocol(string underlyingValue) { @@ -78,8 +78,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding != operator for enum ContainerNetworkProtocol - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are not equal to the same value public static bool operator !=(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol e2) { @@ -87,8 +87,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding == operator for enum ContainerNetworkProtocol - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are equal to the same value public static bool operator ==(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol e2) { diff --git a/src/ContainerInstance/generated/api/Support/GpuSku.TypeConverter.cs b/src/ContainerInstance/generated/api/Support/GpuSku.TypeConverter.cs index 2d6adf40f6f5..9c76e0b273f2 100644 --- a/src/ContainerInstance/generated/api/Support/GpuSku.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Support/GpuSku.TypeConverter.cs @@ -12,32 +12,32 @@ public partial class GpuSkuTypeConverter : { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => true; /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to diff --git a/src/ContainerInstance/generated/api/Support/GpuSku.cs b/src/ContainerInstance/generated/api/Support/GpuSku.cs index ff7f915817f6..15d0233160e6 100644 --- a/src/ContainerInstance/generated/api/Support/GpuSku.cs +++ b/src/ContainerInstance/generated/api/Support/GpuSku.cs @@ -49,7 +49,7 @@ public override int GetHashCode() return this._value.GetHashCode(); } - /// Creates an instance of the + /// Creates an instance of the Enum class. /// the value to create an instance for. private GpuSku(string underlyingValue) { @@ -80,8 +80,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding != operator for enum GpuSku - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are not equal to the same value public static bool operator !=(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku e2) { @@ -89,8 +89,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding == operator for enum GpuSku - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are equal to the same value public static bool operator ==(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku e2) { diff --git a/src/ContainerInstance/generated/api/Support/LogAnalyticsLogType.TypeConverter.cs b/src/ContainerInstance/generated/api/Support/LogAnalyticsLogType.TypeConverter.cs index 4c9a3e20c553..ddf5ab293178 100644 --- a/src/ContainerInstance/generated/api/Support/LogAnalyticsLogType.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Support/LogAnalyticsLogType.TypeConverter.cs @@ -12,32 +12,32 @@ public partial class LogAnalyticsLogTypeTypeConverter : { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => true; /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to diff --git a/src/ContainerInstance/generated/api/Support/LogAnalyticsLogType.cs b/src/ContainerInstance/generated/api/Support/LogAnalyticsLogType.cs index 1f055cc4355f..ee52b3ca002d 100644 --- a/src/ContainerInstance/generated/api/Support/LogAnalyticsLogType.cs +++ b/src/ContainerInstance/generated/api/Support/LogAnalyticsLogType.cs @@ -47,7 +47,7 @@ public override int GetHashCode() return this._value.GetHashCode(); } - /// Creates an instance of the + /// Creates an instance of the Enum class. /// the value to create an instance for. private LogAnalyticsLogType(string underlyingValue) { @@ -78,8 +78,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding != operator for enum LogAnalyticsLogType - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are not equal to the same value public static bool operator !=(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType e2) { @@ -87,8 +87,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding == operator for enum LogAnalyticsLogType - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are equal to the same value public static bool operator ==(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType e2) { diff --git a/src/ContainerInstance/generated/api/Support/OperatingSystemTypes.TypeConverter.cs b/src/ContainerInstance/generated/api/Support/OperatingSystemTypes.TypeConverter.cs index a02b0c4ac4f6..c757dff685ad 100644 --- a/src/ContainerInstance/generated/api/Support/OperatingSystemTypes.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Support/OperatingSystemTypes.TypeConverter.cs @@ -12,32 +12,32 @@ public partial class OperatingSystemTypesTypeConverter : { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => true; /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to diff --git a/src/ContainerInstance/generated/api/Support/OperatingSystemTypes.cs b/src/ContainerInstance/generated/api/Support/OperatingSystemTypes.cs index e53ec105a1d4..39981d3bdf42 100644 --- a/src/ContainerInstance/generated/api/Support/OperatingSystemTypes.cs +++ b/src/ContainerInstance/generated/api/Support/OperatingSystemTypes.cs @@ -47,7 +47,7 @@ public override int GetHashCode() return this._value.GetHashCode(); } - /// Creates an instance of the + /// Creates an instance of the Enum class. /// the value to create an instance for. private OperatingSystemTypes(string underlyingValue) { @@ -78,8 +78,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding != operator for enum OperatingSystemTypes - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are not equal to the same value public static bool operator !=(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes e2) { @@ -87,8 +87,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding == operator for enum OperatingSystemTypes - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are equal to the same value public static bool operator ==(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes e2) { diff --git a/src/ContainerInstance/generated/api/Support/ResourceIdentityType.TypeConverter.cs b/src/ContainerInstance/generated/api/Support/ResourceIdentityType.TypeConverter.cs index 9e6ca6ba93f4..0ccc1dc0caa9 100644 --- a/src/ContainerInstance/generated/api/Support/ResourceIdentityType.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Support/ResourceIdentityType.TypeConverter.cs @@ -16,32 +16,32 @@ public partial class ResourceIdentityTypeTypeConverter : { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => true; /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to diff --git a/src/ContainerInstance/generated/api/Support/ResourceIdentityType.cs b/src/ContainerInstance/generated/api/Support/ResourceIdentityType.cs index b59606accd94..18eb2cb3b71a 100644 --- a/src/ContainerInstance/generated/api/Support/ResourceIdentityType.cs +++ b/src/ContainerInstance/generated/api/Support/ResourceIdentityType.cs @@ -55,7 +55,7 @@ public override int GetHashCode() return this._value.GetHashCode(); } - /// Creates an instance of the + /// Creates an instance of the Enum class. /// the value to create an instance for. private ResourceIdentityType(string underlyingValue) { @@ -86,8 +86,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding != operator for enum ResourceIdentityType - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are not equal to the same value public static bool operator !=(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType e2) { @@ -95,8 +95,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding == operator for enum ResourceIdentityType - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are equal to the same value public static bool operator ==(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType e2) { diff --git a/src/ContainerInstance/generated/api/Support/Scheme.TypeConverter.cs b/src/ContainerInstance/generated/api/Support/Scheme.TypeConverter.cs index c721a0b1c8fe..f3e05c737b79 100644 --- a/src/ContainerInstance/generated/api/Support/Scheme.TypeConverter.cs +++ b/src/ContainerInstance/generated/api/Support/Scheme.TypeConverter.cs @@ -12,32 +12,32 @@ public partial class SchemeTypeConverter : { /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => true; /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. + /// true if the converter can convert the parameter to the parameter, otherwise false. /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to diff --git a/src/ContainerInstance/generated/api/Support/Scheme.cs b/src/ContainerInstance/generated/api/Support/Scheme.cs index f93fb10a571d..454d2fb5dd5b 100644 --- a/src/ContainerInstance/generated/api/Support/Scheme.cs +++ b/src/ContainerInstance/generated/api/Support/Scheme.cs @@ -47,7 +47,7 @@ public override int GetHashCode() return this._value.GetHashCode(); } - /// Creates an instance of the + /// Creates an instance of the Enum class. /// the value to create an instance for. private Scheme(string underlyingValue) { @@ -78,8 +78,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding != operator for enum Scheme - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are not equal to the same value public static bool operator !=(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme e2) { @@ -87,8 +87,8 @@ public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Contai } /// Overriding == operator for enum Scheme - /// the value to compare against - /// the value to compare against + /// the value to compare against + /// the value to compare against /// true if the two instances are equal to the same value public static bool operator ==(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme e2) { diff --git a/src/ContainerInstance/generated/cmdlets/AddAzContainerInstanceOutput_Attach.cs b/src/ContainerInstance/generated/cmdlets/AddAzContainerInstanceOutput_Attach.cs index 59da4985c01d..205f00ce8ca0 100644 --- a/src/ContainerInstance/generated/cmdlets/AddAzContainerInstanceOutput_Attach.cs +++ b/src/ContainerInstance/generated/cmdlets/AddAzContainerInstanceOutput_Attach.cs @@ -83,11 +83,11 @@ public partial class AddAzContainerInstanceOutput_Attach : global::System.Manage public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -166,8 +166,8 @@ public partial class AddAzContainerInstanceOutput_Attach : global::System.Manage /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -178,8 +178,8 @@ public partial class AddAzContainerInstanceOutput_Attach : global::System.Manage /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerAttachResponse + /// from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -359,8 +359,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -399,8 +399,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerAttachResponse + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/GetAzContainerGroup_Get.cs b/src/ContainerInstance/generated/cmdlets/GetAzContainerGroup_Get.cs index 21fbb494959c..5303f29aed84 100644 --- a/src/ContainerInstance/generated/cmdlets/GetAzContainerGroup_Get.cs +++ b/src/ContainerInstance/generated/cmdlets/GetAzContainerGroup_Get.cs @@ -70,11 +70,11 @@ public partial class GetAzContainerGroup_Get : global::System.Management.Automat public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -153,8 +153,8 @@ public partial class GetAzContainerGroup_Get : global::System.Management.Automat /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -165,8 +165,8 @@ public partial class GetAzContainerGroup_Get : global::System.Management.Automat /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup + /// from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -346,8 +346,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -386,8 +386,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/GetAzContainerGroup_GetViaIdentity.cs b/src/ContainerInstance/generated/cmdlets/GetAzContainerGroup_GetViaIdentity.cs index abd6ccb851d0..5396c81d475f 100644 --- a/src/ContainerInstance/generated/cmdlets/GetAzContainerGroup_GetViaIdentity.cs +++ b/src/ContainerInstance/generated/cmdlets/GetAzContainerGroup_GetViaIdentity.cs @@ -78,11 +78,11 @@ public partial class GetAzContainerGroup_GetViaIdentity : global::System.Managem public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -111,8 +111,8 @@ public partial class GetAzContainerGroup_GetViaIdentity : global::System.Managem /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -123,8 +123,8 @@ public partial class GetAzContainerGroup_GetViaIdentity : global::System.Managem /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup + /// from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -321,8 +321,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -361,8 +361,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/GetAzContainerGroup_List.cs b/src/ContainerInstance/generated/cmdlets/GetAzContainerGroup_List.cs index 18fabdc3dba3..e8c4ef16eb74 100644 --- a/src/ContainerInstance/generated/cmdlets/GetAzContainerGroup_List.cs +++ b/src/ContainerInstance/generated/cmdlets/GetAzContainerGroup_List.cs @@ -75,11 +75,11 @@ public partial class GetAzContainerGroup_List : global::System.Management.Automa public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -129,8 +129,8 @@ public partial class GetAzContainerGroup_List : global::System.Management.Automa /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -141,8 +141,8 @@ public partial class GetAzContainerGroup_List : global::System.Management.Automa /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroupListResult + /// from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -322,8 +322,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -362,8 +362,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroupListResult + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/GetAzContainerGroup_List1.cs b/src/ContainerInstance/generated/cmdlets/GetAzContainerGroup_List1.cs index 2c1d383dc71c..8ab260c37416 100644 --- a/src/ContainerInstance/generated/cmdlets/GetAzContainerGroup_List1.cs +++ b/src/ContainerInstance/generated/cmdlets/GetAzContainerGroup_List1.cs @@ -76,11 +76,11 @@ public partial class GetAzContainerGroup_List1 : global::System.Management.Autom public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -144,8 +144,8 @@ public partial class GetAzContainerGroup_List1 : global::System.Management.Autom /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -156,8 +156,8 @@ public partial class GetAzContainerGroup_List1 : global::System.Management.Autom /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroupListResult + /// from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -337,8 +337,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -377,8 +377,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroupListResult + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceCachedImage_List.cs b/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceCachedImage_List.cs index 5ef3e644d49d..55b4611364b5 100644 --- a/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceCachedImage_List.cs +++ b/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceCachedImage_List.cs @@ -88,11 +88,11 @@ public partial class GetAzContainerInstanceCachedImage_List : global::System.Man public string Location { get => this._location; set => this._location = value; } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -142,8 +142,8 @@ public partial class GetAzContainerInstanceCachedImage_List : global::System.Man /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -154,8 +154,8 @@ public partial class GetAzContainerInstanceCachedImage_List : global::System.Man /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICachedImagesListResult + /// from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -335,8 +335,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -375,8 +375,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICachedImagesListResult + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceCapability_List.cs b/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceCapability_List.cs index bfd118d69df1..69838af17003 100644 --- a/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceCapability_List.cs +++ b/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceCapability_List.cs @@ -86,11 +86,11 @@ public partial class GetAzContainerInstanceCapability_List : global::System.Mana public string Location { get => this._location; set => this._location = value; } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -140,8 +140,8 @@ public partial class GetAzContainerInstanceCapability_List : global::System.Mana /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -152,8 +152,8 @@ public partial class GetAzContainerInstanceCapability_List : global::System.Mana /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICapabilitiesListResult + /// from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -333,8 +333,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -373,8 +373,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICapabilitiesListResult + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint_Get.cs b/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint_Get.cs index 3b1da8487a2b..73ce93f0339e 100644 --- a/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint_Get.cs +++ b/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint_Get.cs @@ -84,11 +84,11 @@ public partial class GetAzContainerInstanceContainerGroupOutboundNetworkDependen public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -152,8 +152,8 @@ public partial class GetAzContainerInstanceContainerGroupOutboundNetworkDependen /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -164,7 +164,7 @@ public partial class GetAzContainerInstanceContainerGroupOutboundNetworkDependen /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a string[] from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -345,8 +345,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -385,7 +385,7 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a string[] from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint_GetViaIdentity.cs b/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint_GetViaIdentity.cs index e4e5181ce477..388b13ae2599 100644 --- a/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint_GetViaIdentity.cs +++ b/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint_GetViaIdentity.cs @@ -78,11 +78,11 @@ public partial class GetAzContainerInstanceContainerGroupOutboundNetworkDependen public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -111,8 +111,8 @@ public partial class GetAzContainerInstanceContainerGroupOutboundNetworkDependen /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -123,7 +123,7 @@ public partial class GetAzContainerInstanceContainerGroupOutboundNetworkDependen /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a string[] from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -321,8 +321,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -361,7 +361,7 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a string[] from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceLog_List.cs b/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceLog_List.cs index 817ad4f68c63..291b12ac017f 100644 --- a/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceLog_List.cs +++ b/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceLog_List.cs @@ -96,11 +96,11 @@ public partial class GetAzContainerInstanceLog_List : global::System.Management. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -197,8 +197,8 @@ public partial class GetAzContainerInstanceLog_List : global::System.Management. /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -209,8 +209,8 @@ public partial class GetAzContainerInstanceLog_List : global::System.Management. /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ILogs + /// from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -390,8 +390,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -430,8 +430,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ILogs + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceOperation_List.cs b/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceOperation_List.cs index c647ef774621..eb3cd21390ed 100644 --- a/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceOperation_List.cs +++ b/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceOperation_List.cs @@ -73,11 +73,11 @@ public partial class GetAzContainerInstanceOperation_List : global::System.Manag public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -106,8 +106,8 @@ public partial class GetAzContainerInstanceOperation_List : global::System.Manag /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -118,8 +118,8 @@ public partial class GetAzContainerInstanceOperation_List : global::System.Manag /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IOperationListResult + /// from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -296,8 +296,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -336,8 +336,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IOperationListResult + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceUsage_List.cs b/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceUsage_List.cs index 02d3945a4476..549320a8c70b 100644 --- a/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceUsage_List.cs +++ b/src/ContainerInstance/generated/cmdlets/GetAzContainerInstanceUsage_List.cs @@ -80,11 +80,11 @@ public partial class GetAzContainerInstanceUsage_List : global::System.Managemen public string Location { get => this._location; set => this._location = value; } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -134,8 +134,8 @@ public partial class GetAzContainerInstanceUsage_List : global::System.Managemen /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -146,8 +146,8 @@ public partial class GetAzContainerInstanceUsage_List : global::System.Managemen /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IUsageListResult + /// from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -327,8 +327,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -367,8 +367,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IUsageListResult + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/InvokeAzContainerInstanceCommand_ExecuteExpanded.cs b/src/ContainerInstance/generated/cmdlets/InvokeAzContainerInstanceCommand_ExecuteExpanded.cs index e697f89cee47..30212119e914 100644 --- a/src/ContainerInstance/generated/cmdlets/InvokeAzContainerInstanceCommand_ExecuteExpanded.cs +++ b/src/ContainerInstance/generated/cmdlets/InvokeAzContainerInstanceCommand_ExecuteExpanded.cs @@ -36,6 +36,9 @@ public partial class InvokeAzContainerInstanceCommand_ExecuteExpanded : global:: /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// The container exec request. + private Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerExecRequest _containerExecRequestBody = new Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ContainerExecRequest(); + /// Wait for .NET debugger to attach [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "Wait for .NET debugger to attach")] [global::Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Category(global::Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.ParameterCategory.Runtime)] @@ -53,13 +56,7 @@ public partial class InvokeAzContainerInstanceCommand_ExecuteExpanded : global:: Description = @"The command to be executed.", SerializedName = @"command", PossibleTypes = new [] { typeof(string) })] - public string Command { get => ContainerExecRequestBody.Command ?? null; set => ContainerExecRequestBody.Command = value; } - - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerExecRequest _containerExecRequestBody= new Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ContainerExecRequest(); - - /// The container exec request. - private Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerExecRequest ContainerExecRequestBody { get => this._containerExecRequestBody; set => this._containerExecRequestBody = value; } + public string Command { get => _containerExecRequestBody.Command ?? null; set => _containerExecRequestBody.Command = value; } /// Backing field for property. private string _containerGroupName; @@ -114,11 +111,11 @@ public partial class InvokeAzContainerInstanceCommand_ExecuteExpanded : global:: public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -190,7 +187,7 @@ public partial class InvokeAzContainerInstanceCommand_ExecuteExpanded : global:: Name = @"", Description =@"", Script = @"$host.UI.RawUI.WindowSize.Width")] - public int TerminalSizeCol { get => ContainerExecRequestBody.TerminalSizeCol ?? default(int); set => ContainerExecRequestBody.TerminalSizeCol = value; } + public int TerminalSizeCol { get => _containerExecRequestBody.TerminalSizeCol ?? default(int); set => _containerExecRequestBody.TerminalSizeCol = value; } /// The row size of the terminal [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The row size of the terminal")] @@ -205,15 +202,15 @@ public partial class InvokeAzContainerInstanceCommand_ExecuteExpanded : global:: Name = @"", Description =@"", Script = @"$host.UI.RawUI.WindowSize.Height")] - public int TerminalSizeRow { get => ContainerExecRequestBody.TerminalSizeRow ?? default(int); set => ContainerExecRequestBody.TerminalSizeRow = value; } + public int TerminalSizeRow { get => _containerExecRequestBody.TerminalSizeRow ?? default(int); set => _containerExecRequestBody.TerminalSizeRow = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -224,8 +221,8 @@ public partial class InvokeAzContainerInstanceCommand_ExecuteExpanded : global:: /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerExecResponse + /// from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -377,12 +374,12 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.ContainersExecuteCommand(SubscriptionId, ResourceGroupName, ContainerGroupName, ContainerName, ContainerExecRequestBody, onOk, onDefault, this, Pipeline); + await this.Client.ContainersExecuteCommand(SubscriptionId, ResourceGroupName, ContainerGroupName, ContainerName, _containerExecRequestBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId,ResourceGroupName=ResourceGroupName,ContainerGroupName=ContainerGroupName,ContainerName=ContainerName,body=ContainerExecRequestBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId,ResourceGroupName=ResourceGroupName,ContainerGroupName=ContainerGroupName,ContainerName=ContainerName,body=_containerExecRequestBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -405,8 +402,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -428,14 +425,14 @@ protected override void StopProcessing() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ContainerGroupName=ContainerGroupName, ContainerName=ContainerName, body=ContainerExecRequestBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ContainerGroupName=ContainerGroupName, ContainerName=ContainerName, body=_containerExecRequestBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ContainerGroupName=ContainerGroupName, ContainerName=ContainerName, body=ContainerExecRequestBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ContainerGroupName=ContainerGroupName, ContainerName=ContainerName, body=_containerExecRequestBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); @@ -445,8 +442,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerExecResponse + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/NewAzContainerGroup_CreateExpanded.cs b/src/ContainerInstance/generated/cmdlets/NewAzContainerGroup_CreateExpanded.cs index c38e3185e723..4407e397e9a2 100644 --- a/src/ContainerInstance/generated/cmdlets/NewAzContainerGroup_CreateExpanded.cs +++ b/src/ContainerInstance/generated/cmdlets/NewAzContainerGroup_CreateExpanded.cs @@ -34,6 +34,9 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// A container group. + private Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup _containerGroupBody = new Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ContainerGroup(); + /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] [global::Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Category(global::Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.ParameterCategory.Runtime)] @@ -57,13 +60,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The containers within the container group.", SerializedName = @"containers", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainer) })] - public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainer[] Container { get => ContainerGroupBody.Container ?? null /* arrayOf */; set => ContainerGroupBody.Container = value; } - - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup _containerGroupBody= new Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ContainerGroup(); - - /// A container group. - private Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup ContainerGroupBody { get => this._containerGroupBody; set => this._containerGroupBody = value; } + public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainer[] Container { get => _containerGroupBody.Container ?? null /* arrayOf */; set => _containerGroupBody.Container = value; } /// /// The credentials, account, tenant, and subscription used for communication with Azure @@ -84,7 +81,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The DNS servers for the container group.", SerializedName = @"nameServers", PossibleTypes = new [] { typeof(string) })] - public string[] DnsConfigNameServer { get => ContainerGroupBody.DnsConfigNameServer ?? null /* arrayOf */; set => ContainerGroupBody.DnsConfigNameServer = value; } + public string[] DnsConfigNameServer { get => _containerGroupBody.DnsConfigNameServer ?? null /* arrayOf */; set => _containerGroupBody.DnsConfigNameServer = value; } /// The DNS options for the container group. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DNS options for the container group.")] @@ -95,7 +92,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The DNS options for the container group.", SerializedName = @"options", PossibleTypes = new [] { typeof(string) })] - public string DnsConfigOption { get => ContainerGroupBody.DnsConfigOption ?? null; set => ContainerGroupBody.DnsConfigOption = value; } + public string DnsConfigOption { get => _containerGroupBody.DnsConfigOption ?? null; set => _containerGroupBody.DnsConfigOption = value; } /// The DNS search domains for hostname lookup in the container group. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DNS search domains for hostname lookup in the container group.")] @@ -106,7 +103,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The DNS search domains for hostname lookup in the container group.", SerializedName = @"searchDomains", PossibleTypes = new [] { typeof(string) })] - public string DnsConfigSearchDomain { get => ContainerGroupBody.DnsConfigSearchDomain ?? null; set => ContainerGroupBody.DnsConfigSearchDomain = value; } + public string DnsConfigSearchDomain { get => _containerGroupBody.DnsConfigSearchDomain ?? null; set => _containerGroupBody.DnsConfigSearchDomain = value; } /// The encryption key name. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The encryption key name.")] @@ -117,7 +114,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The encryption key name.", SerializedName = @"keyName", PossibleTypes = new [] { typeof(string) })] - public string EncryptionPropertyKeyName { get => ContainerGroupBody.EncryptionPropertyKeyName ?? null; set => ContainerGroupBody.EncryptionPropertyKeyName = value; } + public string EncryptionPropertyKeyName { get => _containerGroupBody.EncryptionPropertyKeyName ?? null; set => _containerGroupBody.EncryptionPropertyKeyName = value; } /// The encryption key version. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The encryption key version.")] @@ -128,7 +125,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The encryption key version.", SerializedName = @"keyVersion", PossibleTypes = new [] { typeof(string) })] - public string EncryptionPropertyKeyVersion { get => ContainerGroupBody.EncryptionPropertyKeyVersion ?? null; set => ContainerGroupBody.EncryptionPropertyKeyVersion = value; } + public string EncryptionPropertyKeyVersion { get => _containerGroupBody.EncryptionPropertyKeyVersion ?? null; set => _containerGroupBody.EncryptionPropertyKeyVersion = value; } /// The keyvault base url. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The keyvault base url.")] @@ -139,7 +136,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The keyvault base url.", SerializedName = @"vaultBaseUrl", PossibleTypes = new [] { typeof(string) })] - public string EncryptionPropertyVaultBaseUrl { get => ContainerGroupBody.EncryptionPropertyVaultBaseUrl ?? null; set => ContainerGroupBody.EncryptionPropertyVaultBaseUrl = value; } + public string EncryptionPropertyVaultBaseUrl { get => _containerGroupBody.EncryptionPropertyVaultBaseUrl ?? null; set => _containerGroupBody.EncryptionPropertyVaultBaseUrl = value; } /// SendAsync Pipeline Steps to be appended to the front of the pipeline [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")] @@ -162,7 +159,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The Dns name label for the IP.", SerializedName = @"dnsNameLabel", PossibleTypes = new [] { typeof(string) })] - public string IPAddressDnsNameLabel { get => ContainerGroupBody.IPAddressDnsNameLabel ?? null; set => ContainerGroupBody.IPAddressDnsNameLabel = value; } + public string IPAddressDnsNameLabel { get => _containerGroupBody.IPAddressDnsNameLabel ?? null; set => _containerGroupBody.IPAddressDnsNameLabel = value; } /// The IP exposed to the public internet. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The IP exposed to the public internet.")] @@ -173,7 +170,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The IP exposed to the public internet.", SerializedName = @"ip", PossibleTypes = new [] { typeof(string) })] - public string IPAddressIP { get => ContainerGroupBody.IPAddressIP ?? null; set => ContainerGroupBody.IPAddressIP = value; } + public string IPAddressIP { get => _containerGroupBody.IPAddressIP ?? null; set => _containerGroupBody.IPAddressIP = value; } /// The list of ports exposed on the container group. [global::System.Management.Automation.AllowEmptyCollection] @@ -185,7 +182,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The list of ports exposed on the container group.", SerializedName = @"ports", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IPort) })] - public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IPort[] IPAddressPort { get => ContainerGroupBody.IPAddressPort ?? null /* arrayOf */; set => ContainerGroupBody.IPAddressPort = value; } + public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IPort[] IPAddressPort { get => _containerGroupBody.IPAddressPort ?? null /* arrayOf */; set => _containerGroupBody.IPAddressPort = value; } /// Specifies if the IP is exposed to the public internet or private VNET. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Specifies if the IP is exposed to the public internet or private VNET.")] @@ -197,7 +194,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem SerializedName = @"type", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType))] - public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType IPAddressType { get => ContainerGroupBody.IPAddressType ?? ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType)""); set => ContainerGroupBody.IPAddressType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType IPAddressType { get => _containerGroupBody.IPAddressType ?? ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType)""); set => _containerGroupBody.IPAddressType = value; } /// /// The type of identity used for the container group. The type 'SystemAssigned, UserAssigned' includes both an implicitly @@ -213,7 +210,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem SerializedName = @"type", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType))] - public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType IdentityType { get => ContainerGroupBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType)""); set => ContainerGroupBody.IdentityType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType IdentityType { get => _containerGroupBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType)""); set => _containerGroupBody.IdentityType = value; } /// /// The list of user identities associated with the container group. The user identity dictionary key references will be ARM @@ -228,7 +225,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The list of user identities associated with the container group. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.", SerializedName = @"userAssignedIdentities", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroupIdentityUserAssignedIdentities) })] - public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroupIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get => ContainerGroupBody.IdentityUserAssignedIdentity ?? null /* object */; set => ContainerGroupBody.IdentityUserAssignedIdentity = value; } + public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroupIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get => _containerGroupBody.IdentityUserAssignedIdentity ?? null /* object */; set => _containerGroupBody.IdentityUserAssignedIdentity = value; } /// The image registry credentials by which the container group is created from. [global::System.Management.Automation.AllowEmptyCollection] @@ -240,7 +237,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The image registry credentials by which the container group is created from.", SerializedName = @"imageRegistryCredentials", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IImageRegistryCredential) })] - public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IImageRegistryCredential[] ImageRegistryCredential { get => ContainerGroupBody.ImageRegistryCredentials ?? null /* arrayOf */; set => ContainerGroupBody.ImageRegistryCredentials = value; } + public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IImageRegistryCredential[] ImageRegistryCredential { get => _containerGroupBody.ImageRegistryCredentials ?? null /* arrayOf */; set => _containerGroupBody.ImageRegistryCredentials = value; } /// The init containers for a container group. [global::System.Management.Automation.AllowEmptyCollection] @@ -252,7 +249,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The init containers for a container group.", SerializedName = @"initContainers", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IInitContainerDefinition) })] - public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IInitContainerDefinition[] InitContainer { get => ContainerGroupBody.InitContainer ?? null /* arrayOf */; set => ContainerGroupBody.InitContainer = value; } + public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IInitContainerDefinition[] InitContainer { get => _containerGroupBody.InitContainer ?? null /* arrayOf */; set => _containerGroupBody.InitContainer = value; } /// Accessor for our copy of the InvocationInfo. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } @@ -266,7 +263,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The resource location.", SerializedName = @"location", PossibleTypes = new [] { typeof(string) })] - public string Location { get => ContainerGroupBody.Location ?? null; set => ContainerGroupBody.Location = value; } + public string Location { get => _containerGroupBody.Location ?? null; set => _containerGroupBody.Location = value; } /// The log type to be used. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The log type to be used.")] @@ -278,7 +275,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem SerializedName = @"logType", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType))] - public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType LogAnalyticLogType { get => ContainerGroupBody.LogAnalyticLogType ?? ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType)""); set => ContainerGroupBody.LogAnalyticLogType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType LogAnalyticLogType { get => _containerGroupBody.LogAnalyticLogType ?? ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType)""); set => _containerGroupBody.LogAnalyticLogType = value; } /// Metadata for log analytics. [global::Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.ExportAs(typeof(global::System.Collections.Hashtable))] @@ -290,7 +287,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"Metadata for log analytics.", SerializedName = @"metadata", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ILogAnalyticsMetadata) })] - public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ILogAnalyticsMetadata LogAnalyticMetadata { get => ContainerGroupBody.LogAnalyticMetadata ?? null /* object */; set => ContainerGroupBody.LogAnalyticMetadata = value; } + public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ILogAnalyticsMetadata LogAnalyticMetadata { get => _containerGroupBody.LogAnalyticMetadata ?? null /* object */; set => _containerGroupBody.LogAnalyticMetadata = value; } /// The workspace id for log analytics [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The workspace id for log analytics")] @@ -301,7 +298,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The workspace id for log analytics", SerializedName = @"workspaceId", PossibleTypes = new [] { typeof(string) })] - public string LogAnalyticWorkspaceId { get => ContainerGroupBody.LogAnalyticWorkspaceId ?? null; set => ContainerGroupBody.LogAnalyticWorkspaceId = value; } + public string LogAnalyticWorkspaceId { get => _containerGroupBody.LogAnalyticWorkspaceId ?? null; set => _containerGroupBody.LogAnalyticWorkspaceId = value; } /// The workspace key for log analytics [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The workspace key for log analytics")] @@ -312,7 +309,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The workspace key for log analytics", SerializedName = @"workspaceKey", PossibleTypes = new [] { typeof(string) })] - public string LogAnalyticWorkspaceKey { get => ContainerGroupBody.LogAnalyticWorkspaceKey ?? null; set => ContainerGroupBody.LogAnalyticWorkspaceKey = value; } + public string LogAnalyticWorkspaceKey { get => _containerGroupBody.LogAnalyticWorkspaceKey ?? null; set => _containerGroupBody.LogAnalyticWorkspaceKey = value; } /// The workspace resource id for log analytics [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The workspace resource id for log analytics")] @@ -323,14 +320,14 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The workspace resource id for log analytics", SerializedName = @"workspaceResourceId", PossibleTypes = new [] { typeof(string) })] - public string LogAnalyticWorkspaceResourceId { get => ContainerGroupBody.LogAnalyticWorkspaceResourceId ?? null; set => ContainerGroupBody.LogAnalyticWorkspaceResourceId = value; } + public string LogAnalyticWorkspaceResourceId { get => _containerGroupBody.LogAnalyticWorkspaceResourceId ?? null; set => _containerGroupBody.LogAnalyticWorkspaceResourceId = value; } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -370,7 +367,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description =@"Sets OSType equal Linux by default.", Script = @"""Linux""")] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes))] - public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes OSType { get => ContainerGroupBody.OSType; set => ContainerGroupBody.OSType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes OSType { get => _containerGroupBody.OSType; set => _containerGroupBody.OSType = value; } /// /// The instance of the that the remote call will use. @@ -420,7 +417,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem SerializedName = @"restartPolicy", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy))] - public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy RestartPolicy { get => ContainerGroupBody.RestartPolicy ?? ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy)""); set => ContainerGroupBody.RestartPolicy = value; } + public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy RestartPolicy { get => _containerGroupBody.RestartPolicy ?? ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy)""); set => _containerGroupBody.RestartPolicy = value; } /// The SKU for a container group. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The SKU for a container group.")] @@ -432,7 +429,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem SerializedName = @"sku", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku))] - public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku Sku { get => ContainerGroupBody.Sku ?? ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku)""); set => ContainerGroupBody.Sku = value; } + public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku Sku { get => _containerGroupBody.Sku ?? ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku)""); set => _containerGroupBody.Sku = value; } /// The subnet resource IDs for a container group. [global::System.Management.Automation.AllowEmptyCollection] @@ -444,7 +441,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The subnet resource IDs for a container group.", SerializedName = @"subnetIds", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroupSubnetId) })] - public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroupSubnetId[] SubnetId { get => ContainerGroupBody.SubnetId ?? null /* arrayOf */; set => ContainerGroupBody.SubnetId = value; } + public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroupSubnetId[] SubnetId { get => _containerGroupBody.SubnetId ?? null /* arrayOf */; set => _containerGroupBody.SubnetId = value; } /// Backing field for property. private string _subscriptionId; @@ -477,7 +474,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The resource tags.", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResourceTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResourceTags Tag { get => ContainerGroupBody.Tag ?? null /* object */; set => ContainerGroupBody.Tag = value; } + public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResourceTags Tag { get => _containerGroupBody.Tag ?? null /* object */; set => _containerGroupBody.Tag = value; } /// The list of volumes that can be mounted by containers in this container group. [global::System.Management.Automation.AllowEmptyCollection] @@ -489,7 +486,7 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The list of volumes that can be mounted by containers in this container group.", SerializedName = @"volumes", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IVolume) })] - public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IVolume[] Volume { get => ContainerGroupBody.Volume ?? null /* arrayOf */; set => ContainerGroupBody.Volume = value; } + public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IVolume[] Volume { get => _containerGroupBody.Volume ?? null /* arrayOf */; set => _containerGroupBody.Volume = value; } /// The zones for the container group. [global::System.Management.Automation.AllowEmptyCollection] @@ -501,15 +498,15 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem Description = @"The zones for the container group.", SerializedName = @"zones", PossibleTypes = new [] { typeof(string) })] - public string[] Zone { get => ContainerGroupBody.Zone ?? null /* arrayOf */; set => ContainerGroupBody.Zone = value; } + public string[] Zone { get => _containerGroupBody.Zone ?? null /* arrayOf */; set => _containerGroupBody.Zone = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -520,8 +517,8 @@ public partial class NewAzContainerGroup_CreateExpanded : global::System.Managem /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup + /// from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -562,7 +559,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Cmdlets.NewAzContain clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.ContainerGroupBody = this.ContainerGroupBody; + clone._containerGroupBody = this._containerGroupBody; clone.SubscriptionId = this.SubscriptionId; clone.ResourceGroupName = this.ResourceGroupName; clone.Name = this.Name; @@ -727,12 +724,12 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.ContainerGroupsCreateOrUpdate(SubscriptionId, ResourceGroupName, Name, ContainerGroupBody, onOk, onDefault, this, Pipeline); + await this.Client.ContainerGroupsCreateOrUpdate(SubscriptionId, ResourceGroupName, Name, _containerGroupBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId,ResourceGroupName=ResourceGroupName,Name=Name,body=ContainerGroupBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId,ResourceGroupName=ResourceGroupName,Name=Name,body=_containerGroupBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -755,8 +752,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -778,14 +775,14 @@ protected override void StopProcessing() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, Name=Name, body=ContainerGroupBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, Name=Name, body=_containerGroupBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, Name=Name, body=ContainerGroupBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, Name=Name, body=_containerGroupBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); @@ -795,8 +792,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/RemoveAzContainerGroup_Delete.cs b/src/ContainerInstance/generated/cmdlets/RemoveAzContainerGroup_Delete.cs index 8b3a588528bb..3a9d570ddb24 100644 --- a/src/ContainerInstance/generated/cmdlets/RemoveAzContainerGroup_Delete.cs +++ b/src/ContainerInstance/generated/cmdlets/RemoveAzContainerGroup_Delete.cs @@ -74,11 +74,11 @@ public partial class RemoveAzContainerGroup_Delete : global::System.Management.A public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -172,8 +172,8 @@ public partial class RemoveAzContainerGroup_Delete : global::System.Management.A /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -194,8 +194,8 @@ public partial class RemoveAzContainerGroup_Delete : global::System.Management.A /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup + /// from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -428,8 +428,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -492,8 +492,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/RemoveAzContainerGroup_DeleteViaIdentity.cs b/src/ContainerInstance/generated/cmdlets/RemoveAzContainerGroup_DeleteViaIdentity.cs index b11f41642893..0e81d4e1db6b 100644 --- a/src/ContainerInstance/generated/cmdlets/RemoveAzContainerGroup_DeleteViaIdentity.cs +++ b/src/ContainerInstance/generated/cmdlets/RemoveAzContainerGroup_DeleteViaIdentity.cs @@ -82,11 +82,11 @@ public partial class RemoveAzContainerGroup_DeleteViaIdentity : global::System.M public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -130,8 +130,8 @@ public partial class RemoveAzContainerGroup_DeleteViaIdentity : global::System.M /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -152,8 +152,8 @@ public partial class RemoveAzContainerGroup_DeleteViaIdentity : global::System.M /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup + /// from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -403,8 +403,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -467,8 +467,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/RestartAzContainerGroup_Restart.cs b/src/ContainerInstance/generated/cmdlets/RestartAzContainerGroup_Restart.cs index b23e83b86208..74b0fd90ab4a 100644 --- a/src/ContainerInstance/generated/cmdlets/RestartAzContainerGroup_Restart.cs +++ b/src/ContainerInstance/generated/cmdlets/RestartAzContainerGroup_Restart.cs @@ -73,11 +73,11 @@ public partial class RestartAzContainerGroup_Restart : global::System.Management public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -171,8 +171,8 @@ public partial class RestartAzContainerGroup_Restart : global::System.Management /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -415,8 +415,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/RestartAzContainerGroup_RestartViaIdentity.cs b/src/ContainerInstance/generated/cmdlets/RestartAzContainerGroup_RestartViaIdentity.cs index 9711c423dbb0..605b937f3629 100644 --- a/src/ContainerInstance/generated/cmdlets/RestartAzContainerGroup_RestartViaIdentity.cs +++ b/src/ContainerInstance/generated/cmdlets/RestartAzContainerGroup_RestartViaIdentity.cs @@ -81,11 +81,11 @@ public partial class RestartAzContainerGroup_RestartViaIdentity : global::System public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -129,8 +129,8 @@ public partial class RestartAzContainerGroup_RestartViaIdentity : global::System /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -390,8 +390,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/StartAzContainerGroup_Start.cs b/src/ContainerInstance/generated/cmdlets/StartAzContainerGroup_Start.cs index 85390a0b325b..79ba9899f837 100644 --- a/src/ContainerInstance/generated/cmdlets/StartAzContainerGroup_Start.cs +++ b/src/ContainerInstance/generated/cmdlets/StartAzContainerGroup_Start.cs @@ -73,11 +73,11 @@ public partial class StartAzContainerGroup_Start : global::System.Management.Aut public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -171,8 +171,8 @@ public partial class StartAzContainerGroup_Start : global::System.Management.Aut /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -425,8 +425,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/StartAzContainerGroup_StartViaIdentity.cs b/src/ContainerInstance/generated/cmdlets/StartAzContainerGroup_StartViaIdentity.cs index fb3793449dc0..dc707d995944 100644 --- a/src/ContainerInstance/generated/cmdlets/StartAzContainerGroup_StartViaIdentity.cs +++ b/src/ContainerInstance/generated/cmdlets/StartAzContainerGroup_StartViaIdentity.cs @@ -81,11 +81,11 @@ public partial class StartAzContainerGroup_StartViaIdentity : global::System.Man public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -129,8 +129,8 @@ public partial class StartAzContainerGroup_StartViaIdentity : global::System.Man /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -400,8 +400,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/StopAzContainerGroup_Stop.cs b/src/ContainerInstance/generated/cmdlets/StopAzContainerGroup_Stop.cs index 9e3db11dcdfa..2d4d5918b88f 100644 --- a/src/ContainerInstance/generated/cmdlets/StopAzContainerGroup_Stop.cs +++ b/src/ContainerInstance/generated/cmdlets/StopAzContainerGroup_Stop.cs @@ -68,11 +68,11 @@ public partial class StopAzContainerGroup_Stop : global::System.Management.Autom public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -158,8 +158,8 @@ public partial class StopAzContainerGroup_Stop : global::System.Management.Autom /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -349,8 +349,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/StopAzContainerGroup_StopViaIdentity.cs b/src/ContainerInstance/generated/cmdlets/StopAzContainerGroup_StopViaIdentity.cs index 5324e1b05bee..1d4987e14591 100644 --- a/src/ContainerInstance/generated/cmdlets/StopAzContainerGroup_StopViaIdentity.cs +++ b/src/ContainerInstance/generated/cmdlets/StopAzContainerGroup_StopViaIdentity.cs @@ -76,11 +76,11 @@ public partial class StopAzContainerGroup_StopViaIdentity : global::System.Manag public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -116,8 +116,8 @@ public partial class StopAzContainerGroup_StopViaIdentity : global::System.Manag /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -327,8 +327,8 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/UpdateAzContainerGroup_UpdateExpanded.cs b/src/ContainerInstance/generated/cmdlets/UpdateAzContainerGroup_UpdateExpanded.cs index 2c36fb37b6a7..c9e4bbaa2ccc 100644 --- a/src/ContainerInstance/generated/cmdlets/UpdateAzContainerGroup_UpdateExpanded.cs +++ b/src/ContainerInstance/generated/cmdlets/UpdateAzContainerGroup_UpdateExpanded.cs @@ -33,6 +33,9 @@ public partial class UpdateAzContainerGroup_UpdateExpanded : global::System.Mana /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// The Resource model definition. + private Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResource _resourceBody = new Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.Resource(); + /// Wait for .NET debugger to attach [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "Wait for .NET debugger to attach")] [global::Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Category(global::Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.ParameterCategory.Runtime)] @@ -74,14 +77,14 @@ public partial class UpdateAzContainerGroup_UpdateExpanded : global::System.Mana Description = @"The resource location.", SerializedName = @"location", PossibleTypes = new [] { typeof(string) })] - public string Location { get => ResourceBody.Location ?? null; set => ResourceBody.Location = value; } + public string Location { get => _resourceBody.Location ?? null; set => _resourceBody.Location = value; } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -120,12 +123,6 @@ public partial class UpdateAzContainerGroup_UpdateExpanded : global::System.Mana [global::Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Category(global::Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.ParameterCategory.Runtime)] public global::System.Management.Automation.SwitchParameter ProxyUseDefaultCredentials { get; set; } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResource _resourceBody= new Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.Resource(); - - /// The Resource model definition. - private Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResource ResourceBody { get => this._resourceBody; set => this._resourceBody = value; } - /// Backing field for property. private string _resourceGroupName; @@ -171,7 +168,7 @@ public partial class UpdateAzContainerGroup_UpdateExpanded : global::System.Mana Description = @"The resource tags.", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResourceTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResourceTags Tag { get => ResourceBody.Tag ?? null /* object */; set => ResourceBody.Tag = value; } + public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResourceTags Tag { get => _resourceBody.Tag ?? null /* object */; set => _resourceBody.Tag = value; } /// The zones for the container group. [global::System.Management.Automation.AllowEmptyCollection] @@ -183,15 +180,15 @@ public partial class UpdateAzContainerGroup_UpdateExpanded : global::System.Mana Description = @"The zones for the container group.", SerializedName = @"zones", PossibleTypes = new [] { typeof(string) })] - public string[] Zone { get => ResourceBody.Zone ?? null /* arrayOf */; set => ResourceBody.Zone = value; } + public string[] Zone { get => _resourceBody.Zone ?? null /* arrayOf */; set => _resourceBody.Zone = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -202,8 +199,8 @@ public partial class UpdateAzContainerGroup_UpdateExpanded : global::System.Mana /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup + /// from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -347,12 +344,12 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.ContainerGroupsUpdate(SubscriptionId, ResourceGroupName, Name, ResourceBody, onOk, onDefault, this, Pipeline); + await this.Client.ContainerGroupsUpdate(SubscriptionId, ResourceGroupName, Name, _resourceBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId,ResourceGroupName=ResourceGroupName,Name=Name,body=ResourceBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId,ResourceGroupName=ResourceGroupName,Name=Name,body=_resourceBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -383,8 +380,8 @@ public UpdateAzContainerGroup_UpdateExpanded() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -406,14 +403,14 @@ public UpdateAzContainerGroup_UpdateExpanded() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, Name=Name, body=ResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, Name=Name, body=_resourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, Name=Name, body=ResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, Name=Name, body=_resourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); @@ -423,8 +420,8 @@ public UpdateAzContainerGroup_UpdateExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/cmdlets/UpdateAzContainerGroup_UpdateViaIdentityExpanded.cs b/src/ContainerInstance/generated/cmdlets/UpdateAzContainerGroup_UpdateViaIdentityExpanded.cs index 6d25d5b47502..6368a5664e4b 100644 --- a/src/ContainerInstance/generated/cmdlets/UpdateAzContainerGroup_UpdateViaIdentityExpanded.cs +++ b/src/ContainerInstance/generated/cmdlets/UpdateAzContainerGroup_UpdateViaIdentityExpanded.cs @@ -33,6 +33,9 @@ public partial class UpdateAzContainerGroup_UpdateViaIdentityExpanded : global:: /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// The Resource model definition. + private Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResource _resourceBody = new Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.Resource(); + /// Wait for .NET debugger to attach [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "Wait for .NET debugger to attach")] [global::Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Category(global::Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.ParameterCategory.Runtime)] @@ -82,14 +85,14 @@ public partial class UpdateAzContainerGroup_UpdateViaIdentityExpanded : global:: Description = @"The resource location.", SerializedName = @"location", PossibleTypes = new [] { typeof(string) })] - public string Location { get => ResourceBody.Location ?? null; set => ResourceBody.Location = value; } + public string Location { get => _resourceBody.Location ?? null; set => _resourceBody.Location = value; } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -113,12 +116,6 @@ public partial class UpdateAzContainerGroup_UpdateViaIdentityExpanded : global:: [global::Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Category(global::Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.ParameterCategory.Runtime)] public global::System.Management.Automation.SwitchParameter ProxyUseDefaultCredentials { get; set; } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResource _resourceBody= new Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.Resource(); - - /// The Resource model definition. - private Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResource ResourceBody { get => this._resourceBody; set => this._resourceBody = value; } - /// The resource tags. [global::Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.ExportAs(typeof(global::System.Collections.Hashtable))] [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The resource tags.")] @@ -129,7 +126,7 @@ public partial class UpdateAzContainerGroup_UpdateViaIdentityExpanded : global:: Description = @"The resource tags.", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResourceTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResourceTags Tag { get => ResourceBody.Tag ?? null /* object */; set => ResourceBody.Tag = value; } + public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IResourceTags Tag { get => _resourceBody.Tag ?? null /* object */; set => _resourceBody.Tag = value; } /// The zones for the container group. [global::System.Management.Automation.AllowEmptyCollection] @@ -141,15 +138,15 @@ public partial class UpdateAzContainerGroup_UpdateViaIdentityExpanded : global:: Description = @"The zones for the container group.", SerializedName = @"zones", PossibleTypes = new [] { typeof(string) })] - public string[] Zone { get => ResourceBody.Zone ?? null /* arrayOf */; set => ResourceBody.Zone = value; } + public string[] Zone { get => _resourceBody.Zone ?? null /* arrayOf */; set => _resourceBody.Zone = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) @@ -160,8 +157,8 @@ public partial class UpdateAzContainerGroup_UpdateViaIdentityExpanded : global:: /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup + /// from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) @@ -307,7 +304,7 @@ protected override void ProcessRecord() await ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } if (InputObject?.Id != null) { - await this.Client.ContainerGroupsUpdateViaIdentity(InputObject.Id, ResourceBody, onOk, onDefault, this, Pipeline); + await this.Client.ContainerGroupsUpdateViaIdentity(InputObject.Id, _resourceBody, onOk, onDefault, this, Pipeline); } else { @@ -324,13 +321,13 @@ protected override void ProcessRecord() { ThrowTerminatingError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception("InputObject has null value for InputObject.ContainerGroupName"),string.Empty, global::System.Management.Automation.ErrorCategory.InvalidArgument, InputObject) ); } - await this.Client.ContainerGroupsUpdate(InputObject.SubscriptionId ?? null, InputObject.ResourceGroupName ?? null, InputObject.ContainerGroupName ?? null, ResourceBody, onOk, onDefault, this, Pipeline); + await this.Client.ContainerGroupsUpdate(InputObject.SubscriptionId ?? null, InputObject.ResourceGroupName ?? null, InputObject.ContainerGroupName ?? null, _resourceBody, onOk, onDefault, this, Pipeline); } await ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=ResourceBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_resourceBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -361,8 +358,8 @@ public UpdateAzContainerGroup_UpdateViaIdentityExpanded() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.ICloudError + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// @@ -384,14 +381,14 @@ public UpdateAzContainerGroup_UpdateViaIdentityExpanded() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=ResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_resourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=ResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_resourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); @@ -401,8 +398,8 @@ public UpdateAzContainerGroup_UpdateViaIdentityExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a from the remote call + /// the body result as a Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup + /// from the remote call /// /// A that will be complete when handling of the method is completed. /// diff --git a/src/ContainerInstance/generated/runtime/AsyncOperationResponse.cs b/src/ContainerInstance/generated/runtime/AsyncOperationResponse.cs index 3346b111c780..0958adf5312a 100644 --- a/src/ContainerInstance/generated/runtime/AsyncOperationResponse.cs +++ b/src/ContainerInstance/generated/runtime/AsyncOperationResponse.cs @@ -31,10 +31,10 @@ public static AsyncOperationResponse FromJson(Microsoft.Azure.PowerShell.Cmdlets /// - /// Creates a new instance of , deserializing the content from a json string. + /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static AsyncOperationResponse FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode.Parse(jsonText)); } @@ -43,19 +43,19 @@ public partial class AsyncOperationResponseTypeConverter : System.Management.Aut { /// - /// Determines if the converter can convert the parameter to the + /// Determines if the converter can convert the parameter to the /// parameter. /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the + /// true if the converter can convert the parameter to the /// parameter, otherwise false. /// public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the + /// Determines if the converter can convert the parameter to a type /// parameter. /// /// the instance to check if it can be converted to the - /// Determines if the parameter can be converted to the parameter + /// Determines if the parameter can be converted to the parameter /// /// the to convert from /// the to convert to /// - /// true if the converter can convert the parameter to the + /// true if the converter can convert the parameter to the /// parameter, otherwise false /// public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; /// - /// Converts the parameter to the parameter using and + /// Converts the parameter to the parameter using and /// /// the to convert from /// the to convert to @@ -128,8 +128,7 @@ public static bool CanConvertFrom(dynamic sourceValue) public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); /// - /// Converts the parameter to the parameter using and + /// Converts the parameter into an instance of /// /// the value to convert into an instance of . /// diff --git a/src/ContainerInstance/generated/runtime/BuildTime/Models/PsProxyOutputs.cs b/src/ContainerInstance/generated/runtime/BuildTime/Models/PsProxyOutputs.cs index a4382395d78a..c61dc2cfe437 100644 --- a/src/ContainerInstance/generated/runtime/BuildTime/Models/PsProxyOutputs.cs +++ b/src/ContainerInstance/generated/runtime/BuildTime/Models/PsProxyOutputs.cs @@ -199,7 +199,7 @@ private string GetTelemetry() { return $@" {Indent}{Indent}if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {{ -{Indent}{Indent}{Indent}[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString() +{Indent}{Indent}{Indent}[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() {Indent}{Indent}}} {Indent}{Indent}$preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId {Indent}{Indent}if ($preTelemetryId -eq '') {{ diff --git a/src/ContainerInstance/generated/runtime/BuildTime/PsHelpers.cs b/src/ContainerInstance/generated/runtime/BuildTime/PsHelpers.cs index 6c3a85d8326f..b88e120ea535 100644 --- a/src/ContainerInstance/generated/runtime/BuildTime/PsHelpers.cs +++ b/src/ContainerInstance/generated/runtime/BuildTime/PsHelpers.cs @@ -39,9 +39,10 @@ public static IEnumerable GetModuleCmdlets(params string[] modulePa public static IEnumerable GetScriptCmdlets(PSCmdlet cmdlet, string scriptFolder) { // https://stackoverflow.com/a/40969712/294804 + var wrappedFolder = scriptFolder.Contains("'") ? $@"""{scriptFolder}""" : $@"'{scriptFolder}'"; var getCmdletsCommand = $@" $currentFunctions = Get-ChildItem function: -Get-ChildItem -Path '{scriptFolder}' -Recurse -Include '*.ps1' -File | ForEach-Object {{ . $_.FullName }} +Get-ChildItem -Path {wrappedFolder} -Recurse -Include '*.ps1' -File | ForEach-Object {{ . $_.FullName }} Get-ChildItem function: | Where-Object {{ ($currentFunctions -notcontains $_) -and $_.CmdletBinding }} "; return cmdlet?.RunScript(getCmdletsCommand) ?? RunScript(getCmdletsCommand); diff --git a/src/ContainerInstance/generated/runtime/Customizations/IJsonSerializable.cs b/src/ContainerInstance/generated/runtime/Customizations/IJsonSerializable.cs index fce4d089761a..e4a5506b35e5 100644 --- a/src/ContainerInstance/generated/runtime/Customizations/IJsonSerializable.cs +++ b/src/ContainerInstance/generated/runtime/Customizations/IJsonSerializable.cs @@ -129,7 +129,7 @@ private static JsonNode TryToJsonValue(dynamic oValue) /// /// Serialize an object by using a variety of methods. /// - /// the object to be serialized. + /// the object to be serialized. /// the serialized JsonNode (if successful), otherwise, null internal static JsonNode ToJsonValue(object value) { diff --git a/src/ContainerInstance/generated/runtime/EventDataExtensions.cs b/src/ContainerInstance/generated/runtime/EventDataExtensions.cs index aff0528b42bc..9168edac2e7a 100644 --- a/src/ContainerInstance/generated/runtime/EventDataExtensions.cs +++ b/src/ContainerInstance/generated/runtime/EventDataExtensions.cs @@ -7,7 +7,6 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime { using System; - [System.ComponentModel.TypeConverter(typeof(EventDataConverter))] /// /// PowerShell-specific data on top of the llc# EventData /// @@ -16,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime /// Obviously, this code would need to be duplcated on both modules. /// This is preferable to sharing a common library, as versioning makes that problematic. /// + [System.ComponentModel.TypeConverter(typeof(EventDataConverter))] public partial class EventData : EventArgs { } diff --git a/src/ContainerInstance/generated/runtime/ISendAsync.cs b/src/ContainerInstance/generated/runtime/ISendAsync.cs index 999c73646753..4c1e1527f6a7 100644 --- a/src/ContainerInstance/generated/runtime/ISendAsync.cs +++ b/src/ContainerInstance/generated/runtime/ISendAsync.cs @@ -238,6 +238,8 @@ internal static Task CloneWithContentAndDispose(this HttpReq /// Clones an HttpRequestMessage (without the content) /// /// Original HttpRequestMessage (Will be diposed before returning) + /// + /// /// A clone of the HttpRequestMessage internal static HttpRequestMessage Clone(this HttpRequestMessage original, System.Uri requestUri = null, System.Net.Http.HttpMethod method = null) { @@ -252,9 +254,9 @@ internal static HttpRequestMessage Clone(this HttpRequestMessage original, Syste { clone.Properties.Add(prop); } - + foreach (KeyValuePair> header in original.Headers) - { + { /* **temporarily skip cloning telemetry related headers** clone.Headers.TryAddWithoutValidation(header.Key, header.Value); @@ -264,7 +266,7 @@ internal static HttpRequestMessage Clone(this HttpRequestMessage original, Syste clone.Headers.TryAddWithoutValidation(header.Key, header.Value); } } - + return clone; } @@ -272,6 +274,8 @@ internal static HttpRequestMessage Clone(this HttpRequestMessage original, Syste /// Clones an HttpRequestMessage (including the content stream and content headers) /// /// Original HttpRequestMessage (Will be diposed before returning) + /// + /// /// A clone of the HttpRequestMessage internal static async Task CloneWithContent(this HttpRequestMessage original, System.Uri requestUri = null, System.Net.Http.HttpMethod method = null) { diff --git a/src/ContainerInstance/generated/runtime/MessageAttribute.cs b/src/ContainerInstance/generated/runtime/MessageAttribute.cs index 0b8803b3e9ef..3e474fd27ab7 100644 --- a/src/ContainerInstance/generated/runtime/MessageAttribute.cs +++ b/src/ContainerInstance/generated/runtime/MessageAttribute.cs @@ -276,7 +276,7 @@ protected override string GetAttributeSpecificMessage() /// then the attribbute is applicable /// If the invocationInfo is null we return true /// - /// + /// /// bool public override bool IsApplicableToInvocation(InvocationInfo invocationInfo) { diff --git a/src/ContainerInstance/generated/runtime/PipelineMocking.cs b/src/ContainerInstance/generated/runtime/PipelineMocking.cs index 0239e1860076..1b16ea8fe740 100644 --- a/src/ContainerInstance/generated/runtime/PipelineMocking.cs +++ b/src/ContainerInstance/generated/runtime/PipelineMocking.cs @@ -259,4 +259,4 @@ public async Task SendAsync(HttpRequestMessage request, IEv } } } -} \ No newline at end of file +} diff --git a/src/ContainerInstance/help/New-AzContainerGroup.md b/src/ContainerInstance/help/New-AzContainerGroup.md index 2dab2ee2a866..d5680cb52867 100644 --- a/src/ContainerInstance/help/New-AzContainerGroup.md +++ b/src/ContainerInstance/help/New-AzContainerGroup.md @@ -112,7 +112,8 @@ This commands creates a container group with a container instance, whose image i ### Example 6: Create a container group that mounts Azure File volume ```powershell $volume = New-AzContainerGroupVolumeObject -Name "myvolume" -AzureFileShareName "myshare" -AzureFileStorageAccountName "username" -AzureFileStorageAccountKey (ConvertTo-SecureString "PlainTextPassword" -AsPlainText -Force) -$container = New-AzContainerInstanceObject -Name test-container -Image alpine +$mount = New-AzContainerInstanceVolumeMountObject -MountPath "/aci/logs" -Name "myvolume" +$container = New-AzContainerInstanceObject -Name test-container -Image alpine -VolumeMount $mount $containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -Volume $volume ``` diff --git a/src/ContainerInstance/internal/New-AzContainerGroup.ps1 b/src/ContainerInstance/internal/New-AzContainerGroup.ps1 index ba1ed5113835..095979d15da7 100644 --- a/src/ContainerInstance/internal/New-AzContainerGroup.ps1 +++ b/src/ContainerInstance/internal/New-AzContainerGroup.ps1 @@ -42,11 +42,12 @@ $imageRegistryCredential = New-AzContainerGroupImageRegistryCredentialObject -Se $containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -ImageRegistryCredential $imageRegistryCredential .Example $volume = New-AzContainerGroupVolumeObject -Name "myvolume" -AzureFileShareName "myshare" -AzureFileStorageAccountName "username" -AzureFileStorageAccountKey (ConvertTo-SecureString "PlainTextPassword" -AsPlainText -Force) -$container = New-AzContainerInstanceObject -Name test-container -Image alpine +$mount = New-AzContainerInstanceVolumeMountObject -MountPath "/aci/logs" -Name "myvolume" +$container = New-AzContainerInstanceObject -Name test-container -Image alpine -VolumeMount $mount $containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -Volume $volume .Example $container = New-AzContainerInstanceObject -Name test-container -Image alpine -$containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -IdentityType "SystemAssigned, UserAssigned" -IdentityUserAssignedIdentity /subscriptions//resourceGroups//providers/Microsoft.ManagedIdentity/userAssignedIdentities/ +$containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -IdentityType "SystemAssigned, UserAssigned" -IdentityUserAssignedIdentity @{"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}" = @{}} .Outputs Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup diff --git a/src/ContainerInstance/internal/ProxyCmdletDefinitions.ps1 b/src/ContainerInstance/internal/ProxyCmdletDefinitions.ps1 index 7286f4e3e6be..1c85dd221ad5 100644 --- a/src/ContainerInstance/internal/ProxyCmdletDefinitions.ps1 +++ b/src/ContainerInstance/internal/ProxyCmdletDefinitions.ps1 @@ -320,11 +320,12 @@ $imageRegistryCredential = New-AzContainerGroupImageRegistryCredentialObject -Se $containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -ImageRegistryCredential $imageRegistryCredential .Example $volume = New-AzContainerGroupVolumeObject -Name "myvolume" -AzureFileShareName "myshare" -AzureFileStorageAccountName "username" -AzureFileStorageAccountKey (ConvertTo-SecureString "PlainTextPassword" -AsPlainText -Force) -$container = New-AzContainerInstanceObject -Name test-container -Image alpine +$mount = New-AzContainerInstanceVolumeMountObject -MountPath "/aci/logs" -Name "myvolume" +$container = New-AzContainerInstanceObject -Name test-container -Image alpine -VolumeMount $mount $containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -Volume $volume .Example $container = New-AzContainerInstanceObject -Name test-container -Image alpine -$containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -IdentityType "SystemAssigned, UserAssigned" -IdentityUserAssignedIdentity /subscriptions//resourceGroups//providers/Microsoft.ManagedIdentity/userAssignedIdentities/ +$containerGroup = New-AzContainerGroup -ResourceGroupName test-rg -Name test-cg -Location eastus -Container $container -IdentityType "SystemAssigned, UserAssigned" -IdentityUserAssignedIdentity @{"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}" = @{}} .Outputs Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210901.IContainerGroup