@pulumi/spotinst 3.74.0-alpha.1712470375 → 3.74.0-alpha.1712653587

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/spotinst",
3
- "version": "v3.74.0-alpha.1712470375+736106a6",
3
+ "version": "v3.74.0-alpha.1712653587+32ce8f02",
4
4
  "description": "A Pulumi package for creating and managing spotinst cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/types/input.d.ts CHANGED
@@ -3440,6 +3440,7 @@ export declare namespace azure {
3440
3440
  architectures?: pulumi.Input<pulumi.Input<string>[]>;
3441
3441
  diskPerformance?: pulumi.Input<string>;
3442
3442
  excludeSeries?: pulumi.Input<pulumi.Input<string>[]>;
3443
+ gpuTypes?: pulumi.Input<pulumi.Input<string>[]>;
3443
3444
  maxGpu?: pulumi.Input<number>;
3444
3445
  maxMemoryGib?: pulumi.Input<number>;
3445
3446
  maxVcpu?: pulumi.Input<number>;
@@ -3492,6 +3493,7 @@ export declare namespace azure {
3492
3493
  architectures?: pulumi.Input<pulumi.Input<string>[]>;
3493
3494
  diskPerformance?: pulumi.Input<string>;
3494
3495
  excludeSeries?: pulumi.Input<pulumi.Input<string>[]>;
3496
+ gpuTypes?: pulumi.Input<pulumi.Input<string>[]>;
3495
3497
  maxGpu?: pulumi.Input<number>;
3496
3498
  maxMemoryGib?: pulumi.Input<number>;
3497
3499
  maxVcpu?: pulumi.Input<number>;
package/types/output.d.ts CHANGED
@@ -3439,6 +3439,7 @@ export declare namespace azure {
3439
3439
  architectures?: string[];
3440
3440
  diskPerformance?: string;
3441
3441
  excludeSeries?: string[];
3442
+ gpuTypes?: string[];
3442
3443
  maxGpu?: number;
3443
3444
  maxMemoryGib?: number;
3444
3445
  maxVcpu?: number;
@@ -3491,6 +3492,7 @@ export declare namespace azure {
3491
3492
  architectures?: string[];
3492
3493
  diskPerformance?: string;
3493
3494
  excludeSeries?: string[];
3495
+ gpuTypes?: string[];
3494
3496
  maxGpu?: number;
3495
3497
  maxMemoryGib?: number;
3496
3498
  maxVcpu?: number;