UNPKG

@microsoft.azure/autorest.incubator

Version:
15 lines 598 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const process_code_model_1 = require("../common/process-code-model"); async function process(service) { return process_code_model_1.processCodeModel(tweakCommands, service); } exports.process = process; async function tweakCommands(model, service) { // TODO: // identify SubscriptionId, resourceGroup, Location parameters, and tweak them for azure-specific behavior. // TODO: // inject support for Azure Authentication into the commands return model; } //# sourceMappingURL=azure-commands.js.map