Skip to content

Commit 4f207d7

Browse files
authoredNov 4, 2022
fix(Enterprise Management): re-gen service to get new Pagers (#164)
This commit contains a re-gen of the Enterprise Management service to leverage the new Pagers emitted by the SDK generator. Signed-off-by: Phil Adams <phil_adams@us.ibm.com>
1 parent aaf12c6 commit 4f207d7

File tree

54 files changed

+1222
-444
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1222
-444
lines changed
 

‎.secrets.baseline

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "package-lock.json|go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2022-11-01T21:19:11Z",
6+
"generated_at": "2022-11-03T19:08:58Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

‎modules/enterprise-management/src/main/java/com/ibm/cloud/platform_services/enterprise_management/v1/EnterpriseManagement.java

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2021.
2+
* (C) Copyright IBM Corp. 2022.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -12,7 +12,7 @@
1212
*/
1313

1414
/*
15-
* IBM OpenAPI SDK Code Generator Version: 3.30.0-bd714324-20210406-200538
15+
* IBM OpenAPI SDK Code Generator Version: 3.60.2-95dc7721-20221102-203229
1616
*/
1717

1818
package com.ibm.cloud.platform_services.enterprise_management.v1;
@@ -56,12 +56,18 @@
5656
* The Enterprise Management API enables you to create and manage an enterprise, account groups, and accounts within the
5757
* enterprise.
5858
*
59-
* @version v1
59+
* API Version: 1.0
6060
*/
6161
public class EnterpriseManagement extends BaseService {
6262

63+
/**
64+
* Default service name used when configuring the `EnterpriseManagement` client.
65+
*/
6366
public static final String DEFAULT_SERVICE_NAME = "enterprise_management";
6467

68+
/**
69+
* Default service endpoint URL.
70+
*/
6571
public static final String DEFAULT_SERVICE_URL = "https://enterprise.cloud.ibm.com/v1";
6672

6773
/**

0 commit comments

Comments
 (0)
Please sign in to comment.