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
|[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. |
99
99
|[1000130](#error-code-1000130)| Missing default value: The required environment variable for setting up Azure Key Vault in the wrap wizard isn't set. |
100
100
|[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. |
101
102
102
103
### Error code 1000118
103
104
@@ -161,7 +162,7 @@ Error message: Key vault doesn't exist, or Key vault is missing access privilege
161
162
162
163
### Error code 1000120
163
164
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.
165
166
166
167
#### Resolution steps
167
168
@@ -232,7 +233,7 @@ Error message: iOS profile isn't valid. Ensure that the tag {Bundle ID}.{profile
232
233
233
234
### Error code 1000128
234
235
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.
236
237
237
238
#### Resolution steps
238
239
@@ -298,9 +299,9 @@ Error message: Missing environment variable 'PA_Wrap_KV_ResourceID' for the targ
298
299
299
300
#### Resolution steps
300
301
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.
302
303
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.
304
305
305
306
For more information, see [Step 2: Target platform](/power-apps/maker/common/wrap/wrap-how-to#step-2-target-platform).
0 commit comments