From 127680073f2a71a9d3a07cc506af477438f1906d Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Wed, 3 Apr 2024 11:09:39 +0800 Subject: [PATCH] dpg, bump autorest.java to 4.1.28 (#2655) --- package-lock.json | 4 ++-- package.json | 2 +- readme.md | 4 ---- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73ad98144f..224b410c0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@autorest/java", - "version": "4.1.27", + "version": "4.1.28", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@autorest/java", - "version": "4.1.27", + "version": "4.1.28", "license": "MIT", "devDependencies": { "@microsoft.azure/autorest.testserver": "3.3.49", diff --git a/package.json b/package.json index f6a9cc421e..c8bee8138b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@autorest/java", - "version": "4.1.27", + "version": "4.1.28", "description": "The Java extension for classic generators in AutoRest.", "scripts": { "autorest": "autorest", diff --git a/readme.md b/readme.md index 27c12366f9..efdf63904d 100644 --- a/readme.md +++ b/readme.md @@ -81,7 +81,6 @@ Settings can be provided on the command line through `--name:value` or in a READ |`--service-interface-as-public`|Indicates whether to generate service interfaces as public. This resolves `SecurityManager` issues to prevent reflectively access non-public APIs. Default is true.| |`--client-flattened-annotation-target=TYPE,FIELD,NONE,DISABLED`|Indicates the target of `@JsonFlatten` annotation for `x-ms-client-flatten`. Default is `TYPE`.| |`--disable-client-builder`|Indicates whether to disable generating the `ClientBuilder` class. This is for SDK that already contains a hand-written `ClientBuilder` class. Default is false.| -|`--skip-formatting`|Indicates whether to skip formatting Java file. Default is false.| |`--polling`|Configures how to generate long running operations. See [Polling Configuration](#polling-configuration) to see more details on how to use this flag.| |`--service-name`|Service name used in Client class and other documentations. If not provided, service name is deduced from `title` configure (from swagger or readme).| |`--partial-update`|Indicates whether to support partial update for `Client`/`AsyncClient` classes and `ClientBuilder` class.| @@ -377,9 +376,6 @@ help-content: - key: disable-client-builder type: bool description: Indicates whether to disable generating the `ClientBuilder` class. This is for SDK that already contains a hand-written `ClientBuilder` class. Default is false. - - key: skip-formatting - type: bool - description: Indicates whether to skip formatting Java file. Default is false. - key: polling type: string description: Configures how to generate long running operations. See [Polling Configuration](https://github.com/Azure/autorest.java#polling-configuration) to see more details on how to use this flag.