@pulumi/pulumi 3.134.1-alpha.xba28850 → 3.134.1-alpha.xcddeb78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/pulumi",
3
- "version": "3.134.1-alpha.xba28850",
3
+ "version": "3.134.1-alpha.xcddeb78",
4
4
  "description": "Pulumi's Node.js SDK",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -417,6 +417,12 @@ diffConfig: {
417
417
  responseDeserialize: deserialize_pulumirpc_DiffResponse,
418
418
  },
419
419
  // Configure configures the resource provider with "globals" that control its behavior.
420
+ //
421
+ // :::{warning}
422
+ // ConfigureRequest.args may include secrets. Because ConfigureRequest is sent before
423
+ // ConfigureResponse can specify acceptSecrets: false, providers *must* handle secrets from
424
+ // ConfigureRequest.args.
425
+ // :::
420
426
  configure: {
421
427
  path: '/pulumirpc.ResourceProvider/Configure',
422
428
  requestStream: false,
package/version.js CHANGED
@@ -13,5 +13,5 @@
13
13
  // See the License for the specific language governing permissions and
14
14
  // limitations under the License.
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.version = "3.134.1-alpha.xba28850";
16
+ exports.version = "3.134.1-alpha.xcddeb78";
17
17
  //# sourceMappingURL=version.js.map