An open API service indexing awesome lists of open source software.

https://github.com/cake-contrib/cake.azure

Cake plugin for managing Azure resources
https://github.com/cake-contrib/cake.azure

azure cake-build

Last synced: 5 months ago
JSON representation

Cake plugin for managing Azure resources

Awesome Lists containing this project

README

          

# Cake.Azure
A [Cake](http://cakebuild.net) plugin for managing Azure resources.

Usage:

```csharp
#addin "nuget:?package=Microsoft.Rest.ClientRuntime&version=2.3.21"
#addin "nuget:?package=Microsoft.Rest.ClientRuntime.Azure.Authentication&version=2.4.0"
#addin "nuget:?package=Microsoft.IdentityModel.Clients.ActiveDirectory&version=4.3.0"
#addin "nuget:?package=Microsoft.Azure.Management.ResourceManager&version=2.4.5-preview&prerelease"
#addin "nuget:?package=Microsoft.Rest.ClientRuntime.Azure&version=3.3.19"
#addin "nuget:?package=Cake.Azure&version=0.4.0"
```

## Aliases

Please visit the Cake Documentation for a list of available aliases:

[http://cakebuild.net/dsl/azure/](http://cakebuild.net/dsl/azure)