- Added
priority
property to Container Group properties - Added
Confidential
sku 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
LogAnalyticWorkspaceResourceId
inNew-AzContainerGroup
from Hashtable to String - [Breaking Change] Removed parameter
NetworkProfileId
inNew-AzContainerGroup
, addedSubnetId
as its alternative - [Breaking Change] Removed parameter
ReadinessProbeHttpGetHttpHeadersName
andReadinessProbeHttpGetHttpHeadersValue
inNew-AzContainerInstanceObject
, addedReadinessProbeHttpGetHttpHeader
as their alternative - [Breaking Change] Removed parameter
LivenessProbeHttpGetHttpHeadersName
andLivenessProbeHttpGetHttpHeadersValue
inNew-AzContainerInstanceObject
, addedLivenessProbeHttpGetHttpHeader
as their alternative - Added
Zone
inNew-AzContainerGroup
,AcrIdentity
inNew-AzContainerGroupImageRegistryCredentialObject
- Changed
Username
inNew-AzContainerGroupImageRegistryCredentialObject
from 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
-PassThru
to get last execution result when the command succeeds - Changed
TerminalSizeCol
andTerminalSizeRow
from mandatory to optional, set their default values by current PowerShell window size
- Added
Restart-AzContainerGroup
,Get-AzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint
andNew-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-AzContainerInstancePortObject
andNew-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.ContainerInstance
module - Added managed identity support