[VOL-5420] address upload debug logs documentation

Change-Id: I4bc05c6d54ec6985c121ec1962521daa39cfe6f8
Signed-off-by: Abhilash laxmeshwar <abhilash.laxmeshwar@radisys.com>
diff --git a/VERSION b/VERSION
index 092afa1..511a76e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.17.0
+1.17.1
diff --git a/dmi.pb b/dmi.pb
index 9c55fa9..406ccdd 100644
--- a/dmi.pb
+++ b/dmi.pb
Binary files differ
diff --git a/go/dmi/sw_management_service.pb.go b/go/dmi/sw_management_service.pb.go
index 74be5d0..cdda372 100644
--- a/go/dmi/sw_management_service.pb.go
+++ b/go/dmi/sw_management_service.pb.go
@@ -654,6 +654,7 @@
 	LocationUrl     string                       `protobuf:"bytes,5,opt,name=location_url,json=locationUrl,proto3" json:"location_url,omitempty"`
 	// file_name is the file at location_url where the debug information was uploaded.
 	// Implementations need to ensure that file_name is unique at the remote location.
+	// file_name to be shared in the response stream when the upload begins.
 	FileName             string   `protobuf:"bytes,6,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 	XXX_unrecognized     []byte   `json:"-"`
diff --git a/protos/dmi/sw_management_service.proto b/protos/dmi/sw_management_service.proto
index 6ced46f..dc465ad 100644
--- a/protos/dmi/sw_management_service.proto
+++ b/protos/dmi/sw_management_service.proto
@@ -130,6 +130,7 @@
     string location_url = 5;

     // file_name is the file at location_url where the debug information was uploaded.

     // Implementations need to ensure that file_name is unique at the remote location.

+    // file_name to be shared in the response stream when the upload begins.

     string file_name = 6;

 }