@kengachu-pulumi/azure-native-softwareplan 2.11.0 → 2.14.1

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,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as types from "./types";
3
3
  /**
4
4
  * Response on GET of a hybrid use benefit
5
- * Azure REST API version: 2019-12-01. Prior API version in Azure Native 1.x: 2019-06-01-preview
5
+ * Azure REST API version: 2019-12-01. Prior API version in Azure Native 1.x: 2019-06-01-preview.
6
6
  */
7
7
  export declare class HybridUseBenefit extends pulumi.CustomResource {
8
8
  /**
@@ -5,7 +5,7 @@ const pulumi = require("@pulumi/pulumi");
5
5
  const utilities = require("@kengachu-pulumi/azure-native-core/utilities");
6
6
  /**
7
7
  * Response on GET of a hybrid use benefit
8
- * Azure REST API version: 2019-12-01. Prior API version in Azure Native 1.x: 2019-06-01-preview
8
+ * Azure REST API version: 2019-12-01. Prior API version in Azure Native 1.x: 2019-06-01-preview.
9
9
  */
10
10
  class HybridUseBenefit extends pulumi.CustomResource {
11
11
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengachu-pulumi/azure-native-softwareplan",
3
- "version": "2.11.0",
3
+ "version": "2.14.1",
4
4
  "description": "Pulumi Azure Native package for softwareplan",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@pulumi/pulumi": "^3.0.0",
19
- "@kengachu-pulumi/azure-native-core": "^2.11.0"
19
+ "@kengachu-pulumi/azure-native-core": "^2.14.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "access": "public"