@blitzm/azure-postgres-flexible
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -14,10 +14,27 @@ "use strict"; | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AzurePostgresSqlFlexible = void 0; | ||
const pulumi = __importStar(require("@pulumi/pulumi")); | ||
@@ -47,3 +64,3 @@ const azure = __importStar(require("@pulumi/azure")); | ||
location: args.resourceGroup.location, | ||
name: (_a = args.serverName) !== null && _a !== void 0 ? _a : pulumi_utils_1.globallyUniqueName(pulumi_utils_1.alphaNumeric(name), { parent: this }), | ||
name: (_a = args.serverName) !== null && _a !== void 0 ? _a : (0, pulumi_utils_1.globallyUniqueName)((0, pulumi_utils_1.alphaNumeric)(name), { parent: this }), | ||
administratorLogin: 'dbuser', | ||
@@ -50,0 +67,0 @@ administratorPassword: password.result, |
{ | ||
"name": "@blitzm/azure-postgres-flexible", | ||
"description": "", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"license": "Blitzm", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"@types/node": "<=18.11.9", | ||
"typescript": "3.8.3" | ||
"typescript": ">=4.7.4" | ||
}, | ||
@@ -32,3 +32,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "645dee64aac864be092727f581852636c1a193b8" | ||
"gitHead": "1bc063cfb911b5e022907f67f23c049d387eecec" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23250
454