CloudWise.Build.Processor 1.0.19

dotnet tool install --global CloudWise.Build.Processor --version 1.0.19
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local CloudWise.Build.Processor --version 1.0.19
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CloudWise.Build.Processor&version=1.0.19
nuke :add-package CloudWise.Build.Processor --version 1.0.19

CloudWise Build Processor

The zaria build processor is used to pull items from DevOps and use them to generate an Azure resource deployment.

There must be a state in the work item being used called Processing

The following fields must be available to the work item type that is used to represent virtual machines:

	var title = item.Fetch<string>("System.Title");
	var client_name = item.Fetch<string>("Custom.ClientName");
	var vm_name = item.Fetch<string>("Custom.VMName");
	var environment = item.Fetch<string>("Custom.Environment");
	var region = item.Fetch<string>("Custom.Region");
	var server_family = item.Fetch<string>("Custom.ServerFamily");
	var server_type = item.Fetch<string>("Custom.ServerType");
	var is_deployed = item.Fetch<bool>("Custom.IsDeployed");
	var azure_tags = item.Fetch<string>("Custom.AzureTags");
	var cpu = item.Fetch<long>("Custom.CPU");
	var memory = item.Fetch<long>("Custom.Memory");
	var disk = item.Fetch<long>("Custom.Disk");
	var vm_username = item.Fetch<string>("Custom.VMLocalUsername");
	var vm_password = item.Fetch<string>("Custom.VMLocalPassword");
	var ipaddress = item.Fetch<string>("Custom.IPAddress");
	var application_name = item.Fetch<string>("Custom.ApplicationName");
	var state = item.Fetch<string>("System.State");
	var cost_center = item.Fetch<string>("Custom.CostCenter");
	var data_classification = item.Fetch<string>("Custom.AppDataClassification");
	var business_unit = item.Fetch<string>("Custom.BusinessUnit");
	var service_class = item.Fetch<string>("Custom.ServiceClass");
	var requestor = item.Fetch<string>("Custom.Requestor");
	var tags = HtmlToPlainText(item.Fetch<string>("Custom.AzureTags"));

The type of teh fields is represented in the code above. The fields must follow these types or the processor will not work.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.0.19 234 4/19/2023
1.0.18 172 4/19/2023
1.0.17 218 4/19/2023
1.0.16 188 4/19/2023
1.0.14 181 4/19/2023
1.0.13 186 4/19/2023
1.0.12 224 4/19/2023
1.0.11-alpha 194 4/19/2023
1.0.10-alpha 214 4/19/2023
1.0.9 163 4/19/2023
1.0.8-alpha 193 4/19/2023
1.0.7-alpha 183 4/19/2023
1.0.6-alpha 174 4/19/2023
1.0.5-alpha 178 4/18/2023
1.0.4-alpha 203 4/17/2023
1.0.3-alpha 245 4/17/2023
1.0.2-alpha 148 4/17/2023
1.0.1-alpha 206 4/17/2023
1.0.0-alpha 152 4/17/2023