API version change log for deployment of Microsoft.Resources/deploymentScripts

This article describes the properties that changed in each API version for Microsoft.Resources/deploymentScripts. It only covers properties that are available during deployments.

2023-08-01

Added:

Removed:

  • properties.environmentVariables
  • properties.supportingScriptUris.timeout
  • properties.kind
  • properties.properties
  • properties.properties.arguments
  • properties.properties.azPowerShellVersion
  • properties.properties.cleanupPreference
  • properties.properties.containerSettings
  • properties.properties.containerSettings.containerGroupName
  • properties.properties.environmentVariables
  • properties.properties.| arguments | Command line arguments to pass to the script. Arguments are separated by spaces. ex
  • properties.properties.| containerGroupName | Container group name, if not specified then the name will get auto-generated. Not specifying a 'containerGroupName' indicates the system to generate a unique name which might end up flagging an Azure Policy as non-compliant. Use 'containerGroupName' when you have an Azure Policy that expects a specific naming convention or when you want to fully control the name. 'containerGroupName' property must be between 1 and 63 characters long, must contain only lowercase letters, numbers, and dashes and it cannot start or end with a dash and consecutive dashes are not allowed. To specify a 'containerGroupName', add the following object to properties
  • properties.properties.| secureValue | The value of the secure environment variable. | string

    Constraints
  • properties.properties.| storageAccountKey | The storage account access key. | string

    Constraints
  • properties.

Updated:

  • identity.userAssignedIdentities.{customized property}.apiVersion - Added values: '2023-08-01' - Removed values: '2020-10-01'

2020-10-01

Oldest version tracked in change log