@autorest/java 4.1.20 → 4.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autorest/java",
3
- "version": "4.1.20",
3
+ "version": "4.1.21",
4
4
  "description": "The Java extension for classic generators in AutoRest.",
5
5
  "scripts": {
6
6
  "autorest": "autorest",
@@ -13,6 +13,7 @@ sync-methods: all
13
13
  enable-sync-stack: true
14
14
  required-fields-as-ctor-args: true
15
15
  enable-page-size: true
16
+ use-key-credential: true
16
17
 
17
18
  use-default-http-status-code-to-exception-type-mapping: true
18
19
  polling: {}