Skip to content

Commit ce6a4b5

Browse files
oha-4claude
andcommitted
Reformat http-client-java test spec for heritage formatter change
arm-customization.tsp now keeps `is` inline on its `TrackedResourceWithOptionalLocation` base, matching the compiler formatter change (#11009). Whitespace only, no semantic change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 361ba91 commit ce6a4b5

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: internal
3+
packages:
4+
- "@typespec/http-client-java"
5+
---
6+
7+
Reformat a test spec affected by the compiler formatter change keeping `is`/`extends` inline for multi-argument template references (whitespace only, no semantic change).

packages/http-client-java/generator/http-client-generator-test/tsp/arm-customization.tsp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ enum Versions {
2323
v2023_12_01_preview: "2023-12-01-preview",
2424
}
2525

26-
model Vault
27-
is Azure.ResourceManager.Legacy.TrackedResourceWithOptionalLocation<VaultProperties, false> {
26+
model Vault is Azure.ResourceManager.Legacy.TrackedResourceWithOptionalLocation<
27+
VaultProperties,
28+
false
29+
> {
2830
...ResourceNameParameter<
2931
Resource = Vault,
3032
KeyName = "vaultName",

0 commit comments

Comments
 (0)