pulumi/sdk/dotnet/Pulumi.Automation
Fraser Waters b9b9adaadf
Add update plans to automation api (#9391)
* Add update plans to automation api

* Update PublicAPI

* Add to CHANGELOG

* Consistent doc strings

* go test

* dotnet test
2022-04-22 17:50:40 +01:00
..
Collections [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
Commands Fix async await warnings (#7537) 2021-07-21 18:44:10 -04:00
Events Fix async await warnings (#7537) 2021-07-21 18:44:10 -04:00
Exceptions [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
Runtime Fix async await warnings (#7537) 2021-07-21 18:44:10 -04:00
Serialization [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
AssemblyAttribute.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
ConfigValue.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
DestroyOptions.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
HistoryOptions.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
InlineProgramArgs.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
LocalProgramArgs.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
LocalWorkspace.cs Fix for 8518 automation API issue with set_config "-value" (#8614) 2021-12-23 13:44:56 -05:00
LocalWorkspaceOptions.cs Support microsoft logging extensions with inline programs (#7117) 2021-06-10 23:06:57 -04:00
OperationType.cs [automation/dotnet] Add ReadDiscard OperationType (#6493) 2021-03-12 10:10:56 -08:00
OutputValue.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
PluginInfo.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
PluginInstallOptions.cs [auto/dotnet] - plugin installation options: exact version, server (#7796) 2021-08-24 16:04:33 -04:00
PluginKind.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
PreviewOptions.cs Add update plans to automation api (#9391) 2022-04-22 17:50:40 +01:00
PreviewResult.cs [automation/dotnet] Expose structured logging (#6572) 2021-03-30 14:57:38 -04:00
ProjectBackend.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
ProjectRuntime.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
ProjectRuntimeName.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
ProjectRuntimeOptions.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
ProjectSettings.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
ProjectTemplate.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
ProjectTemplateConfigValue.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
PublicAPI.Shipped.txt Add update plans to automation api (#9391) 2022-04-22 17:50:40 +01:00
PublicAPI.Unshipped.txt Add update plans to automation api (#9391) 2022-04-22 17:50:40 +01:00
Pulumi.Automation.csproj Bump YamlDotNet to 11.1.1 2021-05-01 08:03:12 +12:00
Pulumi.Automation.xml Add update plans to automation api (#9391) 2022-04-22 17:50:40 +01:00
PulumiFn.Inline.cs [sdk/dotnet] - Fix swallowed nested exceptions with inline program so they correctly bubble to consumer (#7323) 2021-06-21 15:45:26 -04:00
PulumiFn.ServiceProvider.cs [sdk/dotnet] - Fix swallowed nested exceptions with inline program so they correctly bubble to consumer (#7323) 2021-06-21 15:45:26 -04:00
PulumiFn.TStack.cs [sdk/dotnet] - Fix swallowed nested exceptions with inline program so they correctly bubble to consumer (#7323) 2021-06-21 15:45:26 -04:00
PulumiFn.cs [sdk/dotnet] - Fix swallowed nested exceptions with inline program so they correctly bubble to consumer (#7323) 2021-06-21 15:45:26 -04:00
RefreshOptions.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
StackDeployment.cs [auto/dotnet] Make StackDeployment.FromJsonString public (#7067) 2021-05-20 09:47:44 -04:00
StackSettings.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
StackSettingsConfigValue.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
StackSummary.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
UpOptions.cs Add update plans to automation api (#9391) 2022-04-22 17:50:40 +01:00
UpResult.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
UpdateKind.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
UpdateOptions.cs Add color option to stack up, preview, destroy, and refresh for automation api (#8811) 2022-01-24 23:34:22 +01:00
UpdateResult.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
UpdateState.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
UpdateSummary.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
WhoAmIResult.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
Workspace.cs [auto/dotnet] - plugin installation options: exact version, server (#7796) 2021-08-24 16:04:33 -04:00
WorkspaceStack.cs Add update plans to automation api (#9391) 2022-04-22 17:50:40 +01:00
WorkspaceStackState.cs [auto/dotnet] - pulumi state delete & unprotect functionality (#8202) 2021-10-18 16:26:45 -07:00