Skip to content

Commit f6215c0

Browse files
authored
minor changes
1 parent 90dc420 commit f6215c0

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

support/power-platform/power-apps/manage-apps/wrap-issues.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,14 @@ You might encounter these error codes in the wrap wizard:
9191
|------------|-------------|
9292
| [1000118](#error-code-1000118) | Default subscription not found or missing access permissions. |
9393
| [1000119](#error-code-1000119) | Key vault doesn't exist or is missing access privileges. |
94-
| [1000120](#error-code-1000120) | No organization ID tags found on key vault. |
95-
| [1000121](#error-code-1000121) | Android keystore isn't valid. Missing tag and/or certificate. |
96-
| [1000122](#error-code-1000122) | iOS certificate isn't valid. |
97-
| [1000123](#error-code-1000123) | iOS profile isn't valid. |
98-
| [1000128](#error-code-1000128) | Missing access key used while accessing Azure Blob storage location. |
94+
| [1000120](#error-code-1000120) | No organization ID tags found on key vault. Ensure that the tag {Bundle ID}.{organization-id} is present and uses the correct case sensitivity.|
95+
| [1000121](#error-code-1000121) | Android keystore isn't valid. Ensure that the tag {Bundle ID}.{keystore} is present and uses the correct case sensitivity. |
96+
| [1000122](#error-code-1000122) | iOS certificate isn't valid. Missing Tag and/or Secret. Ensure that the tag {Bundle ID}.{cert} is present and uses the correct case sensitivity. |
97+
| [1000123](#error-code-1000123) | iOS profile isn't valid. Ensure that the tag {Bundle ID}.{profile} is present and uses the correct case sensitivity.|
98+
| [1000128](#error-code-1000128) | Missing access key required to access the Azure Blob Storage location. Ensure that the tag {Bundle ID}.{accessKey} is present and uses the correct case sensitivity. |
9999
| [1000130](#error-code-1000130) | Missing default value: The required environment variable for setting up Azure Key Vault in the wrap wizard isn't set. |
100100
| [1000131](#error-code-1000131) | No tags or missing access permission for the specified Azure Key Vault. |
101+
| [1000132](#error-code-1000132) | Missing environment variable 'PA_Wrap_KV_ResourceID' for the targeted environment. |
101102

102103
### Error code 1000118
103104

@@ -161,7 +162,7 @@ Error message: Key vault doesn't exist, or Key vault is missing access privilege
161162

162163
### Error code 1000120
163164

164-
Error message: No organization ID tags found on key vault.Ensure that the tag {Bundle ID}.{organization-id} is present and uses the correct case sensitivity.
165+
Error message: No organization ID tags found on key vault. Ensure that the tag {Bundle ID}.{organization-id} is present and uses the correct case sensitivity.
165166

166167
#### Resolution steps
167168

@@ -232,7 +233,7 @@ Error message: iOS profile isn't valid. Ensure that the tag {Bundle ID}.{profile
232233

233234
### Error code 1000128
234235

235-
Error message: Missing access key required to access the Azure Blob Storage location. Ensure that the tag {Bundle ID}.{accessKey} is present and uses the correct case sensitivity..
236+
Error message: Missing access key required to access the Azure Blob Storage location. Ensure that the tag {Bundle ID}.{accessKey} is present and uses the correct case sensitivity.
236237

237238
#### Resolution steps
238239

@@ -298,9 +299,9 @@ Error message: Missing environment variable 'PA_Wrap_KV_ResourceID' for the targ
298299
299300
#### Resolution steps
300301
301-
1. Check whether the environment variable PA_Wrap_KV_ResourceID exists in the target environment. If it does not, create it.
302+
1. Check whether the environment variable `PA_Wrap_KV_ResourceID` exists in the target environment. If it doesn't, create it.
302303
303-
2. Ensure the name follows the correct naming convention without typos or formatting errors.
304+
2. Ensure the name follows the correct naming convention without typos or formatting errors.
304305
305306
For more information, see [Step 2: Target platform](/power-apps/maker/common/wrap/wrap-how-to#step-2-target-platform).
306307

0 commit comments

Comments
 (0)