Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/ContainerInstance/Az.ContainerInstance.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 8/30/2023
# Generated on: 9/12/2023
#

@{
Expand Down Expand Up @@ -125,7 +125,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Fixed a bug in ''Invoke-AzContainerInstanceCommand'' when no result was returned under some conditions [#22453]'
# ReleaseNotes = ''

# Prerelease string of this module
# Prerelease = ''
Expand Down
1 change: 1 addition & 0 deletions src/ContainerInstance/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
-->

## Upcoming Release
* Added breaking change warning message for `Get/New/Remove-ContainerGroup`, `New-ContainerInstanceInitDefinitionObject`, `New-ContainerInstanceObject`.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Could you describe more specific like what kinds of breaking change will happen


## Version 3.2.1
* Fixed a bug in `Invoke-AzContainerInstanceCommand` when no result was returned under some conditions [#22453]
Expand Down
70 changes: 35 additions & 35 deletions src/ContainerInstance/ContainerInstance.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{ECF1F067-4F78-4602-8B5B-0921A62735FD}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{00160F98-7E62-4B8F-A7B4-8D13E3CBA3F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{480C952C-5C5E-4F37-9D00-7AE941D096DC}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{F864D6C2-D707-4574-B3FE-4B8E7717E9E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{620242F8-B561-4AD7-AB19-31E2C6DC3E05}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{F14EAEC3-1896-4F98-84AB-3F2DC75D3D9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{2CFACAA8-39B5-4D51-BDA6-1B4532D1C7C0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{2ABB39C7-7007-4EDC-ADD3-C8CD9F09C4B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{980F0E51-E2F1-4466-808C-74F560823737}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{96910144-B768-48B8-BF8F-19C8087BF971}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{57E72256-3DCC-4BF8-B1CB-2713DB8BABD6}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{7B19AABA-5626-4C0B-A31E-2C91A5651861}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ContainerInstance", "Az.ContainerInstance.csproj", "{9E349674-A1EC-47B2-975B-3C7934918FAE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ContainerInstance", "Az.ContainerInstance.csproj", "{BFF478C0-595C-4C97-B85B-48E719994701}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -26,33 +26,33 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECF1F067-4F78-4602-8B5B-0921A62735FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECF1F067-4F78-4602-8B5B-0921A62735FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECF1F067-4F78-4602-8B5B-0921A62735FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECF1F067-4F78-4602-8B5B-0921A62735FD}.Release|Any CPU.Build.0 = Release|Any CPU
{480C952C-5C5E-4F37-9D00-7AE941D096DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{480C952C-5C5E-4F37-9D00-7AE941D096DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{480C952C-5C5E-4F37-9D00-7AE941D096DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{480C952C-5C5E-4F37-9D00-7AE941D096DC}.Release|Any CPU.Build.0 = Release|Any CPU
{620242F8-B561-4AD7-AB19-31E2C6DC3E05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{620242F8-B561-4AD7-AB19-31E2C6DC3E05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{620242F8-B561-4AD7-AB19-31E2C6DC3E05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{620242F8-B561-4AD7-AB19-31E2C6DC3E05}.Release|Any CPU.Build.0 = Release|Any CPU
{2CFACAA8-39B5-4D51-BDA6-1B4532D1C7C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CFACAA8-39B5-4D51-BDA6-1B4532D1C7C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CFACAA8-39B5-4D51-BDA6-1B4532D1C7C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CFACAA8-39B5-4D51-BDA6-1B4532D1C7C0}.Release|Any CPU.Build.0 = Release|Any CPU
{980F0E51-E2F1-4466-808C-74F560823737}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{980F0E51-E2F1-4466-808C-74F560823737}.Debug|Any CPU.Build.0 = Debug|Any CPU
{980F0E51-E2F1-4466-808C-74F560823737}.Release|Any CPU.ActiveCfg = Release|Any CPU
{980F0E51-E2F1-4466-808C-74F560823737}.Release|Any CPU.Build.0 = Release|Any CPU
{57E72256-3DCC-4BF8-B1CB-2713DB8BABD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57E72256-3DCC-4BF8-B1CB-2713DB8BABD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57E72256-3DCC-4BF8-B1CB-2713DB8BABD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57E72256-3DCC-4BF8-B1CB-2713DB8BABD6}.Release|Any CPU.Build.0 = Release|Any CPU
{9E349674-A1EC-47B2-975B-3C7934918FAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E349674-A1EC-47B2-975B-3C7934918FAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E349674-A1EC-47B2-975B-3C7934918FAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E349674-A1EC-47B2-975B-3C7934918FAE}.Release|Any CPU.Build.0 = Release|Any CPU
{00160F98-7E62-4B8F-A7B4-8D13E3CBA3F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00160F98-7E62-4B8F-A7B4-8D13E3CBA3F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00160F98-7E62-4B8F-A7B4-8D13E3CBA3F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00160F98-7E62-4B8F-A7B4-8D13E3CBA3F1}.Release|Any CPU.Build.0 = Release|Any CPU
{F864D6C2-D707-4574-B3FE-4B8E7717E9E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F864D6C2-D707-4574-B3FE-4B8E7717E9E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F864D6C2-D707-4574-B3FE-4B8E7717E9E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F864D6C2-D707-4574-B3FE-4B8E7717E9E4}.Release|Any CPU.Build.0 = Release|Any CPU
{F14EAEC3-1896-4F98-84AB-3F2DC75D3D9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F14EAEC3-1896-4F98-84AB-3F2DC75D3D9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F14EAEC3-1896-4F98-84AB-3F2DC75D3D9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F14EAEC3-1896-4F98-84AB-3F2DC75D3D9E}.Release|Any CPU.Build.0 = Release|Any CPU
{2ABB39C7-7007-4EDC-ADD3-C8CD9F09C4B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2ABB39C7-7007-4EDC-ADD3-C8CD9F09C4B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2ABB39C7-7007-4EDC-ADD3-C8CD9F09C4B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2ABB39C7-7007-4EDC-ADD3-C8CD9F09C4B1}.Release|Any CPU.Build.0 = Release|Any CPU
{96910144-B768-48B8-BF8F-19C8087BF971}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96910144-B768-48B8-BF8F-19C8087BF971}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96910144-B768-48B8-BF8F-19C8087BF971}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96910144-B768-48B8-BF8F-19C8087BF971}.Release|Any CPU.Build.0 = Release|Any CPU
{7B19AABA-5626-4C0B-A31E-2C91A5651861}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B19AABA-5626-4C0B-A31E-2C91A5651861}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B19AABA-5626-4C0B-A31E-2C91A5651861}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B19AABA-5626-4C0B-A31E-2C91A5651861}.Release|Any CPU.Build.0 = Release|Any CPU
{BFF478C0-595C-4C97-B85B-48E719994701}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFF478C0-595C-4C97-B85B-48E719994701}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFF478C0-595C-4C97-B85B-48E719994701}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFF478C0-595C-4C97-B85B-48E719994701}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
22 changes: 22 additions & 0 deletions src/ContainerInstance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,26 @@ directive:
}
# - model-cmdlet:
# - Volume # Hide to customize AzureFileStorageAccountKey from string to securestring

# Breaking change warning message
- where:
subject: ^ContainerGroup$|^ContainerInstanceInitDefinitionObject$|^ContainerInstanceObject$
set:
breaking-change:
deprecated-output-properties:
- PreviouState
- PreviouStateDetailStatus
- PreviouStateExitCode
- PreviouStateFinishTime
- PreviouStateStartTime
new-output-properties:
- PreviousState
- PreviousStateDetailStatus
- PreviousStateExitCode
- PreviousStateFinishTime
- PreviousStateStartTime
change-description: The parameters starts with PreviouState will be corrected as PreviousState.
deprecated-by-version: 4.0.0
deprecated-by-azversion: 11.0.0
change-effective-date: 2023/11/15
```

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ begin {
}
$cmdInfo = Get-Command -Name $mapping[$parameterSet]
[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){
[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name)
}
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
Expand Down
Loading