Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
tadelesh committed Feb 19, 2024
1 parent 3ed6dcd commit ab38d41
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions packages/extensions/openapi-to-typespec/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,25 +212,25 @@ export type TspArmResourceOperation =

export interface TspArmResourceNonListOperation extends TspArmResourceOperationBase {
kind:
| "ArmResourceRead"
| "ArmResourceCreateOrReplaceSync"
| "ArmResourceCreateOrReplaceAsync"
| "ArmResourcePatchSync"
| "ArmResourcePatchAsync"
| "ArmTagsPatchSync"
| "ArmTagsPatchAsync"
| "ArmCustomPatchSync"
| "ArmCustomPatchAsync"
| "ArmResourceDeleteSync"
| "ArmResourceDeleteAsync"
| "ArmResourceDeleteWithoutOkAsync"
| "ArmResourceActionSync"
| "ArmResourceActionNoContentSync"
| "ArmResourceActionAsync"
| "ArmResourceActionNoResponseContentAsync"
| "checkGlobalNameAvailability"
| "checkLocalNameAvailability"
| "checkNameAvailability";
| "ArmResourceRead"
| "ArmResourceCreateOrReplaceSync"
| "ArmResourceCreateOrReplaceAsync"
| "ArmResourcePatchSync"
| "ArmResourcePatchAsync"
| "ArmTagsPatchSync"
| "ArmTagsPatchAsync"
| "ArmCustomPatchSync"
| "ArmCustomPatchAsync"
| "ArmResourceDeleteSync"
| "ArmResourceDeleteAsync"
| "ArmResourceDeleteWithoutOkAsync"
| "ArmResourceActionSync"
| "ArmResourceActionNoContentSync"
| "ArmResourceActionAsync"
| "ArmResourceActionNoResponseContentAsync"
| "checkGlobalNameAvailability"
| "checkLocalNameAvailability"
| "checkNameAvailability";
}

export interface TspArmResourceListOperation extends TspArmResourceOperationBase {
Expand Down

0 comments on commit ab38d41

Please sign in to comment.