Hello community, here is the log from the commit of package azure-cli-dls for openSUSE:Factory checked in at 2019-10-31 18:15:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/azure-cli-dls (Old) and /work/SRC/openSUSE:Factory/.azure-cli-dls.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "azure-cli-dls" Thu Oct 31 18:15:57 2019 rev:7 rq:742687 version:0.1.10 Changes: -------- --- /work/SRC/openSUSE:Factory/azure-cli-dls/azure-cli-dls.changes 2019-06-05 11:43:06.927041749 +0200 +++ /work/SRC/openSUSE:Factory/.azure-cli-dls.new.2990/azure-cli-dls.changes 2019-10-31 18:16:02.514059372 +0100 @@ -1,0 +2,8 @@ +Thu Oct 24 12:10:04 UTC 2019 - John Paul Adrian Glaubitz <[email protected]> + +- New upstream release + + Version 0.1.10 + + For detailed information about changes see the + HISTORY.txt file provided with this package + +------------------------------------------------------------------- Old: ---- azure-cli-dls-0.1.8.tar.gz New: ---- azure-cli-dls-0.1.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ azure-cli-dls.spec ++++++ --- /var/tmp/diff_new_pack.LzSuj6/_old 2019-10-31 18:16:03.298060183 +0100 +++ /var/tmp/diff_new_pack.LzSuj6/_new 2019-10-31 18:16:03.302060188 +0100 @@ -17,7 +17,7 @@ Name: azure-cli-dls -Version: 0.1.8 +Version: 0.1.10 Release: 0 Summary: Microsoft Azure CLI 'data lake store' Command Module License: MIT ++++++ azure-cli-dls-0.1.8.tar.gz -> azure-cli-dls-0.1.10.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-dls-0.1.8/HISTORY.rst new/azure-cli-dls-0.1.10/HISTORY.rst --- old/azure-cli-dls-0.1.8/HISTORY.rst 2019-02-12 03:05:13.000000000 +0100 +++ new/azure-cli-dls-0.1.10/HISTORY.rst 2019-06-13 23:17:46.000000000 +0200 @@ -2,6 +2,15 @@ Release History =============== + +0.1.10 +++++++ +* Minor fixes. + +0.1.9 ++++++ +* Minor fixes. + 0.1.8 +++++ * Minor fixes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-dls-0.1.8/PKG-INFO new/azure-cli-dls-0.1.10/PKG-INFO --- old/azure-cli-dls-0.1.8/PKG-INFO 2019-02-12 03:05:57.000000000 +0100 +++ new/azure-cli-dls-0.1.10/PKG-INFO 2019-06-13 23:18:21.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: azure-cli-dls -Version: 0.1.8 +Version: 0.1.10 Summary: Microsoft Azure Command-Line Tools Data Lake Store Command Module Home-page: https://github.com/Azure/azure-cli Author: Microsoft Corporation @@ -19,6 +19,15 @@ Release History =============== + + 0.1.10 + ++++++ + * Minor fixes. + + 0.1.9 + +++++ + * Minor fixes. + 0.1.8 +++++ * Minor fixes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-dls-0.1.8/azure/cli/command_modules/dls/__init__.py new/azure-cli-dls-0.1.10/azure/cli/command_modules/dls/__init__.py --- old/azure-cli-dls-0.1.8/azure/cli/command_modules/dls/__init__.py 2019-02-12 03:05:13.000000000 +0100 +++ new/azure-cli-dls-0.1.10/azure/cli/command_modules/dls/__init__.py 2019-06-13 23:17:46.000000000 +0200 @@ -13,9 +13,10 @@ def __init__(self, cli_ctx=None): from azure.cli.core.commands import CliCommandType + from azure.cli.core.profiles import ResourceType dls_custom = CliCommandType(operations_tmpl='azure.cli.command_modules.dls.custom#{}') super(DataLakeStoreCommandsLoader, self).__init__(cli_ctx=cli_ctx, - min_profile='2017-03-10-profile', + resource_type=ResourceType.MGMT_DATALAKE_STORE, custom_command_type=dls_custom) def load_command_table(self, args): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-dls-0.1.8/azure/cli/command_modules/dls/_help.py new/azure-cli-dls-0.1.10/azure/cli/command_modules/dls/_help.py --- old/azure-cli-dls-0.1.8/azure/cli/command_modules/dls/_help.py 2019-02-12 03:05:13.000000000 +0100 +++ new/azure-cli-dls-0.1.10/azure/cli/command_modules/dls/_help.py 2019-06-13 23:17:46.000000000 +0200 @@ -9,30 +9,28 @@ helps['dls'] = """ type: group -short-summary: (PREVIEW) Manage Data Lake Store accounts and filesystems. +short-summary: Manage Data Lake Store accounts and filesystems. """ helps['dls account'] = """ type: group -short-summary: (PREVIEW) Manage Data Lake Store accounts. +short-summary: Manage Data Lake Store accounts. """ helps['dls account create'] = """ type: command short-summary: Creates a Data Lake Store account. parameters: - - name: --default-group - type: string - short-summary: 'Name of the default group to give permissions to for freshly created files and folders in the Data Lake Store account.' - name: --key-vault-id type: string short-summary: 'Key vault for the user-assigned encryption type.' - name: --key-name type: string short-summary: 'Key name for the user-assigned encryption type.' - - name: --key-version - type: string - short-summary: 'Key version for the user-assigned encryption type.' +examples: + - name: Creates a Data Lake Store account. (autogenerated) + text: az dls account create --account mydatalakestoragegen1 --resource-group MyResourceGroup + crafted: true """ helps['dls account delete'] = """ @@ -47,7 +45,7 @@ helps['dls account firewall'] = """ type: group -short-summary: (PREVIEW) Manage Data Lake Store account firewall rules. +short-summary: Manage Data Lake Store account firewall rules. """ helps['dls account firewall create'] = """ @@ -96,7 +94,7 @@ helps['dls account network-rule'] = """ type: group -short-summary: (PREVIEW) Manage Data Lake Store account virtual network rules. +short-summary: Manage Data Lake Store account virtual network rules. """ helps['dls account network-rule create'] = """ @@ -134,11 +132,15 @@ helps['dls account show'] = """ type: command short-summary: Get the details of a Data Lake Store account. +examples: + - name: Get the details of a Data Lake Store account. (autogenerated) + text: az dls account show --account mydatalakestoragegen1 + crafted: true """ helps['dls account trusted-provider'] = """ type: group -short-summary: (PREVIEW) Manage Data Lake Store account trusted identity providers. +short-summary: Manage Data Lake Store account trusted identity providers. """ helps['dls account update'] = """ @@ -148,7 +150,7 @@ helps['dls fs'] = """ type: group -short-summary: (PREVIEW) Manage a Data Lake Store filesystem. +short-summary: Manage a Data Lake Store filesystem. """ helps['dls fs access'] = """ @@ -174,6 +176,10 @@ helps['dls fs access set-entry'] = """ type: command short-summary: Update the access control list for a file or folder. +examples: + - name: Update the access control list for a file or folder. (autogenerated) + text: az dls fs access set-entry --account dpreptestfiles --acl-spec user:00000000-0000-0000-0000-000000000000:-w- --path / + crafted: true """ helps['dls fs access set-owner'] = """ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-dls-0.1.8/azure/cli/command_modules/dls/_params.py new/azure-cli-dls-0.1.10/azure/cli/command_modules/dls/_params.py --- old/azure-cli-dls-0.1.8/azure/cli/command_modules/dls/_params.py 2019-02-12 03:05:13.000000000 +0100 +++ new/azure-cli-dls-0.1.10/azure/cli/command_modules/dls/_params.py 2019-06-13 23:17:46.000000000 +0200 @@ -39,6 +39,8 @@ c.argument('tags', tags_type) c.argument('resource_group_name', resource_group_name_type, id_part=None, required=False, help='If not specified, will attempt to discover the resource group for the specified Data Lake Store account.', validator=validate_resource_group_name) c.argument('tier', arg_type=get_enum_type(TierType), help='The desired commitment tier for this account to use.') + c.argument('default_group', help='Name of the default group to give permissions to for freshly created files and folders in the Data Lake Store account.') + c.argument('key_version', help='Key version for the user-assigned encryption type.') # account for scope in ['dls account show', 'dls account delete']: @@ -95,6 +97,11 @@ # filesystem with self.argument_context('dls fs') as c: c.argument('path', help='The path in the specified Data Lake Store account where the action should take place. In the format \'/folder/file.txt\', where the first \'/\' after the DNS indicates the root of the file system.') + c.argument('overwrite', help='Indicates that, if the destination file or folder exists, it should be overwritten', action='store_true') + c.argument('chunk_size', help='Number of bytes for a chunk. Large files are split into chunks. Files smaller than this number will always be transferred in a single thread.', type=int, default=268435456, required=False) + c.argument('buffer_size', help='Number of bytes for internal buffer. This block cannot be bigger than a chunk and cannot be smaller than a block.', type=int, default=4194304, required=False) + c.argument('block_size', help='Number of bytes for a block. Within each chunk, we write a smaller block for each API call. This block cannot be bigger than a chunk.', type=int, default=4194304, required=False) + c.ignore('progress_callback') with self.argument_context('dls fs create') as c: c.argument('force', help='Indicates that, if the file or folder exists, it should be overwritten', action='store_true') @@ -104,18 +111,10 @@ c.argument('recurse', help='Indicates this should be a recursive delete of the folder.', action='store_true') with self.argument_context('dls fs upload') as c: - c.argument('overwrite', help='Indicates that, if the destination file or folder exists, it should be overwritten', action='store_true') c.argument('thread_count', help='Specify the parallelism of the upload. Default is the number of cores in the local machine.', type=int) - c.argument('chunk_size', help='Number of bytes for a chunk. Large files are split into chunks. Files smaller than this number will always be transferred in a single thread.', type=int, default=268435456, required=False) - c.argument('buffer_size', help='Number of bytes for internal buffer. This block cannot be bigger than a chunk and cannot be smaller than a block.', type=int, default=4194304, required=False) - c.argument('block_size', help='Number of bytes for a block. Within each chunk, we write a smaller block for each API call. This block cannot be bigger than a chunk. ', type=int, default=4194304, required=False) with self.argument_context('dls fs download') as c: - c.argument('overwrite', help='Indicates that, if the destination file or folder exists, it should be overwritten', action='store_true') c.argument('thread_count', help='Specify the parallelism of the download. Default is the number of cores in the local machine.', type=int) - c.argument('chunk_size', help='Number of bytes for a chunk. Large files are split into chunks. Files smaller than this number will always be transferred in a single thread.', type=int, default=268435456, required=False) - c.argument('buffer_size', help='Number of bytes for internal buffer. This block cannot be bigger than a chunk and cannot be smaller than a block.', type=int, default=4194304, required=False) - c.argument('block_size', help='Number of bytes for a block. Within each chunk, we write a smaller block for each API call. This block cannot be bigger than a chunk.', type=int, default=4194304, required=False) with self.argument_context('dls fs preview') as c: c.argument('force', help='Indicates that, if the preview is larger than 1MB, still retrieve it. This can potentially be very slow, depending on how large the file is.', action='store_true') diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-dls-0.1.8/azure/cli/command_modules/dls/commands.py new/azure-cli-dls-0.1.10/azure/cli/command_modules/dls/commands.py --- old/azure-cli-dls-0.1.8/azure/cli/command_modules/dls/commands.py 2019-02-12 03:05:13.000000000 +0100 +++ new/azure-cli-dls-0.1.10/azure/cli/command_modules/dls/commands.py 2019-06-13 23:17:46.000000000 +0200 @@ -102,3 +102,6 @@ g.command('set', 'set_adls_item_acl') g.command('remove-entry', 'remove_adls_item_acl_entry') g.command('remove-all', 'remove_adls_item_acl') + + with self.command_group('dls', is_preview=True): + pass diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-dls-0.1.8/azure_cli_dls.egg-info/PKG-INFO new/azure-cli-dls-0.1.10/azure_cli_dls.egg-info/PKG-INFO --- old/azure-cli-dls-0.1.8/azure_cli_dls.egg-info/PKG-INFO 2019-02-12 03:05:57.000000000 +0100 +++ new/azure-cli-dls-0.1.10/azure_cli_dls.egg-info/PKG-INFO 2019-06-13 23:18:21.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: azure-cli-dls -Version: 0.1.8 +Version: 0.1.10 Summary: Microsoft Azure Command-Line Tools Data Lake Store Command Module Home-page: https://github.com/Azure/azure-cli Author: Microsoft Corporation @@ -19,6 +19,15 @@ Release History =============== + + 0.1.10 + ++++++ + * Minor fixes. + + 0.1.9 + +++++ + * Minor fixes. + 0.1.8 +++++ * Minor fixes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-dls-0.1.8/setup.py new/azure-cli-dls-0.1.10/setup.py --- old/azure-cli-dls-0.1.8/setup.py 2019-02-12 03:05:13.000000000 +0100 +++ new/azure-cli-dls-0.1.10/setup.py 2019-06-13 23:17:46.000000000 +0200 @@ -16,7 +16,7 @@ cmdclass = {} -VERSION = "0.1.8" +VERSION = "0.1.10" # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers CLASSIFIERS = [
