{"version":3,"sources":["../../../packages/core/azure/resources/deployment-operation-request-body.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;OAEG;IACH,UAAU,EAAE,oBAAoB,CAAC;CACpC;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CAChB","file":"deployment-operation-request-body.d.ts","sourcesContent":["/**\r\n * Azure resource template deployment api body.\r\n */\r\nexport interface DeploymentOperationRequestBody {\r\n    /**\r\n     * The deployment properties.\r\n     */\r\n    properties: DeploymentProperties;\r\n}\r\n\r\n/**\r\n * Azure resource template deployment properties\r\n */\r\nexport interface DeploymentProperties {\r\n    /**\r\n     * The resource template.\r\n     */\r\n    template: string;\r\n\r\n    /**\r\n     * The template parameters.\r\n     */\r\n    parameters: string;\r\n\r\n    /**\r\n     * The deployment mode.\r\n     */\r\n    mode: string;\r\n}\r\n"]}