@pulumi/vsphere 4.10.0 → 4.11.0-alpha.1711033215

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/virtualDisk.d.ts +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/vsphere",
3
- "version": "v4.10.0",
3
+ "version": "v4.11.0-alpha.1711033215+be9083a4",
4
4
  "description": "A Pulumi package for creating vsphere resources",
5
5
  "keywords": [
6
6
  "pulumi",
package/virtualDisk.d.ts CHANGED
@@ -26,7 +26,7 @@ export declare class VirtualDisk extends pulumi.CustomResource {
26
26
  * disk controller types. This parameter will be removed in future versions of the
27
27
  * vSphere provider.
28
28
  *
29
- * @deprecated this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead
29
+ * @deprecated this attribute has no effect on controller types - please use scsiType in vsphere.VirtualMachine instead
30
30
  */
31
31
  readonly adapterType: pulumi.Output<string | undefined>;
32
32
  /**
@@ -92,7 +92,7 @@ export interface VirtualDiskState {
92
92
  * disk controller types. This parameter will be removed in future versions of the
93
93
  * vSphere provider.
94
94
  *
95
- * @deprecated this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead
95
+ * @deprecated this attribute has no effect on controller types - please use scsiType in vsphere.VirtualMachine instead
96
96
  */
97
97
  adapterType?: pulumi.Input<string>;
98
98
  /**
@@ -150,7 +150,7 @@ export interface VirtualDiskArgs {
150
150
  * disk controller types. This parameter will be removed in future versions of the
151
151
  * vSphere provider.
152
152
  *
153
- * @deprecated this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead
153
+ * @deprecated this attribute has no effect on controller types - please use scsiType in vsphere.VirtualMachine instead
154
154
  */
155
155
  adapterType?: pulumi.Input<string>;
156
156
  /**