Description | : List EcrRepository resources by subscription ID |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "EcrRepositories_ListBySubscription", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "awsProperties": [ { "lifecyclePolicy": [ { "#name": "registryId", "Description": { "new": "The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed. The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "old": "The AWS account ID associated with the registry that contains the repository. If you do\u2028 not specify a registry, the default registry is assumed. The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed." } } ] } ] } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.AwsConnector/ecrRepositories
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
awsProperties:
{
,
arn:
string
,
emptyOnDelete:
boolean
,
encryptionConfiguration:
{
,
encryptionType:
enum
,
kmsKey:
string
,
}
imageScanningConfiguration:
{
,
scanOnPush:
boolean
,
}
imageTagMutability:
enum
,
lifecyclePolicy:
{
,
lifecyclePolicyText:
string
,
registryId:
string
,
}
repositoryName:
string
,
repositoryPolicyText:
object
,
repositoryUri:
string
,
tags:
}
[
]
,
{
,
key:
string
,
value:
string
,
}
publicCloudConnectorsResourceId:
string
,
awsAccountId:
string
,
arn:
string
,
publicCloudResourceName:
string
,
awsSourceSchema:
string
,
awsRegion:
string
,
awsTags:
object
,
provisioningState:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}