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.");
229
+
options.Tags.Add(tag);
228
230
}
229
-
logger.LogTrace($"converting the json value provided for tags into a Dictionary<string,string>");
@@ -396,9 +388,9 @@ public virtual (List<string>, List<string>) GetVaults()
396
388
varwarning=$"Exception thrown performing discovery on tenantId {searchTenantId} and subscription ID {searchSubscription}. Exception message: {ex.Message}";
VaultProperties.VaultName=properties.VaultName??VaultProperties.VaultName;// check the field in case of legacy paths.
97
+
99
98
VaultProperties.TenantId=!string.IsNullOrEmpty(VaultProperties.TenantId)?VaultProperties.TenantId:config.CertificateStoreDetails?.ClientMachine;// Client Machine could be null in the case of managed identity. That's ok.
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.");
0 commit comments