openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 168 kB
JSON
{"openapi":"3.0.0","info":{"description":"Creates a Microsoft.DataShare management client.","title":"DataShareManagementClient","version":"2019-11-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/datashare/resource-manager/Microsoft.DataShare/stable/2019-11-01/DataShare.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"datashare-DataShare","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"tags":[],"paths":{"/providers/Microsoft.DataShare/ListInvitations":{"get":{"description":"Lists invitations","operationId":"ConsumerInvitations_ListInvitations","parameters":[{"$ref":"#/components/parameters/api-version"},{"description":"The continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConsumerInvitationList"},"examples":{"ConsumerInvitations_ListInvitations":{"$ref":"#/components/examples/ConsumerInvitations_ListInvitations"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List the invitations","tags":["ConsumerInvitation"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/providers/Microsoft.DataShare/locations/{location}/RejectInvitation":{"post":{"description":"Reject an invitation","operationId":"ConsumerInvitations_RejectInvitation","parameters":[{"description":"Location of the invitation","in":"path","name":"location","required":true,"schema":{"type":"string"},"examples":{"ConsumerInvitations_RejectInvitation":{"value":"East US 2"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConsumerInvitation"}}},"description":"An invitation payload","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConsumerInvitation"},"examples":{"ConsumerInvitations_RejectInvitation":{"$ref":"#/components/examples/ConsumerInvitations_RejectInvitation"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Rejects the invitation identified by invitationId","tags":["ConsumerInvitation"]}},"/providers/Microsoft.DataShare/locations/{location}/consumerInvitations/{invitationId}":{"get":{"description":"Get an invitation","operationId":"ConsumerInvitations_Get","parameters":[{"description":"Location of the invitation","in":"path","name":"location","required":true,"schema":{"type":"string"},"examples":{"ConsumerInvitations_Get":{"value":"East US 2"}}},{"description":"An invitation id","in":"path","name":"invitationId","required":true,"schema":{"type":"string"},"examples":{"ConsumerInvitations_Get":{"value":"dfbbc788-19eb-4607-a5a1-c74181bfff03"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConsumerInvitation"},"examples":{"ConsumerInvitations_Get":{"$ref":"#/components/examples/ConsumerInvitations_Get"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Gets the invitation identified by invitationId","tags":["ConsumerInvitation"]}},"/providers/Microsoft.DataShare/operations":{"get":{"description":"List of available operations","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationList"},"examples":{"Operations_List":{"$ref":"#/components/examples/Operations_List"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Lists the available operations","tags":["Operation"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.DataShare/accounts":{"get":{"description":"List Accounts in Subscription","operationId":"Accounts_ListBySubscription","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountList"},"examples":{"Accounts_ListBySubscription":{"$ref":"#/components/examples/Accounts_ListBySubscription"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List Accounts in a subscription","tags":["Account"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts":{"get":{"description":"List Accounts in ResourceGroup","operationId":"Accounts_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountList"},"examples":{"Accounts_ListByResourceGroup":{"$ref":"#/components/examples/Accounts_ListByResourceGroup"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List Accounts in a resource group","tags":["Account"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}":{"delete":{"description":"DeleteAccount","operationId":"Accounts_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationResponse"},"examples":{"Accounts_Delete":{"$ref":"#/components/examples/Accounts_Delete"}}}}},"202":{"description":"Accepted"},"204":{"description":"Success"},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Delete an account","tags":["Account"],"x-ms-long-running-operation":true},"get":{"description":"Get an account","operationId":"Accounts_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"},"examples":{"Accounts_Get":{"$ref":"#/components/examples/Accounts_Get"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get an account under a resource group","tags":["Account"]},"patch":{"description":"Patch an account","operationId":"Accounts_Update","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountUpdateParameters"}}},"description":"The account update parameters.","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"},"examples":{"Accounts_Update":{"$ref":"#/components/examples/Accounts_Update"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Patch a given account","tags":["Account"]},"put":{"description":"Create an account","operationId":"Accounts_Create","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"}}},"description":"The account payload.","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"},"examples":{"Accounts_Create":{"$ref":"#/components/examples/Accounts_Create"}}}}},"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"},"examples":{"Accounts_Create":{"$ref":"#/components/examples/Accounts_Create"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Create an account in the given resource group","tags":["Account"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions":{"get":{"description":"List share subscriptions in an account","operationId":"ShareSubscriptions_ListByAccount","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation Token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscriptionList"},"examples":{"ShareSubscriptions_ListByAccount":{"$ref":"#/components/examples/ShareSubscriptions_ListByAccount"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List of available share subscriptions under an account.","tags":["ShareSubscription"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}":{"delete":{"description":"Delete a shareSubscription in an account","operationId":"ShareSubscriptions_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ShareSubscriptions_Delete":{"value":"ShareSubscription1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationResponse"},"examples":{"ShareSubscriptions_Delete":{"$ref":"#/components/examples/ShareSubscriptions_Delete"}}}}},"202":{"description":"Accepted"},"204":{"description":"Success"},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Delete shareSubscription in an account.","tags":["ShareSubscription"],"x-ms-long-running-operation":true},"get":{"description":"Get a shareSubscription in an account","operationId":"ShareSubscriptions_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ShareSubscriptions_Get":{"value":"ShareSubscription1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscription"},"examples":{"ShareSubscriptions_Get":{"$ref":"#/components/examples/ShareSubscriptions_Get"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get shareSubscription in an account.","tags":["ShareSubscription"]},"put":{"description":"Create a shareSubscription in an account","operationId":"ShareSubscriptions_Create","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ShareSubscriptions_Create":{"value":"ShareSubscription1"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscription"}}},"description":"create parameters for shareSubscription","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscription"},"examples":{"ShareSubscriptions_Create":{"$ref":"#/components/examples/ShareSubscriptions_Create"}}}}},"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscription"},"examples":{"ShareSubscriptions_Create":{"$ref":"#/components/examples/ShareSubscriptions_Create"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Create shareSubscription in an account.","tags":["ShareSubscription"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/ConsumerSourceDataSets":{"get":{"description":"Get source dataSets of a shareSubscription","operationId":"ConsumerSourceDataSets_ListByShareSubscription","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ConsumerSourceDataSets_ListByShareSubscription":{"value":"Share1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConsumerSourceDataSetList"},"examples":{"ConsumerSourceDataSets_ListByShareSubscription":{"$ref":"#/components/examples/ConsumerSourceDataSets_ListByShareSubscription"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get source dataSets of a shareSubscription.","tags":["ShareSubscription"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/Synchronize":{"post":{"description":"Initiate a copy","operationId":"ShareSubscriptions_Synchronize","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of share subscription","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ShareSubscriptions_Synchronize":{"value":"ShareSubscription1"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Synchronize"}}},"description":"Synchronize payload","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscriptionSynchronization"},"examples":{"ShareSubscriptions_Synchronize":{"$ref":"#/components/examples/ShareSubscriptions_Synchronize"}}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscriptionSynchronization"},"examples":{"ShareSubscriptions_Synchronize":{"$ref":"#/components/examples/ShareSubscriptions_Synchronize"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Initiate an asynchronous data share job","tags":["ShareSubscription"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"azure-async-operation"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/cancelSynchronization":{"post":{"description":"Request to cancel a synchronization.","operationId":"ShareSubscriptions_CancelSynchronization","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ShareSubscriptions_CancelSynchronization":{"value":"ShareSubscription1"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/ShareSubscriptionSynchronization"},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscriptionSynchronization"},"examples":{"ShareSubscriptions_CancelSynchronization":{"$ref":"#/components/examples/ShareSubscriptions_CancelSynchronization"}}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscriptionSynchronization"},"examples":{"ShareSubscriptions_CancelSynchronization":{"$ref":"#/components/examples/ShareSubscriptions_CancelSynchronization"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Request cancellation of a data share snapshot","tags":["ShareSubscription"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"azure-async-operation"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings":{"get":{"description":"List DataSetMappings in a share subscription","operationId":"DataSetMappings_ListByShareSubscription","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share subscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"DataSetMappings_ListByShareSubscription":{"value":"ShareSubscription1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSetMappingList"},"examples":{"DataSetMappings_ListByShareSubscription":{"$ref":"#/components/examples/DataSetMappings_ListByShareSubscription"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List DataSetMappings in a share subscription.","tags":["DataSetMapping"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings/{dataSetMappingName}":{"delete":{"description":"Delete a DataSetMapping in a shareSubscription","operationId":"DataSetMappings_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"DataSetMappings_Delete":{"value":"ShareSubscription1"}}},{"description":"The name of the dataSetMapping.","in":"path","name":"dataSetMappingName","required":true,"schema":{"type":"string"},"examples":{"DataSetMappings_Delete":{"value":"DatasetMapping1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success"},"204":{"description":"Success"},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Delete DataSetMapping in a shareSubscription.","tags":["DataSetMapping"]},"get":{"description":"Get a DataSetMapping in a shareSubscription","operationId":"DataSetMappings_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"DataSetMappings_Get":{"value":"ShareSubscription1"}}},{"description":"The name of the dataSetMapping.","in":"path","name":"dataSetMappingName","required":true,"schema":{"type":"string"},"examples":{"DataSetMappings_Get":{"value":"DatasetMapping1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSetMapping"},"examples":{"DataSetMappings_Get":{"$ref":"#/components/examples/DataSetMappings_Get"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get DataSetMapping in a shareSubscription.","tags":["DataSetMapping"]},"put":{"description":"Create a DataSetMapping ","operationId":"DataSetMappings_Create","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share subscription which will hold the data set sink.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"DataSetMappings_Create":{"value":"ShareSubscription1"},"DataSetMappings_SqlDB_Create":{"value":"ShareSubscription1"},"DataSetMappings_SqlDWDataSetToAdlsGen2File_Create":{"value":"ShareSubscription1"},"DataSetMappings_SqlDW_Create":{"value":"ShareSubscription1"}}},{"description":"The name of the data set mapping to be created.","in":"path","name":"dataSetMappingName","required":true,"schema":{"type":"string"},"examples":{"DataSetMappings_Create":{"value":"DatasetMapping1"},"DataSetMappings_SqlDB_Create":{"value":"DatasetMapping1"},"DataSetMappings_SqlDWDataSetToAdlsGen2File_Create":{"value":"DatasetMapping1"},"DataSetMappings_SqlDW_Create":{"value":"DatasetMapping1"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSetMapping"}}},"description":"Destination data set configuration details.","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSetMapping"},"examples":{"DataSetMappings_Create":{"$ref":"#/components/examples/DataSetMappings_Create"},"DataSetMappings_SqlDB_Create":{"$ref":"#/components/examples/DataSetMappings_SqlDB_Create"},"DataSetMappings_SqlDWDataSetToAdlsGen2File_Create":{"$ref":"#/components/examples/DataSetMappings_SqlDWDataSetToAdlsGen2File_Create"},"DataSetMappings_SqlDW_Create":{"$ref":"#/components/examples/DataSetMappings_SqlDW_Create"}}}}},"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSetMapping"},"examples":{"DataSetMappings_Create":{"$ref":"#/components/examples/DataSetMappings_Create"},"DataSetMappings_SqlDB_Create":{"$ref":"#/components/examples/DataSetMappings_SqlDB_Create"},"DataSetMappings_SqlDWDataSetToAdlsGen2File_Create":{"$ref":"#/components/examples/DataSetMappings_SqlDWDataSetToAdlsGen2File_Create"},"DataSetMappings_SqlDW_Create":{"$ref":"#/components/examples/DataSetMappings_SqlDW_Create"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Maps a source data set in the source share to a sink data set in the share subscription.\r\nEnables copying the data set from source to destination.","tags":["DataSetMapping"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/listSourceShareSynchronizationSettings":{"post":{"description":"Get synchronization settings set on a share","operationId":"ShareSubscriptions_ListSourceShareSynchronizationSettings","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ShareSubscriptions_ListSourceShareSynchronizationSettings":{"value":"ShareSub1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceShareSynchronizationSettingList"},"examples":{"ShareSubscriptions_ListSourceShareSynchronizationSettings":{"$ref":"#/components/examples/ShareSubscriptions_ListSourceShareSynchronizationSettings"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get source share synchronization settings for a shareSubscription.","tags":["ShareSubscription"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/listSynchronizationDetails":{"post":{"description":"List synchronization details","operationId":"ShareSubscriptions_ListSynchronizationDetails","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share subscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ShareSubscriptions_ListSynchronizationDetails":{"value":"ShareSub1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/ShareSubscriptionSynchronization"},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SynchronizationDetailsList"},"examples":{"ShareSubscriptions_ListSynchronizationDetails":{"$ref":"#/components/examples/ShareSubscriptions_ListSynchronizationDetails"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List data set level details for a share subscription synchronization","tags":["ShareSubscription"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/listSynchronizations":{"post":{"description":"List synchronizations of a share subscription","operationId":"ShareSubscriptions_ListSynchronizations","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share subscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ShareSubscriptions_ListSynchronizations":{"value":"ShareSub1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscriptionSynchronizationList"},"examples":{"ShareSubscriptions_ListSynchronizations":{"$ref":"#/components/examples/ShareSubscriptions_ListSynchronizations"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List Synchronizations in a share subscription.","tags":["ShareSubscription"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/triggers":{"get":{"description":"List Triggers in a share subscription","operationId":"Triggers_ListByShareSubscription","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share subscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"Triggers_ListByShareSubscription":{"value":"ShareSubscription1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TriggerList"},"examples":{"Triggers_ListByShareSubscription":{"$ref":"#/components/examples/Triggers_ListByShareSubscription"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List Triggers in a share subscription.","tags":["Trigger"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/triggers/{triggerName}":{"delete":{"description":"Delete a Trigger in a shareSubscription","operationId":"Triggers_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"Triggers_Delete":{"value":"ShareSubscription1"}}},{"description":"The name of the trigger.","in":"path","name":"triggerName","required":true,"schema":{"type":"string"},"examples":{"Triggers_Delete":{"value":"Trigger1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationResponse"},"examples":{"Triggers_Delete":{"$ref":"#/components/examples/Triggers_Delete"}}}}},"202":{"description":"Accepted"},"204":{"description":"Success"},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Delete Trigger in a shareSubscription.","tags":["Trigger"],"x-ms-long-running-operation":true},"get":{"description":"Get a Trigger in a shareSubscription","operationId":"Triggers_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"Triggers_Get":{"value":"ShareSubscription1"}}},{"description":"The name of the trigger.","in":"path","name":"triggerName","required":true,"schema":{"type":"string"},"examples":{"Triggers_Get":{"value":"Trigger1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Trigger"},"examples":{"Triggers_Get":{"$ref":"#/components/examples/Triggers_Get"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get Trigger in a shareSubscription.","tags":["Trigger"]},"put":{"description":"Create a Trigger ","operationId":"Triggers_Create","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share subscription which will hold the data set sink.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"Triggers_Create":{"value":"ShareSubscription1"}}},{"description":"The name of the trigger.","in":"path","name":"triggerName","required":true,"schema":{"type":"string"},"examples":{"Triggers_Create":{"value":"Trigger1"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Trigger"}}},"description":"Trigger details.","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Trigger"},"examples":{"Triggers_Create":{"$ref":"#/components/examples/Triggers_Create"}}}}},"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Trigger"},"examples":{"Triggers_Create":{"$ref":"#/components/examples/Triggers_Create"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"This method creates a trigger for a share subscription","tags":["Trigger"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares":{"get":{"description":"List shares in an account","operationId":"Shares_ListByAccount","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation Token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareList"},"examples":{"Shares_ListByAccount":{"$ref":"#/components/examples/Shares_ListByAccount"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List of available shares under an account.","tags":["Share"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}":{"delete":{"description":"Delete a share ","operationId":"Shares_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"Shares_Delete":{"value":"Share1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationResponse"},"examples":{"Shares_Delete":{"$ref":"#/components/examples/Shares_Delete"}}}}},"202":{"description":"Accepted"},"204":{"description":"Success"},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Deletes a share","tags":["Share"],"x-ms-long-running-operation":true},"get":{"description":"Get a share ","operationId":"Shares_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share to retrieve.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"Shares_Get":{"value":"Share1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Share"},"examples":{"Shares_Get":{"$ref":"#/components/examples/Shares_Get"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get a specified share","tags":["Share"]},"put":{"description":"Create a share ","operationId":"Shares_Create","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"Shares_Create":{"value":"Share1"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Share"}}},"description":"The share payload","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Share"},"examples":{"Shares_Create":{"$ref":"#/components/examples/Shares_Create"}}}}},"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Share"},"examples":{"Shares_Create":{"$ref":"#/components/examples/Shares_Create"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Create a share in the given account.","tags":["Share"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/dataSets":{"get":{"description":"List DataSets in a share","operationId":"DataSets_ListByShare","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"DataSets_ListByShare":{"value":"Share1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSetList"},"examples":{"DataSets_ListByShare":{"$ref":"#/components/examples/DataSets_ListByShare"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List DataSets in a share.","tags":["DataSet"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/dataSets/{dataSetName}":{"delete":{"description":"Delete a DataSet in a share","operationId":"DataSets_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"DataSets_Delete":{"value":"Share1"}}},{"description":"The name of the dataSet.","in":"path","name":"dataSetName","required":true,"schema":{"type":"string"},"examples":{"DataSets_Delete":{"value":"Dataset1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success"},"202":{"description":"Accepted"},"204":{"description":"Success"},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Delete DataSet in a share.","tags":["DataSet"],"x-ms-long-running-operation":true},"get":{"description":"Get a DataSet in a share","operationId":"DataSets_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"DataSets_Get":{"value":"Share1"}}},{"description":"The name of the dataSet.","in":"path","name":"dataSetName","required":true,"schema":{"type":"string"},"examples":{"DataSets_Get":{"value":"Dataset1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSet"},"examples":{"DataSets_Get":{"$ref":"#/components/examples/DataSets_Get"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get DataSet in a share.","tags":["DataSet"]},"put":{"description":"Create a DataSet ","operationId":"DataSets_Create","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share to add the data set to.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"DataSets_Create":{"value":"Share1"},"DataSets_KustoCluster_Create":{"value":"Share1"},"DataSets_KustoDatabase_Create":{"value":"Share1"},"DataSets_SqlDBTable_Create":{"value":"Share1"},"DataSets_SqlDWTable_Create":{"value":"Share1"}}},{"description":"The name of the dataSet.","in":"path","name":"dataSetName","required":true,"schema":{"type":"string"},"examples":{"DataSets_Create":{"value":"Dataset1"},"DataSets_KustoCluster_Create":{"value":"Dataset1"},"DataSets_KustoDatabase_Create":{"value":"Dataset1"},"DataSets_SqlDBTable_Create":{"value":"Dataset1"},"DataSets_SqlDWTable_Create":{"value":"Dataset1"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSet"}}},"description":"The new data set information.","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSet"},"examples":{"DataSets_Create":{"$ref":"#/components/examples/DataSets_Create"},"DataSets_KustoCluster_Create":{"$ref":"#/components/examples/DataSets_KustoCluster_Create"},"DataSets_KustoDatabase_Create":{"$ref":"#/components/examples/DataSets_KustoDatabase_Create"},"DataSets_SqlDBTable_Create":{"$ref":"#/components/examples/DataSets_SqlDBTable_Create"},"DataSets_SqlDWTable_Create":{"$ref":"#/components/examples/DataSets_SqlDWTable_Create"}}}}},"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSet"},"examples":{"DataSets_Create":{"$ref":"#/components/examples/DataSets_Create"},"DataSets_KustoCluster_Create":{"$ref":"#/components/examples/DataSets_KustoCluster_Create"},"DataSets_KustoDatabase_Create":{"$ref":"#/components/examples/DataSets_KustoDatabase_Create"},"DataSets_SqlDBTable_Create":{"$ref":"#/components/examples/DataSets_SqlDBTable_Create"},"DataSets_SqlDWTable_Create":{"$ref":"#/components/examples/DataSets_SqlDWTable_Create"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Adds a new data set to an existing share or updates it if existing.","tags":["DataSet"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/invitations":{"get":{"description":"List invitations in a share","operationId":"Invitations_ListByShare","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"Invitations_ListByShare":{"value":"Share1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"The continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvitationList"},"examples":{"Invitations_ListByShare":{"$ref":"#/components/examples/Invitations_ListByShare"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List all Invitations in a share.","tags":["Invitation"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/invitations/{invitationName}":{"delete":{"description":"Delete an invitation in a share","operationId":"Invitations_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"Invitations_Delete":{"value":"Share1"}}},{"description":"The name of the invitation.","in":"path","name":"invitationName","required":true,"schema":{"type":"string"},"examples":{"Invitations_Delete":{"value":"Invitation1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success"},"204":{"description":"Success"},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/D