{"version":3,"sources":["../../../packages/core/azure/resources/deployment-operation-response.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,WAAW,2BAA2B;IACxC;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,eAAe,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAEtC;;OAEG;IACH,QAAQ,CAAC,EAAE,GAAG,CAAC;CAClB","file":"deployment-operation-response.d.ts","sourcesContent":["/**\r\n * Azure resource template deployment operation.\r\n * A resource deployment operation is potentially an asynchronous operation.\r\n * Read https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-async-operations\r\n * for how to track asynchronous Azure operations.\r\n */\r\nexport interface DeploymentOperationResponse {\r\n    /**\r\n     * The http status code.\r\n     */\r\n    httpStatusCode: number;\r\n\r\n    /**\r\n     * The response headers to track asynchronous operations.\r\n     */\r\n    responseHeaders?: Map<string, string>;\r\n\r\n    /**\r\n     * The response object.\r\n     */\r\n    response?: any;\r\n}\r\n"]}