Skip to content

Commit 028b3f0

Browse files
committed
update
1 parent 9a7f04c commit 028b3f0

File tree

4 files changed

+8
-17
lines changed

4 files changed

+8
-17
lines changed

specification/serialconsole/SerialConsole.Management/SerialPort.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

specification/serialconsole/SerialConsole.Management/tspconfig.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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
4236
linter:
4337
extends:
4438
- "@azure-tools/typespec-azure-rulesets/resource-manager"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

specification/serialconsole/suppressoin.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)