File tree Expand file tree Collapse file tree 4 files changed +8
-17
lines changed
specification/serialconsole Expand file tree Collapse file tree 4 files changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ interface SerialPorts {
8585 /**
8686 * Handles requests to list all SerialPort resources in a subscription.
8787 */
88- listBySubscriptions is ArmListBySubscription <
88+ listBySubscriptions is Azure . ResourceManager . Legacy . ArmListSinglePageBySubscription <
8989 SerialPort ,
9090 Response = ArmResponse <SerialPortListResult >,
9191 Error = CloudError
Original file line number Diff line number Diff line change @@ -33,12 +33,6 @@ options:
3333 generate-fakes : true
3434 head-as-boolean : true
3535 inject-spans : true
36- " @azure-tools/typespec-csharp " :
37- emitter-output-dir : " {output-dir}/{service-dir}/{namespace}"
38- namespace : " Azure.ResourceManager.SerialConsole"
39- flavor : azure
40- clear-output-folder : true
41- model-namespace : false
4236linter :
4337 extends :
4438 - " @azure-tools/typespec-azure-rulesets/resource-manager"
Original file line number Diff line number Diff line change 1+ - tool : TypeSpecValidation
2+ reason : ' No existing SDK in Java. Will be removed once these SDKs are introduced'
3+ rules : SdkTspConfigValidation
4+ sub-rules :
5+ - options.@azure-tools/typespec-java.*
6+ paths :
7+ - SerialConsole.Management/tspconfig.yaml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments