Skip to content

Commit 46da4e9

Browse files
authored
[Storage] az storage --help: Update Python docs link. (#30064)
Co-authored-by: Mads Jensen <[email protected]>
1 parent b6f0c2a commit 46da4e9

File tree

1 file changed

+8
-8
lines changed
  • src/azure-cli/azure/cli/command_modules/storage

1 file changed

+8
-8
lines changed

src/azure-cli/azure/cli/command_modules/storage/_help.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@
856856
short-summary: The blob container where the selected source files or blobs will be copied to.
857857
- name: --pattern
858858
type: string
859-
short-summary: The pattern used for globbing files or blobs in the source. The supported patterns are '*', '?', '[seq]', and '[!seq]'. For more information, please refer to https://docs.python.org/3.7/library/fnmatch.html.
859+
short-summary: The pattern used for globbing files or blobs in the source. The supported patterns are '*', '?', '[seq]', and '[!seq]'. For more information, please refer to https://docs.python.org/3/library/fnmatch.html.
860860
long-summary: When you use '*' in --pattern, it will match any character including the the directory separator '/'.
861861
- name: --dryrun
862862
type: bool
@@ -923,7 +923,7 @@
923923
long-summary: The source can be the container URL or the container name. When the source is the container URL, the storage account name will be parsed from the URL.
924924
- name: --pattern
925925
type: string
926-
short-summary: The pattern used for globbing files or blobs in the source. The supported patterns are '*', '?', '[seq]', and '[!seq]'. For more information, please refer to https://docs.python.org/3.7/library/fnmatch.html.
926+
short-summary: The pattern used for globbing files or blobs in the source. The supported patterns are '*', '?', '[seq]', and '[!seq]'. For more information, please refer to https://docs.python.org/3/library/fnmatch.html.
927927
long-summary: When you use '*' in --pattern, it will match any character including the the directory separator '/'. You can also try "az storage remove" command with --include and --exclude with azure cli >= 2.0.70 to match multiple patterns.
928928
- name: --dryrun
929929
type: bool
@@ -965,7 +965,7 @@
965965
short-summary: The existing destination folder for this download operation.
966966
- name: --pattern
967967
type: string
968-
short-summary: The pattern used for globbing files or blobs in the source. The supported patterns are '*', '?', '[seq]', and '[!seq]'. For more information, please refer to https://docs.python.org/3.7/library/fnmatch.html.
968+
short-summary: The pattern used for globbing files or blobs in the source. The supported patterns are '*', '?', '[seq]', and '[!seq]'. For more information, please refer to https://docs.python.org/3/library/fnmatch.html.
969969
long-summary: When you use '*' in --pattern, it will match any character including the the directory separator '/'.
970970
- name: --dryrun
971971
type: bool
@@ -1293,7 +1293,7 @@
12931293
long-summary: The destination can be the container URL or the container name. When the destination is the container URL, the storage account name will be parsed from the URL.
12941294
- name: --pattern
12951295
type: string
1296-
short-summary: The pattern used for globbing files or blobs in the source. The supported patterns are '*', '?', '[seq]', and '[!seq]'. For more information, please refer to https://docs.python.org/3.7/library/fnmatch.html.
1296+
short-summary: The pattern used for globbing files or blobs in the source. The supported patterns are '*', '?', '[seq]', and '[!seq]'. For more information, please refer to https://docs.python.org/3/library/fnmatch.html.
12971297
long-summary: When you use '*' in --pattern, it will match any character including the the directory separator '/'.
12981298
- name: --dryrun
12991299
type: bool
@@ -1950,7 +1950,7 @@
19501950
short-summary: The directory where the source data is copied to. If omitted, data is copied to the root directory.
19511951
- name: --pattern
19521952
type: string
1953-
short-summary: The pattern used for globbing files and blobs. The supported patterns are '*', '?', '[seq]', and '[!seq]'. For more information, please refer to https://docs.python.org/3.7/library/fnmatch.html.
1953+
short-summary: The pattern used for globbing files and blobs. The supported patterns are '*', '?', '[seq]', and '[!seq]'. For more information, please refer to https://docs.python.org/3/library/fnmatch.html.
19541954
long-summary: When you use '*' in --pattern, it will match any character including the the directory separator '/'.
19551955
- name: --dryrun
19561956
type: bool
@@ -1992,7 +1992,7 @@
19921992
short-summary: The source of the file delete operation. The source can be the file share URL or the share name.
19931993
- name: --pattern
19941994
type: string
1995-
short-summary: The pattern used for file globbing. The supported patterns are '*', '?', '[seq]', and '[!seq]'. For more information, please refer to https://docs.python.org/3.7/library/fnmatch.html.
1995+
short-summary: The pattern used for file globbing. The supported patterns are '*', '?', '[seq]', and '[!seq]'. For more information, please refer to https://docs.python.org/3/library/fnmatch.html.
19961996
long-summary: When you use '*' in --pattern, it will match any character including the the directory separator '/'.
19971997
- name: --dryrun
19981998
type: bool
@@ -2026,7 +2026,7 @@
20262026
short-summary: The local directory where the files are downloaded to. This directory must already exist.
20272027
- name: --pattern
20282028
type: string
2029-
short-summary: The pattern used for file globbing. The supported patterns are '*', '?', '[seq]', and '[!seq]'. For more information, please refer to https://docs.python.org/3.7/library/fnmatch.html.
2029+
short-summary: The pattern used for file globbing. The supported patterns are '*', '?', '[seq]', and '[!seq]'. For more information, please refer to https://docs.python.org/3/library/fnmatch.html.
20302030
long-summary: When you use '*' in --pattern, it will match any character including the the directory separator '/'.
20312031
- name: --dryrun
20322032
type: bool
@@ -2181,7 +2181,7 @@
21812181
short-summary: The directory where the source data is copied to. If omitted, data is copied to the root directory.
21822182
- name: --pattern
21832183
type: string
2184-
short-summary: The pattern used for file globbing. The supported patterns are '*', '?', '[seq]', and '[!seq]'. For more information, please refer to https://docs.python.org/3.7/library/fnmatch.html.
2184+
short-summary: The pattern used for file globbing. The supported patterns are '*', '?', '[seq]', and '[!seq]'. For more information, please refer to https://docs.python.org/3/library/fnmatch.html.
21852185
long-summary: When you use '*' in --pattern, it will match any character including the the directory separator '/'.
21862186
- name: --dryrun
21872187
type: bool

0 commit comments

Comments
 (0)