Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 2.5 KB

readme.md

File metadata and controls

62 lines (51 loc) · 2.5 KB

Az.Billing

This directory contains the PowerShell module for the Billing service.


Status

Az.Billing

Info

  • Modifiable: yes
  • Generated: all
  • Committed: yes
  • Packaged: yes

Detail

This module was primarily generated via AutoRest using the PowerShell extension.

Module Requirements

Authentication

AutoRest does not generate authentication code for the module. Authentication is handled via Az.Accounts by altering the HTTP payload before it is sent.

Development

For information on how to develop for Az.Billing, see how-to.md.


Generation Requirements

Use of the beta version of autorest.powershell generator requires the following:

  • NodeJS LTS (10.15.x LTS preferred)
    • Note: It will not work with Node < 10.x. Using 11.x builds may cause issues as they may introduce instability or breaking changes.

If you want an easy way to install and update Node, NVS - Node Version Switcher or NVM - Node Version Manager is recommended.

  • AutoRest v3 beta
    npm install -g autorest@beta
     
  • PowerShell 6.0 or greater
    • If you don't have it installed, you can use the cross-platform npm package
      npm install -g pwsh
       
  • .NET Core SDK 2.0 or greater
    • If you don't have it installed, you can use the cross-platform npm package
      npm install -g dotnet-sdk-2.2
       

Run Generation

In this directory, run AutoRest:

autorest


AutoRest Configuration

see https://aka.ms/autorest

require:
  - $(this-folder)/../readme.azure.md
  - $(repo)/specification/billing/resource-manager/readme.enable-multi-api.md
  - $(repo)/specification/billing/resource-manager/readme.md
  - $(repo)/specification/commerce/resource-manager/readme.enable-multi-api.md
  - $(repo)/specification/commerce/resource-manager/readme.md 
  - $(repo)/specification/consumption/resource-manager/readme.enable-multi-api.md
  - $(repo)/specification/consumption/resource-manager/readme.md

module-version: 0.0.1
title: Billing
skip-model-cmdlets: true