v1.21.2.1
- Enable SLA-backed SKU by default - #238
- When creating the client-facing, self-signed cert for AppGW, add the SAN extension so that you can get a full trust experience (after importing the root certificate) - #237
- Reintroduce the
CriticalAddonsOnly
taint as all addons used in this implementation support the taint now - #236 - Update Pod Disruption Budget API version to
policy/v1
since that's GA in 1.21 - #219
And also some quality of life improvements in the walkthrough itself:
- Be clearer about preview features so folks don't run into deployment failures later - #235
- Updated instructions to work better with MSDN and AAD Guest accounts - #222
- Better support for terminated shell sessions with an environment variable persist step to support conducting the walkthrough over multiple shell sessions. - #220 (HT: @alfredoihernandez)
- Allow users to optionally set their own domain (instead of requiring it to be
contoso.com
) - #218 (HT: @AAkindele)