File tree Expand file tree Collapse file tree
specification/storage/data-plane/BlobStorage/SdkBatchCsharp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ enum BlobDeleteTypeCustom {
8282#suppress "@azure-tools/typespec-azure-core/use-standard-operations" "Existing API"
8383#suppress "@azure-tools/typespec-azure-core/no-response-body" "Existing API"
8484@ post
85- @ route ("/{containerName}?restype=container&comp=batch" )
85+ @ route ("/{+ containerName}?restype=container&comp=batch" )
8686@ scope ("csharp" )
8787op containerSubmitBatchCsharp (
8888 /** Required. The value of this header must be multipart/mixed with a batch boundary. Example header value: multipart/mixed; boundary=batch_<GUID> */
@@ -118,7 +118,7 @@ op containerSubmitBatchCsharp(
118118#suppress "@azure-tools/typespec-azure-core/use-standard-operations" "Existing API"
119119#suppress "@azure-tools/typespec-azure-core/no-response-body" "Existing API"
120120@ delete
121- @ route ("/{containerName}/{blob}" )
121+ @ route ("/{+ containerName}/{+ blob}" )
122122@ scope ("csharp" )
123123op deleteCsharp is StorageOperationNoBody <
124124 {
@@ -162,7 +162,7 @@ op deleteCsharp is StorageOperationNoBody<
162162#suppress "@azure-tools/typespec-azure-core/use-standard-names" "Existing API"
163163@ put
164164@ sharedRoute
165- @ route ("/{containerName}/{blob}?comp=tier" )
165+ @ route ("/{+ containerName}/{+ blob}?comp=tier" )
166166@ scope ("csharp" )
167167op setTierCsharp is StorageOperationNoBody <
168168 {
You can’t perform that action at this time.
0 commit comments