@pulumi/oci 4.13.0 → 4.14.0-alpha.1780010105

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.
@@ -2,8 +2,8 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
3
  import * as outputs from "../types/output";
4
4
  /**
5
- * This data source provides the list of Supported Skus in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.\
6
- * !> **WARNING:** This data source is deprecated and will be removed, please use "oci.Ocvp.getSupportedCommitments" instead.
5
+ * This data source provides the list of Supported Skus in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.
6
+ * > **WARNING:** This data source is deprecated and will be removed, please use "oci.Ocvp.getSupportedCommitments" instead.
7
7
  *
8
8
  * Lists supported SKUs.
9
9
  *
@@ -51,8 +51,8 @@ export interface GetSupportedSkusResult {
51
51
  readonly items: outputs.Ocvp.GetSupportedSkusItem[];
52
52
  }
53
53
  /**
54
- * This data source provides the list of Supported Skus in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.\
55
- * !> **WARNING:** This data source is deprecated and will be removed, please use "oci.Ocvp.getSupportedCommitments" instead.
54
+ * This data source provides the list of Supported Skus in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.
55
+ * > **WARNING:** This data source is deprecated and will be removed, please use "oci.Ocvp.getSupportedCommitments" instead.
56
56
  *
57
57
  * Lists supported SKUs.
58
58
  *
@@ -29,8 +29,8 @@ exports.getSupportedSkusOutput = exports.getSupportedSkus = void 0;
29
29
  const pulumi = __importStar(require("@pulumi/pulumi"));
30
30
  const utilities = __importStar(require("../utilities"));
31
31
  /**
32
- * This data source provides the list of Supported Skus in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.\
33
- * !> **WARNING:** This data source is deprecated and will be removed, please use "oci.Ocvp.getSupportedCommitments" instead.
32
+ * This data source provides the list of Supported Skus in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.
33
+ * > **WARNING:** This data source is deprecated and will be removed, please use "oci.Ocvp.getSupportedCommitments" instead.
34
34
  *
35
35
  * Lists supported SKUs.
36
36
  *
@@ -56,8 +56,8 @@ function getSupportedSkus(args, opts) {
56
56
  }
57
57
  exports.getSupportedSkus = getSupportedSkus;
58
58
  /**
59
- * This data source provides the list of Supported Skus in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.\
60
- * !> **WARNING:** This data source is deprecated and will be removed, please use "oci.Ocvp.getSupportedCommitments" instead.
59
+ * This data source provides the list of Supported Skus in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.
60
+ * > **WARNING:** This data source is deprecated and will be removed, please use "oci.Ocvp.getSupportedCommitments" instead.
61
61
  *
62
62
  * Lists supported SKUs.
63
63
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/oci",
3
- "version": "4.13.0",
3
+ "version": "4.14.0-alpha.1780010105",
4
4
  "description": "A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -25,6 +25,6 @@
25
25
  "pulumi": {
26
26
  "resource": true,
27
27
  "name": "oci",
28
- "version": "4.13.0"
28
+ "version": "4.14.0-alpha.1780010105"
29
29
  }
30
30
  }