|
856 | 856 | short-summary: The blob container where the selected source files or blobs will be copied to. |
857 | 857 | - name: --pattern |
858 | 858 | 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. |
860 | 860 | long-summary: When you use '*' in --pattern, it will match any character including the the directory separator '/'. |
861 | 861 | - name: --dryrun |
862 | 862 | type: bool |
|
923 | 923 | 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. |
924 | 924 | - name: --pattern |
925 | 925 | 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. |
927 | 927 | 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. |
928 | 928 | - name: --dryrun |
929 | 929 | type: bool |
|
965 | 965 | short-summary: The existing destination folder for this download operation. |
966 | 966 | - name: --pattern |
967 | 967 | 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. |
969 | 969 | long-summary: When you use '*' in --pattern, it will match any character including the the directory separator '/'. |
970 | 970 | - name: --dryrun |
971 | 971 | type: bool |
|
1293 | 1293 | 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. |
1294 | 1294 | - name: --pattern |
1295 | 1295 | 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. |
1297 | 1297 | long-summary: When you use '*' in --pattern, it will match any character including the the directory separator '/'. |
1298 | 1298 | - name: --dryrun |
1299 | 1299 | type: bool |
|
1950 | 1950 | short-summary: The directory where the source data is copied to. If omitted, data is copied to the root directory. |
1951 | 1951 | - name: --pattern |
1952 | 1952 | 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. |
1954 | 1954 | long-summary: When you use '*' in --pattern, it will match any character including the the directory separator '/'. |
1955 | 1955 | - name: --dryrun |
1956 | 1956 | type: bool |
|
1992 | 1992 | short-summary: The source of the file delete operation. The source can be the file share URL or the share name. |
1993 | 1993 | - name: --pattern |
1994 | 1994 | 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. |
1996 | 1996 | long-summary: When you use '*' in --pattern, it will match any character including the the directory separator '/'. |
1997 | 1997 | - name: --dryrun |
1998 | 1998 | type: bool |
|
2026 | 2026 | short-summary: The local directory where the files are downloaded to. This directory must already exist. |
2027 | 2027 | - name: --pattern |
2028 | 2028 | 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. |
2030 | 2030 | long-summary: When you use '*' in --pattern, it will match any character including the the directory separator '/'. |
2031 | 2031 | - name: --dryrun |
2032 | 2032 | type: bool |
|
2181 | 2181 | short-summary: The directory where the source data is copied to. If omitted, data is copied to the root directory. |
2182 | 2182 | - name: --pattern |
2183 | 2183 | 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. |
2185 | 2185 | long-summary: When you use '*' in --pattern, it will match any character including the the directory separator '/'. |
2186 | 2186 | - name: --dryrun |
2187 | 2187 | type: bool |
|
0 commit comments