Fix ArgumentCompleter attribute example#4802
Fix ArgumentCompleter attribute example#4802sdwheeler merged 6 commits intoMicrosoftDocs:stagingfrom
Conversation
Add missing $parameterName argument
|
Docs Build status updates of commit e800716:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| reference/6/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md | View (powershell-6) | Details |
reference/6/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md
- [Warning]
Metadata with following name(s) are not allowed to be set in Yaml header, or as file level metadata in docfx.json, or as global metadata in docfx.json: locale. They are generated by Docs platform, so the values set in these 3 places will be ignored. Please remove them from all 3 places to resolve the warning.
For more details, please refer to the build report.
Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.
about_Functions_Advanced_Parameters.md contained explicit locale header, which is autogenerated by Docs
|
Docs Build status updates of commit 5c44300: ✅ Validation status: passed
For more details, please refer to the build report. Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report. |
* Fixes MicrosoftDocs#4648 - ternary operator * fix line wrap
|
Docs Build status updates of commit 5337669:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| reference/6/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md | View (powershell-6) | Details |
reference/6/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md
- [Warning]
Metadata with following name(s) are not allowed to be set in Yaml header, or as file level metadata in docfx.json, or as global metadata in docfx.json: locale. They are generated by Docs platform, so the values set in these 3 places will be ignored. Please remove them from all 3 places to resolve the warning.
For more details, please refer to the build report.
Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.
|
Docs Build status updates of commit 355e40e:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| reference/5.0/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md | View (powershell-5.0) | Details | |
| reference/5.1/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md | View (powershell-5.1) | Details | |
| reference/6/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md | View (powershell-6) | Details | |
| reference/7/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md | View (powershell-7) | Details | |
| reference/7/Microsoft.PowerShell.Core/About/about_If.md | View (powershell-7) | Details | |
| reference/7/Microsoft.PowerShell.Core/About/about_Operators.md | View (powershell-7) | Details |
reference/5.0/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md
- [Warning]
Metadata with following name(s) are not allowed to be set in Yaml header, or as file level metadata in docfx.json, or as global metadata in docfx.json: locale. They are generated by Docs platform, so the values set in these 3 places will be ignored. Please remove them from all 3 places to resolve the warning.
reference/5.1/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md
- [Warning]
Metadata with following name(s) are not allowed to be set in Yaml header, or as file level metadata in docfx.json, or as global metadata in docfx.json: locale. They are generated by Docs platform, so the values set in these 3 places will be ignored. Please remove them from all 3 places to resolve the warning.
reference/6/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md
- [Warning]
Metadata with following name(s) are not allowed to be set in Yaml header, or as file level metadata in docfx.json, or as global metadata in docfx.json: locale. They are generated by Docs platform, so the values set in these 3 places will be ignored. Please remove them from all 3 places to resolve the warning.
reference/7/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md
- [Warning]
Metadata with following name(s) are not allowed to be set in Yaml header, or as file level metadata in docfx.json, or as global metadata in docfx.json: locale. They are generated by Docs platform, so the values set in these 3 places will be ignored. Please remove them from all 3 places to resolve the warning.
reference/7/Microsoft.PowerShell.Core/About/about_If.md
- [Warning]
Metadata with following name(s) are not allowed to be set in Yaml header, or as file level metadata in docfx.json, or as global metadata in docfx.json: locale. They are generated by Docs platform, so the values set in these 3 places will be ignored. Please remove them from all 3 places to resolve the warning.
reference/7/Microsoft.PowerShell.Core/About/about_Operators.md
- [Warning]
Metadata with following name(s) are not allowed to be set in Yaml header, or as file level metadata in docfx.json, or as global metadata in docfx.json: locale. They are generated by Docs platform, so the values set in these 3 places will be ignored. Please remove them from all 3 places to resolve the warning.
For more details, please refer to the build report.
Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.
|
@marcinsmialek Please sign the CLA so we can merge this PR. Thanks. |
|
Done 😄 btw, you guys might remove the locale header check, so you don't have to reapply them after people like me remove the header after seeing validation results |
|
@marcinsmialek Thanks. I cover the locale warning in the Contributor Guide. See https://github.com/MicrosoftDocs/PowerShell-Docs/blob/staging/contributing/8-MANAGING-PULL-REQUESTS.md#notes. I have filed a bug to get that warning removed but I don't control the build code. So we have to live with it for now. |
Add missing $parameterName argument to ArgumentCompleter attribute example.
Without this argument, the sample doesn't work.
Version(s) of document impacted
Reason(s) for not updating all version of documents