You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Settings to determine the node customization used to provision nodes in a pool.
1052
1059
*/
1053
-
@added(Versions.v2026_02_02_preview)
1060
+
@added(Versions.v2026_01_02_preview)
1061
+
@removed(Versions.v2026_02_02_preview)
1054
1062
modelNodeCustomizationProfile {
1055
1063
/**
1056
1064
* The resource ID of the node customization resource to use. This can be a version. Omitting the version will use the latest version of the node customization.
@@ -1062,6 +1070,21 @@ model NodeCustomizationProfile {
1062
1070
]>;
1063
1071
}
1064
1072
1073
+
/**
1074
+
* Settings to determine the prepared image specification used to provision nodes in a pool.
1075
+
*/
1076
+
@added(Versions.v2026_02_02_preview)
1077
+
modelPreparedImageSpecificationProfile {
1078
+
/**
1079
+
* The resource ID of the prepared image specification resource to use. This can include a version. Omitting the version will use the latest version of the prepared image specification.
0 commit comments