Skip to content

Commit 0d254e1

Browse files
Copilotyanle66
andauthored
fix: add missing space before closing */ in Feature.tsp doc comments
Co-authored-by: yanle66 <227239690+yanle66@users.noreply.github.com>
1 parent c1cafed commit 0d254e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • specification/computelimit/resource-manager/Microsoft.ComputeLimit/ComputeLimit

specification/computelimit/resource-manager/Microsoft.ComputeLimit/ComputeLimit/Feature.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ interface Features {
7272
Azure.ResourceManager.Foundations.OperationStatusResult
7373
>;
7474

75-
/** Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.*/
75+
/** Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role. */
7676
@action("enable")
7777
@added(Versions.v2026_06_01)
7878
@sharedRoute
@@ -92,7 +92,7 @@ interface Features {
9292
true
9393
>;
9494

95-
/** Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.*/
95+
/** Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role. */
9696
@added(Versions.v2026_04_30)
9797
@action("disable")
9898
disable is ArmResourceActionAsync<

0 commit comments

Comments
 (0)