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
REQUIRED: Choose either Tooling Impact or Customer Impact (or both). At least one checkbox must be selected.
Tooling Impact
Required tooling change
Optional tooling change (include reasoning)
Customer Impact
Customer reported
Found internally
Improves DSC resource schema flexibility by allowing null values for content property, enabling scenarios where content may be intentionally omitted.
Regression
REQUIRED: Check exactly one box.
Yes
No
This is not a regression.
Testing
Schema change validated to ensure it accepts both string and null values as intended. No functional code changes or test additions needed for schema-only modifications.
Risk
REQUIRED: Check exactly one box.
High
Medium
Low
Low risk as this only updates the DSC resource manifest schema to allow null values for the content property. The change improves schema flexibility without affecting existing functionality or breaking current usage patterns.
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Backport of #26929 to release/v7.6, updating the PowerShell Profile DSC resource manifest schema to allow null for the content property so callers can explicitly omit content management.
Changes:
Updated content schema type to accept both "string" and "null".
مطلوب : اختر إما تأثير الأدوات أو تأثير العميل (أو كليهما). يجب تحديد خانة اختيار واحدة على الأقل.
تأثير الأدوات
تغيير الأدوات المطلوبة
تغيير الأدوات الاختياري (مع ذكر الأسباب)
تأثير العميل
أبلغ العميل
تم العثور عليه داخلياً
يعمل على تحسين مرونة مخطط موارد DSC من خلال السماح بقيم فارغة لخاصية المحتوى، مما يتيح سيناريوهات يمكن فيها حذف المحتوى عمدًا.
الانحدار
مطلوب : ضع علامة في مربع واحد فقط.
نعم
لا
هذا ليس تراجعاً.
الاختبار
تم التحقق من صحة تغيير المخطط للتأكد من قبوله لكل من القيم النصية والقيم الفارغة كما هو مطلوب. لا حاجة لتغييرات في التعليمات البرمجية الوظيفية أو إضافة اختبارات للتعديلات التي اقتصرت على المخطط فقط.
مخاطرة
مطلوب : ضع علامة في مربع واحد فقط.
عالي
واسطة
قليل
يُعد هذا التغيير منخفض المخاطر، إذ أنه يُحدّث فقط مخطط بيان موارد DSC للسماح بقيم فارغة لخاصية المحتوى. ويُحسّن هذا التغيير مرونة المخطط دون التأثير على الوظائف الحالية أو الإخلال بأنماط الاستخدام الحالية.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CL-GeneralIndicates that a PR should be marked as a general cmdlet change in the Change Log
4 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #26929 to release/v7.6
Triggered by @daxian-dbw on behalf of @adityapatwardhan
Original CL Label: CL-General
/cc @PowerShell/powershell-maintainers
Impact
REQUIRED: Choose either Tooling Impact or Customer Impact (or both). At least one checkbox must be selected.
Tooling Impact
Customer Impact
Improves DSC resource schema flexibility by allowing null values for content property, enabling scenarios where content may be intentionally omitted.
Regression
REQUIRED: Check exactly one box.
This is not a regression.
Testing
Schema change validated to ensure it accepts both string and null values as intended. No functional code changes or test additions needed for schema-only modifications.
Risk
REQUIRED: Check exactly one box.
Low risk as this only updates the DSC resource manifest schema to allow null values for the content property. The change improves schema flexibility without affecting existing functionality or breaking current usage patterns.