You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -167,6 +167,7 @@ public PowerShellClientCodegen() {
167
167
168
168
cliOptions.clear();
169
169
cliOptions.add(newCliOption(CodegenConstants.PACKAGE_NAME, "Client package name (e.g. io.swagger.client).").defaultValue(this.packageName));
170
+
cliOptions.add(newCliOption(CodegenConstants.OPTIONAL_PROJECT_GUID, "GUID for PowerShell module (e.g. a27b908d-2a20-467f-bc32-af6f3a654ac5). A random GUID will be generated by default."));
Copy file name to clipboardExpand all lines: samples/client/petstore/powershell_test/docs/Pet.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
6
6
**id** | **Int64** | | [optional][default to null]
7
7
**category** | [**IO.Swagger.Model.Category**](Category.md) | | [optional][default to null]
8
8
**name** | **String** | | [default to null]
9
-
**photoUrls** | **[String]** | | [default to null]
10
-
**tags** | [**[IO.Swagger.Model.Tag]**](Tag.md) | | [optional][default to null]
9
+
**photoUrls** | **String** | | [default to null]
10
+
**tags** | [**IO.Swagger.Model.Tag**](Tag.md) | | [optional][default to null]
11
11
**status** | **String** | pet status in the store | [optional][default to null]
12
12
13
13
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments