Nuke.Azure
0.3.1
Prefix Reserved
See the version list below for details.
dotnet add package Nuke.Azure --version 0.3.1
NuGet\Install-Package Nuke.Azure -Version 0.3.1
<PackageReference Include="Nuke.Azure" Version="0.3.1" />
<PackageVersion Include="Nuke.Azure" Version="0.3.1" />
<PackageReference Include="Nuke.Azure" />
paket add Nuke.Azure --version 0.3.1
#r "nuget: Nuke.Azure, 0.3.1"
#:package Nuke.Azure@0.3.1
#addin nuget:?package=Nuke.Azure&version=0.3.1
#tool nuget:?package=Nuke.Azure&version=0.3.1
Azure CLI addon for the cross-plattform automation system Nuke.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- Nuke.Common (>= 0.4.0 && < 1.0.0)
-
.NETStandard 2.0
- Nuke.Common (>= 0.4.0 && < 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 0.9.0 | 23,024 | 10/15/2019 | |
| 0.8.0 | 4,184 | 6/21/2019 | |
| 0.7.0 | 2,146 | 11/8/2018 | |
| 0.6.0 | 2,073 | 9/21/2018 | |
| 0.5.3 | 1,683 | 8/29/2018 | |
| 0.5.2 | 1,592 | 8/23/2018 | |
| 0.5.1 | 1,585 | 8/22/2018 | |
| 0.5.0 | 1,686 | 8/14/2018 | |
| 0.4.0 | 1,713 | 8/5/2018 | |
| 0.3.5 | 1,914 | 6/20/2018 | |
| 0.3.3 | 1,906 | 6/14/2018 | |
| 0.3.1 | 1,934 | 6/6/2018 | |
| 0.3.0 | 1,815 | 6/5/2018 | |
| 0.2.1 | 2,000 | 5/14/2018 | |
| 0.1.0 | 1,850 | 5/9/2018 |
• Changed supported version to [Azure CLI 2.0.33](https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli?view=azure-cli-latest#may-22-2018)
• Changed the following db and dw properties to be read-only:
• requestedServiceObjectiveName. To update, use the --service-objective parameter or set the sku.name property.
• edition. To update, use the --edition parameter or set the sku.tier property.
• elasticPoolName. To update, use the --elastic-pool parameter or set the elasticPoolId property.
• Changed the following elastic-pool properties to be read-only:
• edition. To update, use the --edition parameter.
• dtu. To update, use the --capacity parameter.
• databaseDtuMin. To update, use the --db-min-capacity parameter.
• databaseDtuMax. To update, use the --db-max-capacity parameter.
• Removed --write-accelerator from vm create. The same support can be accessed through vm update or vm disk attach.
• Added new Dev-Spaces commands aks use-dev-spaces and aks remove-dev-spaces.
• Added support for exporting a container group in yaml format.
• Added support for using a yaml file to create / update a container group.
• Added --family and --capacity parameters to db, dw, and elastic-pool commands.
• Added table formatters to db, dw, and elastic-pool commands.
• Added --boot-diagnostics-storage to vm create to capture boot log
• Added --license-type to [vm|vmss] update.
• Fixed typo in help message.
Full changelog at https://github.com/nuke-build/azure/blob/master/CHANGELOG.md