pulumi/changelog/pending
bors[bot] 34f524b34d
Merge #13236
13236: pulumi state unprotect command now uses OS specific quoting r=dixler a=dixler

<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description
Error messages would suggest the command `pulumi state unprotect 'urn'` on Windows which was not a valid quoting and now windows displays: `pulumi state unprotect "urn"`.
<!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. -->

Fixes #13045 

## Checklist

- [x] I have run `make tidy` to update any new dependencies
- [x] I have run `make lint` to verify my code passes the lint check
  - [x] I have formatted my code using `gofumpt`

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [x] I have added tests that prove my fix is effective or that my feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [x] I have run `make changelog` and committed the `changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the Pulumi Cloud,
then the service should honor older versions of the CLI where this change would not exist.
You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Cloud API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


Co-authored-by: Kyle Dixler <kyle@pulumi.com>
2023-06-22 18:51:40 +00:00
..
20230523--engine--fix-wildcards-in-ignorechanges.yaml Fix wildcards and indexers in IgnoreChanges 2023-06-20 09:45:02 +01:00
20230526--engine--fix-ignorechanges-setting-ignore-array-indexs-to-zero.yaml Fix wildcards and indexers in IgnoreChanges 2023-06-20 09:45:02 +01:00
20230616--cli--pulumi-convert-will-now-cleanup-temporary-pulumi-convert-directories-when-the-command-is-finished.yaml Couple of convert cleanups 2023-06-16 16:28:42 +01:00
20230616--programgen--allow-traversing-unknown-properties-from-resources-when-skipping-resouce-type-checking.yaml Allow traversing unknown properties from resources when skipping resource type checking 2023-06-16 15:06:08 +02:00
20230619--sdk-nodejs--write-port-to-stdout-as-a-string-so-node-doesnt-colorize-the-output.yaml [sdk/nodejs] Write port as string to avoid colorized output 2023-06-19 16:24:14 -07:00
20230620--cli--fix-markdown-formatting-issues-in-command-usage.yaml cli: Fix Markdown reference formatting issues 2023-06-20 15:24:15 -07:00
20230620--cli--make-no-retry-attempts-for-the-pulumi-new-version-query.yaml {cli, httpstate}: Don't retry GetCLIVersionInfo 2023-06-20 10:08:33 -07:00
20230620--cli-config--no-longer-error-on-directory-read-permissions-when-searching-for-project-files.yaml Translate permission errors into ProjectNotFound when searching 2023-06-20 15:15:40 +01:00
20230620--cli-display--fix-diff-display-partially-parsing-json-yaml-from-strings.yaml Fix diff display partially parsing JSON/YAML 2023-06-22 09:31:10 +01:00
20230620--cli-display--fix-large-integers-displaying-in-scientific-notation.yaml Don't print large integers in scientfic notation 2023-06-20 12:44:15 +01:00
20230620--cli-display--update-summary-is-now-correctly-shown-when-advisory-and-disabled-policy-events-are-encountered.yaml CLI update summary now shows after non-mandatory policy events seen. 2023-06-20 13:28:01 -07:00
20230620--cli-new--pulumi-new-now-correctly-supports-numeric-stack-names.yaml `pulumi new` now supports numeric stack names. 2023-06-20 12:55:21 -07:00
20230620--cli-plugin--plugin-rm-yes-command-to-say-plugins-were-removed.yaml Split user output for plugin rm to confirmation and result log 2023-06-20 10:20:37 -07:00
20230620--sdk-python--allow-tuples-as-sequence-input-values-to-resources.yaml Allow tuples as sequences in Python serialization 2023-06-20 14:26:00 +01:00
20230620--sdkgen-python--python-sdk-only-prints-a-function-invoke-results-deprecation-messages-when-using-getters-rather-than-on-instantiation.yaml [sdk/python] remove deprecation warning on result types. 2023-06-21 08:55:30 -07:00
20230621--cli--fix-stack-rm-removing-config-files-for-the-wrong-project.yaml Fix `stack rm` removing config files for the wrong project 2023-06-21 10:52:25 +01:00
20230621--cli-display--fix-formatting-bugs-in-display-causing-text-like-missing-showing-in-output.yaml Don't use printf without a fixed format string 2023-06-21 11:44:06 +01:00
20230621--cli-display--on-windows-make-pulumi-state-unprotect-command-suggestion-use-double-quotes-instead-of-single-quotes.yaml pulumi state unprotect command now uses OS specific quoting 2023-06-22 11:42:08 -07:00
20230621--cli-new--fix-empty-config-values-being-added-to-the-config-file-as-part-of-new.yaml Don't save empty config values to the config file in new 2023-06-22 09:20:55 +01:00
20230622--backend-filestate--fix-auto-opt-in-to-project-mode.yaml Fix auto-opt-in for local project stacks 2023-06-22 13:36:52 +01:00