@pulumi/openstack 5.6.0-alpha.1779953189 → 5.6.0-alpha.1780007184

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.
@@ -36,7 +36,7 @@ import * as outputs from "../types/output";
36
36
  *
37
37
  * Application credential below will inherit all the current user's roles.
38
38
  *
39
- * !> **WARNING:** Restrictions on these Identity operations are deliberately
39
+ * > **WARNING:** Restrictions on these Identity operations are deliberately
40
40
  * imposed as a safeguard to prevent a compromised application credential from
41
41
  * regenerating itself. Disabling this restriction poses an inherent added risk.
42
42
  *
@@ -63,7 +63,7 @@ const utilities = __importStar(require("../utilities"));
63
63
  *
64
64
  * Application credential below will inherit all the current user's roles.
65
65
  *
66
- * !> **WARNING:** Restrictions on these Identity operations are deliberately
66
+ * > **WARNING:** Restrictions on these Identity operations are deliberately
67
67
  * imposed as a safeguard to prevent a compromised application credential from
68
68
  * regenerating itself. Disabling this restriction poses an inherent added risk.
69
69
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/openstack",
3
- "version": "5.6.0-alpha.1779953189",
3
+ "version": "5.6.0-alpha.1780007184",
4
4
  "description": "A Pulumi package for creating and managing OpenStack cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -22,6 +22,6 @@
22
22
  "pulumi": {
23
23
  "resource": true,
24
24
  "name": "openstack",
25
- "version": "5.6.0-alpha.1779953189"
25
+ "version": "5.6.0-alpha.1780007184"
26
26
  }
27
27
  }