Azure门户允许我们为任何资源/资源组创建一个包含空值的标签(如所附屏幕截图所示,“ test”标签是使用空值创建的)。
如果我要删除标记值,即空值,则无法从Azure REST API中删除该值,则会显示此错误消息。
1 0 0
0 2 0
0 0 3
例如,假设我在一个资源中创建了一个标签,标签名称为“ 部门”,标签值为“ 财务”:
{
"message":"No HTTP resource was found that matches the request URI
'https://management.azure.com/subscriptions/{subscription-id}/tagNames/test/tagValues/?api-version=2017-05-10'."
}
对于其他资源,我创建了一个具有相同标签名称和空值的标签:
{
'department': 'finance'
}
现在,我要删除此空标记值。在那种情况下,我不能使用Tags - Delete方法,因为我不能在这里删除标签名,因为该标签名与其他资源相关联。 这样可以删除空标记值吗?
答案 0 :(得分:1)
您正在寻找错误的方法。尝试使用Tags - Delete,它仅要求您使用h6
。
您所指的Tags - Delete Value确实需要h6
和<!DOCTYPE html >
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xml:lang="en-us" lang="en">
<head>
<title>Heading</title>
</head>
<body class="Section" id="topic_1">
<section>
<p class="TitleTtl">Heading2</p>
<h2>A-Head</h2>
<section>
<p class="p">Some paragraph text</p>
<h3>B-Head</h3>
<section>
<p class="p">Some more paragraph text</p>
<h4>C-Head</h4>
<section>
<p class="p">Yet more paragraph text</p>
<h5>D-Head</h5>
<section>
<p class="p">Some creative paragraph text</p>
<h6>E-Head</h6>
<section>
<p class="p">Now, boing paragraph text</p>
</section>
<h6>F-Head</h6>
<section>
<p class="p">Finally, end</p>
</section>
</section>
</section>
</section>
</section>
</section>
</body>
</html>
。
因此,在您的情况下,REST请求将是:
tagName