- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
- Upgraded nuget package to signed package.
- Added breaking change warning for removing default value for OsType
New-AzContainerGroup
- Added ContainerGroupProfileId ContainerGroupProfileRevision StandbyPoolProfileFailContainerGroupCreateOnReuseFailure StandbyPoolProfileId to Container Group properties.
- Added ConfigMapKeyValuePair to Container object properties.
- Added new cmdlet to define container without using the preset default properties New-AzContainerInstanceNoDefaultObject
- Added new cmdlets for Container Group Profile - Get-AzContainerInstanceContainerGroupProfile, New-AzContainerInstanceContainerGroupProfile, Remove-AzContainerInstanceContainerGroupProfile, Update-AzContainerInstanceContainerGroupProfile, Get-AzContainerInstanceContainerGroupProfileRevision
- Fixed secrets exposure in example documentation.
- Introduced secrets detection feature to safeguard sensitive data.
- [Breaking Change] Fixed the typo that output property starting with PreviousState was misspelled as PreviouState. [#22268]
- Added breaking change warning message for
Get/New/Remove-ContainerGroup,New-ContainerInstanceInitDefinitionObject,New-ContainerInstanceObject[#22268]- Output properties starting with
PreviouStatewill be corrected toPreviousState
- Output properties starting with
- Fixed a bug in
Invoke-AzContainerInstanceCommandwhen no result was returned under some conditions [#22453]
- Added
priorityproperty to Container Group properties - Added
Confidentialsku type to Container Group Skus
- Supported empty directory volume and secret volume for creating container group [#17410]
- Fixed Identity Bug in ImageRegistryCredential
- Upgraded API version to 2021-09-01
- [Breaking Change] Changed the type of parameter
LogAnalyticWorkspaceResourceIdinNew-AzContainerGroupfrom Hashtable to String - [Breaking Change] Removed parameter
NetworkProfileIdinNew-AzContainerGroup, addedSubnetIdas its alternative - [Breaking Change] Removed parameter
ReadinessProbeHttpGetHttpHeadersNameandReadinessProbeHttpGetHttpHeadersValueinNew-AzContainerInstanceObject, addedReadinessProbeHttpGetHttpHeaderas their alternative - [Breaking Change] Removed parameter
LivenessProbeHttpGetHttpHeadersNameandLivenessProbeHttpGetHttpHeadersValueinNew-AzContainerInstanceObject, addedLivenessProbeHttpGetHttpHeaderas their alternative - Added
ZoneinNew-AzContainerGroup,AcrIdentityinNew-AzContainerGroupImageRegistryCredentialObject - Changed
UsernameinNew-AzContainerGroupImageRegistryCredentialObjectfrom mandatory to optional
- [Breaking Change] Changed the type of parameter
- For
Invoke-AzContainerInstanceCommand- [Breaking Change] Displayed command execution result as the cmdlet output by connecting websocket in backend [#15754]
- Added
-PassThruto get last execution result when the command succeeds - Changed
TerminalSizeColandTerminalSizeRowfrom mandatory to optional, set their default values by current PowerShell window size
- Added
Restart-AzContainerGroup,Get-AzContainerInstanceContainerGroupOutboundNetworkDependencyEndpointandNew-AzContainerInstanceHttpHeaderObject
- Removed the display of file share credential [#15224]
- Added new cmdlets:
Start-AzContainerGroup,Stop-AzContainerGroup[#10773],Invoke-AzContainerInstanceCommand[#7648],Update-AzContainerGroup,Add-AzContainerInstanceOutput,Get-AzContainerInstanceCachedImage,Get-AzContainerInstanceCapability,Get-AzContainerInstanceUsage,New-AzContainerGroupImageRegistryCredentialObject,New-AzContainerGroupPortObject,New-AzContainerGroupVolumeObject,New-AzContainerInstanceEnvironmentVariableObject,New-AzContainerInstanceInitDefinitionObject,New-AzContainerInstanceObject,New-AzContainerInstancePortObjectandNew-AzContainerInstanceVolumeMountObject - Supported Log Analytics parameters in
New-AzContainerGroup[#11117] - Added support to specify network profile and the name of Azure File Share in
New-AzContainerGroup[#9993] [#12218] - Added support to specify environment variables as SecureValue [#10110] [#10640]
- Fixed parameter names used by example of New-AzContainerGroup
- Update references in .psd1 to use relative path
- Fixed issue in the -Command parameter of New-AzContainerGroup which added a trailing empty argument
- General availability of
Az.ContainerInstancemodule - Added managed identity support