Skip to content

Commit 8d81e07

Browse files
Remove Compute CSharp API version pinning (#44295)
1 parent f966bb5 commit 8d81e07

2 files changed

Lines changed: 20 additions & 5 deletions

File tree

specification/compute/resource-manager/Microsoft.Compute/Compute/client.tsp

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,26 @@ namespace ComputeCombine;
482482
"UpdateSharingProfile",
483483
"csharp"
484484
);
485+
@@clientName(
486+
ComputeGallery.SharedGalleryInvites.gallerySharingAccept,
487+
"AcceptGallerySharing",
488+
"csharp"
489+
);
490+
@@clientName(
491+
ComputeGallery.SharedGalleryInvites.gallerySharingReject,
492+
"RejectGallerySharing",
493+
"csharp"
494+
);
495+
@@clientName(
496+
ComputeGallery.TenantLevelSharedGalleryInvites.tenantLevelGallerySharingAccept,
497+
"AcceptTenantLevelGallerySharing",
498+
"csharp"
499+
);
500+
@@clientName(
501+
ComputeGallery.TenantLevelSharedGalleryInvites.tenantLevelGallerySharingReject,
502+
"RejectTenantLevelGallerySharing",
503+
"csharp"
504+
);
485505
@@clientName(
486506
ComputeGallery.Galleries.listByArtifactName,
487507
"GetSoftDeletedResourcesByArtifactName",

specification/compute/resource-manager/Microsoft.Compute/Compute/tspconfig.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ options:
1313
"@azure-typespec/http-client-csharp-mgmt":
1414
namespace: "Azure.ResourceManager.Compute"
1515
emitter-output-dir: "{output-dir}/{service-dir}/{namespace}"
16-
api-version:
17-
Compute: "2025-11-01"
18-
ComputeDisk: "2025-01-02"
19-
ComputeGallery: "2025-03-03"
20-
ComputeSku: "2021-07-01"
2116
"@azure-tools/typespec-go":
2217
service-dir: "sdk/resourcemanager/compute"
2318
emitter-output-dir: "{output-dir}/{service-dir}/armcompute"

0 commit comments

Comments
 (0)