소스 검색

Merge pull request #13017 from rpastrana/HPCC-22878-WsStoreTargetUser

HPCC-22878 Remove unintended TargetUser fields

Reviewed-By: Kevin Wang <kevin.wang@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 5 년 전
부모
커밋
c5ca339d74
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      esp/scm/ws_store.ecm

+ 0 - 2
esp/scm/ws_store.ecm

@@ -42,7 +42,6 @@ ESPrequest ListKeysRequest
     string StoreName;
     string Namespace;
     bool   UserSpecific(false);
-    [min_ver("1.02")] string TargetUser;
 };
 
 ESPresponse [exceptions_inline] ListKeysResponse
@@ -68,7 +67,6 @@ ESPrequest ListNamespacesRequest
 {
     string StoreName;
     bool   UserSpecific(false);
-    [min_ver("1.02")] string TargetUser;
 };
 
 ESPresponse [exceptions_inline] ListNamespacesResponse