pulumi/sdk/nodejs/tests
CyrusNajmabadi 66bd3f4aa8
Breaking changes due to Feature 2.0 work
* Make `async:true` the default for `invoke` calls (#3750)

* Switch away from native grpc impl. (#3728)

* Remove usage of the 'deasync' library from @pulumi/pulumi. (#3752)

* Only retry as long as we get unavailable back.  Anything else continues. (#3769)

* Handle all errors for now. (#3781)


* Do not assume --yes was present when using pulumi in non-interactive mode (#3793)

* Upgrade all paths for sdk and pkg to v2

* Backport C# invoke classes and other recent gen changes (#4288)

Adjust C# generation

* Replace IDeployment with a sealed class (#4318)

Replace IDeployment with a sealed class

* .NET: default to args subtype rather than Args.Empty (#4320)

* Adding system namespace for Dotnet code gen

This is required for using Obsolute attributes for deprecations

```
Iam/InstanceProfile.cs(142,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [/Users/stack72/code/go/src/github.com/pulumi/pulumi-aws/sdk/dotnet/Pulumi.Aws.csproj]
Iam/InstanceProfile.cs(142,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [/Users/stack72/code/go/src/github.com/pulumi/pulumi-aws/sdk/dotnet/Pulumi.Aws.csproj]
```

* Fix the nullability of config type properties in C# codegen (#4379)
2020-04-14 09:30:25 +01:00
..
runtime Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
sxs_ts_3.6 Fix typing for 'Lifted<T>' to work better across versions of TS (#3658) 2019-12-13 11:18:19 -08:00
sxs_ts_latest Fix typing for 'Lifted<T>' to work better across versions of TS (#3658) 2019-12-13 11:18:19 -08:00
config.spec.ts Adopt code review feedback for config constraints 2018-08-28 18:07:26 -07:00
init.spec.ts Add license headers 2018-05-22 15:02:47 -07:00
iterable.spec.ts Break out Resource and Output into their own files (#2420) 2019-01-31 18:08:17 -08:00
options.spec.ts Transformations (#3174) 2019-09-29 11:27:37 -07:00
output.spec.ts Remove unnecessary import (#4350) 2020-04-09 14:13:16 -07:00
resource.spec.ts Support aliases for renaming, re-typing, or re-parenting resources (#2774) 2019-05-31 23:01:01 -07:00
testmode.spec.ts Don't encourage PULUMI_TEST_MODE (#3146) 2019-08-26 18:49:13 -07:00
unwrap.spec.ts Support sxs with old outputs with sync resources only. (#3680) 2019-12-17 19:04:09 -08:00
util.ts Mark internal APIs @internal to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00