Skip to content

Commit

Permalink
Added update account example
Browse files Browse the repository at this point in the history
  • Loading branch information
HimanshuChhabra committed Jun 16, 2020
1 parent 6d6ccff commit 52aba44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"monitor": "true",
"parameters": {
"properties": {
"allowBlobPublicAccess": false,
"minimumTlsVersion": "TLS1_2",
"networkAcls": {
"defaultAction": "Allow"
},
Expand All @@ -33,6 +35,8 @@
"name": "sto8596",
"properties": {
"isHnsEnabled": true,
"allowBlobPublicAccess": false,
"minimumTlsVersion": "TLS1_2",
"creationTime": "2017-06-01T02:42:41.7633306Z",
"networkAcls": {
"bypass": "AzureServices",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"monitor": "true",
"parameters": {
"properties": {
"allowBlobPublicAccess": false,
"minimumTlsVersion": "TLS1_2",
"networkAcls": {
"defaultAction": "Allow"
},
Expand Down Expand Up @@ -40,6 +42,8 @@
"name": "sto8596",
"properties": {
"isHnsEnabled": true,
"allowBlobPublicAccess": false,
"minimumTlsVersion": "TLS1_2",
"creationTime": "2017-06-01T02:42:41.7633306Z",
"networkAcls": {
"bypass": "AzureServices",
Expand Down

0 comments on commit 52aba44

Please sign in to comment.