Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…enerator-docs
  • Loading branch information
cperaltah committed Aug 16, 2024
2 parents 7360550 + 4968bad commit adbab52
Show file tree
Hide file tree
Showing 50 changed files with 1,966 additions and 963 deletions.
7 changes: 7 additions & 0 deletions .chronus/changes/example_dir_default-2024-7-16-10-57-36.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: feature
packages:
- "@azure-tools/typespec-client-generator-core"
---

add default path for example detection
8 changes: 8 additions & 0 deletions .chronus/changes/fix-arm-no-record-2024-7-12-22-45-52.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
changeKind: fix
packages:
- "@azure-tools/typespec-azure-resource-manager"
---

`arm-no-record` rule should warn about any use of `Record<X>` not just when inside resource properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: fix
packages:
- "@azure-tools/typespec-client-generator-core"
---

Fix getLibraryName for anonymous model which is derived from template
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ packages/samples/common-types/**/*.json

# Client emitters not part of workspace that shouldn't be needed in this repo
core/packages/http-client-csharp/
core/packages/http-client-java/
2 changes: 1 addition & 1 deletion core
Submodule core updated 215 files
3 changes: 2 additions & 1 deletion docs/howtos/Client Generation/06types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2372,7 +2372,8 @@ TODO;
<TabItem value="java" label="Java" >

```java
TODO
// Internal implementation
jsonWriter.writeStringField("prop", Objects.toString(this.value, null));
```

</TabItem>
Expand Down
Loading

0 comments on commit adbab52

Please sign in to comment.