Skip to content

Commit

Permalink
ASR: removing blob uri and sas token from examples (#11834)
Browse files Browse the repository at this point in the history
* removing blob uri and sas token from examplaes

* added place holder value
  • Loading branch information
ayfathim authored Nov 30, 2020
1 parent 33b5733 commit da3b828
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"targetObjectName": "",
"targetInstanceType": "Other",
"customDetails": {
"blobUri": "https://seapod01srs1pspk73202.blob.core.windows.net/datacontainer/Export_37e0fc2b-13f2-4817-aafa-0cd807d46842",
"sasToken": "?sv=2015-12-11&sr=c&si=mypolicy&sig=5Z1RyYLS8nT%2BBSdEpVOmqU8GFxkPGQFqYBoYEfj6OJQ%3D",
"blobUri": "<blobUri>",
"sasToken": "<sasToken>",
"instanceType": "ExportJobDetails",
"affectedObjectDetails": {}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"targetObjectName": "",
"targetInstanceType": "Other",
"customDetails": {
"blobUri": "https://seapod01srs1pspk73202.blob.core.windows.net/datacontainer/Export_37e0fc2b-13f2-4817-aafa-0cd807d46842",
"sasToken": "?sv=2015-12-11&sr=c&si=mypolicy&sig=5Z1RyYLS8nT%2BBSdEpVOmqU8GFxkPGQFqYBoYEfj6OJQ%3D",
"blobUri": "<blobUri>",
"sasToken": "<sasToken>",
"instanceType": "ExportJobDetails",
"affectedObjectDetails": {}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"targetObjectName": "",
"targetInstanceType": "Other",
"customDetails": {
"blobUri": "https://seapod01srs1pspk73202.blob.core.windows.net/datacontainer/Export_37e0fc2b-13f2-4817-aafa-0cd807d46842",
"sasToken": "?sv=2015-12-11&sr=c&si=mypolicy&sig=5Z1RyYLS8nT%2BBSdEpVOmqU8GFxkPGQFqYBoYEfj6OJQ%3D",
"blobUri": "<blobUri>",
"sasToken": "<sasToken>",
"instanceType": "ExportJobDetails",
"affectedObjectDetails": {}
}
Expand Down

0 comments on commit da3b828

Please sign in to comment.