forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add client tsp for StandybyPool (Azure#30488)
- Loading branch information
1 parent
7c3c055
commit 3519c80
Showing
8 changed files
with
90 additions
and
237 deletions.
There are no files selected for viewing
58 changes: 58 additions & 0 deletions
58
specification/standbypool/StandbyPool.Management/client.tsp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
import "./main.tsp"; | ||
import "@azure-tools/typespec-client-generator-core"; | ||
|
||
using Azure.ClientGenerator.Core; | ||
using Azure.ResourceManager.CommonTypes; | ||
using Microsoft.StandbyPool; | ||
|
||
@@access(Operations.list, Access.internal, "csharp"); | ||
|
||
@@clientName(StandbyContainerGroupPoolResource, | ||
"StandbyContainerGroupPool", | ||
"csharp" | ||
); | ||
@@clientName(StandbyContainerGroupPoolResourceProperties, | ||
"StandbyContainerGroupPoolProperties", | ||
"csharp" | ||
); | ||
@@clientName(StandbyVirtualMachinePoolResource, | ||
"StandbyVirtualMachinePool", | ||
"csharp" | ||
); | ||
@@clientName(StandbyVirtualMachinePoolResourceProperties, | ||
"StandbyVirtualMachinePoolProperties", | ||
"csharp" | ||
); | ||
@@clientName(StandbyVirtualMachineResource, "StandbyVirtualMachine", "csharp"); | ||
@@clientName(StandbyVirtualMachineResourceProperties, | ||
"StandbyVirtualMachineProperties", | ||
"csharp" | ||
); | ||
@@clientName(VirtualMachineState, "StandbyVirtualMachineState", "csharp"); | ||
@@clientName(ContainerGroupProfile, "StandbyContainerGroupProfile", "csharp"); | ||
@@clientName(ContainerGroupProperties, | ||
"StandbyContainerGroupProperties", | ||
"csharp" | ||
); | ||
@@clientName(StandbyContainerGroupPoolRuntimeViewResource, | ||
"StandbyContainerGroupPoolRuntimeView", | ||
"csharp" | ||
); | ||
@@clientName(StandbyContainerGroupPoolRuntimeViewResourceProperties, | ||
"StandbyContainerGroupPoolRuntimeViewProperties", | ||
"csharp" | ||
); | ||
@@clientName(StandbyVirtualMachinePoolRuntimeViewResource, | ||
"StandbyVirtualMachinePoolRuntimeView", | ||
"csharp" | ||
); | ||
@@clientName(StandbyVirtualMachinePoolRuntimeViewResourceProperties, | ||
"StandbyVirtualMachinePoolRuntimeViewProperties", | ||
"csharp" | ||
); | ||
@@clientName(VirtualMachineInstanceCountSummary, | ||
"StandbyVirtualMachineInstanceCountSummary", | ||
"csharp" | ||
); | ||
@@clientName(ProvisioningState, "StandbyProvisioningState", "csharp"); | ||
@@clientName(RefillPolicy, "StandbyRefillPolicy", "csharp"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.