Hello community,

here is the log from the commit of package azure-cli-batch for openSUSE:Factory 
checked in at 2019-10-31 18:15:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/azure-cli-batch (Old)
 and      /work/SRC/openSUSE:Factory/.azure-cli-batch.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "azure-cli-batch"

Thu Oct 31 18:15:13 2019 rev:7 rq:742673 version:4.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/azure-cli-batch/azure-cli-batch.changes  
2019-06-05 11:41:49.263058030 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-batch.new.2990/azure-cli-batch.changes    
    2019-10-31 18:15:14.654009828 +0100
@@ -1,0 +2,9 @@
+Thu Oct 24 12:08:43 UTC 2019 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- New upstream release
+  + Version 4.0.3
+  + For detailed information about changes see the
+    HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+-------------------------------------------------------------------

Old:
----
  azure-cli-batch-3.4.1.tar.gz

New:
----
  azure-cli-batch-4.0.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ azure-cli-batch.spec ++++++
--- /var/tmp/diff_new_pack.zYk8fB/_old  2019-10-31 18:15:15.446010647 +0100
+++ /var/tmp/diff_new_pack.zYk8fB/_new  2019-10-31 18:15:15.454010655 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           azure-cli-batch
-Version:        3.4.1
+Version:        4.0.3
 Release:        0
 Summary:        Microsoft Azure CLI 'batch' Command Module
 License:        MIT
@@ -33,8 +33,8 @@
 Requires:       azure-cli-command-modules-nspkg
 Requires:       azure-cli-core
 Requires:       azure-cli-nspkg
-Requires:       python3-azure-batch >= 5.1.0
-Requires:       python3-azure-mgmt-batch >= 5.0.1
+Requires:       python3-azure-batch >= 6.0.0
+Requires:       python3-azure-mgmt-batch >= 6.0.0
 Requires:       python3-azure-mgmt-keyvault >= 1.1.0
 Requires:       python3-azure-nspkg >= 3.0.0
 Conflicts:      azure-cli < 2.0.0

++++++ azure-cli-batch-3.4.1.tar.gz -> azure-cli-batch-4.0.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-batch-3.4.1/HISTORY.rst 
new/azure-cli-batch-4.0.3/HISTORY.rst
--- old/azure-cli-batch-3.4.1/HISTORY.rst       2018-10-18 21:46:28.000000000 
+0200
+++ new/azure-cli-batch-4.0.3/HISTORY.rst       2019-06-13 23:17:46.000000000 
+0200
@@ -3,6 +3,30 @@
 Release History
 ===============
 
+4.0.3
++++++
+* Fix AAD auth regression caused by over-aggressive error reporting for Shared 
Key Auth.
+
+4.0.2
++++++
+* Improve error handling in `az batch account show` when not logged in to an 
account. see #9180
+* Improve general error handling when not logged in to an account. see #9180
+
+4.0.1
++++++
+* Fix bug in validator for --application-package-references options.
+
+4.0.0
++++++
+* Updated to Batch SDK and Batch Management Plane SDK to 6.0.0
+    * **[Breaking]** Removed `OSDisk` property from 
`VirtualMachineConfiguration`. This property is no longer supported.
+    * **[Breaking]** Removed support for the 'az batch pool upgrade os'
+        * **[Breaking]** `TargetOsVersion` is now `OsVersion`, and 
`CurrentOsVersion` is no longer supported on `CloudServiceConfiguration`.
+    * **[Breaking]** `Application` no longer has a `Packages` property, 
instead the packages can be retrieved via the new  `az batch application 
package list`.
+    * **[Breaking]** On `az batch application` commands, `application_id` has 
been changed to `application_name`
+    * See the HISTORY.rst for the `azure-batch 
<https://github.com/Azure/azure-sdk-for-python/blob/master/azure-batch/HISTORY.rst>`_.
 and `azure-mgmt-batch 
<https://github.com/Azure/azure-sdk-for-python/blob/master/azure-mgmt-batch/HISTORY.rst>`_.
 for further information on non-breaking changes related to this release.
