forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Microsoft.ConfidentialLedger] Add new ARM API version preview/2024-0…
…9-19-preview (Azure#30653) * Copy files from preview/2024-07-09-preview Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec. * Update version to preview/2024-09-19-preview Updated the API version from preview/2024-07-09-preview to preview/2024-09-19-preview. * Added tag for 2024-09-19-preview in readme file * Add enclave platform property * Fix prettier * Add application type property
- Loading branch information
1 parent
b5ef58b
commit cd2b99f
Showing
21 changed files
with
2,495 additions
and
1 deletion.
There are no files selected for viewing
949 changes: 949 additions & 0 deletions
949
...e-manager/Microsoft.ConfidentialLedger/preview/2024-09-19-preview/confidentialledger.json
Large diffs are not rendered by default.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
...crosoft.ConfidentialLedger/preview/2024-09-19-preview/examples/CheckNameAvailability.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,17 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"api-version": "2024-09-19-preview", | ||
"nameAvailabilityRequest": { | ||
"name": "sample-name", | ||
"type": "Microsoft.ConfidentialLedger/ledgers" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"nameAvailable": true | ||
} | ||
} | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
...oft.ConfidentialLedger/preview/2024-09-19-preview/examples/ConfidentialLedger_Backup.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,24 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2024-09-19-preview", | ||
"subscriptionId": "0000000-0000-0000-0000-000000000001", | ||
"resourceGroupName": "DummyResourceGroupName", | ||
"ledgerName": "DummyLedgerName", | ||
"confidentialLedger": { | ||
"restoreRegion": "EastUS", | ||
"uri": "DummySASUri" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"message": "Backup Created for Ledger: DummyLedgerName." | ||
} | ||
}, | ||
"202": { | ||
"headers": { | ||
"azure-asyncoperation": "http://azure.async.operation/status" | ||
} | ||
} | ||
} | ||
} |
112 changes: 112 additions & 0 deletions
112
...oft.ConfidentialLedger/preview/2024-09-19-preview/examples/ConfidentialLedger_Create.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,112 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2024-09-19-preview", | ||
"subscriptionId": "0000000-0000-0000-0000-000000000001", | ||
"resourceGroupName": "DummyResourceGroupName", | ||
"ledgerName": "DummyLedgerName", | ||
"confidentialLedger": { | ||
"properties": { | ||
"ledgerType": "Public", | ||
"ledgerSku": "Standard", | ||
"aadBasedSecurityPrincipals": [ | ||
{ | ||
"principalId": "34621747-6fc8-4771-a2eb-72f31c461f2e", | ||
"tenantId": "bce123b9-2b7b-4975-8360-5ca0b9b1cd08", | ||
"ledgerRoleName": "Administrator" | ||
} | ||
], | ||
"certBasedSecurityPrincipals": [ | ||
{ | ||
"cert": "-----BEGIN CERTIFICATE-----MIIBsjCCATigAwIBAgIUZWIbyG79TniQLd2UxJuU74tqrKcwCgYIKoZIzj0EAwMwEDEOMAwGA1UEAwwFdXNlcjAwHhcNMjEwMzE2MTgwNjExWhcNMjIwMzE2MTgwNjExWjAQMQ4wDAYDVQQDDAV1c2VyMDB2MBAGByqGSM49AgEGBSuBBAAiA2IABBiWSo/j8EFit7aUMm5lF+lUmCu+IgfnpFD+7QMgLKtxRJ3aGSqgS/GpqcYVGddnODtSarNE/HyGKUFUolLPQ5ybHcouUk0kyfA7XMeSoUA4lBz63Wha8wmXo+NdBRo39qNTMFEwHQYDVR0OBBYEFPtuhrwgGjDFHeUUT4nGsXaZn69KMB8GA1UdIwQYMBaAFPtuhrwgGjDFHeUUT4nGsXaZn69KMA8GA1UdEwEB/wQFMAMBAf8wCgYIKoZIzj0EAwMDaAAwZQIxAOnozm2CyqRwSSQLls5r+mUHRGRyXHXwYtM4Dcst/VEZdmS9fqvHRCHbjUlO/+HNfgIwMWZ4FmsjD3wnPxONOm9YdVn/PRD7SsPRPbOjwBiE4EBGaHDsLjYAGDSGi7NJnSkA-----END CERTIFICATE-----", | ||
"ledgerRoleName": "Reader" | ||
} | ||
], | ||
"hostLevel": "Info", | ||
"maxBodySizeInMb": 1, | ||
"subjectName": "CN=CCF Node", | ||
"nodeCount": 3, | ||
"writeLBAddressPrefix": "write", | ||
"workerThreads": 0 | ||
}, | ||
"location": "EastUS", | ||
"tags": { | ||
"additionalProps1": "additional properties" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"properties": { | ||
"runningState": "Active", | ||
"ledgerName": "DummyLedgerName", | ||
"ledgerUri": "https://dummy.accledger.domain.com/DummyLedgerName", | ||
"identityServiceUri": "https://dummy.accledger.identity.com/DummyLedgerName", | ||
"ledgerType": "Public", | ||
"ledgerSku": "Standard", | ||
"ledgerInternalNamespace": "dummyNamespace", | ||
"provisioningState": "Succeeded", | ||
"aadBasedSecurityPrincipals": [ | ||
{ | ||
"principalId": "34621747-6fc8-4771-a2eb-72f31c461f2e", | ||
"tenantId": "bce123b9-2b7b-4975-8360-5ca0b9b1cd08", | ||
"ledgerRoleName": "Administrator" | ||
} | ||
], | ||
"certBasedSecurityPrincipals": [ | ||
{ | ||
"cert": "-----BEGIN CERTIFICATE-----\nMIIDUjCCAjqgAwIBAgIQJ2IrDBawSkiAbkBYmiAopDANBgkqhkiG9w0BAQsFADAmMSQwIgYDVQQDExtTeW50aGV0aWNzIExlZGdlciBVc2VyIENlcnQwHhcNMjAwOTIzMjIxODQ2WhcNMjEwOTIzMjIyODQ2WjAmMSQwIgYDVQQDExtTeW50aGV0aWNzIExlZGdlciBVc2VyIENlcnQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCX2s/Eu4q/eQ63N+Ugeg5oAciZua/YCJr41c/696szvSY7Zg1SNJlW88/nbz70+QpO55OmqlEE3QCU+T0Vl/h0Gf//n1PYcoBbTGUnYEmV+fTTHict6rFiEwrGJ62tvcpYgwapInSLyEeUzjki0zhOLJ1OfRnYd1eGnFVMpE5aVjiS8Q5dmTEUyd51EIprGE8RYAW9aeWSwTH7gjHUsRlJnHKcdhaK/v5QKJnNu5bzPFUcpC0ZBcizoMPAtroLAD4B68Jl0z3op18MgZe6lRrVoWuxfqnk5GojuB/Vu8ohAZKoFhQ6NB6r+LL2AUs+Zr7Bt26IkEdR178n9JMEA4gHAgMBAAGjfDB6MA4GA1UdDwEB/wQEAwIFoDAJBgNVHRMEAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAfBgNVHSMEGDAWgBS/a7PU9iOfOKEyZCp11Oen5VSuuDAdBgNVHQ4EFgQUv2uz1PYjnzihMmQqddTnp+VUrrgwDQYJKoZIhvcNAQELBQADggEBAF5q2fDwnse8egXhfaJCqqM969E9gSacqFmASpoDJPRPEX7gqoO7v1ww7nqRtRDoRiBvo/yNk7jlSAkRN3nRRnZLZZ3MYQdmCr4FGyIqRg4Y94+nja+Du9pDD761rxRktMVPSOaAVM/E5DQvscDlPvlPYe9mkcrLCE4DXYpiMmLT8Tm55LJJq5m07dVDgzAIR1L/hmEcbK0pnLgzciMtMLxGO2udnyyW/UW9WxnjvrrD2JluTHH9mVbb+XQP1oFtlRBfH7aui1ZgWfKvxrdP4zdK9QoWSUvRux3TLsGmHRBjBMtqYDY3y5mB+aNjLelvWpeVb0m2aOSVXynrLwNCAVA=\n-----END CERTIFICATE-----", | ||
"ledgerRoleName": "Reader" | ||
} | ||
] | ||
}, | ||
"name": "DummyLedgerName", | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000001/providers/Microsoft.ConfidentialLedger/ledgers/DummyLedgerName", | ||
"type": "Microsoft.ConfidentialLedger/ledgers", | ||
"location": "EastUS", | ||
"tags": { | ||
"additionalProps1": "additional properties" | ||
}, | ||
"systemData": { | ||
"createdBy": "ledgerAdmin@contoso.com", | ||
"createdByType": "Admin1", | ||
"createdAt": "2020-12-01T00:00:00.1234567Z", | ||
"lastModifiedBy": "ledgerAdmin2@outlook.com", | ||
"lastModifiedByType": "Admin2", | ||
"lastModifiedAt": "2020-12-02T00:00:00.1234567Z" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"properties": { | ||
"runningState": "Unknown", | ||
"ledgerName": "DummyLedgerName", | ||
"ledgerType": "Public", | ||
"ledgerInternalNamespace": "dummyNamespace", | ||
"provisioningState": "Creating", | ||
"aadBasedSecurityPrincipals": [ | ||
{ | ||
"principalId": "34621747-6fc8-4771-a2eb-72f31c461f2e", | ||
"tenantId": "bce123b9-2b7b-4975-8360-5ca0b9b1cd08", | ||
"ledgerRoleName": "Administrator" | ||
} | ||
], | ||
"certBasedSecurityPrincipals": [ | ||
{ | ||
"cert": "-----BEGIN CERTIFICATE-----\nMIIDUjCCAjqgAwIBAgIQJ2IrDBawSkiAbkBYmiAopDANBgkqhkiG9w0BAQsFADAmMSQwIgYDVQQDExtTeW50aGV0aWNzIExlZGdlciBVc2VyIENlcnQwHhcNMjAwOTIzMjIxODQ2WhcNMjEwOTIzMjIyODQ2WjAmMSQwIgYDVQQDExtTeW50aGV0aWNzIExlZGdlciBVc2VyIENlcnQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCX2s/Eu4q/eQ63N+Ugeg5oAciZua/YCJr41c/696szvSY7Zg1SNJlW88/nbz70+QpO55OmqlEE3QCU+T0Vl/h0Gf//n1PYcoBbTGUnYEmV+fTTHict6rFiEwrGJ62tvcpYgwapInSLyEeUzjki0zhOLJ1OfRnYd1eGnFVMpE5aVjiS8Q5dmTEUyd51EIprGE8RYAW9aeWSwTH7gjHUsRlJnHKcdhaK/v5QKJnNu5bzPFUcpC0ZBcizoMPAtroLAD4B68Jl0z3op18MgZe6lRrVoWuxfqnk5GojuB/Vu8ohAZKoFhQ6NB6r+LL2AUs+Zr7Bt26IkEdR178n9JMEA4gHAgMBAAGjfDB6MA4GA1UdDwEB/wQEAwIFoDAJBgNVHRMEAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAfBgNVHSMEGDAWgBS/a7PU9iOfOKEyZCp11Oen5VSuuDAdBgNVHQ4EFgQUv2uz1PYjnzihMmQqddTnp+VUrrgwDQYJKoZIhvcNAQELBQADggEBAF5q2fDwnse8egXhfaJCqqM969E9gSacqFmASpoDJPRPEX7gqoO7v1ww7nqRtRDoRiBvo/yNk7jlSAkRN3nRRnZLZZ3MYQdmCr4FGyIqRg4Y94+nja+Du9pDD761rxRktMVPSOaAVM/E5DQvscDlPvlPYe9mkcrLCE4DXYpiMmLT8Tm55LJJq5m07dVDgzAIR1L/hmEcbK0pnLgzciMtMLxGO2udnyyW/UW9WxnjvrrD2JluTHH9mVbb+XQP1oFtlRBfH7aui1ZgWfKvxrdP4zdK9QoWSUvRux3TLsGmHRBjBMtqYDY3y5mB+aNjLelvWpeVb0m2aOSVXynrLwNCAVA=\n-----END CERTIFICATE-----", | ||
"ledgerRoleName": "Reader" | ||
} | ||
] | ||
}, | ||
"name": "DummyLedgerName", | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000001/providers/Microsoft.ConfidentialLedger/ledgers/DummyLedgerName", | ||
"type": "Microsoft.ConfidentialLedger/ledgers", | ||
"location": "EastUS", | ||
"tags": { | ||
"additionalProps1": "additional properties" | ||
} | ||
} | ||
} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...oft.ConfidentialLedger/preview/2024-09-19-preview/examples/ConfidentialLedger_Delete.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,25 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2024-09-19-preview", | ||
"subscriptionId": "0000000-0000-0000-0000-000000000001", | ||
"resourceGroupName": "DummyResourceGroupName", | ||
"ledgerName": "DummyLedgerName" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": { | ||
"azure-asyncoperation": "http://azure.async.operation/status" | ||
} | ||
}, | ||
"202": { | ||
"headers": { | ||
"azure-asyncoperation": "http://azure.async.operation/status" | ||
} | ||
}, | ||
"204": { | ||
"headers": { | ||
"azure-asyncoperation": "http://azure.async.operation/status" | ||
} | ||
} | ||
} | ||
} |
46 changes: 46 additions & 0 deletions
46
...rosoft.ConfidentialLedger/preview/2024-09-19-preview/examples/ConfidentialLedger_Get.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,46 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2024-09-19-preview", | ||
"subscriptionId": "0000000-0000-0000-0000-000000000001", | ||
"resourceGroupName": "DummyResourceGroupName", | ||
"ledgerName": "DummyLedgerName" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"properties": { | ||
"ledgerName": "DummyLedgerName", | ||
"ledgerUri": "https://dummy.accledger.domain.com/DummyLedgerName", | ||
"identityServiceUri": "https://dummy.accledger.identity.com/DummyLedgerName", | ||
"ledgerType": "Public", | ||
"ledgerSku": "Standard", | ||
"runningState": "Active", | ||
"ledgerInternalNamespace": "dummyNamespace", | ||
"provisioningState": "Succeeded", | ||
"aadBasedSecurityPrincipals": [ | ||
{ | ||
"principalId": "34621747-6fc8-4771-a2eb-72f31c461f2e", | ||
"tenantId": "bce123b9-2b7b-4975-8360-5ca0b9b1cd08", | ||
"ledgerRoleName": "Administrator" | ||
} | ||
] | ||
}, | ||
"name": "DummyLedgerName", | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000001/providers/Microsoft.ConfidentialLedger/ledgers/DummyLedgerName", | ||
"type": "Microsoft.ConfidentialLedger/ledgers", | ||
"location": "EastUS", | ||
"tags": { | ||
"additionalProps1": "additional properties" | ||
}, | ||
"systemData": { | ||
"createdBy": "ledgerAdmin@contoso.com", | ||
"createdByType": "Admin1", | ||
"createdAt": "2020-12-01T00:00:00.1234567Z", | ||
"lastModifiedBy": "ledgerAdmin2@outlook.com", | ||
"lastModifiedByType": "Admin2", | ||
"lastModifiedAt": "2020-12-02T00:00:00.1234567Z" | ||
} | ||
} | ||
} | ||
} | ||
} |
50 changes: 50 additions & 0 deletions
50
...osoft.ConfidentialLedger/preview/2024-09-19-preview/examples/ConfidentialLedger_List.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,50 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2024-09-19-preview", | ||
"subscriptionId": "0000000-0000-0000-0000-000000000001", | ||
"resourceGroupName": "DummyResourceGroupName" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"properties": { | ||
"runningState": "Active", | ||
"ledgerName": "DummyLedgerName", | ||
"ledgerUri": "https://dummy.accledger.domain.com/DummyLedgerName", | ||
"identityServiceUri": "https://dummy.accledger.identity.com/DummyLedgerName", | ||
"ledgerType": "Public", | ||
"ledgerSku": "Standard", | ||
"ledgerInternalNamespace": "dummyNamespace", | ||
"provisioningState": "Succeeded", | ||
"aadBasedSecurityPrincipals": [ | ||
{ | ||
"principalId": "34621747-6fc8-4771-a2eb-72f31c461f2e", | ||
"tenantId": "bce123b9-2b7b-4975-8360-5ca0b9b1cd08", | ||
"ledgerRoleName": "Administrator" | ||
} | ||
] | ||
}, | ||
"name": "DummyLedgerName", | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000001/providers/Microsoft.ConfidentialLedger/ledgers/DummyLedgerName", | ||
"type": "Microsoft.ConfidentialLedger/ledgers", | ||
"location": "EastUS", | ||
"tags": { | ||
"additionalProps1": "additional properties" | ||
}, | ||
"systemData": { | ||
"createdBy": "ledgerAdmin@contoso.com", | ||
"createdByType": "Admin1", | ||
"createdAt": "2020-12-01T00:00:00.1234567Z", | ||
"lastModifiedBy": "ledgerAdmin2@outlook.com", | ||
"lastModifiedByType": "Admin2", | ||
"lastModifiedAt": "2020-12-02T00:00:00.1234567Z" | ||
} | ||
} | ||
], | ||
"nextLink": "" | ||
} | ||
} | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
....ConfidentialLedger/preview/2024-09-19-preview/examples/ConfidentialLedger_ListBySub.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,48 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2024-09-19-preview", | ||
"subscriptionId": "0000000-0000-0000-0000-000000000001" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"properties": { | ||
"runningState": "Active", | ||
"ledgerName": "DummyLedgerName", | ||
"ledgerUri": "https://dummy.accledger.domain.com/DummyLedgerName", | ||
"identityServiceUri": "https://dummy.accledger.identity.com/DummyLedgerName", | ||
"ledgerType": "Public", | ||
"ledgerSku": "Standard", | ||
"ledgerInternalNamespace": "dummyNamespace", | ||
"provisioningState": "Succeeded", | ||
"certBasedSecurityPrincipals": [ | ||
{ | ||
"cert": "-----BEGIN CERTIFICATE-----\nMIIDUjCCAjqgAwIBAgIQJ2IrDBawSkiAbkBYmiAopDANBgkqhkiG9w0BAQsFADAmMSQwIgYDVQQDExtTeW50aGV0aWNzIExlZGdlciBVc2VyIENlcnQwHhcNMjAwOTIzMjIxODQ2WhcNMjEwOTIzMjIyODQ2WjAmMSQwIgYDVQQDExtTeW50aGV0aWNzIExlZGdlciBVc2VyIENlcnQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCX2s/Eu4q/eQ63N+Ugeg5oAciZua/YCJr41c/696szvSY7Zg1SNJlW88/nbz70+QpO55OmqlEE3QCU+T0Vl/h0Gf//n1PYcoBbTGUnYEmV+fTTHict6rFiEwrGJ62tvcpYgwapInSLyEeUzjki0zhOLJ1OfRnYd1eGnFVMpE5aVjiS8Q5dmTEUyd51EIprGE8RYAW9aeWSwTH7gjHUsRlJnHKcdhaK/v5QKJnNu5bzPFUcpC0ZBcizoMPAtroLAD4B68Jl0z3op18MgZe6lRrVoWuxfqnk5GojuB/Vu8ohAZKoFhQ6NB6r+LL2AUs+Zr7Bt26IkEdR178n9JMEA4gHAgMBAAGjfDB6MA4GA1UdDwEB/wQEAwIFoDAJBgNVHRMEAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAfBgNVHSMEGDAWgBS/a7PU9iOfOKEyZCp11Oen5VSuuDAdBgNVHQ4EFgQUv2uz1PYjnzihMmQqddTnp+VUrrgwDQYJKoZIhvcNAQELBQADggEBAF5q2fDwnse8egXhfaJCqqM969E9gSacqFmASpoDJPRPEX7gqoO7v1ww7nqRtRDoRiBvo/yNk7jlSAkRN3nRRnZLZZ3MYQdmCr4FGyIqRg4Y94+nja+Du9pDD761rxRktMVPSOaAVM/E5DQvscDlPvlPYe9mkcrLCE4DXYpiMmLT8Tm55LJJq5m07dVDgzAIR1L/hmEcbK0pnLgzciMtMLxGO2udnyyW/UW9WxnjvrrD2JluTHH9mVbb+XQP1oFtlRBfH7aui1ZgWfKvxrdP4zdK9QoWSUvRux3TLsGmHRBjBMtqYDY3y5mB+aNjLelvWpeVb0m2aOSVXynrLwNCAVA=\n-----END CERTIFICATE-----", | ||
"ledgerRoleName": "Reader" | ||
} | ||
] | ||
}, | ||
"name": "DummyLedgerName", | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000001/providers/Microsoft.ConfidentialLedger/ledgers/DummyLedgerName", | ||
"type": "Microsoft.ConfidentialLedger/ledgers", | ||
"location": "EastUS", | ||
"tags": { | ||
"additionalProps1": "additional properties" | ||
}, | ||
"systemData": { | ||
"createdBy": "ledgerAdmin@contoso.com", | ||
"createdByType": "Admin1", | ||
"createdAt": "2020-12-01T00:00:00.1234567Z", | ||
"lastModifiedBy": "ledgerAdmin2@outlook.com", | ||
"lastModifiedByType": "Admin2", | ||
"lastModifiedAt": "2020-12-02T00:00:00.1234567Z" | ||
} | ||
} | ||
], | ||
"nextLink": "" | ||
} | ||
} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...ft.ConfidentialLedger/preview/2024-09-19-preview/examples/ConfidentialLedger_Restore.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,25 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2024-09-19-preview", | ||
"subscriptionId": "0000000-0000-0000-0000-000000000001", | ||
"resourceGroupName": "DummyResourceGroupName", | ||
"ledgerName": "DummyLedgerName", | ||
"confidentialLedger": { | ||
"fileShareName": "DummyFileShareName", | ||
"restoreRegion": "EastUS", | ||
"uri": "DummySASUri" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"message": "Restore Created for Ledger : DummyLedgerName." | ||
} | ||
}, | ||
"202": { | ||
"headers": { | ||
"azure-asyncoperation": "http://azure.async.operation/status" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.