Skip to content

Commit b411c52

Browse files
authored
Merge pull request #3000 from MicrosoftDocs/pehecke-solutions-updates
Migration of solution content to Power Platform
2 parents 23fde48 + eed939a commit b411c52

File tree

9 files changed

+32
-876
lines changed

9 files changed

+32
-876
lines changed

.openpublishing.redirection.json

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/developer/common-data-service/checker/webapi/overview.md",
5+
"redirect_url": "https://docs.microsoft.com/power-platform/alm/checker-api/overview",
6+
"redirect_document_id": "false"
7+
},
8+
{
9+
"source_path": "powerapps-docs/developer/common-data-service/checker/webapi/analyze.md",
10+
"redirect_url": "https://docs.microsoft.com/power-platform/alm/checker-api/analyze",
11+
"redirect_document_id": "false"
12+
},
13+
{
14+
"source_path": "powerapps-docs/developer/common-data-service/checker/webapi/check-status.md",
15+
"redirect_url": "https://docs.microsoft.com/power-platform/alm/checker-api/check-status",
16+
"redirect_document_id": "false"
17+
},
18+
{
19+
"source_path": "powerapps-docs/developer/common-data-service/checker/webapi/retrieve-rules.md",
20+
"redirect_url": "https://docs.microsoft.com/power-platform/alm/checker-api/retrieve-rules",
21+
"redirect_document_id": "false"
22+
},
23+
{
24+
"source_path": "powerapps-docs/developer/common-data-service/checker/webapi/retrieve-rulesets.md",
25+
"redirect_url": "https://docs.microsoft.com/power-platform/alm/checker-api/retrieve-rulesets",
26+
"redirect_document_id": "false"
27+
},
28+
{
29+
"source_path": "powerapps-docs/developer/common-data-service/checker/webapi/upload-file.md",
30+
"redirect_url": "https://docs.microsoft.com/power-platform/alm/checker-api/upload-file",
31+
"redirect_document_id": "false"
32+
},
333
{
434
"source_path": "powerapps-docs/maker/common-data-service/create-edit-entities.md",
535
"redirect_url": "data-platform-create-entity",

powerapps-docs/developer/common-data-service/TOC.yml

-14
Original file line numberDiff line numberDiff line change
@@ -342,20 +342,6 @@
342342
href: use-source-control-solution-files.md
343343
- name: Package Deployer tool
344344
href: package-deployer/create-packages-package-deployer.md
345-
- name: Verify quality of solutions and packages
346-
items:
347-
- name: Use the Power Apps checker web API
348-
href: checker/webapi/overview.md
349-
- name: Invoke the analysis
350-
href: checker/webapi/analyze.md
351-
- name: Check for analysis status
352-
href: checker/webapi/check-status.md
353-
- name: Retrieve the list of rules
354-
href: checker/webapi/retrieve-rules.md
355-
- name: Retrieve the list of rulesets
356-
href: checker/webapi/retrieve-rulesets.md
357-
- name: Upload a file for analysis
358-
href: checker/webapi/upload-file.md
359345
- name: Publish your app on AppSource
360346
href: publish-app-appsource.md
361347
items:

powerapps-docs/developer/common-data-service/appendix-app-certification-checklist.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ The following checklist provides the list of validations performed by Microsoft
4646
<li>Runtime errors: May occur once the app is opened in Run mode to view. Any issues found will be reported through email.</li>
4747
<li>Accessibility errors and warnings: All Accessibility errors should be resolved as per Solution Checker guidelines.</li>
4848
</ul></li>
49-
<li>Code Validation for Common Data Service solution will be done utilizing <a href="https://docs.microsoft.com/powerapps/developer/common-data-service/checker/webapi/overview">Power Apps Checker</a>.</li>
49+
<li>Code Validation for Common Data Service solution will be done utilizing <a href="https://.docs.microsoft.com/power-platform/alm/checker-api/overview">Power Apps Checker</a>.</li>
5050
<li>Issues reported from Power Apps Checker will be manually validated for correctness and false positive issues will be reduced to low severity.</li>
51-
<li>The quality of the solution and packages are validated against the AppSource certification <a href="https://docs.microsoft.com/powerapps/developer/common-data-service/checker/webapi/retrieve-rulesets">ruleset</a>.
51+
<li>The quality of the solution and packages are validated against the AppSource certification <a href="https://docs.microsoft.com/power-platform/alm/checker-api/retrieve-rulesets">ruleset</a>.
5252
<li>Generated report is shared with the publisher through email.</li>
5353
</ul>
5454
</td>

powerapps-docs/developer/common-data-service/checker/webapi/analyze.md

-115
This file was deleted.

powerapps-docs/developer/common-data-service/checker/webapi/check-status.md

-123
This file was deleted.

0 commit comments

Comments
 (0)