+* Update validation logic to automatically include "https://"; in all 
references of account_endpoint if not specified. This was already being done by 
`az batch login`.
+
 3.4.1
 +++++
 * Updated to Batch SDK 5.1.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-batch-3.4.1/PKG-INFO 
new/azure-cli-batch-4.0.3/PKG-INFO
--- old/azure-cli-batch-3.4.1/PKG-INFO  2018-10-18 21:47:09.000000000 +0200
+++ new/azure-cli-batch-4.0.3/PKG-INFO  2019-06-13 23:18:06.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-batch
-Version: 3.4.1
+Version: 4.0.3
 Summary: Microsoft Azure Command-Line Tools Batch Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -20,6 +20,30 @@
         Release History
         ===============
         
+        4.0.3
+        +++++
+        * Fix AAD auth regression caused by over-aggressive error reporting 
for Shared Key Auth.
+        
+        4.0.2
+        +++++
+        * Improve error handling in `az batch account show` when not logged in 
to an account. see #9180
+        * Improve general error handling when not logged in to an account. see 
#9180
+        
+        4.0.1
+        +++++
+        * Fix bug in validator for --application-package-references options.
+        
+        4.0.0
+        +++++
+        * Updated to Batch SDK and Batch Management Plane SDK to 6.0.0
+            * **[Breaking]** Removed `OSDisk` property from 
`VirtualMachineConfiguration`. This property is no longer supported.
+            * **[Breaking]** Removed support for the 'az batch pool upgrade os'
+                * **[Breaking]** `TargetOsVersion` is now `OsVersion`, and 
`CurrentOsVersion` is no longer supported on `CloudServiceConfiguration`.
+            * **[Breaking]** `Application` no longer has a `Packages` 
property, instead the packages can be retrieved via the new  `az batch 
application package list`.
+            * **[Breaking]** On `az batch application` commands, 
`application_id` has been changed to `application_name`
+            * See the HISTORY.rst for the `azure-batch 
<https://github.com/Azure/azure-sdk-for-python/blob/master/azure-batch/HISTORY.rst>`_.
 and `azure-mgmt-batch 
<https://github.com/Azure/azure-sdk-for-python/blob/master/azure-mgmt-batch/HISTORY.rst>`_.
 for further information on non-breaking changes related to this release.
+        * Update validation logic to automatically include "https://"; in all 
references of account_endpoint if not specified. This was already being done by 
`az batch login`.
+        
         3.4.1
         +++++
         * Updated to Batch SDK 5.1.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-batch-3.4.1/azure/cli/command_modules/batch/__init__.py 
new/azure-cli-batch-4.0.3/azure/cli/command_modules/batch/__init__.py
--- old/azure-cli-batch-3.4.1/azure/cli/command_modules/batch/__init__.py       
2018-10-18 21:46:28.000000000 +0200
+++ new/azure-cli-batch-4.0.3/azure/cli/command_modules/batch/__init__.py       
2019-06-13 23:17:46.000000000 +0200
@@ -14,13 +14,14 @@
 
     def __init__(self, cli_ctx=None):
         from azure.cli.core.commands import CliCommandType
+        from azure.cli.core.profiles import ResourceType
         batch_custom = CliCommandType(
             operations_tmpl='azure.cli.command_modules.batch.custom#{}',
             exception_handler=batch_exception_handler)
         super(BatchCommandsLoader, self).__init__(cli_ctx=cli_ctx,
                                                   
custom_command_type=batch_custom,
                                                   
command_group_cls=BatchCommandGroup,
-                                                  
min_profile='2017-03-10-profile')
+                                                  
resource_type=ResourceType.MGMT_BATCH)
         self.module_name = __name__
 
     def load_command_table(self, args):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-batch-3.4.1/azure/cli/command_modules/batch/_client_factory.py 
new/azure-cli-batch-4.0.3/azure/cli/command_modules/batch/_client_factory.py
--- 
old/azure-cli-batch-3.4.1/azure/cli/command_modules/batch/_client_factory.py    
    2018-10-18 21:46:28.000000000 +0200
