pulumi/sdk/dotnet/Pulumi.Automation
Ian Wahbe a2d926a156
[auto] Add flag to show secrets (#9879)
* Update TS

* Update Python

* Make backwards compatible

* Add go

* Add C#

* CL

* Fix lints

* Fix python defaults

* Add XML config
2022-06-24 10:00:09 -07: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 [auto] Add flag to show secrets (#9879) 2022-06-24 10:00:09 -07:00
HistoryOptions.cs [auto] Add flag to show secrets (#9879) 2022-06-24 10:00:09 -07: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 Bump versions of semver and OneOf (#9591) 2022-05-13 13:23:07 +01: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 support for local policy packs in auto api (#9872) 2022-06-15 17:50:38 -07:00
PublicAPI.Unshipped.txt [auto] Add flag to show secrets (#9879) 2022-06-24 10:00:09 -07:00
Pulumi.Automation.csproj Bump YamlDotNet to 11.1.1 2021-05-01 08:03:12 +12:00
Pulumi.Automation.xml [auto] Add flag to show secrets (#9879) 2022-06-24 10:00:09 -07: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 [auto] Add flag to show secrets (#9879) 2022-06-24 10:00:09 -07: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 [auto] Add flag to show secrets (#9879) 2022-06-24 10:00:09 -07: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 support for local policy packs in auto api (#9872) 2022-06-15 17:50:38 -07: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 [auto] Add flag to show secrets (#9879) 2022-06-24 10:00:09 -07:00
WorkspaceStackState.cs [auto/dotnet] - pulumi state delete & unprotect functionality (#8202) 2021-10-18 16:26:45 -07:00