Skip to content

Commit

Permalink
move versions
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Jun 13, 2024
1 parent 233f3dd commit 1df0ae1
Showing 1 changed file with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,9 @@ import "./customer-managed-keys-ref.tsp";
import "./extended-location-ref.tsp";
import "./internal.tsp";
import "./commontypes.private.decorators.tsp";
import "./versions.tsp";

using TypeSpec.Versioning;

@versioned(Versions)
namespace Azure.ResourceManager.CommonTypes;

@CommonTypes.Private.armCommonTypesVersions
@doc("The Azure Resource Manager common-types versions.")
enum Versions {
@doc("The Azure Resource Manager v3 common types.")
v3,

@doc("The Azure Resource Manager v4 common types.")
v4,

@doc("The Azure Resource Manager v5 common types.")
v5,
}

0 comments on commit 1df0ae1

Please sign in to comment.