Skip to content

Commit d728d86

Browse files
authored
{doc} Update extension versioning doc for default value of --allow-preview (#31090)
1 parent 6c1f804 commit d728d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/extensions/versioning_guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ Current extension module has a combination of semantic scheme and extra metadata
146146

147147
## Extension Installation Upgrade
148148

149-
To distinguish `stable-only` extension installation with `preview-included` extension installation, `--allow-preview` is added into `az extension add/update` and `az upgrade` and the `stable/preview` justification is made based on this extension versioning specification from CLI version `2.56.0`. Default value for `--allow-preview` is `True` for user compatibility and will be reset to `False` in future breaking change window.
149+
To distinguish `stable-only` extension installations from `preview-included` installations, the `--allow-preview` flag has been added to `az extension add/update` and `az upgrade`. The `stable/preview` justification follows this versioning specification from CLI version `2.56.0`. The default value for `--allow-preview` is `True` for compatibility and has been reset to `False` as of CLI version `2.67.0`.

0 commit comments

Comments
 (0)