Skip to content

Commit 3324924

Browse files
authored
Merge branch 'master' into v1.6205.0
2 parents c0be288 + a4eb6fd commit 3324924

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

internal/namespaces/audit_trail/v1alpha1/audit_trail_cli.go

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func auditTrailEventList() *core.Command {
7979
},
8080
{
8181
Name: "method-name",
82-
Short: `(Optional) Name of the method or the API call performed`,
82+
Short: `(Optional) Name of the method of the API call performed`,
8383
Required: false,
8484
Deprecated: false,
8585
Positional: false,
@@ -131,6 +131,13 @@ func auditTrailEventList() *core.Command {
131131
Deprecated: false,
132132
Positional: false,
133133
},
134+
{
135+
Name: "service-name",
136+
Short: `(Optional) Name of the service of the API call performed`,
137+
Required: false,
138+
Deprecated: false,
139+
Positional: false,
140+
},
134141
core.OrganizationIDArgSpec(),
135142
core.RegionArgSpec(scw.RegionFrPar, scw.RegionNlAms),
136143
},

internal/namespaces/billing/v2beta1/billing_cli.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,11 @@ func billingInvoiceDownload() *core.Command {
376376

377377
func billingDiscountList() *core.Command {
378378
return &core.Command{
379-
Short: `List discounts`,
380-
Long: `List all discounts for your organization and usable categories, products, offers, references, regions and zones where the discount can be applied.`,
379+
Short: `List discounts`,
380+
Long: `List all discounts for your Organization and usable categories, products, offers, references, regions and zones where the discount can be applied. As a reseller:
381+
- If you do not specify an ` + "`" + `organization_id` + "`" + ` you will list the discounts applied to your own Organization and your customers
382+
- If you indicate your ` + "`" + `organization_id` + "`" + ` you will list only the discounts applied to your Organization
383+
- If you indicate ` + "`" + `the organization_id` + "`" + ` of one of your customers, you will list the discounts applied to their Organization.`,
381384
Namespace: "billing",
382385
Resource: "discount",
383386
Verb: "list",

0 commit comments

Comments
 (0)