Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
7493f6d
Add tsp-location
Jul 17, 2025
af11e1f
REST API update
Jul 17, 2025
d3f7e0d
Generate SDK from swagger
Jul 18, 2025
5f21313
API update
Jul 22, 2025
2cc0ee3
Remove additionalProperties
Jul 22, 2025
9683416
Update test samples and APIs
Jul 22, 2025
bb3682b
Description update
Jul 22, 2025
f0fa611
Description update
Jul 22, 2025
a07e7b5
Policy set description update
Aug 1, 2025
2d52cdf
Merge branch 'main' into devtestlabs
ArthurMa1978 Oct 23, 2025
5d0f86f
Migrate DevTestLab project to support TypeSpec
ArthurMa1978 Oct 28, 2025
0282c90
Merge branch 'main' into devtestlabs
ArthurMa1978 Oct 29, 2025
19385a9
Merge branch 'main' into devtestlabs
ArthurMa1978 Dec 16, 2025
382c9ce
update
ArthurMa1978 Dec 16, 2025
8834cf6
Merge branch 'main' into devtestlabs
ArthurMa1978 Dec 17, 2025
82d52fc
Merge branch 'main' into devtestlabs
ArthurMa1978 Jan 6, 2026
119ee35
Merge branch 'main' into devtestlabs
ArthurMa1978 Jan 6, 2026
4895b6c
update
ArthurMa1978 Jan 6, 2026
fbea6ab
Merge branch 'main' into devtestlabs
ArthurMa1978 Jan 8, 2026
6fab67a
update
ArthurMa1978 Jan 8, 2026
1f18cfe
Merge branch 'main' into devtestlabs
ArthurMa1978 Jan 8, 2026
97ea7e8
Merge branch 'main' into devtestlabs
ArthurMa1978 Jan 9, 2026
c00a78a
update
ArthurMa1978 Jan 9, 2026
c59bf1f
update
ArthurMa1978 Jan 9, 2026
c19090c
update
ArthurMa1978 Jan 11, 2026
4798a28
update
ArthurMa1978 Jan 12, 2026
f801837
Merge remote-tracking branch 'origin' into devtestlabs
ArthurMa1978 Jan 19, 2026
0a0b990
update
ArthurMa1978 Jan 19, 2026
353b9ee
update
ArthurMa1978 Jan 19, 2026
800ad2a
update
ArthurMa1978 Jan 19, 2026
6e4c9d5
update
ArthurMa1978 Jan 19, 2026
d5cf08a
update
ArthurMa1978 Jan 19, 2026
367842b
update
ArthurMa1978 Jan 19, 2026
8f4047c
update
ArthurMa1978 Jan 19, 2026
79de637
update
ArthurMa1978 Jan 19, 2026
4153e0c
clean up
ArthurMa1978 Jan 19, 2026
a91d49b
update
ArthurMa1978 Jan 20, 2026
aff5fe7
update
ArthurMa1978 Jan 20, 2026
7cb0816
Merge branch 'main' into devtestlabs
ArthurMa1978 Jan 23, 2026
2e12116
Merge branch 'main' into devtestlabs
ArthurMa1978 Feb 11, 2026
06597e4
update
ArthurMa1978 Feb 11, 2026
0bd353e
Fix DevTestLabs migration: restore schedule resource hierarchy and Wi…
ArthurMa1978 Feb 11, 2026
d6a5063
Update tests and samples
ArthurMa1978 Feb 11, 2026
7ee2405
Merge branch 'main' into devtestlabs
ArthurMa1978 Feb 13, 2026
1a651b5
update
ArthurMa1978 Feb 13, 2026
8c7e58b
update
ArthurMa1978 Feb 13, 2026
f688ebe
update
ArthurMa1978 Feb 13, 2026
6a8213e
remove autorest.md
ArthurMa1978 Feb 13, 2026
5c10f7c
remove metadata.json file
ArthurMa1978 Feb 24, 2026
568f13e
Update changelog and remove Autorest dependency
ArthurMa1978 Feb 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

### Other Changes

Migrated to TypeSpec-based code generation.

## 1.1.1 (2024-12-24)

### Features Added
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/devtestlabs/Azure.ResourceManager.DevTestLabs",
"Tag": "net/devtestlabs/Azure.ResourceManager.DevTestLabs_9654836287"
"Tag": "net/devtestlabs/Azure.ResourceManager.DevTestLabs_b25be363e1"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"apiVersion": "2018-09-15"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
<Description>Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DevTestLabs.</Description>
<PackageTags>azure;management;arm;resource manager;devtestlabs</PackageTags>
<DisableEnhancedAnalysis>true</DisableEnhancedAnalysis>
<IncludeAutorestDependency>true</IncludeAutorestDependency>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using Azure.Core;
using Azure.ResourceManager.Models;

// NOTE: The following customization is intentionally retained for backward compatibility.
namespace Azure.ResourceManager.DevTestLabs
{
public partial class DevTestLabArmTemplateData : TrackedResourceData
{
/// <summary> Initializes a new instance of <see cref="DevTestLabArmTemplateData"/>. </summary>
/// <param name="location"> The geo-location where the resource lives. </param>
public DevTestLabArmTemplateData(AzureLocation location) : base(location)
{
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

// <auto-generated/>

#nullable disable

using System;
using System.Collections.Generic;
using Azure.Core;
using Azure.ResourceManager.DevTestLabs.Models;
using Azure.ResourceManager.Models;

// NOTE: The following customization is intentionally retained for backward compatibility.
namespace Azure.ResourceManager.DevTestLabs
{
public partial class DevTestLabArtifactData : TrackedResourceData
{
/// <summary> Initializes a new instance of <see cref="DevTestLabArtifactData"/>. </summary>
/// <param name="location"> The geo-location where the resource lives. </param>
public DevTestLabArtifactData(AzureLocation location) : base(location)
{
}
}
}

This file was deleted.

This file was deleted.

Loading