@autorest/powershell
Version:
AutoRest PowerShell Cmdlet Generator
14 lines • 1.06 kB
JavaScript
;
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.FormatTableAttribute = exports.DoNotFormatAttribute = exports.ConstantAttribute = exports.PropertyOriginAttribute = void 0;
const codegen_csharp_1 = require("@azure-tools/codegen-csharp");
const rest = new codegen_csharp_1.Namespace('Microsoft.Rest');
exports.PropertyOriginAttribute = new codegen_csharp_1.ClassType(rest, 'Origin');
exports.ConstantAttribute = new codegen_csharp_1.ClassType(rest, 'Constant');
exports.DoNotFormatAttribute = new codegen_csharp_1.ClassType(rest, 'DoNotFormat');
exports.FormatTableAttribute = new codegen_csharp_1.ClassType(rest, 'FormatTable');
//# sourceMappingURL=csharp-declarations.js.map