We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1debc commit c806786Copy full SHA for c806786
1 file changed
src/resources/shared.ts
@@ -285,8 +285,8 @@ export interface LaunchParameters {
285
network_policy_id?: string | null;
286
287
/**
288
- * (Alpha) standard is default and flex is lazily provisioned and may be pre-empted.
289
- * This is an alpha feature and its behavior may change without notice.
+ * (Optional, Alpha) standard is default and flex is lazily provisioned and may be
+ * pre-empted. This is an alpha feature and its behavior may change without notice.
290
*/
291
provisioning_tier?: 'standard' | 'flex' | null;
292
0 commit comments