autorest.powershell/powershell
Yunchi Wang e279ce4332
Fix the issue that empty array will be convert to null in PowerShell (#1398)
2024-11-08 14:16:19 +08:00
..
cmdlets Update class.ts to fix a description issue 2024-10-30 14:21:14 +08:00
enums
file-formats
generators use alternative way to generate assemblyinfo.cs (#1387) 2024-10-10 16:58:32 +08:00
internal
llcsharp
models
module
plugins use alternative way to generate assemblyinfo.cs (#1387) 2024-10-10 16:58:32 +08:00
resources Fix the issue that empty array will be convert to null in PowerShell (#1398) 2024-11-08 14:16:19 +08:00
sdk SDK - Add support for decimal (#1392) 2024-10-18 09:51:00 +08:00
test
utils
.eslintignore
.eslintrc.yaml
.npmignore
LICENSE
autorest-configuration-for-sdk.md Move model renaming before the csharp namer plugin for SDK (#1228) 2023-09-05 10:51:23 +08:00
autorest-configuration.md
changelog.md
exports.ts
main.ts
package.json
readme.md
tsconfig.json

readme.md

AutoRest PowerShell Generator

The AutoRest PowerShell generator is intended to be use from AutoRest.

see https://aka.ms/autorest

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Autorest plugin configuration

AutoRest configuration is stored in the 'autorest-configuation.md' file.

pipeline-model: v3
require: $(this-folder)/autorest-configuration.md
pipeline-model: v3
require: $(this-folder)/autorest-configuration-for-sdk.md