-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Batch Data plane #10477
Update Batch Data plane #10477
Conversation
Can one of the admins verify this patch? |
@lmazuel also for review as had to change storage_preparer. Saving async for probably v10(its own release probably) to avoid blocking feature release |
3be2d16
to
bc6d511
Compare
bc6d511
to
2b6f32e
Compare
@@ -145,8 +129,6 @@ class NodeFilePaged(Paged): | |||
def __init__(self, *args, **kwargs): | |||
|
|||
super(NodeFilePaged, self).__init__(*args, **kwargs) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't remove the lines.
@@ -25,8 +25,6 @@ class ApplicationSummaryPaged(Paged): | |||
def __init__(self, *args, **kwargs): | |||
|
|||
super(ApplicationSummaryPaged, self).__init__(*args, **kwargs) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't remove the lines.
…into shared_credential * 'master' of https://github.com/Azure/azure-sdk-for-python: Update install link [Event Hubs] Put uamqp.Message.properties into EventData.system_properties (Azure#10508) Sync eng/common directory with azure-sdk-tools repository (Azure#10531) Prevent DefaultAzureCredential changing authentication method (Azure#10349) Update Batch Data plane (Azure#10477)
…into shared_credential_ta * 'master' of https://github.com/Azure/azure-sdk-for-python: Update install link [Event Hubs] Put uamqp.Message.properties into EventData.system_properties (Azure#10508) Sync eng/common directory with azure-sdk-tools repository (Azure#10531) Prevent DefaultAzureCredential changing authentication method (Azure#10349) Update Batch Data plane (Azure#10477)
…re-sdk-for-python into shared_credential_search * 'shared_credential' of https://github.com/iscai-msft/azure-sdk-for-python: fixed test Update install link [Event Hubs] Put uamqp.Message.properties into EventData.system_properties (Azure#10508) Sync eng/common directory with azure-sdk-tools repository (Azure#10531) Prevent DefaultAzureCredential changing authentication method (Azure#10349) Update Batch Data plane (Azure#10477)
No description provided.