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
logger.LogError($"the entry parameter provided for Certificate Tags: \"{tags}\", does not seem to be valid JSON.");
227
-
thrownewException($"the string \"{tags}\" is not a valid json string. Please enter a valid json string for CertificateTags in the entry parameter or leave empty for no tags to be applied.");
224
+
options.Tags.Add(tag);
228
225
}
229
-
logger.LogTrace($"converting the json value provided for tags into a Dictionary<string,string>");
@@ -396,9 +383,9 @@ public virtual (List<string>, List<string>) GetVaults()
396
383
varwarning=$"Exception thrown performing discovery on tenantId {searchTenantId} and subscription ID {searchSubscription}. Exception message: {ex.Message}";
logger.LogError($"the entry parameter provided for Certificate Tags: \"{tagsJSON}\", does not seem to be valid JSON.");
118
+
thrownewException($"the string \"{tagsJSON}\" is not a valid json string. Please enter a valid json string for CertificateTags in the entry parameter or leave empty for no tags to be applied.");
Copy file name to clipboardExpand all lines: integration-manifest.json
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,20 @@
33
33
"OnRemove": false,
34
34
"OnReenrollment": false
35
35
}
36
-
}
36
+
},
37
+
{
38
+
"Name": "PreserveExistingTags",
39
+
"DisplayName": "Preserve Existing Tags",
40
+
"Description": "If true, this will perform a union of any tags provided with enrollment with the tags on the existing cert with the same alias and apply the result to the new certificate.",
0 commit comments