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
- Host: GitHub
- URL: https://github.com/cake-contrib/cake.azure
- Owner: cake-contrib
- License: other
- Created: 2017-03-13T21:50:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T03:16:21.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T13:47:52.913Z (6 months ago)
- Topics: azure, cake-build
- Language: C#
- Homepage:
- Size: 49.8 KB
- Stars: 2
- Watchers: 8
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)