diff --git a/CHANGELOG b/CHANGELOG index c7979f491..da793acf7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +2019-03-25 Version: 1.34.61 +1, cms fix duplicated struct definition + 2019-03-25 Version: 1.34.60 1, mts fix duplication struct definition diff --git a/VERSION b/VERSION index 98b37f76c..a16bd0ba5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.34.60 \ No newline at end of file +1.34.61 \ No newline at end of file diff --git a/cms/include/alibabacloud/cms/model/ApplyMonitoringTemplateResult.h b/cms/include/alibabacloud/cms/model/ApplyMonitoringTemplateResult.h index 099dad956..26d0c477a 100644 --- a/cms/include/alibabacloud/cms/model/ApplyMonitoringTemplateResult.h +++ b/cms/include/alibabacloud/cms/model/ApplyMonitoringTemplateResult.h @@ -34,15 +34,6 @@ namespace AlibabaCloud public: struct Resource { - struct Result - { - std::string message; - std::string displayName; - int code; - bool success; - long groupId; - std::string name; - }; struct Result { std::string message;