Skip to content

Commit

Permalink
Add deprecation warning for Windows container images (#2573)
Browse files Browse the repository at this point in the history
  • Loading branch information
cRui861 authored Sep 14, 2022
1 parent 71a1e08 commit 3fecbf5
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
</bl-form-section>

<bl-form-section title="Select an operating system configuration" subtitle="Choose the operating system to be installed on all the nodes in the pool">
<bl-banner class="cloud-services-deprecation-warning" type="warning">
<div message>
The Windows container images below will be removed from marketplace starting on September 22, 2022. After this date, new pools using it may not be created from the Azure Batch Explorer.
<a (click)="openLink('https://github.com/Azure/Batch/issues/136')" href="javascript:void(0)">Click here </a>
for more information.
</div>
</bl-banner>
<ng-container *ngIf="cloudServiceConfiguration">
<bl-banner class="cloud-services-deprecation-warning" type="warning">
<div message>
Expand Down

0 comments on commit 3fecbf5

Please sign in to comment.