1.4.0-beta.2 (2026-03-02)
Features Added
StaticSiteBasicAuthProperty.Namenow defaults to"default"and is read-only, matching the only accepted Bicep value.SiteNetworkConfig.Namenow defaults to"virtualNetwork"and is read-only, matching the only accepted Bicep value.
Breaking Changes
StaticSiteBasicAuthProperty.Nameis now read-only (setter removed). The property only accepts"default".SiteNetworkConfig.Nameis now read-only (setter removed). The property only accepts"virtualNetwork".- Removed generated enum
StaticSiteBasicAuthName. A backward-compatible version is preserved but hidden from IntelliSense.
Bugs Fixed
- Fixed
SiteNetworkConfig.Namenot having a default value (#54629).