Skip to content

An isomorphic javascript sdk for Azure services

License

Notifications You must be signed in to change notification settings

kaerm/azure-sdk-for-js

 
 

Repository files navigation

Azure SDK for Javascript

Component Build Status
Management Libraries Build Status
Client Libraries Build Status

This project provides an isomorphic Javascript package with TypeScript definitions that makes it easy to consume and manage Microsoft Azure Services. It supports SDKs for:

  • ARM services (control plane) (packages with the naming convention of @azure/arm-<servicename>)
  • data plane of some Azure services (packages with the naming convention of @azure/<servicename>).

Documentation

Documentation of the supported SDKs can be found here:

Authentication

Need Help?

License

This project is licensed under MIT.

  • "MIT" license is usually used for the client libraries generated using Autorest.TypeScript that are targeting ARM (V2 version of Azure REST API). The license can be found in "LICENSE.MIT.txt" file in this repository.

Contribute

You found something you'd like to change? Great! Please submit a pull request and we'll do our best to work with you to get your code included into the project.

  1. Commit your changes (git commit -am 'Add some feature')
  2. Push to the branch (git push origin my-new-feature)
  3. Create new Pull Request

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.

If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.

If you encounter any bugs with the library please file an issue in the Issues section of the project.

For additional information about contributing to this project, as well as a getting started guide for contributors, see the contributing guidelines.

Impressions

Client Library Tested Operating Systems and Node Versions

Currently, the tests for client libraries in this repository are running against:

Linux (Ubuntu 16.04) MacOS 10.13 Windows Server 2016
Node 8 x x x
Node 10 x x x
Node 12 x x x

About

An isomorphic javascript sdk for Azure services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 93.7%
  • JavaScript 6.3%