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 Only applies to V1 profiles. For team config, validate with JSON schema instead.
*/
validationPlanModule?: string;
Once the deprecated properties are removed in V4, the only properties left will be type: string and schema: IProfileSchema. Since IProfileSchema also defines type, the IProfileTypeConfiguration interface may become an unnecessary wrapper that could be replaced with IProfileSchema.
The text was updated successfully, but these errors were encountered:
Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 5 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.
In Zowe V3, some properties on the
IProfileTypeConfiguration
interface were deprecated:zowe-cli/packages/imperative/src/profiles/src/doc/config/IProfileTypeConfiguration.ts
Lines 49 to 51 in 1d2cdc9
zowe-cli/packages/imperative/src/profiles/src/doc/config/IProfileTypeConfiguration.ts
Lines 59 to 61 in 1d2cdc9
Once the deprecated properties are removed in V4, the only properties left will be
type: string
andschema: IProfileSchema
. SinceIProfileSchema
also definestype
, theIProfileTypeConfiguration
interface may become an unnecessary wrapper that could be replaced withIProfileSchema
.The text was updated successfully, but these errors were encountered: