Skip to content

Instantly share code, notes, and snippets.

@takekazuomi
Last active April 27, 2022 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takekazuomi/b422d17e1c43058f2ca578629eb29b86 to your computer and use it in GitHub Desktop.
Save takekazuomi/b422d17e1c43058f2ca578629eb29b86 to your computer and use it in GitHub Desktop.
API Version 2022-03-01 appears in ACA, so check the difference.

ACA のAPI Spec 2022-3-01 update

2022-03-01 appears in ACA's API Spec. I check the difference.

/Microsoft.App/containerApps@2022-3-01

Add MSI to ACR

https://github.com/Azure/azure-rest-api-specs/blob/ff6402c25c521e01829ad7b919494fdaa5e6d4b6/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ContainerApps.json#L659-L662

Added label to TrafficWeight

https://github.com/Azure/azure-rest-api-specs/blob/ff6402c25c521e01829ad7b919494fdaa5e6d4b6/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ContainerApps.json#L718-L721

/Microsoft.App/managedEnvironments/daprComponents@@2022-3-01

Add /daprComponents/{name}/listSecrets

https://github.com/Azure/azure-rest-api-specs/blob/ff6402c25c521e01829ad7b919494fdaa5e6d4b6/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/DaprComponents.json#L235-L288

https://github.com/Azure/azure-rest-api-specs/blob/ff6402c25c521e01829ad7b919494fdaa5e6d4b6/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/DaprComponents.json#L390-L420

/Microsoft.App/ManagedEnvironments@2022-03-01

Add checkNameAvailability

https://github.com/Azure/azure-rest-api-specs/blob/ff6402c25c521e01829ad7b919494fdaa5e6d4b6/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ManagedEnvironments.json#L587-L645

Add daprAIConnectionString

https://github.com/Azure/azure-rest-api-specs/blob/ff6402c25c521e01829ad7b919494fdaa5e6d4b6/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ManagedEnvironments.json#L760-L768

Add zoneRedundant

https://github.com/Azure/azure-rest-api-specs/blob/ff6402c25c521e01829ad7b919494fdaa5e6d4b6/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ManagedEnvironments.json#L792-L800

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment