第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

嘗試驗(yàn)證任何 ARM 模板但得到:'錯(cuò)誤將值 <...MyTemplate...> 轉(zhuǎn)換為類型

嘗試驗(yàn)證任何 ARM 模板但得到:'錯(cuò)誤將值 <...MyTemplate...> 轉(zhuǎn)換為類型

慕工程0101907 2022-06-02 11:26:15
我正在嘗試驗(yàn)證一個(gè)手臂模板 - 任何手臂模板 - 但我總是遇到同樣的錯(cuò)誤:The request content was invalid and could not be deserialized: 'Error converting value "{...}" to type 'Microsoft.WindowsAzure.ResourceStack.Frontdoor.Templates.Schema.Template'. Path 'properties.template', line 1, position 1202.'.我在 azure 門(mén)戶上創(chuàng)建了 ARM 模板并將其插入:#!/usr/bin/env python3                                                                                                                                                                   # https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-authoring-templates                                                                                       t='''                                                                                                                                                                                    {    "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",    "contentVersion": "1",    "apiProfile": "",    "parameters": {        "testType": {            "type": "string",            "defaultValue": "Standard_LRS",            "allowedValues": [                "Standard_LRS",                "Standard_ZRS",                "Standard_GRS",                "Standard_RAGRS",                "Premium_LRS"            ]        }    },    "variables": {        "testName": "[concat('test', uniqueString(resourceGroup().id))]"    },    "functions": [],    "resources": [        {            "name": "[variables('testName')]",            "type": "Microsoft.Storage/storageAccounts",            "location": "[resourceGroup().location]",            "apiVersion": "2015-06-15",            "dependsOn": [],            "tags": {                "displayName": "test"            },            "properties": {                "accountType": "[parameters('testType')]"            }        }    ],    "outputs": {}}    
查看完整描述

1 回答

?
守候你守候我

TA貢獻(xiàn)1802條經(jīng)驗(yàn) 獲得超10個(gè)贊

根據(jù)文檔:

模板對(duì)象 模板內(nèi)容。當(dāng)您想直接在請(qǐng)求中傳遞模板語(yǔ)法而不是鏈接到現(xiàn)有模板時(shí),您可以使用此元素。它可以是 JObject 或格式良好的 JSON 字符串。使用 templateLink 屬性或模板屬性,但不能同時(shí)使用兩者。

但是,它需要一個(gè) python 對(duì)象,而不是“格式良好的 JSON 字符串”。

刪除模板數(shù)據(jù)周?chē)囊?hào)使其工作。


查看完整回答
反對(duì) 回復(fù) 2022-06-02
  • 1 回答
  • 0 關(guān)注
  • 110 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)