Ensuring references to v2 pulumi packages are up to date

This commit is contained in:
stack72 2020-06-17 14:54:05 +03:00
parent 92e44bee6d
commit 9e33449245
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ namespace Pulumi
/// <see cref="_rootPulumiStackTypeName"/> is the type name that should be used to construct /// <see cref="_rootPulumiStackTypeName"/> is the type name that should be used to construct
/// the root component in the tree of Pulumi resources allocated by a deployment.This must /// the root component in the tree of Pulumi resources allocated by a deployment.This must
/// be kept up to date with /// be kept up to date with
/// <c>github.com/pulumi/pulumi/pkg/resource/stack.RootPulumiStackTypeName</c>. /// <c>github.com/pulumi/pulumi/pkg/v2/resource/stack.RootPulumiStackTypeName</c>.
/// </summary> /// </summary>
internal const string _rootPulumiStackTypeName = "pulumi:pulumi:Stack"; internal const string _rootPulumiStackTypeName = "pulumi:pulumi:Stack";

View file

@ -21,7 +21,7 @@ import { getRootResource, isDryRun, isQueryMode, setRootResource } from "./setti
/** /**
* rootPulumiStackTypeName is the type name that should be used to construct the root component in the tree of Pulumi * rootPulumiStackTypeName is the type name that should be used to construct the root component in the tree of Pulumi
* resources allocated by a deployment. This must be kept up to date with * resources allocated by a deployment. This must be kept up to date with
* `github.com/pulumi/pulumi/pkg/resource/stack.RootPulumiStackTypeName`. * `github.com/pulumi/pulumi/pkg/v2/resource/stack.RootPulumiStackTypeName`.
*/ */
export const rootPulumiStackTypeName = "pulumi:pulumi:Stack"; export const rootPulumiStackTypeName = "pulumi:pulumi:Stack";