+++ 
new/azure-cli-batch-4.0.3/azure/cli/command_modules/batch/_client_factory.py    
    2019-06-13 23:17:46.000000000 +0200
@@ -85,7 +85,12 @@
             resource = cli_ctx.cloud.endpoints.batch_resource_id
         credentials, _, _ = profile.get_login_credentials(resource=resource)
     else:
+        # Verify all values are populated and display readable error
+        if not all([account_name, account_key, account_endpoint]):
+            raise ValueError(
+                'usage error: --account-name NAME --account-key KEY 
--account-endpoint ENDPOINT')
         credentials = batchauth.SharedKeyCredentials(account_name, account_key)
-    if not account_endpoint.startswith('https://'):
+    if not (account_endpoint.startswith('https://') or
+            account_endpoint.startswith('http://')):
         account_endpoint = 'https://' + account_endpoint
-    return batch.BatchServiceClient(credentials, base_url=account_endpoint)
+    return batch.BatchServiceClient(credentials, 
batch_url=account_endpoint.rstrip('/'))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-batch-3.4.1/azure/cli/command_modules/batch/_help.py 
new/azure-cli-batch-4.0.3/azure/cli/command_modules/batch/_help.py
--- old/azure-cli-batch-3.4.1/azure/cli/command_modules/batch/_help.py  
2018-10-18 21:46:28.000000000 +0200
+++ new/azure-cli-batch-4.0.3/azure/cli/command_modules/batch/_help.py  
2019-06-13 23:17:46.000000000 +0200
@@ -207,11 +207,6 @@
     short-summary: Manage Batch pools.
 """
 
-helps['batch pool os'] = """
-    type: group
-    short-summary: Manage the operating system of Batch pools.
-"""
-
 helps['batch pool autoscale'] = """
     type: group
     short-summary: Manage automatic scaling of Batch pools.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-batch-3.4.1/azure/cli/command_modules/batch/_parameter_format.py 
new/azure-cli-batch-4.0.3/azure/cli/command_modules/batch/_parameter_format.py
--- 
old/azure-cli-batch-3.4.1/azure/cli/command_modules/batch/_parameter_format.py  
    2018-10-18 21:46:28.000000000 +0200
+++ 
new/azure-cli-batch-4.0.3/azure/cli/command_modules/batch/_parameter_format.py  
    2019-06-13 23:17:46.000000000 +0200
@@ -89,7 +89,10 @@
     'job_schedule_update_parameter.job_specification.constraints',
     'job_schedule.job_specification.metadata',
     
'job_schedule.job_specification.job_manager_task.application_package_references',
-    'job_schedule.job_specification.job_manager_task.environment_settings'
+    'job_schedule.job_specification.job_manager_task.environment_settings',
+    'resource_file.storage_container_url',
+    'resource_file.blob_prefix',
+    'resource_file.auto_storage_container_name'
 ]
 
 # Options to be flattened into multiple arguments.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-batch-3.4.1/azure/cli/command_modules/batch/_params.py 
