Skip to content

Commit

Permalink
Fix tsp format
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyi-joffre committed Jan 25, 2025
1 parent a7f3421 commit 471ff9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/quantum/Microsoft.Quantum.Management/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ union UsableStatus {
*/
union WorkspaceProvisioningStatus {
ResourceProvisioningState,

/** The Workspace provisioning is succeeded. */
Succeeded: "Succeeded",

Expand Down Expand Up @@ -466,10 +466,10 @@ model Resource {
systemData?: SystemData;
}

#suppress "@azure-tools/typespec-azure-resource-manager/patch-envelope" ""
/**
* Tags object for patch operations.
*/
#suppress "@azure-tools/typespec-azure-resource-manager/patch-envelope" ""
model TagsObject {
/**
* Resource tags.
Expand Down

0 comments on commit 471ff9a

Please sign in to comment.