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
// Deprecated: resolving a plan by --plan-name/--version will be removed after 2027-02-28. Use --plan-id instead.
209
+
offerings, err:=apiClient.ListOfferings(ctx, model.ProjectId, model.Region).Execute() //nolint:staticcheck // deprecated but still supported until 2027-02-28
planId, err=opensearchUtils.LoadPlanId(model.PlanName, model.Version, offerings) //nolint:staticcheck // deprecated but still supported until 2027-02-28
// Deprecated: resolving a plan by --plan-name/--version will be removed after 2027-02-28. Use --plan-id instead.
229
+
offerings, err:=apiClient.ListOfferings(ctx, model.ProjectId, model.Region).Execute() //nolint:staticcheck // deprecated but still supported until 2027-02-28
foundPlanId, err:=opensearchUtils.LoadPlanId(model.PlanName, model.Version, offerings) //nolint:staticcheck // deprecated but still supported until 2027-02-28
0 commit comments