diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/model/MaskingModuleConfigMaskingProviders.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/model/MaskingModuleConfigMaskingProviders.java index 59b5af5b7..c37f28283 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/model/MaskingModuleConfigMaskingProviders.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/model/MaskingModuleConfigMaskingProviders.java @@ -44,8 +44,8 @@ protected MaskingModuleConfigMaskingProviders() {} * Set the maskingProviders of this {@link MaskingModuleConfigMaskingProviders} instance and * return the same instance. * - * @param maskingProviders This field is **DEPRECATED** and will be removed on August 05, 2026. - * Use `providers` property instead. List of masking service providers. + * @param maskingProviders List of masking service providers. **DEPRECATED**: will be removed Sept + * 15, 2026. Use `providers` property instead. * @return The same instance of this {@link MaskingModuleConfigMaskingProviders} class */ @Nonnull @@ -72,8 +72,8 @@ public MaskingModuleConfigMaskingProviders addMaskingProvidersItem( } /** - * This field is **DEPRECATED** and will be removed on August 05, 2026. Use `providers` - * property instead. List of masking service providers. + * List of masking service providers. **DEPRECATED**: will be removed Sept 15, 2026. Use + * `providers` property instead. * * @return maskingProviders The maskingProviders of this {@link * MaskingModuleConfigMaskingProviders} instance. @@ -88,8 +88,8 @@ public List getMaskingProviders() { /** * Set the maskingProviders of this {@link MaskingModuleConfigMaskingProviders} instance. * - * @param maskingProviders This field is **DEPRECATED** and will be removed on August 05, 2026. - * Use `providers` property instead. List of masking service providers. + * @param maskingProviders List of masking service providers. **DEPRECATED**: will be removed Sept + * 15, 2026. Use `providers` property instead. */ public void setMaskingProviders(@Nonnull final List maskingProviders) { this.maskingProviders = maskingProviders; @@ -211,8 +211,8 @@ public interface Builder { /** * Set the maskingProviders of this {@link MaskingModuleConfigMaskingProviders} instance. * - * @param maskingProviders This field is **DEPRECATED** and will be removed on August 05, 2026. - * Use `providers` property instead. List of masking service providers. + * @param maskingProviders List of masking service providers. **DEPRECATED**: will be removed + * Sept 15, 2026. Use `providers` property instead. * @return The MaskingModuleConfigMaskingProviders instance. */ MaskingModuleConfigMaskingProviders maskingProviders( @@ -221,8 +221,8 @@ MaskingModuleConfigMaskingProviders maskingProviders( /** * Set the maskingProviders of this {@link MaskingModuleConfigMaskingProviders} instance. * - * @param maskingProviders This field is **DEPRECATED** and will be removed on August 05, 2026. - * Use `providers` property instead. List of masking service providers. + * @param maskingProviders List of masking service providers. **DEPRECATED**: will be removed + * Sept 15, 2026. Use `providers` property instead. * @return The MaskingModuleConfigMaskingProviders instance. */ default MaskingModuleConfigMaskingProviders maskingProviders( diff --git a/orchestration/src/main/resources/spec/orchestration.yaml b/orchestration/src/main/resources/spec/orchestration.yaml index cf6448dc2..d346f7099 100644 --- a/orchestration/src/main/resources/spec/orchestration.yaml +++ b/orchestration/src/main/resources/spec/orchestration.yaml @@ -1315,7 +1315,7 @@ components: properties: masking_providers: deprecated: true - description: "This field is **DEPRECATED** and will be removed on August 05, 2026. Use `providers` property instead. List of masking service providers." + description: "List of masking service providers. **DEPRECATED**: will be removed Sept 15, 2026. Use `providers` property instead." type: array minItems: 1 items: @@ -1978,4 +1978,4 @@ components: type: http scheme: bearer bearerFormat: JWT - description: To use this API, you must have an AI Core access token. \ No newline at end of file + description: To use this API, you must have an AI Core access token.