File: Provisioning\SandboxesResourceVersions.cs
Web Access
Project: src\src\Aspire.Hosting.Azure.Sandboxes\Aspire.Hosting.Azure.Sandboxes.csproj (Aspire.Hosting.Azure.Sandboxes)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace Aspire.Hosting.Azure.Sandboxes.Provisioning;
 
internal static class SandboxesResourceVersions
{
 
    public const string SandboxGroup = "2026-02-01-preview";
}