Skip to content

Commit 3fecbf5

Browse files
authored
Add deprecation warning for Windows container images (#2573)
1 parent 71a1e08 commit 3fecbf5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/app/components/pool/action/add/pool-create-basic-dialog.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
</bl-form-section>
3030

3131
<bl-form-section title="Select an operating system configuration" subtitle="Choose the operating system to be installed on all the nodes in the pool">
32+
<bl-banner class="cloud-services-deprecation-warning" type="warning">
33+
<div message>
34+
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.
35+
<a (click)="openLink('https://github.com/Azure/Batch/issues/136')" href="javascript:void(0)">Click here </a>
36+
for more information.
37+
</div>
38+
</bl-banner>
3239
<ng-container *ngIf="cloudServiceConfiguration">
3340
<bl-banner class="cloud-services-deprecation-warning" type="warning">
3441
<div message>

0 commit comments

Comments
 (0)