Skip to content

Commit e977ed3

Browse files
authored
acc: fix a spec error of missing a default value (#13581)
1 parent 63274f7 commit e977ed3

File tree

1 file changed

+1
-0
lines changed
  • specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2020-11-01-preview

1 file changed

+1
-0
lines changed

specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2020-11-01-preview/containerregistry.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4106,6 +4106,7 @@
41064106
},
41074107
"anonymousPullEnabled": {
41084108
"description": "Enables registry-wide pull from unauthenticated clients.",
4109+
"default": false,
41094110
"type": "boolean"
41104111
}
41114112
}

0 commit comments

Comments
 (0)