new/azure-cli-batch-4.0.3/azure/cli/command_modules/batch/_params.py
--- old/azure-cli-batch-3.4.1/azure/cli/command_modules/batch/_params.py        
2018-10-18 21:46:28.000000000 +0200
+++ new/azure-cli-batch-4.0.3/azure/cli/command_modules/batch/_params.py        
2019-06-13 23:17:46.000000000 +0200
@@ -63,7 +63,7 @@
         c.argument('show', action='store_true', help='Display the credential 
information for the Batch account.')
 
     with self.argument_context('batch application set') as c:
-        c.argument('application_id', options_list=('--application-id',), 
help="The ID of the application.")
+        c.argument('application_name', options_list=('--application-name',), 
help="The name of the application.")
         c.argument('allow_updates', options_list=('--allow-updates',), 
help="Specify to indicate whether packages within the application may be 
overwritten using the same version string. Specify either 'true' or 'false' to 
update the property.")
 
     with self.argument_context('batch application create') as c:
@@ -71,8 +71,8 @@
 
     with self.argument_context('batch application package create') as c:
         c.argument('package_file', type=file_type, help='The path of the 
application package in zip format', completer=FilesCompleter())
-        c.argument('application_id', options_list=('--application-id',), 
help="The ID of the application.")
-        c.argument('version', options_list=('--version',), help="The version 
of the application.")
+        c.argument('application_name', options_list=('--application-name',), 
help="The name of the application.")
+        c.argument('version_name', options_list=('--version-name',), help="The 
version name of the application.")
 
     with self.argument_context('batch location quotas show') as c:
         c.argument('location_name', get_location_type(self.cli_ctx), help='The 
region from which to display the Batch service quotas.')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-batch-3.4.1/azure/cli/command_modules/batch/_validators.py 
new/azure-cli-batch-4.0.3/azure/cli/command_modules/batch/_validators.py
--- old/azure-cli-batch-3.4.1/azure/cli/command_modules/batch/_validators.py    
2018-10-18 21:46:28.000000000 +0200
+++ new/azure-cli-batch-4.0.3/azure/cli/command_modules/batch/_validators.py    
2019-06-13 23:17:46.000000000 +0200
@@ -62,7 +62,7 @@
     app_reference = value.split('#', 1)
     package = {'application_id': app_reference[0]}
     try:
-        package['version'] = app_reference[1]
+        package['version_name'] = app_reference[1]
     except IndexError:  # No specified version - ignore
         pass
     return package
@@ -284,6 +284,11 @@
     if not namespace.account_endpoint:
         namespace.account_endpoint = cmd.cli_ctx.config.get('batch', 
'endpoint', None)
 
+    # Simple validation for account_endpoint
+    if not (namespace.account_endpoint.startswith('https://') or
+            namespace.account_endpoint.startswith('http://')):
+        namespace.account_endpoint = 'https://' + namespace.account_endpoint
+    namespace.account_endpoint = namespace.account_endpoint.rstrip('/')
     # if account name is specified but no key, attempt to query if we use 
shared key auth
     if namespace.account_name and namespace.account_endpoint and not 
namespace.account_key:
         if cmd.cli_ctx.config.get('batch', 'auth_mode', 'shared_key') == 
'shared_key':
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-batch-3.4.1/azure/cli/command_modules/batch/commands.py 
new/azure-cli-batch-4.0.3/azure/cli/command_modules/batch/commands.py
--- old/azure-cli-batch-3.4.1/azure/cli/command_modules/batch/commands.py       
2018-10-18 21:46:28.000000000 +0200
+++ new/azure-cli-batch-4.0.3/azure/cli/command_modules/batch/commands.py       
2019-06-13 23:17:46.000000000 +0200
@@ -72,6 +72,7 @@
         g.command('delete', 'delete', confirmation=True)
         g.show_command('show', 'get')
         g.command('activate', 'activate')
+        g.command('list', 'list')
 
     with self.command_group('batch location quotas', 
get_mgmt_type('location')) as g:
         g.show_command('show', 'get_quotas')
@@ -107,7 +108,6 @@
         g.batch_command('autoscale enable', 'enable_auto_scale')
         g.batch_command('autoscale evaluate', 'evaluate_auto_scale')
         g.custom_command('resize', 'resize_pool')
-        g.batch_command('os upgrade', 'upgrade_os')
 
     with self.command_group('batch node', pool_type) as g:
         g.batch_command('delete', 'remove_nodes')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-batch-3.4.1/azure/cli/command_modules/batch/custom.py 
new/azure-cli-batch-4.0.3/azure/cli/command_modules/batch/custom.py
--- old/azure-cli-batch-3.4.1/azure/cli/command_modules/batch/custom.py 
2018-10-18 21:46:28.000000000 +0200
+++ new/azure-cli-batch-4.0.3/azure/cli/command_modules/batch/custom.py 
2019-06-13 23:17:46.000000000 +0200
@@ -5,6 +5,7 @@
 
 import base64
 from six.moves.urllib.parse import urlsplit  # pylint: disable=import-error
+from six.moves import configparser
 
 from knack.log import get_logger
 
@@ -13,7 +14,7 @@
 from azure.mgmt.batch import BatchManagementClient
 from azure.mgmt.batch.models import (BatchAccountCreateParameters,
                                      AutoStorageBaseProperties,
-                                     ApplicationUpdateParameters)
+                                     Application)
 from azure.mgmt.batch.operations import (ApplicationPackageOperations)
 
 from azure.batch.models import (CertificateAddParameter, 
PoolStopResizeOptions, PoolResizeParameter,
@@ -51,15 +52,21 @@
     if resource_group_name and account_name:
         return client.get(resource_group_name, account_name)
     else:
-        account_endpoint = cmd.cli_ctx.config.get('batch', 'endpoint')
-        if not account_endpoint:
+        try:
+            account_endpoint = cmd.cli_ctx.config.get('batch', 'endpoint')
+            if not account_endpoint:
+                raise ValueError(
+                    "Missing required arguments. Either specify 
--resource-group-name and "
+                    "--account-name or must be logged into a batch account")
+            account_list = list_accounts(client)
+            for account in account_list:
+                if account.account_endpoint in account_endpoint:
+                    return account
+        except configparser.NoSectionError:
             raise ValueError(
                 "Missing required arguments. Either specify 
--resource-group-name and "
                 "--account-name or must be logged into a batch account")
-        account_list = list_accounts(client)
-        for account in account_list:
-            if account.account_endpoint in account_endpoint:
-                return account
+
     raise ValueError("Missing required arguments. Either specify 
--resource-group-name and "
                      "--account-name or must be logged into a batch account")
 
@@ -133,16 +140,17 @@
             }
 
 
-@transfer_doc(ApplicationUpdateParameters)
+@transfer_doc(Application)
 def update_application(client,
-                       resource_group_name, account_name, application_id, 
allow_updates=None,
+                       resource_group_name, account_name, application_name, 
allow_updates=None,
                        display_name=None, default_version=None):
-    parameters = ApplicationUpdateParameters(allow_updates=allow_updates,
-                                             display_name=display_name,
-                                             default_version=default_version)
+    parameters = Application(
+        allow_updates=allow_updates,
+        display_name=display_name,
+        default_version=default_version)
     return client.update(resource_group_name=resource_group_name,
                          account_name=account_name,
-                         application_id=application_id,
+                         application_name=application_name,
                          parameters=parameters)
 
 
@@ -173,24 +181,24 @@
 
 @transfer_doc(ApplicationPackageOperations.create)
 def create_application_package(cmd, client,
-                               resource_group_name, account_name, 
application_id, version,
+                               resource_group_name, account_name, 
application_name, version_name,
                                package_file):
     # create application if not exist
     mgmt_client = get_mgmt_service_client(cmd.cli_ctx, BatchManagementClient)
     try:
-        mgmt_client.application.get(resource_group_name, account_name, 
application_id)
+        mgmt_client.application.get(resource_group_name, account_name, 
application_name)
     except Exception:  # pylint:disable=broad-except
-        mgmt_client.application.create(resource_group_name, account_name, 
application_id)
+        mgmt_client.application.create(resource_group_name, account_name, 
application_name)
 
-    result = client.create(resource_group_name, account_name, application_id, 
version)
+    result = client.create(resource_group_name, account_name, 
application_name, version_name)
 
     # upload binary as application package
     logger.info('Uploading %s to storage blob %s...', package_file, 
result.storage_url)
     _upload_package_blob(cmd.cli_ctx, package_file, result.storage_url)
 
     # activate the application package
-    client.activate(resource_group_name, account_name, application_id, 
version, "zip")
-    return client.get(resource_group_name, account_name, application_id, 
version)
+    client.activate(resource_group_name, account_name, application_name, 
version_name, "zip")
+    return client.get(resource_group_name, account_name, application_name, 
version_name)
 
 
 # Data plane custom commands
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-batch-3.4.1/azure_cli_batch.egg-info/PKG-INFO 
new/azure-cli-batch-4.0.3/azure_cli_batch.egg-info/PKG-INFO
--- old/azure-cli-batch-3.4.1/azure_cli_batch.egg-info/PKG-INFO 2018-10-18 
21:47:09.000000000 +0200
+++ new/azure-cli-batch-4.0.3/azure_cli_batch.egg-info/PKG-INFO 2019-06-13 
23:18:06.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-batch
-Version: 3.4.1
+Version: 4.0.3
 Summary: Microsoft Azure Command-Line Tools Batch Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -20,6 +20,30 @@
         Release History
         ===============
         
+        4.0.3
+        +++++
+        * Fix AAD auth regression caused by over-aggressive error reporting 
for Shared Key Auth.
+        
+        4.0.2
+        +++++
+        * Improve error handling in `az batch account show` when not logged in 
to an account. see #9180
+        * Improve general error handling when not logged in to an account. see 
#9180
+        
+        4.0.1
+        +++++
+        * Fix bug in validator for --application-package-references options.
+        
+        4.0.0
+        +++++
+        * Updated to Batch SDK and Batch Management Plane SDK to 6.0.0
+            * **[Breaking]** Removed `OSDisk` property from 
`VirtualMachineConfiguration`. This property is no longer supported.
+            * **[Breaking]** Removed support for the 'az batch pool upgrade os'
+                * **[Breaking]** `TargetOsVersion` is now `OsVersion`, and 
`CurrentOsVersion` is no longer supported on `CloudServiceConfiguration`.
+            * **[Breaking]** `Application` no longer has a `Packages` 
property, instead the packages can be retrieved via the new  `az batch 
application package list`.
+            * **[Breaking]** On `az batch application` commands, 
`application_id` has been changed to `application_name`
+            * See the HISTORY.rst for the `azure-batch 
<https://github.com/Azure/azure-sdk-for-python/blob/master/azure-batch/HISTORY.rst>`_.
 and `azure-mgmt-batch 
<https://github.com/Azure/azure-sdk-for-python/blob/master/azure-mgmt-batch/HISTORY.rst>`_.
 for further information on non-breaking changes related to this release.
+        * Update validation logic to automatically include "https://"; in all 
references of account_endpoint if not specified. This was already being done by 
`az batch login`.
+        
         3.4.1
         +++++
         * Updated to Batch SDK 5.1.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-batch-3.4.1/azure_cli_batch.egg-info/requires.txt 
new/azure-cli-batch-4.0.3/azure_cli_batch.egg-info/requires.txt
--- old/azure-cli-batch-3.4.1/azure_cli_batch.egg-info/requires.txt     
2018-10-18 21:47:09.000000000 +0200
+++ new/azure-cli-batch-4.0.3/azure_cli_batch.egg-info/requires.txt     
2019-06-13 23:18:06.000000000 +0200
@@ -1,4 +1,4 @@
-azure-batch==5.1.0
-azure-mgmt-batch==5.0.1
+azure-batch==6.0.0
+azure-mgmt-batch==6.0.0
 azure-mgmt-keyvault==1.1.0
 azure-cli-core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-batch-3.4.1/setup.py 
new/azure-cli-batch-4.0.3/setup.py
--- old/azure-cli-batch-3.4.1/setup.py  2018-10-18 21:46:28.000000000 +0200
+++ new/azure-cli-batch-4.0.3/setup.py  2019-06-13 23:17:46.000000000 +0200
@@ -15,7 +15,7 @@
     logger.warn("Wheel is not available, disabling bdist_wheel hook")
     cmdclass = {}
 
-VERSION = "3.4.1"
+VERSION = "4.0.3"
 # The full list of classifiers is available at
 # https://pypi.python.org/pypi?%3Aaction=list_classifiers
 CLASSIFIERS = [
@@ -33,8 +33,8 @@
 ]
 
 DEPENDENCIES = [
-    'azure-batch==5.1.0',
-    'azure-mgmt-batch==5.0.1',
+    'azure-batch==6.0.0',
+    'azure-mgmt-batch==6.0.0',
     'azure-mgmt-keyvault==1.1.0',
     'azure-cli-core'
 ]


Reply via email to