File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
specification/web/resource-manager/Microsoft.Web/AppService Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -1045,6 +1045,19 @@ enum RedundancyMode {
10451045 GeoRedundant ,
10461046}
10471047
1048+ /**
1049+ * The platform release channel for the site.
1050+ */
1051+ @ added (Versions .v2025_05_01 )
1052+ enum PlatformReleaseChannel {
1053+ /** Latest receives updates earliest. */
1054+ Latest ,
1055+ /** Standard receives updates after Latest. */
1056+ Standard ,
1057+ /** Extended receives updates last with extended support. */
1058+ Extended ,
1059+ }
1060+
10481061/**
10491062 * Specifies the scope of uniqueness for the default hostname during resource creation
10501063 */
@@ -2374,6 +2387,12 @@ model SiteProperties {
23742387 */
23752388 @ visibility (Lifecycle .Read )
23762389 sku ? : string ;
2390+
2391+ /**
2392+ * The platform release channel for the site. Latest receives updates earliest, followed by Standard, then Extended.
2393+ */
2394+ @ added (Versions .v2025_05_01 )
2395+ platformReleaseChannel ? : PlatformReleaseChannel ;
23772396}
23782397
23792398/**
You can’t perform that action at this time.
0 commit comments