Skip to content

Commit 7265ba5

Browse files
committed
updatevirtualwork
1 parent cd67080 commit 7265ba5

19 files changed

Lines changed: 12460 additions & 11452 deletions

specification/network/resource-manager/Microsoft.Network/Network/InboundSecurityRule.tsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ model InboundSecurityRule extends SubResourceModel {
4040
}
4141

4242
#suppress "@azure-tools/typespec-azure-resource-manager/no-resource-delete-operation" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
43+
#suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
44+
@Azure.ResourceManager.Legacy.feature(Features.virtualNetwork)
4345
@armResourceOperations
4446
interface InboundSecurityRuleOperationGroup {
4547
/**

specification/network/resource-manager/Microsoft.Network/Network/NetworkInterfaceIPConfiguration.tsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ model NetworkInterfaceIPConfiguration extends SubResourceModel {
4040
"The name of the resource that is unique within a resource group. This name can be used to access the resource."
4141
);
4242

43+
#suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
44+
@Azure.ResourceManager.Legacy.feature(Features.virtualNetwork)
4345
@armResourceOperations
4446
interface NetworkInterfaceIPConfigurations {
4547
/**

specification/network/resource-manager/Microsoft.Network/Network/NetworkInterfaceTapConfiguration.tsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ model NetworkInterfaceTapConfiguration extends SubResourceModel {
3939
etag?: string;
4040
}
4141

42+
#suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
43+
@Azure.ResourceManager.Legacy.feature(Features.virtualNetwork)
4244
@armResourceOperations
4345
interface NetworkInterfaceTapConfigurations {
4446
/**

specification/network/resource-manager/Microsoft.Network/Network/NetworkVirtualApplianceSku.tsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ model NetworkVirtualApplianceSku extends Resource {
3636
etag?: string;
3737
}
3838

39+
#suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
40+
@Azure.ResourceManager.Legacy.feature(Features.virtualNetwork)
3941
@armResourceOperations
4042
interface NetworkVirtualApplianceSkus {
4143
/**

specification/network/resource-manager/Microsoft.Network/Network/PrivateLinkService.tsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ model PrivateLinkService extends Resource {
4242
etag?: string;
4343
}
4444

45+
#suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
46+
@Azure.ResourceManager.Legacy.feature(Features.virtualNetwork)
4547
@armResourceOperations
4648
interface PrivateLinkServices {
4749
/**

specification/network/resource-manager/Microsoft.Network/Network/ReachabilityAnalysisRun.tsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ model ReachabilityAnalysisRun extends CommonProxyResource {
4444
systemData?: Azure.ResourceManager.Foundations.SystemData;
4545
}
4646

47+
#suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
48+
@Azure.ResourceManager.Legacy.feature(Features.virtualNetwork)
4749
@armResourceOperations
4850
interface ReachabilityAnalysisRuns {
4951
/**

specification/network/resource-manager/Microsoft.Network/Network/Route.tsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ model Route extends SubResourceModel {
4343
);
4444
@@doc(Route.type, "Resource type.");
4545

46+
#suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
47+
@Azure.ResourceManager.Legacy.feature(Features.virtualNetwork)
4648
@armResourceOperations
4749
interface Routes {
4850
/**

specification/network/resource-manager/Microsoft.Network/Network/SecurityRule.tsp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ alias SecurityRuleOps = Azure.ResourceManager.Legacy.LegacyOperations<
6464
}
6565
>;
6666

67+
#suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
68+
@Azure.ResourceManager.Legacy.feature(Features.virtualNetwork)
6769
@armResourceOperations
6870
interface SecurityRules {
6971
/**
@@ -116,6 +118,8 @@ alias DefaultSecurityRuleOps = Azure.ResourceManager.Legacy.LegacyOperations<
116118
}
117119
>;
118120

121+
#suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
122+
@Azure.ResourceManager.Legacy.feature(Features.virtualNetwork)
119123
@armResourceOperations
120124
interface DefaultSecurityRules {
121125
/**

specification/network/resource-manager/Microsoft.Network/Network/Subnet.tsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ model Subnet extends SubResourceModel {
4242
"The name of the resource that is unique within a resource group. This name can be used to access the resource."
4343
);
4444

45+
#suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
46+
@Azure.ResourceManager.Legacy.feature(Features.virtualNetwork)
4547
@armResourceOperations
4648
interface Subnets {
4749
/**

specification/network/resource-manager/Microsoft.Network/Network/VirtualApplianceSite.tsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ model VirtualApplianceSite extends SubResourceModel {
4141
etag?: string;
4242
}
4343

44+
#suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
45+
@Azure.ResourceManager.Legacy.feature(Features.virtualNetwork)
4446
@armResourceOperations
4547
interface VirtualApplianceSites {
4648
/**

0 commit comments

Comments
 (0)