-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Registries public preview 2022-10-01-preview (#20200)
* Registries public preview 2022-10-01-preview * Fix validation errors * Fix LintDiff and Avocado errors * Fixing prettier errors * Fixing more LintDiff errors * Another LintDiff error * Another Lint error Co-authored-by: Fahd Kamal <[email protected]>
- Loading branch information
Showing
15 changed files
with
1,973 additions
and
6 deletions.
There are no files selected for viewing
223 changes: 223 additions & 0 deletions
223
...Services/preview/2022-10-01-preview/examples/Registries/createOrUpdate-SystemCreated.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,223 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"registryName": "string", | ||
"api-version": "2022-10-01-preview", | ||
"body": { | ||
"properties": { | ||
"description": "string", | ||
"tags": { | ||
"string": "string" | ||
}, | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"regionDetails": [ | ||
{ | ||
"location": "string", | ||
"storageAccountDetails": [ | ||
{ | ||
"systemCreatedStorageAccount": { | ||
"storageAccountType": "string", | ||
"storageAccountHnsEnabled": false, | ||
"armResourceId": { | ||
"resourceId": "string" | ||
} | ||
} | ||
} | ||
], | ||
"acrDetails": [ | ||
{ | ||
"systemCreatedAcrAccount": { | ||
"acrAccountSku": "string", | ||
"armResourceId": { | ||
"resourceId": "string" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"tags": {}, | ||
"location": "string", | ||
"kind": "string", | ||
"identity": { | ||
"type": "None", | ||
"userAssignedIdentities": { | ||
"string": {} | ||
} | ||
}, | ||
"sku": { | ||
"name": "string", | ||
"tier": "Basic", | ||
"size": "string", | ||
"family": "string", | ||
"capacity": 1 | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"id": "string", | ||
"name": "string", | ||
"type": "string", | ||
"properties": { | ||
"description": "string", | ||
"tags": { | ||
"string": "string" | ||
}, | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"regionDetails": [ | ||
{ | ||
"location": "string", | ||
"storageAccountDetails": [ | ||
{ | ||
"systemCreatedStorageAccount": { | ||
"storageAccountType": "string", | ||
"storageAccountHnsEnabled": false, | ||
"armResourceId": { | ||
"resourceId": "string" | ||
} | ||
} | ||
} | ||
], | ||
"acrDetails": [ | ||
{ | ||
"systemCreatedAcrAccount": { | ||
"acrAccountSku": "string", | ||
"armResourceId": { | ||
"resourceId": "string" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"managedResourceGroup": { | ||
"resourceId": "string" | ||
}, | ||
"privateLinkCount": 0, | ||
"publicNetworkAccess": "Disabled", | ||
"mlFlowRegistryUri": "string", | ||
"intellectualPropertyPublisher": "string", | ||
"discoveryUrl": "string" | ||
}, | ||
"systemData": { | ||
"createdAt": "2020-01-01T12:34:56.999Z", | ||
"createdBy": "string", | ||
"createdByType": "ManagedIdentity", | ||
"lastModifiedAt": "2020-01-01T12:34:56.999Z", | ||
"lastModifiedBy": "string", | ||
"lastModifiedByType": "Application" | ||
}, | ||
"tags": {}, | ||
"location": "string", | ||
"kind": "string", | ||
"identity": { | ||
"type": "SystemAssigned", | ||
"principalId": "00000000-1111-2222-3333-444444444444", | ||
"tenantId": "00000000-1111-2222-3333-444444444444", | ||
"userAssignedIdentities": { | ||
"string": { | ||
"principalId": "00000000-1111-2222-3333-444444444444", | ||
"clientId": "00000000-1111-2222-3333-444444444444" | ||
} | ||
} | ||
}, | ||
"sku": { | ||
"name": "string", | ||
"tier": "Free", | ||
"size": "string", | ||
"family": "string", | ||
"capacity": 1 | ||
} | ||
} | ||
}, | ||
"201": { | ||
"headers": {}, | ||
"body": { | ||
"id": "string", | ||
"name": "string", | ||
"type": "string", | ||
"properties": { | ||
"description": "string", | ||
"tags": { | ||
"string": "string" | ||
}, | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"regionDetails": [ | ||
{ | ||
"location": "string", | ||
"storageAccountDetails": [ | ||
{ | ||
"systemCreatedStorageAccount": { | ||
"storageAccountType": "string", | ||
"storageAccountHnsEnabled": false, | ||
"armResourceId": { | ||
"resourceId": "string" | ||
} | ||
} | ||
} | ||
], | ||
"acrDetails": [ | ||
{ | ||
"systemCreatedAcrAccount": { | ||
"acrAccountSku": "string", | ||
"armResourceId": { | ||
"resourceId": "string" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"managedResourceGroup": { | ||
"resourceId": "string" | ||
}, | ||
"privateLinkCount": 0, | ||
"publicNetworkAccess": "Disabled", | ||
"mlFlowRegistryUri": "string", | ||
"intellectualPropertyPublisher": "string", | ||
"discoveryUrl": "string" | ||
}, | ||
"systemData": { | ||
"createdAt": "2020-01-01T12:34:56.999Z", | ||
"createdBy": "string", | ||
"createdByType": "Key", | ||
"lastModifiedAt": "2020-01-01T12:34:56.999Z", | ||
"lastModifiedBy": "string", | ||
"lastModifiedByType": "ManagedIdentity" | ||
}, | ||
"tags": {}, | ||
"location": "string", | ||
"kind": "string", | ||
"identity": { | ||
"type": "SystemAssigned,UserAssigned", | ||
"principalId": "00000000-1111-2222-3333-444444444444", | ||
"tenantId": "00000000-1111-2222-3333-444444444444", | ||
"userAssignedIdentities": { | ||
"string": { | ||
"principalId": "00000000-1111-2222-3333-444444444444", | ||
"clientId": "00000000-1111-2222-3333-444444444444" | ||
} | ||
} | ||
}, | ||
"sku": { | ||
"name": "string", | ||
"tier": "Standard", | ||
"size": "string", | ||
"family": "string", | ||
"capacity": 1 | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.