File tree Expand file tree Collapse file tree
specification/compute/resource-manager/Microsoft.Compute/Compute Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments