Skip to content

Commit

Permalink
{containerregistry} Fix Azure#21603: Mention anonymous pull access is…
Browse files Browse the repository at this point in the history
… a preview feature, available in the Standard and Premium service tiers (Azure#21623)

Fixes Azure#21603
  • Loading branch information
RakeshMohanMSFT authored and anandanthony committed Dec 16, 2022
1 parent 3216b5b commit 80a672d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4435,7 +4435,7 @@
}
},
"anonymousPullEnabled": {
"description": "Enables registry-wide pull from unauthenticated clients.",
"description": "Enables registry-wide pull from unauthenticated clients. It's in preview and available in the Standard and Premium service tiers.",
"default": false,
"type": "boolean"
}
Expand Down Expand Up @@ -4853,7 +4853,7 @@
}
},
"anonymousPullEnabled": {
"description": "Enables registry-wide pull from unauthenticated clients.",
"description": "Enables registry-wide pull from unauthenticated clients. It's in preview and available in the Standard and Premium service tiers.",
"type": "boolean"
}
}
Expand Down

0 comments on commit 80a672d

Please sign in to comment.