Update Batch Service api version to 2025-06-01#2990
Conversation
|
/azp run BatchExplorer - CI |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2990 +/- ##
==========================================
- Coverage 80.34% 80.30% -0.04%
==========================================
Files 1462 1462
Lines 46115 46181 +66
Branches 5773 5785 +12
==========================================
+ Hits 37049 37084 +35
- Misses 8883 8910 +27
- Partials 183 187 +4
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Should we remove edit node comms in Batch Explorer now? It's not retired until March 31, 2026.
There was a problem hiding this comment.
Looks like Portal and BatchExplorer are not using node comms in shared library so it should be fine to remove it here?
There was a problem hiding this comment.
It's under the /desktop folder, so it's not shared library and maybe used by Batch Explorer?
There was a problem hiding this comment.
The EditNodeCommsFormComponent is used in pool-configuration.component.ts
There was a problem hiding this comment.
I updated EditNodeCommsFormComponent (and related code) to not use pool-service, so we should be good to remove any support for it in the generated SDKs
Generate Rest Level Client for api version 2025-06-01 using azure-rest-api-specs PR branch
Fix build errors by removing node communication mode related code