Skip to content

Commit

Permalink
Updated tests and adjusted deployment stack class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
dantedallag authored and Dante DG committed Jun 24, 2024
1 parent a911994 commit 5df7819
Show file tree
Hide file tree
Showing 23 changed files with 442 additions and 397 deletions.
2 changes: 1 addition & 1 deletion sdk/resources/Azure.ResourceManager.Resources/assets.json
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/resources/Azure.ResourceManager.Resources",
"Tag": "net/resources/Azure.ResourceManager.Resources_fefa73f2c4"
"Tag": "net/resources/Azure.ResourceManager.Resources_b91d977a7f"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,15 @@

#nullable disable

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

namespace Azure.ResourceManager.Resources
{
/// <summary>
/// A class representing the ArmDeploymentStack data model.
/// A class representing the DeploymentStack data model.
/// Deployment stack object.
/// </summary>
public partial class ArmDeploymentStackData : ResourceData
public partial class DeploymentStackData : ResourceData
{
}
}

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5df7819

Please sign in to comment.