-
Notifications
You must be signed in to change notification settings - Fork 5.6k
add cname path and create new api version #14409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
730 changes: 730 additions & 0 deletions
730
...e-manager/Microsoft.ConfidentialLedger/preview/2021-05-13-preview/confidentialledger.json
Large diffs are not rendered by default.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
...crosoft.ConfidentialLedger/preview/2021-05-13-preview/examples/CheckNameAvailability.json
This file contains hidden or 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": "2021-05-13-preview", | ||
| "nameAvailabilityRequest": { | ||
| "name": "sample-name", | ||
| "type": "Microsoft.ConfidentialLedger/ledgers" | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "nameAvailable": true | ||
| } | ||
| } | ||
| } | ||
| } |
73 changes: 73 additions & 0 deletions
73
...oft.ConfidentialLedger/preview/2021-05-13-preview/examples/ConfidentialLedger_Create.json
This file contains hidden or 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,73 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2021-05-13-preview", | ||
| "subscriptionId": "0000000-0000-0000-0000-000000000001", | ||
| "resourceGroupName": "DummyResourceGroupName", | ||
| "ledgerName": "DummyLedgerName", | ||
| "confidentialLedger": { | ||
| "properties": { | ||
| "ledgerType": "Public", | ||
| "aadBasedSecurityPrincipals": [ | ||
| { | ||
| "principalId": "34621747-6fc8-4771-a2eb-72f31c461f2e", | ||
| "tenantId": "bce123b9-2b7b-4975-8360-5ca0b9b1cd08", | ||
| "ledgerRoleName": "Administrator" | ||
| } | ||
| ], | ||
| "certBasedSecurityPrincipals": [ | ||
| { | ||
| "cert": "MIIDBTCCAe2gAwIBAgIQXVogj9BAf49IpuOSIvztNDANBgkqhkiG9w0BAQsFADAtMSswKQYDVQQDEyJhY2NvdW50cy5hY2Nlc3Njb250cm9sLndpbmRvd3MubmV0MB4XDTIwMDMxNzAwMDAwMFoXDTI1MDMxNzAwMDAwMFowLTErMCkGA1UEAxMiYWNjb3VudHMuYWNjZXNzY29udHJvbC53aW5kb3dzLm5ldDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANfLmdz9yIDskpZzrMXiDeVlCs75ZunrzwzBW5lz7UxdBjHu7Q9iT32otlBp++LOwBcKsVjuQ0GUbulX0FLsfLjEeCe58ZtSn//+6VRFSScg7i+WvDwEUWELR+vMPtCGcXBTpILEnYbSMz0No4+Jpkc1lyMIfDP/KSeqojo74xfW4RKtAgv39uwZ5Yz2hZ/IcWOvaQqMXp1lqhXLFIRWbwjLYYUbmwGwYpQ6++Cml0ucQoMkgYT88HpA/fzXQlLgrHamr3eE/lVp26ZWwfGLAvkdNBabQRSrk8k/c6BmY1mYpUFZo+795PI16mAdp1ioEwH8I5osis+/BR5GhPpwiA8CAwEAAaMhMB8wHQYDVR0OBBYEFF8MDGklOGhGNVJvsHHRCaqtzexcMA0GCSqGSIb3DQEBCwUAA4IBAQCKkegw/mdpCVl1lOpgU4G9RT+1gtcPqZK9kpimuDggSJju6KUQlOCi5/lIH5DCzpjFdmG17TjWVBNve5kowmrhLzovY0Ykk7+6hYTBK8dNNSmd4SK7zY++0aDIuOzHP2Cur+kgFC0gez50tPzotLDtMmp40gknXuzltwJfezNSw3gLgljDsGGcDIXK3qLSYh44qSuRGwulcN2EJUZBI9tIxoODpaWHIN8+z2uZvf8JBYFjA3+n9FRQn51X16CTcjq4QRTbNVpgVuQuyaYnEtx0ZnDvguB3RjGSPIXTRBkLl2x7e8/6uAZ6tchw8rhcOtPsFgJuoJokGjvcUSR/6Eqd", | ||
| "ledgerRoleName": "Reader" | ||
| } | ||
| ] | ||
| }, | ||
| "location": "EastUS", | ||
| "tags": { | ||
| "additionalProps1": "additional properties" | ||
| } | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "properties": { | ||
| "ledgerName": "DummyLedgerName", | ||
| "ledgerUri": "https://dummy.accledger.domain.com/DummyLedgerName", | ||
| "identityServiceUri": "https://dummy.accledger.identity.com/DummyLedgerName", | ||
| "ledgerType": "Public", | ||
| "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": {} | ||
| } | ||
| } |
13 changes: 13 additions & 0 deletions
13
...oft.ConfidentialLedger/preview/2021-05-13-preview/examples/ConfidentialLedger_Delete.json
This file contains hidden or 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,13 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2021-05-13-preview", | ||
| "subscriptionId": "0000000-0000-0000-0000-000000000001", | ||
| "resourceGroupName": "DummyResourceGroupName", | ||
| "ledgerName": "DummyLedgerName" | ||
| }, | ||
| "responses": { | ||
| "200": {}, | ||
| "202": {}, | ||
| "204": {} | ||
| } | ||
| } |
44 changes: 44 additions & 0 deletions
44
...rosoft.ConfidentialLedger/preview/2021-05-13-preview/examples/ConfidentialLedger_Get.json
This file contains hidden or 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,44 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2021-05-13-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", | ||
| "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" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
48 changes: 48 additions & 0 deletions
48
...osoft.ConfidentialLedger/preview/2021-05-13-preview/examples/ConfidentialLedger_List.json
This file contains hidden or 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": "2021-05-13-preview", | ||
| "subscriptionId": "0000000-0000-0000-0000-000000000001", | ||
| "resourceGroupName": "DummyResourceGroupName" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "properties": { | ||
| "ledgerName": "DummyLedgerName", | ||
| "ledgerUri": "https://dummy.accledger.domain.com/DummyLedgerName", | ||
| "identityServiceUri": "https://dummy.accledger.identity.com/DummyLedgerName", | ||
| "ledgerType": "Public", | ||
| "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": "" | ||
| } | ||
| } | ||
| } | ||
| } |
46 changes: 46 additions & 0 deletions
46
....ConfidentialLedger/preview/2021-05-13-preview/examples/ConfidentialLedger_ListBySub.json
This file contains hidden or 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": "2021-05-13-preview", | ||
| "subscriptionId": "0000000-0000-0000-0000-000000000001" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "properties": { | ||
| "ledgerName": "DummyLedgerName", | ||
| "ledgerUri": "https://dummy.accledger.domain.com/DummyLedgerName", | ||
| "identityServiceUri": "https://dummy.accledger.identity.com/DummyLedgerName", | ||
| "ledgerType": "Public", | ||
| "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": "" | ||
| } | ||
| } | ||
| } | ||
| } |
54 changes: 54 additions & 0 deletions
54
...oft.ConfidentialLedger/preview/2021-05-13-preview/examples/ConfidentialLedger_Update.json
This file contains hidden or 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,54 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2021-05-13-preview", | ||
| "subscriptionId": "0000000-0000-0000-0000-000000000001", | ||
| "resourceGroupName": "DummyResourceGroupName", | ||
| "ledgerName": "DummyLedgerName", | ||
| "confidentialLedger": { | ||
| "properties": {}, | ||
| "location": "EastUS", | ||
| "tags": { | ||
| "additionalProps1": "additional properties", | ||
| "additionProps2": "additional property value" | ||
| } | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "properties": { | ||
| "ledgerName": "DummyLedgerName", | ||
| "ledgerUri": "https://dummy.accledger.domain.com/DummyLedgerName", | ||
| "identityServiceUri": "https://dummy.accledger.identity.com/DummyLedgerName", | ||
| "ledgerType": "Public", | ||
| "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", | ||
| "additionProps2": "additional property value" | ||
| }, | ||
| "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": {} | ||
| } | ||
| } |
23 changes: 23 additions & 0 deletions
23
...ager/Microsoft.ConfidentialLedger/preview/2021-05-13-preview/examples/Operations_Get.json
This file contains hidden or 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,23 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2021-05-13-preview" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "name": "Microsoft.ConfidentialLedger/ledgers/read", | ||
| "isDataAction": false, | ||
| "display": { | ||
| "resource": "ledger", | ||
| "operation": "Get Confidential Ledger properties", | ||
| "description": "View the properties of a Confidential Ledger" | ||
| } | ||
| } | ||
| ], | ||
| "nextLink": "string" | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.