diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/CatalogApiService.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/CatalogApiService.json new file mode 100644 index 000000000000..0c1ec9bf8ea9 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/CatalogApiService.json @@ -0,0 +1,8274 @@ +{ + "swagger": "2.0", + "info": { + "title": "Purview Data Catalog Client", + "version": "0000-00-00", + "description": "Creates a data plane client for Purview Data Catalog.", + "x-typespec-generated": [ + { + "emitter": "@azure-tools/typespec-autorest" + } + ] + }, + "schemes": [ + "https" + ], + "x-ms-parameterized-host": { + "hostTemplate": "{$host}", + "useSchemePrefix": false, + "parameters": [ + { + "name": "$host", + "in": "path", + "required": true, + "type": "string" + } + ] + }, + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ], + "tags": [], + "paths": { + "/administration/backfillDomainParentObject": { + "post": { + "operationId": "AdministrationBackfillDomainParentObject", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationBusinessDomainObjectBackfillRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/administration/batchBackfillBillingEvents": { + "post": { + "operationId": "AdministrationBatchBackfillBillingEvents", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationBillingEventBackfillRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/administration/findAssetsWithMandatoryMissingProperties": { + "post": { + "operationId": "AdministrationFindAssetsWithMandatoryMissingProperties", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationAssetMissingPropertiesRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/administration/findInconsistentGraphRecords": { + "post": { + "operationId": "AdministrationFindInconsistentGraphRecords", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationBusinessDomainObjectBackfillRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/administration/globalizeDataAssets": { + "post": { + "operationId": "AdministrationGlobalizeDataAssets", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationGlobalAssetCleanupRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/attributes": { + "get": { + "operationId": "GetAttribute", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "domainId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + }, + { + "name": "skip", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "top", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "orderBy", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/attributes/{name}": { + "put": { + "operationId": "AttributeName", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "name", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelMetadataAttribute" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/attributes/{attributeId}": { + "get": { + "operationId": "AttributeAttributeId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "attributeId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "Attribute", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "attributeId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/attributes/{attributeId}/relationships": { + "get": { + "operationId": "GetsAttribute", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "attributeId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": false + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "AttributesAttributeIdRelationships", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "attributeId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": false + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsMetadataAttributeMetadataAttributeRelationship" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeleteAttribute", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "attributeId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": false + }, + { + "name": "entityId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/attributes/instances": { + "get": { + "operationId": "AttributeInstance", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "domainId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + }, + { + "name": "skip", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "top", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "orderBy", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/attributes/instances/{instanceId}": { + "get": { + "operationId": "GetAttributeInstance", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "instanceId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "put": { + "operationId": "AttributeInstanceInstanceId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "instanceId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelAttributeInstance" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "AttributeInstanceInstances", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "instanceId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelAttributeInstance" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeleteAttributeInstance", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "instanceId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/attributes/instances/{instanceId}/relationships": { + "get": { + "operationId": "GetsAttributeInstance", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "instanceId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": false + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "AttributeInstanceInstanceIdRelationships", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "instanceId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": false + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsMetadataAttributeAttributeInstanceRelationship" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeletesAttributeInstance", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "instanceId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": false + }, + { + "name": "entityId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/billing/getaggregate": { + "post": { + "operationId": "BillingGetaggregate", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceBillingBillingRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/billing/getaggregates": { + "post": { + "operationId": "BillingGetaggregates", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceBillingBillingRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/businessdomains": { + "get": { + "operationId": "GetDomain", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "$skipToken", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "writeOnly", + "in": "query", + "required": false, + "type": "boolean" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "PostDomain", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDomain" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/businessdomains/{domainId}": { + "get": { + "operationId": "Domain", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "domainId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "put": { + "operationId": "DomainDomainId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "domainId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDomain" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeleteDomain", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "domainId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/controlplane/account": { + "put": { + "operationId": "PutDataGovernanceApp", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsAccountServiceModel" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/controlplane/account/{accountId}": { + "delete": { + "operationId": "DataGovernanceAppAccountAccountId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "accountId", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsAccountServiceModel" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/criticalDataColumns": { + "get": { + "operationId": "CriticalDataColumn", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "domainId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + }, + { + "name": "assetId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + }, + { + "name": "skip", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "top", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "orderBy", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "PostCriticalDataColumn", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelCriticalDataColumn" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/criticalDataColumns/{criticalDataColumnId}": { + "get": { + "operationId": "CriticalDataColumnCriticalDataColumnId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "criticalDataColumnId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/criticalDataColumns/{criticalDataColumnId}/relationships": { + "get": { + "operationId": "GetCriticalDataColumn", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "criticalDataColumnId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "CriticalDataColumnCriticalDataColumnIdRelationships", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "criticalDataColumnId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "type": "object", + "additionalProperties": {} + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeleteCriticalDataColumn", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "criticalDataElementId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + }, + { + "name": "entityId", + "in": "query", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "criticalDataColumnId", + "in": "path", + "required": true, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/criticalDataElements": { + "get": { + "operationId": "GetCriticalDataElement", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "domainId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + }, + { + "name": "keyword", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "skip", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "top", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "orderBy", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "PostCriticalDataElement", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelCriticalDataElement" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/criticalDataElements/{criticalDataElementId}": { + "get": { + "operationId": "GetCriticalDataElementCriticalDataElementId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "criticalDataElementId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "put": { + "operationId": "PutCriticalDataElement", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "criticalDataElementId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelCriticalDataElement" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeleteCriticalDataElement", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "criticalDataElementId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/criticalDataElements/{criticalDataElementId}/relationships": { + "get": { + "operationId": "GetsCriticalDataElement", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "criticalDataElementId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "CriticalDataElementCriticalDataElementIdRelationships", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "criticalDataElementId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "type": "object", + "additionalProperties": {} + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeletesCriticalDataElement", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "criticalDataElementId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + }, + { + "name": "entityId", + "in": "query", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/criticalDataElements/facets": { + "post": { + "operationId": "CriticalDataElementFacets", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsCriticalDataElementCriticalDataElementFacetRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/criticalDataElements/query": { + "post": { + "operationId": "CriticalDataElementQuery", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "duplicatecheck", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsCriticalDataElementCriticalDataElementQueryRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/customMetadata": { + "get": { + "operationId": "GetCustomMetadata", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "domainId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + }, + { + "name": "skip", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "top", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "orderBy", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/customMetadata/{name}": { + "put": { + "operationId": "CustomMetadataName", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "name", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelCustomMetadata" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/customMetadata/{metadataId}": { + "get": { + "operationId": "CustomMetadataMetadataId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "metadataId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeleteCustomMetadata", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "metadataId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/customMetadata/{metadataId}/relationships": { + "get": { + "operationId": "CustomMetadata", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "metadataId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": false + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "PostCustomMetadata", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "metadataId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": false + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationship" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeletesCustomMetadata", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "metadataId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": false + }, + { + "name": "entityId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/customMetadata/query": { + "post": { + "operationId": "CustomMetadataQuery", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsCustomMetadataCustomMetadataQueryRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/dataAssets": { + "get": { + "operationId": "GetDataAsset", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "orderBy", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "skip", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "top", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "PostDataAsset", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataAsset" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/dataAssets/{dataAssetId}": { + "get": { + "operationId": "DataAssetDataAssetId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataAssetId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "put": { + "operationId": "PutDataAsset", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataAssetId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataAsset" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeleteDataAsset", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataAssetId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/dataAssets/{dataAssetId}/relationships": { + "get": { + "operationId": "DataAssetDataAssetIdRelationships", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataAssetId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "DataAsset", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataAssetId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "type": "object", + "additionalProperties": {} + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeletesDataAsset", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataAssetId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + }, + { + "name": "entityId", + "in": "query", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/dataAssets/query": { + "post": { + "operationId": "PostDataAssetQuery", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataAssetDataAssetQueryRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/dataProducts": { + "get": { + "operationId": "GetDataProduct", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "domainId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + }, + { + "name": "orderBy", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "skip", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "top", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "PostDataProduct", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataProduct" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/dataProducts/{dataProductId}": { + "get": { + "operationId": "DataProductDataProductId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataProductId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "put": { + "operationId": "PutDataProduct", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataProductId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataProduct" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeleteDataProduct", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataProductId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/dataProducts/{dataProductId}/relationships": { + "get": { + "operationId": "DataProductDataProductIdRelationships", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataProductId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "PostsDataProduct", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataProductId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "type": "object", + "additionalProperties": {} + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeletesDataProduct", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataProductId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + }, + { + "name": "entityId", + "in": "query", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/dataProducts/facets": { + "post": { + "operationId": "DataProductFacets", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataProductFacetRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/dataProducts/query": { + "post": { + "operationId": "DataProductQuery", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "duplicatecheck", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "dataProductOwner", + "in": "query", + "required": false, + "type": "boolean" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataProductQueryRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/internal/dataAssets/queryPublished": { + "post": { + "operationId": "InternalDataAssetsQueryPublished", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataAssetDataAssetQueryRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/internal/resolve/policyeffectiveCriticalDataElements": { + "post": { + "operationId": "InternalResolvePolicyeffectiveCriticalDataElements", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataProductId", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/internal/resolve/policyeffectiveterms": { + "post": { + "operationId": "InternalResolvePolicyeffectiveterms", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataProductId", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/objectives": { + "get": { + "operationId": "GetOkr", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "keyword", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "domainId", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "orderBy", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "skip", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "top", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "PostOkr", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelObjectiveWithAdditionalProperties" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/objectives/{objectiveId}": { + "get": { + "operationId": "Okr", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "objectiveId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "put": { + "operationId": "OkrObjectiveId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "objectiveId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelObjectiveWithAdditionalProperties" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeleteOkr", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "objectiveId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/objectives/{objectiveId}/keyResults": { + "get": { + "operationId": "OkrObjectiveIdKeyResults", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "objectiveId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "PostsOkr", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "objectiveId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelKeyResult" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/objectives/{objectiveId}/keyResults/{keyResultId}": { + "get": { + "operationId": "OkrObjectiveIdKeyResultsKeyResultId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "objectiveId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "keyResultId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "put": { + "operationId": "PutOkr", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "objectiveId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "keyResultId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelKeyResult" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeletesOkr", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "objectiveId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "keyResultId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/objectives/{objectiveId}/relationships": { + "get": { + "operationId": "GetsOkr", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "objectiveId", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "entityType", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "OkrObjectiveIdRelationships", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "objectiveId", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "entityType", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "type": "object", + "additionalProperties": {} + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "Deletes2Okr", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "objectiveId", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "entityType", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "entityId", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "relationshipType", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/objectives/facets": { + "post": { + "operationId": "OkrFacets", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsObjectiveFacetRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/objectives/query": { + "post": { + "operationId": "OkrQuery", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "duplicatecheck", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsObjectiveQueryRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/policies": { + "get": { + "operationId": "Policy", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "skipToken", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/policies/addAdministrator": { + "post": { + "operationId": "PolicyAddAdministrator", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsPolicyAddAdminRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/snapshots/catalog/configure/install/{repeatIntervalMinutes}": { + "post": { + "operationId": "CatalogSnapshotConfigureInstallRepeatIntervalMinutes", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "repeatIntervalMinutes", + "in": "path", + "required": true, + "type": "integer", + "format": "int32" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/snapshots/catalog/configure/status": { + "get": { + "operationId": "CatalogSnapshotConfigureStatus", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/snapshots/catalog/configure/uninstall": { + "post": { + "operationId": "CatalogSnapshotConfigureUninstall", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/snapshots/catalog/history": { + "get": { + "operationId": "CatalogSnapshotHistory", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/snapshots/catalog/history/{snapshotId}": { + "get": { + "operationId": "CatalogSnapshotHistorySnapshotId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "snapshotId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/snapshots/catalog/history/{snapshotId}/metadata": { + "get": { + "operationId": "CatalogSnapshotHistorySnapshotIdMetadata", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "snapshotId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/snapshots/catalog/latest": { + "get": { + "operationId": "CatalogSnapshotLatest", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/snapshots/catalog/latest/metadata": { + "get": { + "operationId": "CatalogSnapshotLatestMetadata", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/terms": { + "get": { + "operationId": "GetsTerm", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "domainId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + }, + { + "name": "parentId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + }, + { + "name": "keyword", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "skip", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "top", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "depth", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "orderBy", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "PostTerm", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelTerm" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/terms/{termId}": { + "get": { + "operationId": "Term", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "termId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "put": { + "operationId": "TermTermId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "termId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelTerm" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeleteTerm", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "termId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/terms/{termId}/hierarchies": { + "get": { + "operationId": "TermTermIdHierarchies", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "termId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/terms/{termId}/relationships": { + "get": { + "operationId": "GetTerm", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "termId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": false + }, + { + "name": "relationshipType", + "in": "query", + "required": false + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "TermTermIdRelationships", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "termId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": false + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermRelationship" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeletesTerm", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "termId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": false + }, + { + "name": "relationshipType", + "in": "query", + "required": false + }, + { + "name": "entityId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/terms/facets": { + "post": { + "operationId": "TermFacets", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermFacetRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/terms/migration/counts": { + "get": { + "operationId": "TermMigrationCounts", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/terms/migration/moveterms": { + "post": { + "operationId": "TermMigrationMoveterms", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermsMoveRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/terms/migration/start": { + "post": { + "operationId": "TermMigrationStart", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/terms/migration/state": { + "get": { + "operationId": "TermMigrationState", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/terms/query": { + "post": { + "operationId": "TermQuery", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "duplicatecheck", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermQueryRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/workflowRuns": { + "get": { + "operationId": "WorkflowsRun", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "$skipToken", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/workflowRuns/{workflowRunId}": { + "delete": { + "operationId": "WorkflowsRunWorkflowRunId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "workflowRunId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/workflowRuns/{workflowRunId}/approve": { + "post": { + "operationId": "WorkflowsRunWorkflowRunIdApprove", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "workflowRunId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelApprovers" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/workflowRuns/{workflowRunId}/reject": { + "post": { + "operationId": "WorkflowsRunWorkflowRunIdReject", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "workflowRunId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelApprovers" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/workflowRuns/queryRuns": { + "post": { + "operationId": "WorkflowsRunQueryRuns", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "$skipToken", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsWorkflowRunQueryRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/workflows": { + "get": { + "operationId": "GetWorkflows", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "$skipToken", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "Workflows", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelWorkflows" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + }, + "/workflows/{workflowId}": { + "get": { + "operationId": "WorkflowsWorkflowId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "workflowId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "put": { + "operationId": "PutWorkflows", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "workflowId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelWorkflows" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "delete": { + "operationId": "DeleteWorkflows", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "workflowId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + } + } + }, + "definitions": { + "Azure.Core.Foundations.Error": { + "type": "object", + "description": "The error object.", + "properties": { + "code": { + "type": "string", + "description": "One of a server-defined set of error codes." + }, + "message": { + "type": "string", + "description": "A human-readable representation of the error." + }, + "target": { + "type": "string", + "description": "The target of the error." + }, + "details": { + "type": "array", + "description": "An array of details about specific errors that led to this reported error.", + "items": { + "$ref": "#/definitions/Azure.Core.Foundations.Error" + } + }, + "innererror": { + "$ref": "#/definitions/Azure.Core.Foundations.InnerError", + "description": "An object containing more specific information than the current object about the error." + } + }, + "required": [ + "code", + "message" + ] + }, + "Azure.Core.Foundations.ErrorResponse": { + "type": "object", + "description": "A response containing error details.", + "properties": { + "error": { + "$ref": "#/definitions/Azure.Core.Foundations.Error", + "description": "The error object." + } + }, + "required": [ + "error" + ] + }, + "Azure.Core.Foundations.InnerError": { + "type": "object", + "description": "An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#handling-errors.", + "properties": { + "code": { + "type": "string", + "description": "One of a server-defined set of error codes." + }, + "innererror": { + "$ref": "#/definitions/Azure.Core.Foundations.InnerError", + "description": "Inner error." + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsAccountEndpoints": { + "type": "object", + "properties": { + "catalog": { + "type": "string", + "readOnly": true + }, + "scan": { + "type": "string", + "readOnly": true + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsAccountExceptionMessageModel": { + "type": "object", + "properties": { + "correlationId": { + "type": "string" + }, + "exceptionDateTime": { + "type": "string", + "format": "date-time" + }, + "exceptionErrorCode": { + "type": "string" + }, + "exceptionMessage": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsAccountServiceModel": { + "type": "object", + "properties": { + "accountStatusModel": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsAccountStatusModel" + }, + "auditModel": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsAuditModel" + }, + "cloudConnectors": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsCloudConnectors" + }, + "createdAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "createdBy": { + "type": "string", + "readOnly": true + }, + "createdByObjectId": { + "type": "string", + "readOnly": true + }, + "createMode": { + "type": "string", + "readOnly": true + }, + "dataFactoryAccount": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsDataFactoryAccount" + }, + "defaultCatalogId": { + "type": "string", + "readOnly": true + }, + "defaultCollectionName": { + "type": "string", + "readOnly": true + }, + "encryption": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsEncryptionModel" + }, + "endpoints": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsAccountEndpoints" + }, + "eventHubAccessKeyInfo": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsEventHubAccessKeyInfo" + }, + "hookKafkaConfigurations": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsHookKafkaConfigurationServiceModel" + }, + "readOnly": true + }, + "id": { + "type": "string", + "readOnly": true + }, + "identity": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsManagedIdentityInfo" + }, + "ingestionStorageModel": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsIngestionStorageModel" + }, + "lastModifiedAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "location": { + "type": "string", + "readOnly": true + }, + "managedResourcesPublicNetworkAccess": { + "type": "string", + "readOnly": true + }, + "mergeInfo": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsMergeInfoModel" + }, + "name": { + "type": "string", + "readOnly": true + }, + "networkAcls": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsNetworkAcls" + }, + "notificationKafkaConfigurations": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsNotificationKafkaConfigurationServiceModel" + }, + "previousAccountState": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsPreviousAccountStateServiceModel" + }, + "privateLinkIds": { + "type": "array", + "items": { + "type": "integer", + "format": "int32" + }, + "readOnly": true + }, + "processingStorageModel": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsProcessingStorageModel" + }, + "provisioningState": { + "type": "string", + "readOnly": true + }, + "reconciliationConfig": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsReconciliationConfigServiceModel" + }, + "resourceId": { + "type": "string", + "readOnly": true + }, + "resourceType": { + "type": "string", + "readOnly": true + }, + "sku": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsAccountSkuModel" + }, + "softDeleteRetentionInDays": { + "type": "integer", + "format": "int32", + "readOnly": true + }, + "storageAccounts": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsManagedResourceServiceModel" + }, + "readOnly": true + }, + "subscriptionId": { + "type": "string", + "readOnly": true + }, + "tags": { + "type": "object", + "description": "Dictionary of ", + "additionalProperties": { + "type": "string" + }, + "readOnly": true + }, + "tenantId": { + "type": "string", + "readOnly": true + }, + "useArtifactStore": { + "type": "boolean", + "readOnly": true + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsAccountSkuModel": { + "type": "object", + "properties": { + "capacity": { + "type": "integer", + "format": "int32" + }, + "name": { + "type": "string" + }, + "version": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsAccountStatusModel": { + "type": "object", + "properties": { + "accountExceptionMessageModel": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsAccountExceptionMessageModel" + }, + "accountProvisioningState": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsAuditModel": { + "type": "object", + "properties": { + "auditIngestionEndpoint": { + "type": "string" + }, + "tenantForest": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsCloudConnectors": { + "type": "object", + "properties": { + "awsExternalId": { + "type": "string", + "readOnly": true + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsCredentials": { + "type": "object", + "properties": { + "identityId": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsDataFactoryAccount": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string" + }, + "baseManagementUri": { + "type": "string" + }, + "factoryId": { + "type": "string" + }, + "location": { + "type": "string" + }, + "name": { + "type": "string" + }, + "processingStorageLinkedServiceName": { + "type": "string" + }, + "resourceGroup": { + "type": "string" + }, + "subscription": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsEncryptionModel": { + "type": "object", + "properties": { + "systemMasterKey": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsKeyEncryptionKey" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsEventHubAccessKeyInfo": { + "type": "object", + "properties": { + "eventHubName": { + "type": "string" + }, + "externalKeys": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsEventHubAccessKeys" + }, + "internalKeys": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsEventHubAccessKeys" + }, + "managedResource": { + "type": "boolean" + }, + "resourceGroup": { + "type": "string" + }, + "subscriptionId": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsEventHubAccessKeys": { + "type": "object", + "properties": { + "keyName": { + "type": "string" + }, + "primaryConnectionString": { + "type": "string" + }, + "secondaryConnectionString": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsHookKafkaConfigurationServiceModel": { + "type": "object", + "properties": { + "consumerGroup": { + "type": "string" + }, + "credentials": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsCredentials" + }, + "eventHubResourceId": { + "type": "string" + }, + "eventHubType": { + "type": "string" + }, + "eventStreamingState": { + "type": "string" + }, + "eventStreamingType": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsIngestionStorageModel": { + "type": "object", + "properties": { + "dnsZone": { + "type": "string" + }, + "endpointSuffix": { + "type": "string" + }, + "location": { + "type": "string" + }, + "name": { + "type": "string" + }, + "primaryEndpoint": { + "type": "string" + }, + "publicNetworkAccess": { + "type": "string" + }, + "resourceId": { + "type": "string" + }, + "sku": { + "type": "string" + }, + "tenantId": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsKeyEncryptionKey": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "keyVaultResourceId": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsManagedIdentityInfo": { + "type": "object", + "properties": { + "clientId": { + "type": "string" + }, + "identityUrl": { + "type": "string" + }, + "managedIdentityType": { + "type": "string" + }, + "principalId": { + "type": "string" + }, + "tenantId": { + "type": "string" + }, + "userAssignedIdentities": { + "type": "object", + "description": "Dictionary of\n", + "additionalProperties": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsUserAssignedIdentityModel" + } + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsManagedResourceServiceModel": { + "type": "object", + "properties": { + "dnsZone": { + "type": "string", + "readOnly": true + }, + "endpointSuffix": { + "type": "string", + "readOnly": true + }, + "location": { + "type": "string", + "readOnly": true + }, + "name": { + "type": "string", + "readOnly": true + }, + "primaryEndpoint": { + "type": "string", + "readOnly": true + }, + "resourceId": { + "type": "string", + "readOnly": true + }, + "sku": { + "type": "string", + "readOnly": true + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsMergeInfoModel": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "format": "uuid" + }, + "accountLocation": { + "type": "string" + }, + "accountResourceId": { + "type": "string" + }, + "mergeStatus": { + "type": "string" + }, + "typeOfAccount": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsNetworkAcls": { + "type": "object", + "properties": { + "defaultAction": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsNotificationKafkaConfigurationServiceModel": { + "type": "object", + "properties": { + "credentials": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsCredentials" + }, + "eventHubResourceId": { + "type": "string" + }, + "eventHubType": { + "type": "string" + }, + "eventStreamingState": { + "type": "string" + }, + "eventStreamingType": { + "type": "string" + }, + "partitionId": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsPreviousAccountStateServiceModel": { + "type": "object", + "properties": { + "resourceType": { + "type": "string" + }, + "sku": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsAccountSkuModel" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsProcessingStorageModel": { + "type": "object", + "properties": { + "dnsZone": { + "type": "string" + }, + "endpointSuffix": { + "type": "string" + }, + "location": { + "type": "string" + }, + "name": { + "type": "string" + }, + "primaryEndpoint": { + "type": "string" + }, + "resourceId": { + "type": "string" + }, + "sku": { + "type": "string" + }, + "tenantId": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsReconciliationConfigServiceModel": { + "type": "object", + "properties": { + "reconciliationStatus": { + "type": "string" + }, + "tenantId": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsUserAssignedIdentityModel": { + "type": "object", + "properties": { + "authenticationEndpoint": { + "type": "string" + }, + "clientId": { + "type": "string" + }, + "clientSecretUrl": { + "type": "string" + }, + "principalId": { + "type": "string" + }, + "tenantId": { + "type": "string" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationAssetMissingPropertiesRequest": { + "type": "object", + "properties": { + "dryRun": { + "type": "boolean" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationBillingEventBackfillRequest": { + "type": "object", + "properties": { + "events": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesExtendedBillingEvent" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationBusinessDomainObjectBackfillRequest": { + "type": "object", + "properties": { + "dryRun": { + "type": "boolean" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationGlobalAssetCleanupRequest": { + "type": "object", + "properties": { + "dryRun": { + "type": "boolean" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsCriticalDataElementCriticalDataElementFacetRequest": { + "type": "object", + "properties": { + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "nameKeyword": { + "type": "string" + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + }, + "multiStatus": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + } + }, + "facets": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsFacetRequestObject" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsCriticalDataElementCriticalDataElementQueryRequest": { + "type": "object", + "properties": { + "skip": { + "type": "integer", + "format": "int32" + }, + "top": { + "type": "integer", + "format": "int32" + }, + "orderBy": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy" + } + }, + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "nameKeyword": { + "type": "string" + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + }, + "multiStatus": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + } + }, + "managedAttributes": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedSearchManageAttributeSearchFilter" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsCustomMetadataCustomMetadataQueryRequest": { + "type": "object", + "properties": { + "skip": { + "type": "integer", + "format": "int32" + }, + "top": { + "type": "integer", + "format": "int32" + }, + "orderBy": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy" + } + }, + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "nameKeyword": { + "type": "string" + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataAssetDataAssetQueryRequest": { + "type": "object", + "properties": { + "skip": { + "type": "integer", + "format": "int32" + }, + "top": { + "type": "integer", + "format": "int32" + }, + "orderBy": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy" + } + }, + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "nameKeyword": { + "type": "string" + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "dataMapAssetIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataProductFacetRequest": { + "type": "object", + "properties": { + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "nameKeyword": { + "type": "string" + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + }, + "multiStatus": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + } + }, + "type": { + "type": "string" + }, + "types": { + "type": "array", + "items": { + "type": "string" + } + }, + "facets": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsFacetRequestObject" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataProductQueryRequest": { + "type": "object", + "properties": { + "skip": { + "type": "integer", + "format": "int32" + }, + "top": { + "type": "integer", + "format": "int32" + }, + "orderBy": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy" + } + }, + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "nameKeyword": { + "type": "string" + }, + "type": { + "type": "string" + }, + "types": { + "type": "array", + "items": { + "type": "string" + } + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + }, + "multiStatus": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + } + }, + "managedAttributes": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedSearchManageAttributeSearchFilter" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsFacetRequestObject": { + "type": "object", + "properties": { + "name": { + "type": "string" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsMetadataAttributeAttributeInstanceRelationship": { + "type": "object", + "properties": { + "entityId": { + "type": "string", + "format": "uuid" + }, + "relationshipType": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedRelationshipType" + }, + "value": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsMetadataAttributeMetadataAttributeRelationship": { + "type": "object", + "properties": { + "description": { + "type": "string" + }, + "entityId": { + "type": "string", + "format": "uuid" + }, + "relationshipType": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedRelationshipType" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsObjectiveFacetRequest": { + "type": "object", + "properties": { + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "definition": { + "type": "string" + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceOkrObjectiveStatus" + }, + "multiStatus": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceOkrObjectiveStatus" + } + }, + "facets": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsFacetRequestObject" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsObjectiveQueryRequest": { + "type": "object", + "properties": { + "skip": { + "type": "integer", + "format": "int32" + }, + "top": { + "type": "integer", + "format": "int32" + }, + "orderBy": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy" + } + }, + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "definition": { + "type": "string" + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceOkrObjectiveStatus" + }, + "multiStatus": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceOkrObjectiveStatus" + } + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy": { + "type": "object", + "properties": { + "field": { + "type": "string" + }, + "direction": { + "type": "string" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsPolicyAddAdminRequest": { + "type": "object", + "properties": { + "userObjectId": { + "type": "string" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermFacetRequest": { + "type": "object", + "properties": { + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "nameKeyword": { + "type": "string" + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "acronyms": { + "type": "array", + "items": { + "type": "string" + } + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + }, + "multiStatus": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + } + }, + "facets": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsFacetRequestObject" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermQueryRequest": { + "type": "object", + "properties": { + "skip": { + "type": "integer", + "format": "int32" + }, + "top": { + "type": "integer", + "format": "int32" + }, + "orderBy": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy" + } + }, + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "nameKeyword": { + "type": "string" + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + }, + "multiStatus": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + } + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "acronyms": { + "type": "array", + "items": { + "type": "string" + } + }, + "managedAttributes": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedSearchManageAttributeSearchFilter" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermRelationship": { + "type": "object", + "properties": { + "description": { + "type": "string" + }, + "entityId": { + "type": "string", + "format": "uuid" + }, + "relationshipType": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedRelationshipType" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermsMoveRequest": { + "type": "object", + "properties": { + "destinationDomainId": { + "type": "string", + "format": "uuid" + }, + "termIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsWorkflowRunQueryRequest": { + "type": "object", + "properties": { + "skip": { + "type": "integer", + "format": "int32" + }, + "top": { + "type": "integer", + "format": "int32" + }, + "orderBy": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy" + } + }, + "conceptId": { + "type": "string" + }, + "conceptType": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelConceptType" + }, + "workflowRunAction": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelApproverMetadataActionEnum" + }, + "workflowRunStatus": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelWorkflowRunsStatusEnum" + }, + "domain": { + "type": "string" + }, + "conceptName": { + "type": "string" + }, + "createdBy": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftPurviewActiveGlossaryModelsServiceBillingBillingRequest": { + "type": "object", + "properties": { + "aggregationType": { + "type": "string" + }, + "aggregationByProperties": { + "type": "array", + "items": { + "type": "string" + } + }, + "dimensions": { + "type": "array", + "items": { + "type": "string" + } + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + }, + "filters": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceBillingFilterConditions" + } + }, + "dimensionFilters": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceBillingFilter" + } + }, + "tagFilters": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceBillingFilter" + } + }, + "binFunction": { + "type": "string" + } + } + }, + "MicrosoftPurviewActiveGlossaryModelsServiceBillingFilter": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "MicrosoftPurviewActiveGlossaryModelsServiceBillingFilterConditions": { + "type": "object", + "properties": { + "filterProperty": { + "type": "string" + }, + "filterCondition": { + "type": "string" + }, + "filterValue": { + "type": "string" + } + } + }, + "MicrosoftPurviewActiveGlossaryModelsServiceEntityCategory": { + "type": "number", + "enum": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewActiveGlossaryModelsServiceEntityCategory", + "modelAsString": true, + "values": [ + { + "name": "0", + "value": 0 + }, + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + }, + { + "name": "5", + "value": 5 + }, + { + "name": "6", + "value": 6 + }, + { + "name": "7", + "value": 7 + }, + { + "name": "8", + "value": 8 + }, + { + "name": "9", + "value": 9 + }, + { + "name": "10", + "value": 10 + }, + { + "name": "11", + "value": 11 + }, + { + "name": "12", + "value": 12 + }, + { + "name": "13", + "value": 13 + } + ] + } + }, + "MicrosoftPurviewActiveGlossaryModelsServiceOkrObjectiveStatus": { + "type": "number", + "enum": [ + 0, + 1, + 2 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewActiveGlossaryModelsServiceOkrObjectiveStatus", + "modelAsString": true, + "values": [ + { + "name": "0", + "value": 0 + }, + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + } + ] + } + }, + "MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus": { + "type": "number", + "enum": [ + 0, + 1, + 2 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus", + "modelAsString": true, + "values": [ + { + "name": "0", + "value": 0 + }, + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + } + ] + } + }, + "MicrosoftPurviewActiveGlossaryModelsServiceSharedRelationshipType": { + "type": "number", + "enum": [ + 0, + 1, + 2 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewActiveGlossaryModelsServiceSharedRelationshipType", + "modelAsString": true, + "values": [ + { + "name": "0", + "value": 0 + }, + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + } + ] + } + }, + "MicrosoftPurviewActiveGlossaryModelsServiceSharedSearchManageAttributeSearchFilter": { + "type": "object", + "properties": { + "field": { + "type": "string" + }, + "operator": { + "type": "string" + }, + "value": { + "description": "Anything" + }, + "type": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceAuditAPIEntitiesPartnerAuditRecordAppAccessContext": { + "type": "object", + "properties": { + "aadSessionId": { + "type": "string" + }, + "apiId": { + "type": "string" + }, + "clientAppId": { + "type": "string" + }, + "clientAppName": { + "type": "string" + }, + "correlationId": { + "type": "string" + }, + "uniqueTokenId": { + "type": "string" + }, + "issuedAtTime": { + "type": "string", + "format": "date-time" + } + } + }, + "MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesBillingEvent": { + "type": "object", + "properties": { + "id": { + "type": "string", + "format": "uuid" + }, + "recordType": { + "type": "integer", + "format": "int32" + }, + "creationTime": { + "type": "string", + "format": "date-time" + }, + "operation": { + "type": "string" + }, + "organizationId": { + "type": "string", + "format": "uuid" + }, + "userType": { + "type": "integer", + "format": "int32" + }, + "userKey": { + "type": "string" + }, + "workload": { + "type": "string" + }, + "resultStatus": { + "type": "string" + }, + "objectId": { + "type": "string" + }, + "userId": { + "type": "string" + }, + "clientIP": { + "type": "string" + }, + "scope": { + "type": "integer", + "format": "int32" + }, + "appAccessContext": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceAuditAPIEntitiesPartnerAuditRecordAppAccessContext" + }, + "solutionName": { + "type": "string" + }, + "solutionScenario": { + "type": "string" + }, + "consumptionValue": { + "type": "number", + "format": "double" + }, + "consumptionValueUnit": { + "type": "string" + }, + "consumptionType": { + "type": "string" + }, + "billingType": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesBillingType" + }, + "additionalInfo": { + "type": "string" + }, + "correlationId": { + "type": "string" + }, + "tags": { + "type": "string" + }, + "billingStartDate": { + "type": "string", + "format": "date-time" + }, + "billingEndDate": { + "type": "string", + "format": "date-time" + }, + "reportingDimensions": { + "type": "string" + }, + "billingRegion": { + "type": "string" + }, + "resourceId": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesBillingType": { + "type": "number", + "enum": [ + 0 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesBillingType", + "modelAsString": true, + "values": [ + { + "name": "0", + "value": 0 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesExtendedBillingEvent": { + "type": "object", + "properties": { + "logOnly": { + "type": "boolean" + }, + "billingEvent": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesBillingEvent" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelApproverMetadata": { + "type": "object", + "properties": { + "action": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelApproverMetadataActionEnum" + }, + "approvers": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelApprovers" + } + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelApproverMetadataActionEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelApproverMetadataActionEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelApprovers": { + "type": "object", + "properties": { + "id": { + "type": "string", + "format": "uuid" + }, + "description": { + "type": "string" + }, + "email": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelAttributeInstance": { + "type": "object", + "properties": { + "fieldType": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelAttributeInstanceFieldTypeEnum" + }, + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "createdAt": { + "type": "string", + "format": "date-time" + }, + "createdBy": { + "type": "string", + "format": "uuid" + }, + "lastModifiedAt": { + "type": "string", + "format": "date-time" + }, + "lastModifiedBy": { + "type": "string", + "format": "uuid" + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "attributeId": { + "type": "string", + "format": "uuid" + }, + "value": { + "type": "string" + }, + "choices": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelChoice" + } + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelAttributeInstanceFieldTypeEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelAttributeInstanceFieldTypeEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + }, + { + "name": "5", + "value": 5 + }, + { + "name": "6", + "value": 6 + }, + { + "name": "7", + "value": 7 + }, + { + "name": "8", + "value": 8 + }, + { + "name": "9", + "value": 9 + }, + { + "name": "10", + "value": 10 + }, + { + "name": "11", + "value": 11 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelChoice": { + "type": "object", + "properties": { + "value": { + "type": "string" + }, + "ordinal": { + "type": "integer", + "format": "int32" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelConceptType": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4, + 5, + 6 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelConceptType", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + }, + { + "name": "5", + "value": 5 + }, + { + "name": "6", + "value": 6 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelContactsValueInner": { + "type": "object", + "properties": { + "id": { + "type": "string", + "format": "uuid" + }, + "description": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelCriticalDataColumn": { + "type": "object", + "properties": { + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired" + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "assetId": { + "type": "string", + "format": "uuid" + }, + "description": { + "type": "string" + }, + "classifications": { + "type": "array", + "items": { + "type": "string" + } + }, + "dataType": { + "type": "string" + }, + "assetName": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelCriticalDataElement": { + "type": "object", + "properties": { + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelStatus" + }, + "dataType": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelCriticalDataElementDataTypeEnum" + }, + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired" + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "description": { + "type": "string" + }, + "contacts": { + "type": "object", + "description": "Dictionary of\n", + "additionalProperties": { + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelContactsValueInner" + }, + "type": "array" + } + }, + "managedAttributes": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelManagedAttribute" + } + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelCriticalDataElementDataTypeEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelCriticalDataElementDataTypeEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelCustomMetadata": { + "type": "object", + "properties": { + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelStatus" + }, + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired" + }, + "description": { + "type": "string" + }, + "contacts": { + "type": "object", + "description": "Dictionary of\n", + "additionalProperties": { + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelContactsValueInner" + }, + "type": "array" + } + }, + "domain": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationship": { + "type": "object", + "properties": { + "relationshipType": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationshipRelationshipTypeEnum" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemData" + }, + "description": { + "type": "string" + }, + "entityId": { + "type": "string", + "format": "uuid" + }, + "properties": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationshipProperties" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationshipProperties": { + "type": "object", + "properties": { + "value": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationshipRelationshipTypeEnum": { + "type": "number", + "enum": [ + 1, + 2 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationshipRelationshipTypeEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDataAsset": { + "type": "object", + "properties": { + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired" + }, + "description": { + "type": "string" + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "source": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataAssetSource" + }, + "contacts": { + "type": "object", + "description": "Dictionary of\n", + "additionalProperties": { + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelContactsValueInner" + }, + "type": "array" + } + }, + "classifications": { + "type": "array", + "items": { + "type": "string" + } + }, + "sensitivityLabel": { + "type": "string", + "format": "uuid" + }, + "type": { + "type": "string" + }, + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataAssetSchema" + } + }, + "lineage": { + "description": "Anything" + }, + "dataQualityScore": { + "type": "number", + "format": "double" + }, + "openInURL": { + "type": "string" + }, + "typeProperties": { + "description": "Anything" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDataAssetSchema": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "description": { + "type": "string" + }, + "classifications": { + "type": "array", + "items": { + "type": "string" + } + }, + "type": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDataAssetSource": { + "type": "object", + "properties": { + "type": { + "type": "string" + }, + "assetId": { + "type": "string", + "format": "uuid" + }, + "assetType": { + "type": "string" + }, + "assetAttributes": { + "description": "Anything" + }, + "fqn": { + "type": "string" + }, + "accountName": { + "type": "string" + }, + "lastRefreshedAt": { + "type": "string", + "format": "date-time" + }, + "lastRefreshedBy": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDataProduct": { + "type": "object", + "properties": { + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelStatus" + }, + "type": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataProductTypeEnum" + }, + "updateFrequency": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataProductUpdateFrequencyEnum" + }, + "managedAttributes": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelManagedAttribute" + } + }, + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired" + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "description": { + "type": "string" + }, + "businessUse": { + "type": "string" + }, + "contacts": { + "type": "object", + "description": "Dictionary of\n", + "additionalProperties": { + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelContactsValueInner" + }, + "type": "array" + } + }, + "termsOfUse": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelExternalLink" + } + }, + "documentation": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelExternalLink" + } + }, + "sensitivityLabel": { + "type": "string" + }, + "endorsed": { + "type": "boolean" + }, + "activeSubscriberCount": { + "type": "integer", + "format": "int32" + }, + "dataQualityScore": { + "type": "number", + "format": "double" + }, + "audience": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataProductAudienceEnum" + } + }, + "additionalProperties": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataProductAllOfAdditionalProperties" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDataProductAllOfAdditionalProperties": { + "type": "object", + "properties": { + "assetCount": { + "type": "integer", + "format": "int64" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDataProductAudienceEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelDataProductAudienceEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + }, + { + "name": "5", + "value": 5 + }, + { + "name": "6", + "value": 6 + }, + { + "name": "7", + "value": 7 + }, + { + "name": "8", + "value": 8 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDataProductTypeEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelDataProductTypeEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + }, + { + "name": "5", + "value": 5 + }, + { + "name": "6", + "value": 6 + }, + { + "name": "7", + "value": 7 + }, + { + "name": "8", + "value": 8 + }, + { + "name": "9", + "value": 9 + }, + { + "name": "10", + "value": 10 + }, + { + "name": "11", + "value": 11 + }, + { + "name": "12", + "value": 12 + }, + { + "name": "13", + "value": 13 + }, + { + "name": "14", + "value": 14 + }, + { + "name": "15", + "value": 15 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDataProductUpdateFrequencyEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4, + 5, + 6 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelDataProductUpdateFrequencyEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + }, + { + "name": "5", + "value": 5 + }, + { + "name": "6", + "value": 6 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDomain": { + "type": "object", + "properties": { + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDomainStatusEnum" + }, + "type": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDomainTypeEnum" + }, + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "isRestricted": { + "type": "boolean" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired" + }, + "description": { + "type": "string" + }, + "parentId": { + "type": "string", + "format": "uuid" + }, + "thumbnail": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDomainAllOfThumbnail" + }, + "domains": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelPlatformDomain" + } + }, + "managedAttributes": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelManagedAttribute" + } + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDomainAllOfThumbnail": { + "type": "object", + "properties": { + "color": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDomainStatusEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelDomainStatusEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDomainTypeEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4, + 5 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelDomainTypeEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + }, + { + "name": "5", + "value": 5 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelExternalLink": { + "type": "object", + "properties": { + "url": { + "type": "string" + }, + "name": { + "type": "string" + }, + "dataAssetId": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelKeyResult": { + "type": "object", + "properties": { + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelKeyResultStatusEnum" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemData" + }, + "id": { + "type": "string", + "format": "uuid" + }, + "definition": { + "type": "string" + }, + "domainId": { + "type": "string", + "format": "uuid" + }, + "progress": { + "type": "number", + "format": "double" + }, + "goal": { + "type": "number", + "format": "double" + }, + "max": { + "type": "number", + "format": "double" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelKeyResultStatusEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelKeyResultStatusEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelManagedAttribute": { + "type": "object", + "properties": { + "name": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelMetadataAttribute": { + "type": "object", + "properties": { + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelStatus" + }, + "fieldType": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelMetadataAttributeFieldTypeEnum" + }, + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired" + }, + "description": { + "type": "string" + }, + "defaultValue": { + "type": "string" + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "isOptional": { + "type": "boolean" + }, + "choices": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelChoice" + } + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelMetadataAttributeFieldTypeEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelMetadataAttributeFieldTypeEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + }, + { + "name": "5", + "value": 5 + }, + { + "name": "6", + "value": 6 + }, + { + "name": "7", + "value": 7 + }, + { + "name": "8", + "value": 8 + }, + { + "name": "9", + "value": 9 + }, + { + "name": "10", + "value": 10 + }, + { + "name": "11", + "value": 11 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelObjectiveAdditionalProperties": { + "type": "object", + "properties": { + "overallStatus": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelObjectiveAdditionalPropertiesOverallStatusEnum" + }, + "overallProgress": { + "type": "number", + "format": "double" + }, + "overallGoal": { + "type": "number", + "format": "double" + }, + "overallMax": { + "type": "number", + "format": "double" + }, + "keyResultsCount": { + "type": "integer", + "format": "int64" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelObjectiveAdditionalPropertiesOverallStatusEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelObjectiveAdditionalPropertiesOverallStatusEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelObjectiveWithAdditionalProperties": { + "type": "object", + "properties": { + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelObjectiveWithAdditionalPropertiesStatusEnum" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithClosed" + }, + "id": { + "type": "string", + "format": "uuid" + }, + "definition": { + "type": "string" + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "targetDate": { + "type": "string", + "format": "date-time" + }, + "contacts": { + "type": "object", + "description": "Dictionary of\n", + "additionalProperties": { + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelContactsValueInner" + }, + "type": "array" + } + }, + "additionalProperties": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelObjectiveAdditionalProperties" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelObjectiveWithAdditionalPropertiesStatusEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelObjectiveWithAdditionalPropertiesStatusEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelPlatformDomain": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "friendlyName": { + "type": "string" + }, + "relatedCollections": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelRelatedCollection" + } + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelRelatedCollection": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "friendlyName": { + "type": "string" + }, + "parentCollection": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelRelatedCollectionParentCollection" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelRelatedCollectionParentCollection": { + "type": "object", + "properties": { + "type": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelRelatedCollectionParentCollectionTypeEnum" + }, + "refName": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelRelatedCollectionParentCollectionTypeEnum": { + "type": "number", + "enum": [ + 1 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelRelatedCollectionParentCollectionTypeEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelStatus": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelStatus", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelSystemData": { + "type": "object", + "properties": { + "createdAt": { + "type": "string", + "format": "date-time" + }, + "createdBy": { + "type": "string", + "format": "uuid" + }, + "lastModifiedAt": { + "type": "string", + "format": "date-time" + }, + "lastModifiedBy": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithClosed": { + "type": "object", + "properties": { + "createdAt": { + "type": "string", + "format": "date-time" + }, + "createdBy": { + "type": "string", + "format": "uuid" + }, + "lastModifiedAt": { + "type": "string", + "format": "date-time" + }, + "lastModifiedBy": { + "type": "string", + "format": "uuid" + }, + "closedAt": { + "type": "string", + "format": "date-time" + }, + "closedBy": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired": { + "type": "object", + "properties": { + "createdAt": { + "type": "string", + "format": "date-time" + }, + "createdBy": { + "type": "string", + "format": "uuid" + }, + "lastModifiedAt": { + "type": "string", + "format": "date-time" + }, + "lastModifiedBy": { + "type": "string", + "format": "uuid" + }, + "expiredAt": { + "type": "string", + "format": "date-time" + }, + "expiredBy": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelTerm": { + "type": "object", + "properties": { + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelStatus" + }, + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired" + }, + "description": { + "type": "string" + }, + "contacts": { + "type": "object", + "description": "Dictionary of\n", + "additionalProperties": { + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelContactsValueInner" + }, + "type": "array" + } + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "parentId": { + "type": "string", + "format": "uuid" + }, + "acronyms": { + "type": "array", + "items": { + "type": "string" + } + }, + "resources": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelTermResource" + } + }, + "isLeaf": { + "type": "boolean" + }, + "managedAttributes": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelManagedAttribute" + } + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelTermResource": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "url": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelWorkflowMetadata": { + "type": "object", + "properties": { + "conceptType": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelConceptType" + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelWorkflowMetadataStatusEnum" + }, + "approverMetadata": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelApproverMetadata" + } + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelWorkflowMetadataStatusEnum": { + "type": "number", + "enum": [ + 1, + 2 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelWorkflowMetadataStatusEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelWorkflowRunsStatusEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelWorkflowRunsStatusEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelWorkflows": { + "type": "object", + "properties": { + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemData" + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "workflowMetadata": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelWorkflowMetadata" + } + } + } + } + }, + "parameters": { + "Azure.Core.Foundations.ApiVersionParameter": { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string", + "minLength": 1, + "x-ms-parameter-location": "method", + "x-ms-client-name": "apiVersion" + } + } +} diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationBackfillDomainParentObject_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationBackfillDomainParentObject_MaximumSet_Gen.json new file mode 100644 index 000000000000..0df020592eeb --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationBackfillDomainParentObject_MaximumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "title": "AdministrationBackfillDomainParentObject_MaximumSet", + "operationId": "AdministrationBackfillDomainParentObject", + "parameters": { + "api-version": "0000-00-00", + "body": { + "dryRun": true + } + }, + "responses": { + "204": {} + } +} diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationBackfillDomainParentObject_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationBackfillDomainParentObject_MinimumSet_Gen.json new file mode 100644 index 000000000000..13f08be2e891 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationBackfillDomainParentObject_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "AdministrationBackfillDomainParentObject_MinimumSet", + "operationId": "AdministrationBackfillDomainParentObject", + "parameters": { + "api-version": "0000-00-00", + "body": {} + }, + "responses": { + "204": {} + } +} diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationBatchBackfillBillingEvents_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationBatchBackfillBillingEvents_MaximumSet_Gen.json new file mode 100644 index 000000000000..23ba9d8a00b7 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationBatchBackfillBillingEvents_MaximumSet_Gen.json @@ -0,0 +1,55 @@ +{ + "title": "AdministrationBatchBackfillBillingEvents_MaximumSet", + "operationId": "AdministrationBatchBackfillBillingEvents", + "parameters": { + "api-version": "0000-00-00", + "body": { + "events": [ + { + "logOnly": true, + "billingEvent": { + "id": "ddztytjudbcik", + "recordType": 22, + "creationTime": "2025-06-16T21:01:35.985Z", + "operation": "ufiybeucgchjfsutfxeoujoc", + "organizationId": "wyvidmsehha", + "userType": 28, + "userKey": "azzqzvaraw", + "workload": "oavheuzevewhnhxghcceedkvtv", + "resultStatus": "duevfbioybfavncmtykg", + "objectId": "ipqhpihpxvrg", + "userId": "mvdcupirjyvdnyrxejnv", + "clientIP": "xmgmazpdeaxbxps", + "scope": 23, + "appAccessContext": { + "aadSessionId": "jirxhzwywhayo", + "apiId": "ovkczwxj", + "clientAppId": "exjlpamkbrkhtvzrzw", + "clientAppName": "rhrwdncj", + "correlationId": "itahhjfcizcfkqmpgeqkbeqopscal", + "uniqueTokenId": "kvmfc", + "issuedAtTime": "2025-06-16T21:01:35.985Z" + }, + "solutionName": "ikosxrf", + "solutionScenario": "adtrlrefxmofvzajndnkbkodfccg", + "consumptionValue": 5, + "consumptionValueUnit": "aafahmshhghqvboxsxrwexbwl", + "consumptionType": "rmdtpwitotnzujeryowxsqfeet", + "billingType": 7, + "additionalInfo": "vsvguywtbkvmw", + "correlationId": "siujcwjmphyamkxexfirnb", + "tags": "mlwqlxbkqimnhsnul", + "billingStartDate": "2025-06-16T21:01:35.985Z", + "billingEndDate": "2025-06-16T21:01:35.985Z", + "reportingDimensions": "agvfnhglagdkbbhhtlhfpjnl", + "billingRegion": "tonwkqdoirrpwzmor", + "resourceId": "uesxzxcoedc" + } + } + ] + } + }, + "responses": { + "204": {} + } +} diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationFindAssetsWithMandatoryMissingProperties_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationFindAssetsWithMandatoryMissingProperties_MaximumSet_Gen.json new file mode 100644 index 000000000000..dc98193dbbae --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationFindAssetsWithMandatoryMissingProperties_MaximumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "title": "AdministrationFindAssetsWithMandatoryMissingProperties_MaximumSet", + "operationId": "AdministrationFindAssetsWithMandatoryMissingProperties", + "parameters": { + "api-version": "0000-00-00", + "body": { + "dryRun": true + } + }, + "responses": { + "204": {} + } +} diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationFindAssetsWithMandatoryMissingProperties_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationFindAssetsWithMandatoryMissingProperties_MinimumSet_Gen.json new file mode 100644 index 000000000000..1258a303360f --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationFindAssetsWithMandatoryMissingProperties_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "AdministrationFindAssetsWithMandatoryMissingProperties_MinimumSet", + "operationId": "AdministrationFindAssetsWithMandatoryMissingProperties", + "parameters": { + "api-version": "0000-00-00", + "body": {} + }, + "responses": { + "204": {} + } +} diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationFindInconsistentGraphRecords_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationFindInconsistentGraphRecords_MaximumSet_Gen.json new file mode 100644 index 000000000000..cc9548d54e47 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationFindInconsistentGraphRecords_MaximumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "title": "AdministrationFindInconsistentGraphRecords_MaximumSet", + "operationId": "AdministrationFindInconsistentGraphRecords", + "parameters": { + "api-version": "0000-00-00", + "body": { + "dryRun": true + } + }, + "responses": { + "204": {} + } +} diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationFindInconsistentGraphRecords_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationFindInconsistentGraphRecords_MinimumSet_Gen.json new file mode 100644 index 000000000000..287ec5179d8a --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationFindInconsistentGraphRecords_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "AdministrationFindInconsistentGraphRecords_MinimumSet", + "operationId": "AdministrationFindInconsistentGraphRecords", + "parameters": { + "api-version": "0000-00-00", + "body": {} + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationGlobalizeDataAssets_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationGlobalizeDataAssets_MaximumSet_Gen.json new file mode 100644 index 000000000000..75ccf771d8a3 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationGlobalizeDataAssets_MaximumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "title": "AdministrationGlobalizeDataAssets_MaximumSet", + "operationId": "AdministrationGlobalizeDataAssets", + "parameters": { + "api-version": "0000-00-00", + "body": { + "dryRun": true + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationGlobalizeDataAssets_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationGlobalizeDataAssets_MinimumSet_Gen.json new file mode 100644 index 000000000000..db9e1432d226 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AdministrationGlobalizeDataAssets_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "AdministrationGlobalizeDataAssets_MinimumSet", + "operationId": "AdministrationGlobalizeDataAssets", + "parameters": { + "api-version": "0000-00-00", + "body": {} + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeAttributeId_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeAttributeId_MaximumSet_Gen.json new file mode 100644 index 000000000000..60699ee9f733 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeAttributeId_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "AttributeAttributeId_MaximumSet", + "operationId": "AttributeAttributeId", + "parameters": { + "api-version": "0000-00-00", + "attributeId": "btxsyytsfeyeolanszlyxpufnlgiv" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeInstanceInstanceIdRelationships_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeInstanceInstanceIdRelationships_MaximumSet_Gen.json new file mode 100644 index 000000000000..30ed6c46baca --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeInstanceInstanceIdRelationships_MaximumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "AttributeInstanceInstanceIdRelationships_MaximumSet", + "operationId": "AttributeInstanceInstanceIdRelationships", + "parameters": { + "api-version": "0000-00-00", + "instanceId": "clkdixskoephflcv", + "body": { + "entityId": "dju", + "relationshipType": 17, + "value": "smcm" + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeInstanceInstanceId_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeInstanceInstanceId_MaximumSet_Gen.json new file mode 100644 index 000000000000..8b1ecaa2cc72 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeInstanceInstanceId_MaximumSet_Gen.json @@ -0,0 +1,29 @@ +{ + "title": "AttributeInstanceInstanceId_MaximumSet", + "operationId": "AttributeInstanceInstanceId", + "parameters": { + "api-version": "0000-00-00", + "instanceId": "whuovjc", + "body": { + "fieldType": 12, + "id": "bmkdxx", + "name": "zdommlkekksirqhnffgv", + "createdAt": "2025-06-16T21:01:38.789Z", + "createdBy": "isse", + "lastModifiedAt": "2025-06-16T21:01:38.789Z", + "lastModifiedBy": "aoncasezzpabtnhtbusfjix", + "domain": "ulcdsnifxu", + "attributeId": "pkkgbtpjocmyjof", + "value": "qqagxglzwwskknlou", + "choices": [ + { + "value": "wbcbg", + "ordinal": 30 + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeInstanceInstances_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeInstanceInstances_MaximumSet_Gen.json new file mode 100644 index 000000000000..3ac758f2fb56 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeInstanceInstances_MaximumSet_Gen.json @@ -0,0 +1,29 @@ +{ + "title": "AttributeInstanceInstances_MaximumSet", + "operationId": "AttributeInstanceInstances", + "parameters": { + "api-version": "0000-00-00", + "instanceId": "lbetdzrxqdgrsivq", + "body": { + "fieldType": 12, + "id": "bmkdxx", + "name": "zdommlkekksirqhnffgv", + "createdAt": "2025-06-16T21:01:38.789Z", + "createdBy": "isse", + "lastModifiedAt": "2025-06-16T21:01:38.789Z", + "lastModifiedBy": "aoncasezzpabtnhtbusfjix", + "domain": "ulcdsnifxu", + "attributeId": "pkkgbtpjocmyjof", + "value": "qqagxglzwwskknlou", + "choices": [ + { + "value": "wbcbg", + "ordinal": 30 + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeInstance_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeInstance_MaximumSet_Gen.json new file mode 100644 index 000000000000..555196bd56d4 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeInstance_MaximumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "title": "AttributeInstance_MaximumSet", + "operationId": "AttributeInstance", + "parameters": { + "api-version": "0000-00-00", + "domainId": "oiqfo", + "skip": 29, + "top": 3, + "orderBy": "kosq" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeName_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeName_MaximumSet_Gen.json new file mode 100644 index 000000000000..39d740c04e33 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributeName_MaximumSet_Gen.json @@ -0,0 +1,35 @@ +{ + "title": "AttributeName_MaximumSet", + "operationId": "AttributeName", + "parameters": { + "api-version": "0000-00-00", + "name": "nezgqrfwtasltipn", + "body": { + "status": 6, + "fieldType": 13, + "id": "koxdpaxx", + "name": "nw", + "systemData": { + "createdAt": "2025-06-16T21:01:37.447Z", + "createdBy": "zfkgpsodposiekezxoteru", + "lastModifiedAt": "2025-06-16T21:01:37.447Z", + "lastModifiedBy": "w", + "expiredAt": "2025-06-16T21:01:37.447Z", + "expiredBy": "akfmmeeujcbagv" + }, + "description": "t", + "defaultValue": "xfhrhkdcoeigwpmih", + "domain": "kiglhywlzbsw", + "isOptional": true, + "choices": [ + { + "value": "wbcbg", + "ordinal": 30 + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Attribute_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Attribute_MaximumSet_Gen.json new file mode 100644 index 000000000000..8f9958d47754 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Attribute_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "Attribute_MaximumSet", + "operationId": "Attribute", + "parameters": { + "api-version": "0000-00-00", + "attributeId": "jbfnhmmjhfqtdegqxth" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributesAttributeIdRelationships_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributesAttributeIdRelationships_MaximumSet_Gen.json new file mode 100644 index 000000000000..3ac21d4cd65f --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/AttributesAttributeIdRelationships_MaximumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "AttributesAttributeIdRelationships_MaximumSet", + "operationId": "AttributesAttributeIdRelationships", + "parameters": { + "api-version": "0000-00-00", + "attributeId": "xaejtjslbjnpz", + "body": { + "description": "vfveqfcphegvhvcfhqkugh", + "entityId": "tzqqvkwrsqmnbhwps", + "relationshipType": 17 + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/BillingGetaggregate_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/BillingGetaggregate_MaximumSet_Gen.json new file mode 100644 index 000000000000..29d7d0af1ec4 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/BillingGetaggregate_MaximumSet_Gen.json @@ -0,0 +1,42 @@ +{ + "title": "BillingGetaggregate_MaximumSet", + "operationId": "BillingGetaggregate", + "parameters": { + "api-version": "0000-00-00", + "body": { + "aggregationType": "umiozdmic", + "aggregationByProperties": [ + "ftvpsihsbhn" + ], + "dimensions": [ + "qfhqbyhmtonqslgbuovx" + ], + "tags": [ + "eufneg" + ], + "filters": [ + { + "filterProperty": "owyresbdvlecflpztz", + "filterCondition": "zxepmb", + "filterValue": "lvaauqmncjyjnrq" + } + ], + "dimensionFilters": [ + { + "name": "cufwtqjyzhxzdzdwlqnm", + "value": "eozomssmothmb" + } + ], + "tagFilters": [ + { + "name": "cufwtqjyzhxzdzdwlqnm", + "value": "eozomssmothmb" + } + ], + "binFunction": "slilppahnzmkyc" + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/BillingGetaggregate_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/BillingGetaggregate_MinimumSet_Gen.json new file mode 100644 index 000000000000..cd118731f95f --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/BillingGetaggregate_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "BillingGetaggregate_MinimumSet", + "operationId": "BillingGetaggregate", + "parameters": { + "api-version": "0000-00-00", + "body": {} + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/BillingGetaggregates_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/BillingGetaggregates_MaximumSet_Gen.json new file mode 100644 index 000000000000..36b153a175be --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/BillingGetaggregates_MaximumSet_Gen.json @@ -0,0 +1,42 @@ +{ + "title": "BillingGetaggregates_MaximumSet", + "operationId": "BillingGetaggregates", + "parameters": { + "api-version": "0000-00-00", + "body": { + "aggregationType": "umiozdmic", + "aggregationByProperties": [ + "ftvpsihsbhn" + ], + "dimensions": [ + "qfhqbyhmtonqslgbuovx" + ], + "tags": [ + "eufneg" + ], + "filters": [ + { + "filterProperty": "owyresbdvlecflpztz", + "filterCondition": "zxepmb", + "filterValue": "lvaauqmncjyjnrq" + } + ], + "dimensionFilters": [ + { + "name": "cufwtqjyzhxzdzdwlqnm", + "value": "eozomssmothmb" + } + ], + "tagFilters": [ + { + "name": "cufwtqjyzhxzdzdwlqnm", + "value": "eozomssmothmb" + } + ], + "binFunction": "slilppahnzmkyc" + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/BillingGetaggregates_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/BillingGetaggregates_MinimumSet_Gen.json new file mode 100644 index 000000000000..767098a2632a --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/BillingGetaggregates_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "BillingGetaggregates_MinimumSet", + "operationId": "BillingGetaggregates", + "parameters": { + "api-version": "0000-00-00", + "body": {} + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureInstallRepeatIntervalMinutes_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureInstallRepeatIntervalMinutes_MaximumSet_Gen.json new file mode 100644 index 000000000000..d45f7840e2be --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureInstallRepeatIntervalMinutes_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "CatalogSnapshotConfigureInstallRepeatIntervalMinutes_MaximumSet", + "operationId": "CatalogSnapshotConfigureInstallRepeatIntervalMinutes", + "parameters": { + "api-version": "0000-00-00", + "repeatIntervalMinutes": 23 + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureInstallRepeatIntervalMinutes_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureInstallRepeatIntervalMinutes_MinimumSet_Gen.json new file mode 100644 index 000000000000..b915dd3acd52 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureInstallRepeatIntervalMinutes_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "CatalogSnapshotConfigureInstallRepeatIntervalMinutes_MinimumSet", + "operationId": "CatalogSnapshotConfigureInstallRepeatIntervalMinutes", + "parameters": { + "api-version": "0000-00-00", + "repeatIntervalMinutes": 21 + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureStatus_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureStatus_MaximumSet_Gen.json new file mode 100644 index 000000000000..17d416ef5278 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureStatus_MaximumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "CatalogSnapshotConfigureStatus_MaximumSet", + "operationId": "CatalogSnapshotConfigureStatus", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureStatus_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureStatus_MinimumSet_Gen.json new file mode 100644 index 000000000000..e39608bb61b4 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureStatus_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "CatalogSnapshotConfigureStatus_MinimumSet", + "operationId": "CatalogSnapshotConfigureStatus", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureUninstall_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureUninstall_MaximumSet_Gen.json new file mode 100644 index 000000000000..fc8e85fe615b --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureUninstall_MaximumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "CatalogSnapshotConfigureUninstall_MaximumSet", + "operationId": "CatalogSnapshotConfigureUninstall", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureUninstall_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureUninstall_MinimumSet_Gen.json new file mode 100644 index 000000000000..8613fa541fe4 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotConfigureUninstall_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "CatalogSnapshotConfigureUninstall_MinimumSet", + "operationId": "CatalogSnapshotConfigureUninstall", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotHistorySnapshotIdMetadata_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotHistorySnapshotIdMetadata_MaximumSet_Gen.json new file mode 100644 index 000000000000..f3f0d2966b4d --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotHistorySnapshotIdMetadata_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "CatalogSnapshotHistorySnapshotIdMetadata_MaximumSet", + "operationId": "CatalogSnapshotHistorySnapshotIdMetadata", + "parameters": { + "api-version": "0000-00-00", + "snapshotId": "tvgkbaawbl" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotHistorySnapshotId_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotHistorySnapshotId_MaximumSet_Gen.json new file mode 100644 index 000000000000..c3dc4c52dd01 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotHistorySnapshotId_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "CatalogSnapshotHistorySnapshotId_MaximumSet", + "operationId": "CatalogSnapshotHistorySnapshotId", + "parameters": { + "api-version": "0000-00-00", + "snapshotId": "wuummbyimjukcisslzlofhun" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotHistory_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotHistory_MaximumSet_Gen.json new file mode 100644 index 000000000000..d6059cd297ca --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotHistory_MaximumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "CatalogSnapshotHistory_MaximumSet", + "operationId": "CatalogSnapshotHistory", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotHistory_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotHistory_MinimumSet_Gen.json new file mode 100644 index 000000000000..c9dd4ea4f7c0 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotHistory_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "CatalogSnapshotHistory_MinimumSet", + "operationId": "CatalogSnapshotHistory", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotLatestMetadata_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotLatestMetadata_MaximumSet_Gen.json new file mode 100644 index 000000000000..a1df0abc1d6e --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotLatestMetadata_MaximumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "CatalogSnapshotLatestMetadata_MaximumSet", + "operationId": "CatalogSnapshotLatestMetadata", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotLatestMetadata_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotLatestMetadata_MinimumSet_Gen.json new file mode 100644 index 000000000000..59c8371d4d45 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotLatestMetadata_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "CatalogSnapshotLatestMetadata_MinimumSet", + "operationId": "CatalogSnapshotLatestMetadata", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotLatest_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotLatest_MaximumSet_Gen.json new file mode 100644 index 000000000000..53ad0ae1048e --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotLatest_MaximumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "CatalogSnapshotLatest_MaximumSet", + "operationId": "CatalogSnapshotLatest", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotLatest_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotLatest_MinimumSet_Gen.json new file mode 100644 index 000000000000..c528c5188dec --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CatalogSnapshotLatest_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "CatalogSnapshotLatest_MinimumSet", + "operationId": "CatalogSnapshotLatest", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataColumnCriticalDataColumnIdRelationships_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataColumnCriticalDataColumnIdRelationships_MaximumSet_Gen.json new file mode 100644 index 000000000000..b12ce0ac63c3 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataColumnCriticalDataColumnIdRelationships_MaximumSet_Gen.json @@ -0,0 +1,12 @@ +{ + "title": "CriticalDataColumnCriticalDataColumnIdRelationships_MaximumSet", + "operationId": "CriticalDataColumnCriticalDataColumnIdRelationships", + "parameters": { + "api-version": "0000-00-00", + "criticalDataColumnId": "tswxqytszbyrhmuv", + "body": {} + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataColumnCriticalDataColumnId_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataColumnCriticalDataColumnId_MaximumSet_Gen.json new file mode 100644 index 000000000000..35e4cf31ea75 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataColumnCriticalDataColumnId_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "CriticalDataColumnCriticalDataColumnId_MaximumSet", + "operationId": "CriticalDataColumnCriticalDataColumnId", + "parameters": { + "api-version": "0000-00-00", + "criticalDataColumnId": "xuhcxyvzgxjfdmzlyjuk" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataColumn_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataColumn_MaximumSet_Gen.json new file mode 100644 index 000000000000..ad20a8b23001 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataColumn_MaximumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "CriticalDataColumn_MaximumSet", + "operationId": "CriticalDataColumn", + "parameters": { + "api-version": "0000-00-00", + "domainId": "rjpoxehzqueshkuoxjlprhzrnv", + "assetId": "dmuevvy", + "skip": 7, + "top": 9, + "orderBy": "mbw" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataElementCriticalDataElementIdRelationships_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataElementCriticalDataElementIdRelationships_MaximumSet_Gen.json new file mode 100644 index 000000000000..59be2afdc50f --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataElementCriticalDataElementIdRelationships_MaximumSet_Gen.json @@ -0,0 +1,12 @@ +{ + "title": "CriticalDataElementCriticalDataElementIdRelationships_MaximumSet", + "operationId": "CriticalDataElementCriticalDataElementIdRelationships", + "parameters": { + "api-version": "0000-00-00", + "criticalDataElementId": "zujfuzg", + "body": {} + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataElementFacets_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataElementFacets_MaximumSet_Gen.json new file mode 100644 index 000000000000..a841b9978d17 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataElementFacets_MaximumSet_Gen.json @@ -0,0 +1,31 @@ +{ + "title": "CriticalDataElementFacets_MaximumSet", + "operationId": "CriticalDataElementFacets", + "parameters": { + "api-version": "0000-00-00", + "body": { + "iDs": [ + "qkbnbkyfycgrbe" + ], + "domainIDs": [ + "ytgyezdkepglugz" + ], + "nameKeyword": "syqqslwbqkaivpsuejosydw", + "owners": [ + "wojr" + ], + "status": 14, + "multiStatus": [ + 14 + ], + "facets": [ + { + "name": "zzbdtekwhjecdpizhkoyxdi" + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataElementFacets_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataElementFacets_MinimumSet_Gen.json new file mode 100644 index 000000000000..dd3942c1599e --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataElementFacets_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "CriticalDataElementFacets_MinimumSet", + "operationId": "CriticalDataElementFacets", + "parameters": { + "api-version": "0000-00-00", + "body": {} + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataElementQuery_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataElementQuery_MaximumSet_Gen.json new file mode 100644 index 000000000000..9377ce043399 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataElementQuery_MaximumSet_Gen.json @@ -0,0 +1,42 @@ +{ + "title": "CriticalDataElementQuery_MaximumSet", + "operationId": "CriticalDataElementQuery", + "parameters": { + "api-version": "0000-00-00", + "duplicatecheck": 22, + "body": { + "skip": 26, + "top": 1, + "orderBy": [ + { + "field": "bnqhudythkewagzxduxxcuey", + "direction": "xhttstpwrbywmmlshzaqcmaa" + } + ], + "iDs": [ + "arganxxpsyizpvwutbnbujyg" + ], + "domainIDs": [ + "urzyxnixhq" + ], + "nameKeyword": "hn", + "owners": [ + "qqvtialterhohgxl" + ], + "status": 14, + "multiStatus": [ + 14 + ], + "managedAttributes": [ + { + "field": "jxpmjtgjouwsjjgaxzklryqaaumcdb", + "operator": "tmqfbndcoczoy", + "type": "qkcaceh" + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataElementQuery_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataElementQuery_MinimumSet_Gen.json new file mode 100644 index 000000000000..9f8d25ae4481 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CriticalDataElementQuery_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "CriticalDataElementQuery_MinimumSet", + "operationId": "CriticalDataElementQuery", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CustomMetadataMetadataId_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CustomMetadataMetadataId_MaximumSet_Gen.json new file mode 100644 index 000000000000..2d484ae2d8ff --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CustomMetadataMetadataId_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "CustomMetadataMetadataId_MaximumSet", + "operationId": "CustomMetadataMetadataId", + "parameters": { + "api-version": "0000-00-00", + "metadataId": "lqxvknudoreff" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CustomMetadataName_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CustomMetadataName_MaximumSet_Gen.json new file mode 100644 index 000000000000..132517a84167 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CustomMetadataName_MaximumSet_Gen.json @@ -0,0 +1,34 @@ +{ + "title": "CustomMetadataName_MaximumSet", + "operationId": "CustomMetadataName", + "parameters": { + "api-version": "0000-00-00", + "name": "rmrtwqwkgdqo", + "body": { + "status": 6, + "id": "bxuc", + "name": "irnjcdqgo", + "systemData": { + "createdAt": "2025-06-16T21:01:37.447Z", + "createdBy": "zfkgpsodposiekezxoteru", + "lastModifiedAt": "2025-06-16T21:01:37.447Z", + "lastModifiedBy": "w", + "expiredAt": "2025-06-16T21:01:37.447Z", + "expiredBy": "akfmmeeujcbagv" + }, + "description": "htruf", + "contacts": { + "key4604": [ + { + "id": "cfaimuqkqqnnc", + "description": "atitetlocznsnmithbzk" + } + ] + }, + "domain": "dvqtbojdnwzzasivkpmai" + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CustomMetadataQuery_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CustomMetadataQuery_MaximumSet_Gen.json new file mode 100644 index 000000000000..dd3fb91d3f33 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CustomMetadataQuery_MaximumSet_Gen.json @@ -0,0 +1,31 @@ +{ + "title": "CustomMetadataQuery_MaximumSet", + "operationId": "CustomMetadataQuery", + "parameters": { + "api-version": "0000-00-00", + "body": { + "skip": 1, + "top": 21, + "orderBy": [ + { + "field": "bnqhudythkewagzxduxxcuey", + "direction": "xhttstpwrbywmmlshzaqcmaa" + } + ], + "iDs": [ + "xoasrpvpqoqtocgiiydw" + ], + "domainIDs": [ + "saeqhwtcdimvxmsvatynqzixdfch" + ], + "nameKeyword": "ddhtrxv", + "owners": [ + "szbqhwhyrwkrtulflmbbpqjjmvkm" + ], + "status": 14 + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CustomMetadataQuery_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CustomMetadataQuery_MinimumSet_Gen.json new file mode 100644 index 000000000000..c6aed4bee910 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CustomMetadataQuery_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "CustomMetadataQuery_MinimumSet", + "operationId": "CustomMetadataQuery", + "parameters": { + "api-version": "0000-00-00", + "body": {} + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CustomMetadata_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CustomMetadata_MaximumSet_Gen.json new file mode 100644 index 000000000000..adf4a6052434 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/CustomMetadata_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "CustomMetadata_MaximumSet", + "operationId": "CustomMetadata", + "parameters": { + "api-version": "0000-00-00", + "metadataId": "ij" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataAssetDataAssetIdRelationships_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataAssetDataAssetIdRelationships_MaximumSet_Gen.json new file mode 100644 index 000000000000..1a083b56f662 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataAssetDataAssetIdRelationships_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "DataAssetDataAssetIdRelationships_MaximumSet", + "operationId": "DataAssetDataAssetIdRelationships", + "parameters": { + "api-version": "0000-00-00", + "dataAssetId": "ejbcpiigmnrwfgws" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataAssetDataAssetId_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataAssetDataAssetId_MaximumSet_Gen.json new file mode 100644 index 000000000000..503f6802437d --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataAssetDataAssetId_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "DataAssetDataAssetId_MaximumSet", + "operationId": "DataAssetDataAssetId", + "parameters": { + "api-version": "0000-00-00", + "dataAssetId": "tgmjmwlvtas" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataAsset_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataAsset_MaximumSet_Gen.json new file mode 100644 index 000000000000..379a55d2b381 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataAsset_MaximumSet_Gen.json @@ -0,0 +1,12 @@ +{ + "title": "DataAsset_MaximumSet", + "operationId": "DataAsset", + "parameters": { + "api-version": "0000-00-00", + "dataAssetId": "tqtlvwqpyvyojllyvvwnocdvqrz", + "body": {} + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataGovernanceAppAccountAccountId_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataGovernanceAppAccountAccountId_MaximumSet_Gen.json new file mode 100644 index 000000000000..aeba2497b800 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataGovernanceAppAccountAccountId_MaximumSet_Gen.json @@ -0,0 +1,136 @@ +{ + "title": "DataGovernanceAppAccountAccountId_MaximumSet", + "operationId": "DataGovernanceAppAccountAccountId", + "parameters": { + "api-version": "0000-00-00", + "accountId": "ivudcshaxhwnykauzn", + "body": { + "accountStatusModel": { + "accountExceptionMessageModel": { + "correlationId": "cycjhmagdqfdeeyvhexwbavxunfx", + "exceptionDateTime": "2025-06-16T21:01:41.778Z", + "exceptionErrorCode": "mkhggunfhvndqa", + "exceptionMessage": "vqubwfostimpkitgodcvkjzrkvj" + }, + "accountProvisioningState": "gvjmghbw" + }, + "auditModel": { + "auditIngestionEndpoint": "jwiebtlfwqwhmyfdycohdawgoeep", + "tenantForest": "eqw" + }, + "cloudConnectors": {}, + "dataFactoryAccount": { + "apiVersion": "xdwqijjajqhfkuja", + "baseManagementUri": "hblenefgqzqbbgbfgkbsb", + "factoryId": "kekoyoimxesjneuwxlyxp", + "location": "st", + "name": "yepqezu", + "processingStorageLinkedServiceName": "gjfyhxzpm", + "resourceGroup": "dtqoswectum", + "subscription": "nmxusywfazatninhzljqfee" + }, + "encryption": { + "systemMasterKey": { + "id": "wpashrryv", + "keyVaultResourceId": "nficnqg", + "type": "rfpceuipvmjeztmkitzxigb" + } + }, + "endpoints": {}, + "eventHubAccessKeyInfo": { + "eventHubName": "lmwsqocclynuah", + "externalKeys": { + "keyName": "htkzpaj", + "primaryConnectionString": "j", + "secondaryConnectionString": "ywjoib" + }, + "internalKeys": { + "keyName": "htkzpaj", + "primaryConnectionString": "j", + "secondaryConnectionString": "ywjoib" + }, + "managedResource": true, + "resourceGroup": "rkuufhjftle", + "subscriptionId": "iymqfqdbi" + }, + "identity": { + "clientId": "oyrwqmqfdxhdy", + "identityUrl": "symudxmebqcpqofrbti", + "managedIdentityType": "yyfpoywwm", + "principalId": "uhmaauyensuoflgclvlktkq", + "tenantId": "cnlgwvckrjjnnc", + "userAssignedIdentities": { + "key2902": { + "authenticationEndpoint": "amfvrobzvgq", + "clientId": "jzxpo", + "clientSecretUrl": "nslisqqwssdef", + "principalId": "xygfpfrvyhhavyi", + "tenantId": "gsuowcey" + } + } + }, + "ingestionStorageModel": { + "dnsZone": "uexrqqkqldgmabkkx", + "endpointSuffix": "djseckzzsyrsljwfnnge", + "location": "mbgfshgyfsmtou", + "name": "ggqpdyzhvlnufrjxbdrvewwb", + "primaryEndpoint": "y", + "publicNetworkAccess": "drtfpmjcypanm", + "resourceId": "gapjihyukbmuiiyzfoldapiz", + "sku": "huojlciarkyzgmofvwhou", + "tenantId": "bxn" + }, + "mergeInfo": { + "accountId": "bdlgvffbjkqurzucehuvnqlkxgcdaz", + "accountLocation": "mmccclzfierq", + "accountResourceId": "puixqnyyrtag", + "mergeStatus": "sxtzvzuclnxwlmgmmp", + "typeOfAccount": "jpksacucpsnicfxippvl" + }, + "networkAcls": { + "defaultAction": "zugdul" + }, + "notificationKafkaConfigurations": { + "credentials": { + "identityId": "kith", + "type": "hxaeepygjxbixlpdnkoaxasxojsb" + }, + "eventHubResourceId": "xykvbwxoahlcheajwmu", + "eventHubType": "lyofnjaxnzchjiowlilo", + "eventStreamingState": "qpoom", + "eventStreamingType": "oqndsfautwtriapqfgkkfgetbtuitc", + "partitionId": "czktidvmbgqcwndzrsbpc" + }, + "previousAccountState": { + "resourceType": "chcjvvuyzuvxafajpkkowp", + "sku": { + "capacity": 23, + "name": "okrkjziznrsjyaobialfxumabcu", + "version": "sglwywouvyeemrqdaw" + } + }, + "processingStorageModel": { + "dnsZone": "xvvtcj", + "endpointSuffix": "wxnsaicfpgnfimdtnedpmglfxm", + "location": "watyc", + "name": "qvjbr", + "primaryEndpoint": "kucnlwuynlycogszfhhpy", + "resourceId": "iptnddujzeaxjpnayqhfgtugf", + "sku": "nocygcrmrpqkfk", + "tenantId": "svhrphphqdsgoe" + }, + "reconciliationConfig": { + "reconciliationStatus": "qhidoeccbgaxxjtfthpsq", + "tenantId": "hmvf" + }, + "sku": { + "capacity": 23, + "name": "okrkjziznrsjyaobialfxumabcu", + "version": "sglwywouvyeemrqdaw" + } + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductDataProductIdRelationships_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductDataProductIdRelationships_MaximumSet_Gen.json new file mode 100644 index 000000000000..ba283bccda9a --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductDataProductIdRelationships_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "DataProductDataProductIdRelationships_MaximumSet", + "operationId": "DataProductDataProductIdRelationships", + "parameters": { + "api-version": "0000-00-00", + "dataProductId": "zvmggskloesngjutwwdhaamzwyh" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductDataProductId_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductDataProductId_MaximumSet_Gen.json new file mode 100644 index 000000000000..bbbd80e14657 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductDataProductId_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "DataProductDataProductId_MaximumSet", + "operationId": "DataProductDataProductId", + "parameters": { + "api-version": "0000-00-00", + "dataProductId": "scoamhcaclszhijpmsguueoegbo" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductFacets_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductFacets_MaximumSet_Gen.json new file mode 100644 index 000000000000..1de5877c2a5f --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductFacets_MaximumSet_Gen.json @@ -0,0 +1,35 @@ +{ + "title": "DataProductFacets_MaximumSet", + "operationId": "DataProductFacets", + "parameters": { + "api-version": "0000-00-00", + "body": { + "iDs": [ + "sjtfyilylkhaoonmcfenuezxf" + ], + "domainIDs": [ + "yhypclzz" + ], + "nameKeyword": "eyluxexjncddwgiyd", + "owners": [ + "nvkynyergemxtjunrkvudqld" + ], + "status": 14, + "multiStatus": [ + 14 + ], + "type": "ocgvcbcmhspfmhiaokdri", + "types": [ + "trwjkvddnwgqdxqhr" + ], + "facets": [ + { + "name": "zzbdtekwhjecdpizhkoyxdi" + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductFacets_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductFacets_MinimumSet_Gen.json new file mode 100644 index 000000000000..c8e3955a7f94 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductFacets_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "DataProductFacets_MinimumSet", + "operationId": "DataProductFacets", + "parameters": { + "api-version": "0000-00-00", + "body": {} + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductQuery_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductQuery_MaximumSet_Gen.json new file mode 100644 index 000000000000..f304741f5098 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductQuery_MaximumSet_Gen.json @@ -0,0 +1,47 @@ +{ + "title": "DataProductQuery_MaximumSet", + "operationId": "DataProductQuery", + "parameters": { + "api-version": "0000-00-00", + "duplicatecheck": 28, + "dataProductOwner": true, + "body": { + "skip": 9, + "top": 30, + "orderBy": [ + { + "field": "bnqhudythkewagzxduxxcuey", + "direction": "xhttstpwrbywmmlshzaqcmaa" + } + ], + "iDs": [ + "rrjzjdozclivrco" + ], + "domainIDs": [ + "qclez" + ], + "nameKeyword": "kcr", + "type": "lrffysp", + "types": [ + "rjzilzihufdwtcmwmbkkkyafdmx" + ], + "owners": [ + "wjjhhrknwuyaugsgohlqfgftuod" + ], + "status": 14, + "multiStatus": [ + 14 + ], + "managedAttributes": [ + { + "field": "jxpmjtgjouwsjjgaxzklryqaaumcdb", + "operator": "tmqfbndcoczoy", + "type": "qkcaceh" + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductQuery_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductQuery_MinimumSet_Gen.json new file mode 100644 index 000000000000..d3d07691ce69 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DataProductQuery_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "DataProductQuery_MinimumSet", + "operationId": "DataProductQuery", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteAttributeInstance_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteAttributeInstance_MaximumSet_Gen.json new file mode 100644 index 000000000000..77106c828dbc --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteAttributeInstance_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "DeleteAttributeInstance_MaximumSet", + "operationId": "DeleteAttributeInstance", + "parameters": { + "api-version": "0000-00-00", + "instanceId": "balswfnd" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteAttribute_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteAttribute_MaximumSet_Gen.json new file mode 100644 index 000000000000..3d85f30bf94a --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteAttribute_MaximumSet_Gen.json @@ -0,0 +1,12 @@ +{ + "title": "DeleteAttribute_MaximumSet", + "operationId": "DeleteAttribute", + "parameters": { + "api-version": "0000-00-00", + "attributeId": "ogwzsbg", + "entityId": "shlcfsmnmkzjpaafxgpw" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteCriticalDataColumn_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteCriticalDataColumn_MaximumSet_Gen.json new file mode 100644 index 000000000000..f29a8daeaf57 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteCriticalDataColumn_MaximumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "title": "DeleteCriticalDataColumn_MaximumSet", + "operationId": "DeleteCriticalDataColumn", + "parameters": { + "api-version": "0000-00-00", + "criticalDataElementId": "ttwygdpehqqowlfovbfkkoze", + "entityId": "vbsycrki", + "criticalDataColumnId": "ghedyysnrpscbvragtcdtfik" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteCriticalDataElement_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteCriticalDataElement_MaximumSet_Gen.json new file mode 100644 index 000000000000..cf5d343e4bc9 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteCriticalDataElement_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "DeleteCriticalDataElement_MaximumSet", + "operationId": "DeleteCriticalDataElement", + "parameters": { + "api-version": "0000-00-00", + "criticalDataElementId": "hgvkdsquixsch" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteCustomMetadata_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteCustomMetadata_MaximumSet_Gen.json new file mode 100644 index 000000000000..060dc6ec5e9f --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteCustomMetadata_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "DeleteCustomMetadata_MaximumSet", + "operationId": "DeleteCustomMetadata", + "parameters": { + "api-version": "0000-00-00", + "metadataId": "qojmpkjwieolfog" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteDataAsset_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteDataAsset_MaximumSet_Gen.json new file mode 100644 index 000000000000..efb56a155a29 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteDataAsset_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "DeleteDataAsset_MaximumSet", + "operationId": "DeleteDataAsset", + "parameters": { + "api-version": "0000-00-00", + "dataAssetId": "ofatwhsgvsdfcvhanwrctotvczokyf" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteDataProduct_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteDataProduct_MaximumSet_Gen.json new file mode 100644 index 000000000000..9886c2bc2870 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteDataProduct_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "DeleteDataProduct_MaximumSet", + "operationId": "DeleteDataProduct", + "parameters": { + "api-version": "0000-00-00", + "dataProductId": "ydmpxttimpamvfgdre" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteDomain_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteDomain_MaximumSet_Gen.json new file mode 100644 index 000000000000..8e130e8a6c23 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteDomain_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "DeleteDomain_MaximumSet", + "operationId": "DeleteDomain", + "parameters": { + "api-version": "0000-00-00", + "domainId": "olsdawiycibmjaagzshtjqdkrfejag" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteOkr_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteOkr_MaximumSet_Gen.json new file mode 100644 index 000000000000..336f3a6c3c1a --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteOkr_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "DeleteOkr_MaximumSet", + "operationId": "DeleteOkr", + "parameters": { + "api-version": "0000-00-00", + "objectiveId": "ndxopxpdyep" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteTerm_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteTerm_MaximumSet_Gen.json new file mode 100644 index 000000000000..f54b19f80570 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteTerm_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "DeleteTerm_MaximumSet", + "operationId": "DeleteTerm", + "parameters": { + "api-version": "0000-00-00", + "termId": "rglozlzemtq" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteWorkflows_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteWorkflows_MaximumSet_Gen.json new file mode 100644 index 000000000000..ab89cab76720 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeleteWorkflows_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "DeleteWorkflows_MaximumSet", + "operationId": "DeleteWorkflows", + "parameters": { + "api-version": "0000-00-00", + "workflowId": "mncyeesnflwi" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesAttributeInstance_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesAttributeInstance_MaximumSet_Gen.json new file mode 100644 index 000000000000..66990243e4ea --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesAttributeInstance_MaximumSet_Gen.json @@ -0,0 +1,12 @@ +{ + "title": "DeletesAttributeInstance_MaximumSet", + "operationId": "DeletesAttributeInstance", + "parameters": { + "api-version": "0000-00-00", + "instanceId": "pwdhovpkhuxackazee", + "entityId": "hfpniojpdwaa" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesCriticalDataElement_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesCriticalDataElement_MaximumSet_Gen.json new file mode 100644 index 000000000000..22329d8b7696 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesCriticalDataElement_MaximumSet_Gen.json @@ -0,0 +1,12 @@ +{ + "title": "DeletsCriticalDataElement_MaximumSet", + "operationId": "DeletsCriticalDataElement", + "parameters": { + "api-version": "0000-00-00", + "criticalDataElementId": "vbxhincbg", + "entityId": "yfyfgssqmxithqjtqnenvdtuhuygwx" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesCustomMetadata_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesCustomMetadata_MaximumSet_Gen.json new file mode 100644 index 000000000000..7f23598db577 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesCustomMetadata_MaximumSet_Gen.json @@ -0,0 +1,12 @@ +{ + "title": "DeletesCustomMetadata_MaximumSet", + "operationId": "DeletesCustomMetadata", + "parameters": { + "api-version": "0000-00-00", + "metadataId": "zrnsobv", + "entityId": "hztgjatftatbayhjddyhlivcdgeu" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesDataAsset_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesDataAsset_MaximumSet_Gen.json new file mode 100644 index 000000000000..9d807be7e01c --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesDataAsset_MaximumSet_Gen.json @@ -0,0 +1,12 @@ +{ + "title": "DeletsDataAsset_MaximumSet", + "operationId": "DeletsDataAsset", + "parameters": { + "api-version": "0000-00-00", + "dataAssetId": "xguodgfmu", + "entityId": "xrleynbvzqnoqnywxmqdzykwia" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesDataProduct_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesDataProduct_MaximumSet_Gen.json new file mode 100644 index 000000000000..75288e04617f --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesDataProduct_MaximumSet_Gen.json @@ -0,0 +1,12 @@ +{ + "title": "DeletsDataProduct_MaximumSet", + "operationId": "DeletsDataProduct", + "parameters": { + "api-version": "0000-00-00", + "dataProductId": "ieymwsispnogfosrtdqjszolclzbqp", + "entityId": "ugupxedlmh" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesOkr_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesOkr_MaximumSet_Gen.json new file mode 100644 index 000000000000..cf0f9e137400 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesOkr_MaximumSet_Gen.json @@ -0,0 +1,12 @@ +{ + "title": "DeletesOkr_MaximumSet", + "operationId": "DeletesOkr", + "parameters": { + "api-version": "0000-00-00", + "objectiveId": "onkxcjnemoijemlfopafzcsupmhy", + "keyResultId": "ccbshcwpiwcikrykoey" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesTerm_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesTerm_MaximumSet_Gen.json new file mode 100644 index 000000000000..113dfeb9a33f --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DeletesTerm_MaximumSet_Gen.json @@ -0,0 +1,12 @@ +{ + "title": "DeletesTerm_MaximumSet", + "operationId": "DeletesTerm", + "parameters": { + "api-version": "0000-00-00", + "termId": "esoeketzizwfysnnhxblp", + "entityId": "hcnimrupsamaekiljmyucrnsttyr" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Delets2Okr_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Delets2Okr_MaximumSet_Gen.json new file mode 100644 index 000000000000..04b7c0b11131 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Delets2Okr_MaximumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "title": "Delets2Okr_MaximumSet", + "operationId": "Delets2Okr", + "parameters": { + "api-version": "0000-00-00", + "objectiveId": "oy", + "entityType": "kqonjj", + "entityId": "dibgbwbmi", + "relationshipType": "ctkikylywhjmkfbixutb" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Delets2Okr_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Delets2Okr_MinimumSet_Gen.json new file mode 100644 index 000000000000..68edbb79f251 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Delets2Okr_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "Delets2Okr_MinimumSet", + "operationId": "Delets2Okr", + "parameters": { + "api-version": "0000-00-00", + "objectiveId": "fvwiuvsyzoaklozotmznmkfewt" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DomainDomainId_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DomainDomainId_MaximumSet_Gen.json new file mode 100644 index 000000000000..e3d8805af678 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/DomainDomainId_MaximumSet_Gen.json @@ -0,0 +1,52 @@ +{ + "title": "DomainDomainId_MaximumSet", + "operationId": "DomainDomainId", + "parameters": { + "api-version": "0000-00-00", + "domainId": "nqgmbhtupesfvlmj", + "body": { + "status": 22, + "type": 17, + "id": "nidjmorascxvzx", + "name": "gyycubpgyzvromvgccubgidutbtj", + "isRestricted": true, + "systemData": { + "createdAt": "2025-06-16T21:01:37.447Z", + "createdBy": "zfkgpsodposiekezxoteru", + "lastModifiedAt": "2025-06-16T21:01:37.447Z", + "lastModifiedBy": "w", + "expiredAt": "2025-06-16T21:01:37.447Z", + "expiredBy": "akfmmeeujcbagv" + }, + "description": "riwdqoebgbvksguqjttqhbqchckpk", + "parentId": "jemavgktkhzigyarbla", + "thumbnail": { + "color": "kknzzmpwlwuoieiyorqybvd" + }, + "domains": [ + { + "name": "xwcnp", + "friendlyName": "jvtpbgjja", + "relatedCollections": [ + { + "name": "eyznsozkzxsaft", + "friendlyName": "prdihrml", + "parentCollection": { + "type": 10, + "refName": "sgyqixjvdqcvvvneagwmunz" + } + } + ] + } + ], + "managedAttributes": [ + { + "name": "yudgednngbwobftmdyfwiblftdw" + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Domain_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Domain_MaximumSet_Gen.json new file mode 100644 index 000000000000..63ebfe5df089 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Domain_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "Domain_MaximumSet", + "operationId": "Domain", + "parameters": { + "api-version": "0000-00-00", + "domainId": "tnemoppdwcg" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetAttributeInstance_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetAttributeInstance_MaximumSet_Gen.json new file mode 100644 index 000000000000..b421dea67550 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetAttributeInstance_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "GetAttributeInstance_MaximumSet", + "operationId": "GetAttributeInstance", + "parameters": { + "api-version": "0000-00-00", + "instanceId": "vhxrykqwxpc" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetAttribute_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetAttribute_MaximumSet_Gen.json new file mode 100644 index 000000000000..c5ed008904bd --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetAttribute_MaximumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "title": "GetAttribute_MaximumSet", + "operationId": "GetAttribute", + "parameters": { + "api-version": "0000-00-00", + "domainId": "niqdmqxcuefaygnjkvr", + "skip": 21, + "top": 8, + "orderBy": "qmgshcxexmnsowrkqqvtelkrnouor" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetCriticalDataColumn_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetCriticalDataColumn_MaximumSet_Gen.json new file mode 100644 index 000000000000..a0f7c4459133 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetCriticalDataColumn_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "GetCriticalDataColumn_MaximumSet", + "operationId": "GetCriticalDataColumn", + "parameters": { + "api-version": "0000-00-00", + "criticalDataColumnId": "u" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetCriticalDataElementCriticalDataElementId_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetCriticalDataElementCriticalDataElementId_MaximumSet_Gen.json new file mode 100644 index 000000000000..6b457af660ef --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetCriticalDataElementCriticalDataElementId_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "GetCriticalDataElementCriticalDataElementId_MaximumSet", + "operationId": "GetCriticalDataElementCriticalDataElementId", + "parameters": { + "api-version": "0000-00-00", + "criticalDataElementId": "artlfmnumabxtinmsytwdmqijxxhen" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetCriticalDataElement_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetCriticalDataElement_MaximumSet_Gen.json new file mode 100644 index 000000000000..34d798b5e0d6 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetCriticalDataElement_MaximumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "GetCriticalDataElement_MaximumSet", + "operationId": "GetCriticalDataElement", + "parameters": { + "api-version": "0000-00-00", + "domainId": "gxks", + "keyword": "zmtescmyjiawsezihhljctynp", + "skip": 26, + "top": 17, + "orderBy": "bplabgqfukekqnhsc" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetCustomMetadata_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetCustomMetadata_MaximumSet_Gen.json new file mode 100644 index 000000000000..d17acf598425 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetCustomMetadata_MaximumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "title": "GetCustomMetadata_MaximumSet", + "operationId": "GetCustomMetadata", + "parameters": { + "api-version": "0000-00-00", + "domainId": "uluxztbsztcmdjn", + "skip": 24, + "top": 27, + "orderBy": "pmgdfucmfmomsycimiojgn" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetDataAsset_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetDataAsset_MaximumSet_Gen.json new file mode 100644 index 000000000000..06166421324d --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetDataAsset_MaximumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "title": "GetDataAsset_MaximumSet", + "operationId": "GetDataAsset", + "parameters": { + "api-version": "0000-00-00", + "orderBy": "hwtia", + "skip": 30, + "top": 28 + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetDataAsset_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetDataAsset_MinimumSet_Gen.json new file mode 100644 index 000000000000..a859f367a426 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetDataAsset_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "GetDataAsset_MinimumSet", + "operationId": "GetDataAsset", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetDataProduct_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetDataProduct_MaximumSet_Gen.json new file mode 100644 index 000000000000..2a57e59fd7ee --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetDataProduct_MaximumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "title": "GetDataProduct_MaximumSet", + "operationId": "GetDataProduct", + "parameters": { + "api-version": "0000-00-00", + "domainId": "fxf", + "orderBy": "seqyx", + "skip": 18, + "top": 12 + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetDomain_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetDomain_MaximumSet_Gen.json new file mode 100644 index 000000000000..46c881bb1536 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetDomain_MaximumSet_Gen.json @@ -0,0 +1,12 @@ +{ + "title": "GetDomain_MaximumSet", + "operationId": "GetDomain", + "parameters": { + "api-version": "0000-00-00", + "$skipToken": "pkpqdwxhycymmwg", + "writeOnly": true + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetDomain_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetDomain_MinimumSet_Gen.json new file mode 100644 index 000000000000..321f5dd05156 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetDomain_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "GetDomain_MinimumSet", + "operationId": "GetDomain", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetOkr_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetOkr_MaximumSet_Gen.json new file mode 100644 index 000000000000..7614956bb728 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetOkr_MaximumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "GetOkr_MaximumSet", + "operationId": "GetOkr", + "parameters": { + "api-version": "0000-00-00", + "keyword": "kjwtfbotri", + "domainId": "ucxreeocpvcbwolevmuylxgduzr", + "orderBy": "rhaxckxhuiekltaop", + "skip": 16, + "top": 24 + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetOkr_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetOkr_MinimumSet_Gen.json new file mode 100644 index 000000000000..67060eb3e875 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetOkr_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "GetOkr_MinimumSet", + "operationId": "GetOkr", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetTerm_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetTerm_MaximumSet_Gen.json new file mode 100644 index 000000000000..9a818e80dff4 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetTerm_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "GetTerm_MaximumSet", + "operationId": "GetTerm", + "parameters": { + "api-version": "0000-00-00", + "termId": "zcheci" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetWorkflows_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetWorkflows_MaximumSet_Gen.json new file mode 100644 index 000000000000..d19324d32453 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetWorkflows_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "GetWorkflows_MaximumSet", + "operationId": "GetWorkflows", + "parameters": { + "api-version": "0000-00-00", + "$skipToken": "ptybdyirjwzevgh" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetWorkflows_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetWorkflows_MinimumSet_Gen.json new file mode 100644 index 000000000000..229801820cde --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetWorkflows_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "GetWorkflows_MinimumSet", + "operationId": "GetWorkflows", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsAttributeInstance_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsAttributeInstance_MaximumSet_Gen.json new file mode 100644 index 000000000000..4ebce59bac23 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsAttributeInstance_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "GetsAttributeInstance_MaximumSet", + "operationId": "GetsAttributeInstance", + "parameters": { + "api-version": "0000-00-00", + "instanceId": "cebislpddvsvrwtedkietziwbg" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsAttribute_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsAttribute_MaximumSet_Gen.json new file mode 100644 index 000000000000..4ddd96ce0287 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsAttribute_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "GetsAttribute_MaximumSet", + "operationId": "GetsAttribute", + "parameters": { + "api-version": "0000-00-00", + "attributeId": "jgmonze" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsCriticalDataElement_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsCriticalDataElement_MaximumSet_Gen.json new file mode 100644 index 000000000000..77453684ee8f --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsCriticalDataElement_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "GetsCriticalDataElement_MaximumSet", + "operationId": "GetsCriticalDataElement", + "parameters": { + "api-version": "0000-00-00", + "criticalDataElementId": "wjpppal" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsOkr_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsOkr_MaximumSet_Gen.json new file mode 100644 index 000000000000..6b0a7cc53915 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsOkr_MaximumSet_Gen.json @@ -0,0 +1,12 @@ +{ + "title": "GetsOkr_MaximumSet", + "operationId": "GetsOkr", + "parameters": { + "api-version": "0000-00-00", + "objectiveId": "qjzwozltfczyvvzyyevnbpzhmtm", + "entityType": "narkwpvomjhokhcsfyr" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsOkr_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsOkr_MinimumSet_Gen.json new file mode 100644 index 000000000000..9336b48836f2 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsOkr_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "GetsOkr_MinimumSet", + "operationId": "GetsOkr", + "parameters": { + "api-version": "0000-00-00", + "objectiveId": "xywpccockgqhsgbrdqzrjbiftow" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsTerm_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsTerm_MaximumSet_Gen.json new file mode 100644 index 000000000000..81eb1bb42a4a --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/GetsTerm_MaximumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "title": "GetsTerm_MaximumSet", + "operationId": "GetsTerm", + "parameters": { + "api-version": "0000-00-00", + "domainId": "musknioqfsunusc", + "parentId": "tqrwfnysokkcgcjwztpkgs", + "keyword": "seqowa", + "skip": 21, + "top": 6, + "depth": 12, + "orderBy": "pwbhi" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalDataAssetsQueryPublished_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalDataAssetsQueryPublished_MaximumSet_Gen.json new file mode 100644 index 000000000000..7520ea394e27 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalDataAssetsQueryPublished_MaximumSet_Gen.json @@ -0,0 +1,33 @@ +{ + "title": "InternalDataAssetsQueryPublished_MaximumSet", + "operationId": "InternalDataAssetsQueryPublished", + "parameters": { + "api-version": "0000-00-00", + "body": { + "skip": 20, + "top": 26, + "orderBy": [ + { + "field": "bnqhudythkewagzxduxxcuey", + "direction": "xhttstpwrbywmmlshzaqcmaa" + } + ], + "iDs": [ + "zmnvzolfyxtrme" + ], + "domainIDs": [ + "ixelcyzbncvvqqtawxoujf" + ], + "nameKeyword": "kyzddgmn", + "owners": [ + "jmjtlnckhak" + ], + "dataMapAssetIds": [ + "lqsmgunxafcruckenvwttx" + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalDataAssetsQueryPublished_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalDataAssetsQueryPublished_MinimumSet_Gen.json new file mode 100644 index 000000000000..ef42228e0494 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalDataAssetsQueryPublished_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "InternalDataAssetsQueryPublished_MinimumSet", + "operationId": "InternalDataAssetsQueryPublished", + "parameters": { + "api-version": "0000-00-00", + "body": {} + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalResolvePolicyeffectiveCriticalDataElements_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalResolvePolicyeffectiveCriticalDataElements_MaximumSet_Gen.json new file mode 100644 index 000000000000..aa993988b3ce --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalResolvePolicyeffectiveCriticalDataElements_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "InternalResolvePolicyeffectiveCriticalDataElements_MaximumSet", + "operationId": "InternalResolvePolicyeffectiveCriticalDataElements", + "parameters": { + "api-version": "0000-00-00", + "dataProductId": "povby" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalResolvePolicyeffectiveCriticalDataElements_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalResolvePolicyeffectiveCriticalDataElements_MinimumSet_Gen.json new file mode 100644 index 000000000000..a4c89b9c364c --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalResolvePolicyeffectiveCriticalDataElements_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "InternalResolvePolicyeffectiveCriticalDataElements_MinimumSet", + "operationId": "InternalResolvePolicyeffectiveCriticalDataElements", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalResolvePolicyeffectiveterms_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalResolvePolicyeffectiveterms_MaximumSet_Gen.json new file mode 100644 index 000000000000..643e5cd96af1 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalResolvePolicyeffectiveterms_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "InternalResolvePolicyeffectiveterms_MaximumSet", + "operationId": "InternalResolvePolicyeffectiveterms", + "parameters": { + "api-version": "0000-00-00", + "dataProductId": "pgftf" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalResolvePolicyeffectiveterms_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalResolvePolicyeffectiveterms_MinimumSet_Gen.json new file mode 100644 index 000000000000..523c5c6ae227 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/InternalResolvePolicyeffectiveterms_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "InternalResolvePolicyeffectiveterms_MinimumSet", + "operationId": "InternalResolvePolicyeffectiveterms", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrFacets_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrFacets_MaximumSet_Gen.json new file mode 100644 index 000000000000..17733e645ea1 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrFacets_MaximumSet_Gen.json @@ -0,0 +1,31 @@ +{ + "title": "OkrFacets_MaximumSet", + "operationId": "OkrFacets", + "parameters": { + "api-version": "0000-00-00", + "body": { + "iDs": [ + "fkxsfhfjvzmdvmdxxisruclqgfni" + ], + "domainIDs": [ + "liegbqijbkksjkdqrydwwhpbij" + ], + "definition": "heizknsmevmaxbrugta", + "owners": [ + "xtccimxylfkscqjhmatvpwj" + ], + "status": 19, + "multiStatus": [ + 19 + ], + "facets": [ + { + "name": "zzbdtekwhjecdpizhkoyxdi" + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrFacets_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrFacets_MinimumSet_Gen.json new file mode 100644 index 000000000000..b4e6d47b7777 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrFacets_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "OkrFacets_MinimumSet", + "operationId": "OkrFacets", + "parameters": { + "api-version": "0000-00-00", + "body": {} + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrObjectiveIdKeyResultsKeyResultId_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrObjectiveIdKeyResultsKeyResultId_MaximumSet_Gen.json new file mode 100644 index 000000000000..58f8eedc5595 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrObjectiveIdKeyResultsKeyResultId_MaximumSet_Gen.json @@ -0,0 +1,12 @@ +{ + "title": "OkrObjectiveIdKeyResultsKeyResultId_MaximumSet", + "operationId": "OkrObjectiveIdKeyResultsKeyResultId", + "parameters": { + "api-version": "0000-00-00", + "objectiveId": "oegiouxicyvyxybzut", + "keyResultId": "pbktljfpiyrpp" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrObjectiveIdKeyResults_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrObjectiveIdKeyResults_MaximumSet_Gen.json new file mode 100644 index 000000000000..c43661203d8b --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrObjectiveIdKeyResults_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "OkrObjectiveIdKeyResults_MaximumSet", + "operationId": "OkrObjectiveIdKeyResults", + "parameters": { + "api-version": "0000-00-00", + "objectiveId": "implqqlalqapodojjynunjjoyzqh" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrObjectiveIdRelationships_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrObjectiveIdRelationships_MaximumSet_Gen.json new file mode 100644 index 000000000000..c7d0489d92bc --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrObjectiveIdRelationships_MaximumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "title": "OkrObjectiveIdRelationships_MaximumSet", + "operationId": "OkrObjectiveIdRelationships", + "parameters": { + "api-version": "0000-00-00", + "objectiveId": "tyoidbcfxugscgfwlluvldelb", + "entityType": "tkkmfem", + "body": {} + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrObjectiveIdRelationships_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrObjectiveIdRelationships_MinimumSet_Gen.json new file mode 100644 index 000000000000..b3c04f20a951 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrObjectiveIdRelationships_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "OkrObjectiveIdRelationships_MinimumSet", + "operationId": "OkrObjectiveIdRelationships", + "parameters": { + "api-version": "0000-00-00", + "objectiveId": "pjiwmllpexxrozubdlrutdpcsbln" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrObjectiveId_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrObjectiveId_MaximumSet_Gen.json new file mode 100644 index 000000000000..a1187b85419b --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrObjectiveId_MaximumSet_Gen.json @@ -0,0 +1,41 @@ +{ + "title": "OkrObjectiveId_MaximumSet", + "operationId": "OkrObjectiveId", + "parameters": { + "api-version": "0000-00-00", + "objectiveId": "tkjrvrmocdbjpnkpttwmgm", + "body": { + "status": 14, + "systemData": { + "createdAt": "2025-06-16T21:01:54.783Z", + "createdBy": "bkkrqgtoyzwmihyoiakvxxa", + "lastModifiedAt": "2025-06-16T21:01:54.783Z", + "lastModifiedBy": "dzpexfrdnvy", + "closedAt": "2025-06-16T21:01:54.783Z", + "closedBy": "rjyfhoqsqbeuqzyqx" + }, + "id": "bxgcjiktokqrnmxbopukwtz", + "definition": "izdhjow", + "domain": "nsdestedunhooedqdkqsiflu", + "targetDate": "2025-06-16T21:01:54.783Z", + "contacts": { + "key5777": [ + { + "id": "cfaimuqkqqnnc", + "description": "atitetlocznsnmithbzk" + } + ] + }, + "additionalProperties": { + "overallStatus": 29, + "overallProgress": 14, + "overallGoal": 8, + "overallMax": 19, + "keyResultsCount": 13 + } + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrQuery_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrQuery_MaximumSet_Gen.json new file mode 100644 index 000000000000..d8352a193af1 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrQuery_MaximumSet_Gen.json @@ -0,0 +1,35 @@ +{ + "title": "OkrQuery_MaximumSet", + "operationId": "OkrQuery", + "parameters": { + "api-version": "0000-00-00", + "duplicatecheck": 25, + "body": { + "skip": 3, + "top": 24, + "orderBy": [ + { + "field": "bnqhudythkewagzxduxxcuey", + "direction": "xhttstpwrbywmmlshzaqcmaa" + } + ], + "iDs": [ + "zajyqmumtesahsswbpp" + ], + "domainIDs": [ + "gtcesbnpmuycqmvnavvtp" + ], + "definition": "zsbtebcpjnidpizrhusygtkpjx", + "status": 19, + "multiStatus": [ + 19 + ], + "owners": [ + "lixuxrrzx" + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrQuery_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrQuery_MinimumSet_Gen.json new file mode 100644 index 000000000000..d49ce63e22c2 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/OkrQuery_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "OkrQuery_MinimumSet", + "operationId": "OkrQuery", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Okr_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Okr_MaximumSet_Gen.json new file mode 100644 index 000000000000..971f30e9cb27 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Okr_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "Okr_MaximumSet", + "operationId": "Okr", + "parameters": { + "api-version": "0000-00-00", + "objectiveId": "pognr" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PolicyAddAdministrator_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PolicyAddAdministrator_MaximumSet_Gen.json new file mode 100644 index 000000000000..56b0ff99cb7b --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PolicyAddAdministrator_MaximumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "title": "PolicyAddAdministrator_MaximumSet", + "operationId": "PolicyAddAdministrator", + "parameters": { + "api-version": "0000-00-00", + "body": { + "userObjectId": "dwrwznvpkwobqztvsekdtrdix" + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PolicyAddAdministrator_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PolicyAddAdministrator_MinimumSet_Gen.json new file mode 100644 index 000000000000..2e8b14d8b2d7 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PolicyAddAdministrator_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "PolicyAddAdministrator_MinimumSet", + "operationId": "PolicyAddAdministrator", + "parameters": { + "api-version": "0000-00-00", + "body": {} + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Policy_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Policy_MaximumSet_Gen.json new file mode 100644 index 000000000000..51c6178a257e --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Policy_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "Policy_MaximumSet", + "operationId": "Policy", + "parameters": { + "api-version": "0000-00-00", + "skipToken": "naziswvnrtqwbddyw" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Policy_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Policy_MinimumSet_Gen.json new file mode 100644 index 000000000000..d8bc32f466db --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Policy_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "Policy_MinimumSet", + "operationId": "Policy", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostCriticalDataColumn_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostCriticalDataColumn_MaximumSet_Gen.json new file mode 100644 index 000000000000..f8d8ecac61e6 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostCriticalDataColumn_MaximumSet_Gen.json @@ -0,0 +1,30 @@ +{ + "title": "PostCriticalDataColumn_MaximumSet", + "operationId": "PostCriticalDataColumn", + "parameters": { + "api-version": "0000-00-00", + "body": { + "id": "pvkbsvsbk", + "name": "rxrtlwxkhnitx", + "systemData": { + "createdAt": "2025-06-16T21:01:37.447Z", + "createdBy": "zfkgpsodposiekezxoteru", + "lastModifiedAt": "2025-06-16T21:01:37.447Z", + "lastModifiedBy": "w", + "expiredAt": "2025-06-16T21:01:37.447Z", + "expiredBy": "akfmmeeujcbagv" + }, + "domain": "pucyjhnwxyqzcuhlyqytgaebexm", + "assetId": "brp", + "description": "qnygkivjf", + "classifications": [ + "gv" + ], + "dataType": "sdxaimrkgnshq", + "assetName": "kcxbdtdzqcjxqgmicdjsdlnusvjjw" + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostCriticalDataElement_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostCriticalDataElement_MaximumSet_Gen.json new file mode 100644 index 000000000000..f5d0bd0a3aaf --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostCriticalDataElement_MaximumSet_Gen.json @@ -0,0 +1,39 @@ +{ + "title": "PostCriticalDataElement_MaximumSet", + "operationId": "PostCriticalDataElement", + "parameters": { + "api-version": "0000-00-00", + "body": { + "status": 6, + "dataType": 28, + "id": "fdythkfebjuuevpmzfweve", + "name": "uwae", + "systemData": { + "createdAt": "2025-06-16T21:01:37.447Z", + "createdBy": "zfkgpsodposiekezxoteru", + "lastModifiedAt": "2025-06-16T21:01:37.447Z", + "lastModifiedBy": "w", + "expiredAt": "2025-06-16T21:01:37.447Z", + "expiredBy": "akfmmeeujcbagv" + }, + "domain": "cxeljfqyvrdsokynpfpendc", + "description": "lkijxttoytawcul", + "contacts": { + "key5875": [ + { + "id": "cfaimuqkqqnnc", + "description": "atitetlocznsnmithbzk" + } + ] + }, + "managedAttributes": [ + { + "name": "yudgednngbwobftmdyfwiblftdw" + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostCustomMetadata_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostCustomMetadata_MaximumSet_Gen.json new file mode 100644 index 000000000000..62f22592a59a --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostCustomMetadata_MaximumSet_Gen.json @@ -0,0 +1,25 @@ +{ + "title": "PostCustomMetadata_MaximumSet", + "operationId": "PostCustomMetadata", + "parameters": { + "api-version": "0000-00-00", + "metadataId": "tdzwb", + "body": { + "relationshipType": 6, + "systemData": { + "createdAt": "2025-06-16T21:01:46.830Z", + "createdBy": "bkwpbxuvozkvhlpnsysejdjqn", + "lastModifiedAt": "2025-06-16T21:01:46.830Z", + "lastModifiedBy": "uxpbgakgpqrxhrc" + }, + "description": "afauismmhossedumzasnazjcxghce", + "entityId": "fmimorxdosbwszuaxoqfecqm", + "properties": { + "value": "revbyohlnmw" + } + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostDataAssetQuery_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostDataAssetQuery_MaximumSet_Gen.json new file mode 100644 index 000000000000..6a0549e5e380 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostDataAssetQuery_MaximumSet_Gen.json @@ -0,0 +1,33 @@ +{ + "title": "PostDataAssetQuery_MaximumSet", + "operationId": "PostDataAssetQuery", + "parameters": { + "api-version": "0000-00-00", + "body": { + "skip": 20, + "top": 26, + "orderBy": [ + { + "field": "bnqhudythkewagzxduxxcuey", + "direction": "xhttstpwrbywmmlshzaqcmaa" + } + ], + "iDs": [ + "zmnvzolfyxtrme" + ], + "domainIDs": [ + "ixelcyzbncvvqqtawxoujf" + ], + "nameKeyword": "kyzddgmn", + "owners": [ + "jmjtlnckhak" + ], + "dataMapAssetIds": [ + "lqsmgunxafcruckenvwttx" + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostDataAssetQuery_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostDataAssetQuery_MinimumSet_Gen.json new file mode 100644 index 000000000000..e5f85dde7be0 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostDataAssetQuery_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "PostDataAssetQuery_MinimumSet", + "operationId": "PostDataAssetQuery", + "parameters": { + "api-version": "0000-00-00", + "body": {} + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostDataAsset_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostDataAsset_MaximumSet_Gen.json new file mode 100644 index 000000000000..35f1e6bd8ae8 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostDataAsset_MaximumSet_Gen.json @@ -0,0 +1,58 @@ +{ + "title": "PostDataAsset_MaximumSet", + "operationId": "PostDataAsset", + "parameters": { + "api-version": "0000-00-00", + "body": { + "id": "wzyojcebpadqnnpintzzrlsvy", + "name": "ac", + "systemData": { + "createdAt": "2025-06-16T21:01:37.447Z", + "createdBy": "zfkgpsodposiekezxoteru", + "lastModifiedAt": "2025-06-16T21:01:37.447Z", + "lastModifiedBy": "w", + "expiredAt": "2025-06-16T21:01:37.447Z", + "expiredBy": "akfmmeeujcbagv" + }, + "description": "qlasu", + "domain": "wxdjyftdwisssnuaxykxssfqpqk", + "source": { + "type": "qxfwnblzclbavpzigomdcfomhlm", + "assetId": "upckhansrjg", + "assetType": "iapbpaohmhkjblpbvd", + "fqn": "xfnsmwbywrfajxltkgqeynlprb", + "accountName": "jzzsruulwadrccaltxqtqjpuklavf", + "lastRefreshedAt": "2025-06-16T21:01:48.225Z", + "lastRefreshedBy": "urrvlsfffsrmaqdlkwbrdtdikfq" + }, + "contacts": { + "key5536": [ + { + "id": "cfaimuqkqqnnc", + "description": "atitetlocznsnmithbzk" + } + ] + }, + "classifications": [ + "michwrhgfuodecxqxaegudecosj" + ], + "sensitivityLabel": "jkncjvocjifhuvwpapdppfqgh", + "type": "fbqf", + "schema": [ + { + "name": "odkgxdwfjdvmlqqiufbihateu", + "description": "tsqszsyqze", + "classifications": [ + "jelmsoei" + ], + "type": "abrxhchzznjqjjehhc" + } + ], + "dataQualityScore": 1, + "openInURL": "pwhnwpjpfjzasdqtlsxfrghxi" + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostDataProduct_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostDataProduct_MaximumSet_Gen.json new file mode 100644 index 000000000000..0c0bff8ee35f --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostDataProduct_MaximumSet_Gen.json @@ -0,0 +1,65 @@ +{ + "title": "PostDataProduct_MaximumSet", + "operationId": "PostDataProduct", + "parameters": { + "api-version": "0000-00-00", + "body": { + "status": 6, + "type": 4, + "updateFrequency": 19, + "managedAttributes": [ + { + "name": "yudgednngbwobftmdyfwiblftdw" + } + ], + "id": "kmmjmtvlrdetpaps", + "name": "calummvvrbjczfuwl", + "systemData": { + "createdAt": "2025-06-16T21:01:37.447Z", + "createdBy": "zfkgpsodposiekezxoteru", + "lastModifiedAt": "2025-06-16T21:01:37.447Z", + "lastModifiedBy": "w", + "expiredAt": "2025-06-16T21:01:37.447Z", + "expiredBy": "akfmmeeujcbagv" + }, + "domain": "bwiinzinkpkrlsxa", + "description": "nszgyymzficbuczoyrxtm", + "businessUse": "afxbdopvdwyyywanca", + "contacts": { + "key2225": [ + { + "id": "cfaimuqkqqnnc", + "description": "atitetlocznsnmithbzk" + } + ] + }, + "termsOfUse": [ + { + "url": "itgogrkcva", + "name": "iyatkqamlbbkgrhlybkdpzgkxkj", + "dataAssetId": "ttzcylqiqlhszvvwkcbmatkh" + } + ], + "documentation": [ + { + "url": "itgogrkcva", + "name": "iyatkqamlbbkgrhlybkdpzgkxkj", + "dataAssetId": "ttzcylqiqlhszvvwkcbmatkh" + } + ], + "sensitivityLabel": "rlstdqmjgnubulniocjodvrrlxsj", + "endorsed": true, + "activeSubscriberCount": 17, + "dataQualityScore": 9, + "audience": [ + 4 + ], + "additionalProperties": { + "assetCount": 18 + } + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostDomain_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostDomain_MaximumSet_Gen.json new file mode 100644 index 000000000000..61a29ebd0757 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostDomain_MaximumSet_Gen.json @@ -0,0 +1,51 @@ +{ + "title": "PostDomain_MaximumSet", + "operationId": "PostDomain", + "parameters": { + "api-version": "0000-00-00", + "body": { + "status": 22, + "type": 17, + "id": "nidjmorascxvzx", + "name": "gyycubpgyzvromvgccubgidutbtj", + "isRestricted": true, + "systemData": { + "createdAt": "2025-06-16T21:01:37.447Z", + "createdBy": "zfkgpsodposiekezxoteru", + "lastModifiedAt": "2025-06-16T21:01:37.447Z", + "lastModifiedBy": "w", + "expiredAt": "2025-06-16T21:01:37.447Z", + "expiredBy": "akfmmeeujcbagv" + }, + "description": "riwdqoebgbvksguqjttqhbqchckpk", + "parentId": "jemavgktkhzigyarbla", + "thumbnail": { + "color": "kknzzmpwlwuoieiyorqybvd" + }, + "domains": [ + { + "name": "xwcnp", + "friendlyName": "jvtpbgjja", + "relatedCollections": [ + { + "name": "eyznsozkzxsaft", + "friendlyName": "prdihrml", + "parentCollection": { + "type": 10, + "refName": "sgyqixjvdqcvvvneagwmunz" + } + } + ] + } + ], + "managedAttributes": [ + { + "name": "yudgednngbwobftmdyfwiblftdw" + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostOkr_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostOkr_MaximumSet_Gen.json new file mode 100644 index 000000000000..0dd778217a08 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostOkr_MaximumSet_Gen.json @@ -0,0 +1,40 @@ +{ + "title": "PostOkr_MaximumSet", + "operationId": "PostOkr", + "parameters": { + "api-version": "0000-00-00", + "body": { + "status": 14, + "systemData": { + "createdAt": "2025-06-16T21:01:54.783Z", + "createdBy": "bkkrqgtoyzwmihyoiakvxxa", + "lastModifiedAt": "2025-06-16T21:01:54.783Z", + "lastModifiedBy": "dzpexfrdnvy", + "closedAt": "2025-06-16T21:01:54.783Z", + "closedBy": "rjyfhoqsqbeuqzyqx" + }, + "id": "bxgcjiktokqrnmxbopukwtz", + "definition": "izdhjow", + "domain": "nsdestedunhooedqdkqsiflu", + "targetDate": "2025-06-16T21:01:54.783Z", + "contacts": { + "key5777": [ + { + "id": "cfaimuqkqqnnc", + "description": "atitetlocznsnmithbzk" + } + ] + }, + "additionalProperties": { + "overallStatus": 29, + "overallProgress": 14, + "overallGoal": 8, + "overallMax": 19, + "keyResultsCount": 13 + } + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostTerm_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostTerm_MaximumSet_Gen.json new file mode 100644 index 000000000000..02436b33be84 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostTerm_MaximumSet_Gen.json @@ -0,0 +1,49 @@ +{ + "title": "PostTerm_MaximumSet", + "operationId": "PostTerm", + "parameters": { + "api-version": "0000-00-00", + "body": { + "status": 6, + "id": "dwokbhsms", + "name": "opvxuoxizcbjioiamjiyrgumppu", + "systemData": { + "createdAt": "2025-06-16T21:01:37.447Z", + "createdBy": "zfkgpsodposiekezxoteru", + "lastModifiedAt": "2025-06-16T21:01:37.447Z", + "lastModifiedBy": "w", + "expiredAt": "2025-06-16T21:01:37.447Z", + "expiredBy": "akfmmeeujcbagv" + }, + "description": "opycfatibiuxaxtdtmi", + "contacts": { + "key9167": [ + { + "id": "cfaimuqkqqnnc", + "description": "atitetlocznsnmithbzk" + } + ] + }, + "domain": "qtzjmftlrobfc", + "parentId": "ggjebwhcpjkqmy", + "acronyms": [ + "w" + ], + "resources": [ + { + "name": "uoogpcrwucmrzmlcrjaqkp", + "url": "ddnkrzmvhuxatfz" + } + ], + "isLeaf": true, + "managedAttributes": [ + { + "name": "yudgednngbwobftmdyfwiblftdw" + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostsDataProduct_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostsDataProduct_MaximumSet_Gen.json new file mode 100644 index 000000000000..e505cc604be3 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostsDataProduct_MaximumSet_Gen.json @@ -0,0 +1,12 @@ +{ + "title": "PostsDataProduct_MaximumSet", + "operationId": "PostsDataProduct", + "parameters": { + "api-version": "0000-00-00", + "dataProductId": "febxjjlvqqxnym", + "body": {} + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostsOkr_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostsOkr_MaximumSet_Gen.json new file mode 100644 index 000000000000..17c89da92e7f --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PostsOkr_MaximumSet_Gen.json @@ -0,0 +1,26 @@ +{ + "title": "PostsOkr_MaximumSet", + "operationId": "PostsOkr", + "parameters": { + "api-version": "0000-00-00", + "objectiveId": "uivgaxbtk", + "body": { + "status": 25, + "systemData": { + "createdAt": "2025-06-16T21:01:46.830Z", + "createdBy": "bkwpbxuvozkvhlpnsysejdjqn", + "lastModifiedAt": "2025-06-16T21:01:46.830Z", + "lastModifiedBy": "uxpbgakgpqrxhrc" + }, + "id": "sxgqnasjdoedahdfdhjmon", + "definition": "tobtvlovsbcu", + "domainId": "qweyczhvc", + "progress": 11, + "goal": 21, + "max": 6 + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutCriticalDataElement_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutCriticalDataElement_MaximumSet_Gen.json new file mode 100644 index 000000000000..a6391177445d --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutCriticalDataElement_MaximumSet_Gen.json @@ -0,0 +1,40 @@ +{ + "title": "PutCriticalDataElement_MaximumSet", + "operationId": "PutCriticalDataElement", + "parameters": { + "api-version": "0000-00-00", + "criticalDataElementId": "ydpugfxzc", + "body": { + "status": 6, + "dataType": 28, + "id": "fdythkfebjuuevpmzfweve", + "name": "uwae", + "systemData": { + "createdAt": "2025-06-16T21:01:37.447Z", + "createdBy": "zfkgpsodposiekezxoteru", + "lastModifiedAt": "2025-06-16T21:01:37.447Z", + "lastModifiedBy": "w", + "expiredAt": "2025-06-16T21:01:37.447Z", + "expiredBy": "akfmmeeujcbagv" + }, + "domain": "cxeljfqyvrdsokynpfpendc", + "description": "lkijxttoytawcul", + "contacts": { + "key5875": [ + { + "id": "cfaimuqkqqnnc", + "description": "atitetlocznsnmithbzk" + } + ] + }, + "managedAttributes": [ + { + "name": "yudgednngbwobftmdyfwiblftdw" + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutDataAsset_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutDataAsset_MaximumSet_Gen.json new file mode 100644 index 000000000000..c6730e9d5fb9 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutDataAsset_MaximumSet_Gen.json @@ -0,0 +1,59 @@ +{ + "title": "PutDataAsset_MaximumSet", + "operationId": "PutDataAsset", + "parameters": { + "api-version": "0000-00-00", + "dataAssetId": "zprhxnyaroxtjnvdwqnqrunzcdrgxd", + "body": { + "id": "wzyojcebpadqnnpintzzrlsvy", + "name": "ac", + "systemData": { + "createdAt": "2025-06-16T21:01:37.447Z", + "createdBy": "zfkgpsodposiekezxoteru", + "lastModifiedAt": "2025-06-16T21:01:37.447Z", + "lastModifiedBy": "w", + "expiredAt": "2025-06-16T21:01:37.447Z", + "expiredBy": "akfmmeeujcbagv" + }, + "description": "qlasu", + "domain": "wxdjyftdwisssnuaxykxssfqpqk", + "source": { + "type": "qxfwnblzclbavpzigomdcfomhlm", + "assetId": "upckhansrjg", + "assetType": "iapbpaohmhkjblpbvd", + "fqn": "xfnsmwbywrfajxltkgqeynlprb", + "accountName": "jzzsruulwadrccaltxqtqjpuklavf", + "lastRefreshedAt": "2025-06-16T21:01:48.225Z", + "lastRefreshedBy": "urrvlsfffsrmaqdlkwbrdtdikfq" + }, + "contacts": { + "key5536": [ + { + "id": "cfaimuqkqqnnc", + "description": "atitetlocznsnmithbzk" + } + ] + }, + "classifications": [ + "michwrhgfuodecxqxaegudecosj" + ], + "sensitivityLabel": "jkncjvocjifhuvwpapdppfqgh", + "type": "fbqf", + "schema": [ + { + "name": "odkgxdwfjdvmlqqiufbihateu", + "description": "tsqszsyqze", + "classifications": [ + "jelmsoei" + ], + "type": "abrxhchzznjqjjehhc" + } + ], + "dataQualityScore": 1, + "openInURL": "pwhnwpjpfjzasdqtlsxfrghxi" + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutDataGovernanceApp_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutDataGovernanceApp_MaximumSet_Gen.json new file mode 100644 index 000000000000..9dd8065ce2ae --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutDataGovernanceApp_MaximumSet_Gen.json @@ -0,0 +1,135 @@ +{ + "title": "PutDataGovernanceApp_MaximumSet", + "operationId": "PutDataGovernanceApp", + "parameters": { + "api-version": "0000-00-00", + "body": { + "accountStatusModel": { + "accountExceptionMessageModel": { + "correlationId": "cycjhmagdqfdeeyvhexwbavxunfx", + "exceptionDateTime": "2025-06-16T21:01:41.778Z", + "exceptionErrorCode": "mkhggunfhvndqa", + "exceptionMessage": "vqubwfostimpkitgodcvkjzrkvj" + }, + "accountProvisioningState": "gvjmghbw" + }, + "auditModel": { + "auditIngestionEndpoint": "jwiebtlfwqwhmyfdycohdawgoeep", + "tenantForest": "eqw" + }, + "cloudConnectors": {}, + "dataFactoryAccount": { + "apiVersion": "xdwqijjajqhfkuja", + "baseManagementUri": "hblenefgqzqbbgbfgkbsb", + "factoryId": "kekoyoimxesjneuwxlyxp", + "location": "st", + "name": "yepqezu", + "processingStorageLinkedServiceName": "gjfyhxzpm", + "resourceGroup": "dtqoswectum", + "subscription": "nmxusywfazatninhzljqfee" + }, + "encryption": { + "systemMasterKey": { + "id": "wpashrryv", + "keyVaultResourceId": "nficnqg", + "type": "rfpceuipvmjeztmkitzxigb" + } + }, + "endpoints": {}, + "eventHubAccessKeyInfo": { + "eventHubName": "lmwsqocclynuah", + "externalKeys": { + "keyName": "htkzpaj", + "primaryConnectionString": "j", + "secondaryConnectionString": "ywjoib" + }, + "internalKeys": { + "keyName": "htkzpaj", + "primaryConnectionString": "j", + "secondaryConnectionString": "ywjoib" + }, + "managedResource": true, + "resourceGroup": "rkuufhjftle", + "subscriptionId": "iymqfqdbi" + }, + "identity": { + "clientId": "oyrwqmqfdxhdy", + "identityUrl": "symudxmebqcpqofrbti", + "managedIdentityType": "yyfpoywwm", + "principalId": "uhmaauyensuoflgclvlktkq", + "tenantId": "cnlgwvckrjjnnc", + "userAssignedIdentities": { + "key2902": { + "authenticationEndpoint": "amfvrobzvgq", + "clientId": "jzxpo", + "clientSecretUrl": "nslisqqwssdef", + "principalId": "xygfpfrvyhhavyi", + "tenantId": "gsuowcey" + } + } + }, + "ingestionStorageModel": { + "dnsZone": "uexrqqkqldgmabkkx", + "endpointSuffix": "djseckzzsyrsljwfnnge", + "location": "mbgfshgyfsmtou", + "name": "ggqpdyzhvlnufrjxbdrvewwb", + "primaryEndpoint": "y", + "publicNetworkAccess": "drtfpmjcypanm", + "resourceId": "gapjihyukbmuiiyzfoldapiz", + "sku": "huojlciarkyzgmofvwhou", + "tenantId": "bxn" + }, + "mergeInfo": { + "accountId": "bdlgvffbjkqurzucehuvnqlkxgcdaz", + "accountLocation": "mmccclzfierq", + "accountResourceId": "puixqnyyrtag", + "mergeStatus": "sxtzvzuclnxwlmgmmp", + "typeOfAccount": "jpksacucpsnicfxippvl" + }, + "networkAcls": { + "defaultAction": "zugdul" + }, + "notificationKafkaConfigurations": { + "credentials": { + "identityId": "kith", + "type": "hxaeepygjxbixlpdnkoaxasxojsb" + }, + "eventHubResourceId": "xykvbwxoahlcheajwmu", + "eventHubType": "lyofnjaxnzchjiowlilo", + "eventStreamingState": "qpoom", + "eventStreamingType": "oqndsfautwtriapqfgkkfgetbtuitc", + "partitionId": "czktidvmbgqcwndzrsbpc" + }, + "previousAccountState": { + "resourceType": "chcjvvuyzuvxafajpkkowp", + "sku": { + "capacity": 23, + "name": "okrkjziznrsjyaobialfxumabcu", + "version": "sglwywouvyeemrqdaw" + } + }, + "processingStorageModel": { + "dnsZone": "xvvtcj", + "endpointSuffix": "wxnsaicfpgnfimdtnedpmglfxm", + "location": "watyc", + "name": "qvjbr", + "primaryEndpoint": "kucnlwuynlycogszfhhpy", + "resourceId": "iptnddujzeaxjpnayqhfgtugf", + "sku": "nocygcrmrpqkfk", + "tenantId": "svhrphphqdsgoe" + }, + "reconciliationConfig": { + "reconciliationStatus": "qhidoeccbgaxxjtfthpsq", + "tenantId": "hmvf" + }, + "sku": { + "capacity": 23, + "name": "okrkjziznrsjyaobialfxumabcu", + "version": "sglwywouvyeemrqdaw" + } + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutDataProduct_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutDataProduct_MaximumSet_Gen.json new file mode 100644 index 000000000000..8edaf4558239 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutDataProduct_MaximumSet_Gen.json @@ -0,0 +1,66 @@ +{ + "title": "PutDataProduct_MaximumSet", + "operationId": "PutDataProduct", + "parameters": { + "api-version": "0000-00-00", + "dataProductId": "qgxbpnselwoeoajjtb", + "body": { + "status": 6, + "type": 4, + "updateFrequency": 19, + "managedAttributes": [ + { + "name": "yudgednngbwobftmdyfwiblftdw" + } + ], + "id": "kmmjmtvlrdetpaps", + "name": "calummvvrbjczfuwl", + "systemData": { + "createdAt": "2025-06-16T21:01:37.447Z", + "createdBy": "zfkgpsodposiekezxoteru", + "lastModifiedAt": "2025-06-16T21:01:37.447Z", + "lastModifiedBy": "w", + "expiredAt": "2025-06-16T21:01:37.447Z", + "expiredBy": "akfmmeeujcbagv" + }, + "domain": "bwiinzinkpkrlsxa", + "description": "nszgyymzficbuczoyrxtm", + "businessUse": "afxbdopvdwyyywanca", + "contacts": { + "key2225": [ + { + "id": "cfaimuqkqqnnc", + "description": "atitetlocznsnmithbzk" + } + ] + }, + "termsOfUse": [ + { + "url": "itgogrkcva", + "name": "iyatkqamlbbkgrhlybkdpzgkxkj", + "dataAssetId": "ttzcylqiqlhszvvwkcbmatkh" + } + ], + "documentation": [ + { + "url": "itgogrkcva", + "name": "iyatkqamlbbkgrhlybkdpzgkxkj", + "dataAssetId": "ttzcylqiqlhszvvwkcbmatkh" + } + ], + "sensitivityLabel": "rlstdqmjgnubulniocjodvrrlxsj", + "endorsed": true, + "activeSubscriberCount": 17, + "dataQualityScore": 9, + "audience": [ + 4 + ], + "additionalProperties": { + "assetCount": 18 + } + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutOkr_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutOkr_MaximumSet_Gen.json new file mode 100644 index 000000000000..54ab5f8a36c8 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutOkr_MaximumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "title": "PutOkr_MaximumSet", + "operationId": "PutOkr", + "parameters": { + "api-version": "0000-00-00", + "objectiveId": "rdjmzwhhxfzpjvqfeit", + "keyResultId": "uydpiyi", + "body": { + "status": 25, + "systemData": { + "createdAt": "2025-06-16T21:01:46.830Z", + "createdBy": "bkwpbxuvozkvhlpnsysejdjqn", + "lastModifiedAt": "2025-06-16T21:01:46.830Z", + "lastModifiedBy": "uxpbgakgpqrxhrc" + }, + "id": "sxgqnasjdoedahdfdhjmon", + "definition": "tobtvlovsbcu", + "domainId": "qweyczhvc", + "progress": 11, + "goal": 21, + "max": 6 + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutWorkflows_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutWorkflows_MaximumSet_Gen.json new file mode 100644 index 000000000000..4efa2d6f9175 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/PutWorkflows_MaximumSet_Gen.json @@ -0,0 +1,40 @@ +{ + "title": "PutWorkflows_MaximumSet", + "operationId": "PutWorkflows", + "parameters": { + "api-version": "0000-00-00", + "workflowId": "tamqomnnr", + "body": { + "id": "moutftjldhfto", + "name": "ofqrvrqdbrsppbll", + "systemData": { + "createdAt": "2025-06-16T21:01:46.830Z", + "createdBy": "bkwpbxuvozkvhlpnsysejdjqn", + "lastModifiedAt": "2025-06-16T21:01:46.830Z", + "lastModifiedBy": "uxpbgakgpqrxhrc" + }, + "domain": "wtady", + "workflowMetadata": [ + { + "conceptType": 15, + "status": 17, + "approverMetadata": [ + { + "action": 3, + "approvers": [ + { + "id": "sx", + "description": "nkwhqhrsulbhbtwvkugcdznttuzrb", + "email": "mpvblkfelng" + } + ] + } + ] + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermFacets_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermFacets_MaximumSet_Gen.json new file mode 100644 index 000000000000..3e7406ec7f0c --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermFacets_MaximumSet_Gen.json @@ -0,0 +1,34 @@ +{ + "title": "TermFacets_MaximumSet", + "operationId": "TermFacets", + "parameters": { + "api-version": "0000-00-00", + "body": { + "iDs": [ + "tk" + ], + "domainIDs": [ + "zchjxqewjnr" + ], + "nameKeyword": "rdxkgcpjmdyuauloaisivhkaztqds", + "owners": [ + "v" + ], + "acronyms": [ + "xvhpxvyimudofofljzu" + ], + "status": 14, + "multiStatus": [ + 14 + ], + "facets": [ + { + "name": "zzbdtekwhjecdpizhkoyxdi" + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermFacets_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermFacets_MinimumSet_Gen.json new file mode 100644 index 000000000000..f77cfd248864 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermFacets_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "TermFacets_MinimumSet", + "operationId": "TermFacets", + "parameters": { + "api-version": "0000-00-00", + "body": {} + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationCounts_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationCounts_MaximumSet_Gen.json new file mode 100644 index 000000000000..9b0c67d2bd5a --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationCounts_MaximumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "TermMigrationCounts_MaximumSet", + "operationId": "TermMigrationCounts", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationCounts_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationCounts_MinimumSet_Gen.json new file mode 100644 index 000000000000..99b8cada2226 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationCounts_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "TermMigrationCounts_MinimumSet", + "operationId": "TermMigrationCounts", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationMoveterms_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationMoveterms_MaximumSet_Gen.json new file mode 100644 index 000000000000..2a99ff5d1ee3 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationMoveterms_MaximumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "TermMigrationMoveterms_MaximumSet", + "operationId": "TermMigrationMoveterms", + "parameters": { + "api-version": "0000-00-00", + "body": { + "destinationDomainId": "nfyxfenyoprc", + "termIds": [ + "rhrkbcgftlskviuqd" + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationStart_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationStart_MaximumSet_Gen.json new file mode 100644 index 000000000000..078fbf3ccb40 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationStart_MaximumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "TermMigrationStart_MaximumSet", + "operationId": "TermMigrationStart", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationStart_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationStart_MinimumSet_Gen.json new file mode 100644 index 000000000000..076d6802d4c0 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationStart_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "TermMigrationStart_MinimumSet", + "operationId": "TermMigrationStart", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationState_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationState_MaximumSet_Gen.json new file mode 100644 index 000000000000..d5f3724b6107 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationState_MaximumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "TermMigrationState_MaximumSet", + "operationId": "TermMigrationState", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationState_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationState_MinimumSet_Gen.json new file mode 100644 index 000000000000..a6eb923add99 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermMigrationState_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "TermMigrationState_MinimumSet", + "operationId": "TermMigrationState", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermQuery_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermQuery_MaximumSet_Gen.json new file mode 100644 index 000000000000..34f03808df21 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermQuery_MaximumSet_Gen.json @@ -0,0 +1,45 @@ +{ + "title": "TermQuery_MaximumSet", + "operationId": "TermQuery", + "parameters": { + "api-version": "0000-00-00", + "duplicatecheck": 14, + "body": { + "skip": 9, + "top": 23, + "orderBy": [ + { + "field": "bnqhudythkewagzxduxxcuey", + "direction": "xhttstpwrbywmmlshzaqcmaa" + } + ], + "iDs": [ + "aqugfdr" + ], + "domainIDs": [ + "loribnchvmndncxxkffcxodrrq" + ], + "nameKeyword": "yws", + "status": 14, + "multiStatus": [ + 14 + ], + "owners": [ + "jjo" + ], + "acronyms": [ + "fvmkzojkfqlmhrdpkaewtbur" + ], + "managedAttributes": [ + { + "field": "jxpmjtgjouwsjjgaxzklryqaaumcdb", + "operator": "tmqfbndcoczoy", + "type": "qkcaceh" + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermQuery_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermQuery_MinimumSet_Gen.json new file mode 100644 index 000000000000..9acc0cb18f01 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermQuery_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "TermQuery_MinimumSet", + "operationId": "TermQuery", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermTermIdHierarchies_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermTermIdHierarchies_MaximumSet_Gen.json new file mode 100644 index 000000000000..a75acdd8918f --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermTermIdHierarchies_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "TermTermIdHierarchies_MaximumSet", + "operationId": "TermTermIdHierarchies", + "parameters": { + "api-version": "0000-00-00", + "termId": "tgkfkapleuh" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermTermIdRelationships_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermTermIdRelationships_MaximumSet_Gen.json new file mode 100644 index 000000000000..599b8e794aef --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermTermIdRelationships_MaximumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "TermTermIdRelationships_MaximumSet", + "operationId": "TermTermIdRelationships", + "parameters": { + "api-version": "0000-00-00", + "termId": "tglyakjkucjqcgtrpxghqbbkfeewp", + "body": { + "description": "xs", + "entityId": "mxiiugcugza", + "relationshipType": 17 + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermTermId_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermTermId_MaximumSet_Gen.json new file mode 100644 index 000000000000..951432383f28 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/TermTermId_MaximumSet_Gen.json @@ -0,0 +1,50 @@ +{ + "title": "TermTermId_MaximumSet", + "operationId": "TermTermId", + "parameters": { + "api-version": "0000-00-00", + "termId": "kfgjvxlauaynq", + "body": { + "status": 6, + "id": "dwokbhsms", + "name": "opvxuoxizcbjioiamjiyrgumppu", + "systemData": { + "createdAt": "2025-06-16T21:01:37.447Z", + "createdBy": "zfkgpsodposiekezxoteru", + "lastModifiedAt": "2025-06-16T21:01:37.447Z", + "lastModifiedBy": "w", + "expiredAt": "2025-06-16T21:01:37.447Z", + "expiredBy": "akfmmeeujcbagv" + }, + "description": "opycfatibiuxaxtdtmi", + "contacts": { + "key9167": [ + { + "id": "cfaimuqkqqnnc", + "description": "atitetlocznsnmithbzk" + } + ] + }, + "domain": "qtzjmftlrobfc", + "parentId": "ggjebwhcpjkqmy", + "acronyms": [ + "w" + ], + "resources": [ + { + "name": "uoogpcrwucmrzmlcrjaqkp", + "url": "ddnkrzmvhuxatfz" + } + ], + "isLeaf": true, + "managedAttributes": [ + { + "name": "yudgednngbwobftmdyfwiblftdw" + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Term_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Term_MaximumSet_Gen.json new file mode 100644 index 000000000000..d74a2e9e3a5b --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Term_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "Term_MaximumSet", + "operationId": "Term", + "parameters": { + "api-version": "0000-00-00", + "termId": "tmfcvitwhqkkghnziryzvxxwvjl" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRunQueryRuns_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRunQueryRuns_MaximumSet_Gen.json new file mode 100644 index 000000000000..a0800d93729c --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRunQueryRuns_MaximumSet_Gen.json @@ -0,0 +1,28 @@ +{ + "title": "WorkflowsRunQueryRuns_MaximumSet", + "operationId": "WorkflowsRunQueryRuns", + "parameters": { + "api-version": "0000-00-00", + "$skipToken": "akycbuylehcrgv", + "body": { + "skip": 25, + "top": 24, + "orderBy": [ + { + "field": "bnqhudythkewagzxduxxcuey", + "direction": "xhttstpwrbywmmlshzaqcmaa" + } + ], + "conceptId": "mrdobothbooovv", + "conceptType": 15, + "workflowRunAction": 3, + "workflowRunStatus": 1, + "domain": "pgsenxfkcqhgyzkrsqpdbcvifs", + "conceptName": "vpbuzekuglzkins", + "createdBy": "v" + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRunWorkflowRunIdApprove_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRunWorkflowRunIdApprove_MaximumSet_Gen.json new file mode 100644 index 000000000000..854a1516cd95 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRunWorkflowRunIdApprove_MaximumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "WorkflowsRunWorkflowRunIdApprove_MaximumSet", + "operationId": "WorkflowsRunWorkflowRunIdApprove", + "parameters": { + "api-version": "0000-00-00", + "workflowRunId": "i", + "body": { + "id": "sx", + "description": "nkwhqhrsulbhbtwvkugcdznttuzrb", + "email": "mpvblkfelng" + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRunWorkflowRunIdReject_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRunWorkflowRunIdReject_MaximumSet_Gen.json new file mode 100644 index 000000000000..08b48b1862e0 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRunWorkflowRunIdReject_MaximumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "WorkflowsRunWorkflowRunIdReject_MaximumSet", + "operationId": "WorkflowsRunWorkflowRunIdReject", + "parameters": { + "api-version": "0000-00-00", + "workflowRunId": "cfcecjdckmilejiznaxfjw", + "body": { + "id": "sx", + "description": "nkwhqhrsulbhbtwvkugcdznttuzrb", + "email": "mpvblkfelng" + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRunWorkflowRunId_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRunWorkflowRunId_MaximumSet_Gen.json new file mode 100644 index 000000000000..0b29969aa1b3 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRunWorkflowRunId_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "WorkflowsRunWorkflowRunId_MaximumSet", + "operationId": "WorkflowsRunWorkflowRunId", + "parameters": { + "api-version": "0000-00-00", + "workflowRunId": "ydprrewofv" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRun_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRun_MaximumSet_Gen.json new file mode 100644 index 000000000000..a713dd147f44 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRun_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "WorkflowsRun_MaximumSet", + "operationId": "WorkflowsRun", + "parameters": { + "api-version": "0000-00-00", + "$skipToken": "imbnvdsxnhvlofhyivjxdhoujsv" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRun_MinimumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRun_MinimumSet_Gen.json new file mode 100644 index 000000000000..dda2389b67d8 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsRun_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "title": "WorkflowsRun_MinimumSet", + "operationId": "WorkflowsRun", + "parameters": { + "api-version": "0000-00-00" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsWorkflowId_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsWorkflowId_MaximumSet_Gen.json new file mode 100644 index 000000000000..0c9d63dd3dc8 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/WorkflowsWorkflowId_MaximumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "title": "WorkflowsWorkflowId_MaximumSet", + "operationId": "WorkflowsWorkflowId", + "parameters": { + "api-version": "0000-00-00", + "workflowId": "yi" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Workflows_MaximumSet_Gen.json b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Workflows_MaximumSet_Gen.json new file mode 100644 index 000000000000..af5c9d346437 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/examples/Workflows_MaximumSet_Gen.json @@ -0,0 +1,39 @@ +{ + "title": "Workflows_MaximumSet", + "operationId": "Workflows", + "parameters": { + "api-version": "0000-00-00", + "body": { + "id": "moutftjldhfto", + "name": "ofqrvrqdbrsppbll", + "systemData": { + "createdAt": "2025-06-16T21:01:46.830Z", + "createdBy": "bkwpbxuvozkvhlpnsysejdjqn", + "lastModifiedAt": "2025-06-16T21:01:46.830Z", + "lastModifiedBy": "uxpbgakgpqrxhrc" + }, + "domain": "wtady", + "workflowMetadata": [ + { + "conceptType": 15, + "status": 17, + "approverMetadata": [ + { + "action": 3, + "approvers": [ + { + "id": "sx", + "description": "nkwhqhrsulbhbtwvkugcdznttuzrb", + "email": "mpvblkfelng" + } + ] + } + ] + } + ] + } + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/data-plane/PurviewDataCatalog/preview/2025-06-16-preview/CatalogApiService.json b/specification/purviewdatagovernance/data-plane/PurviewDataCatalog/preview/2025-06-16-preview/CatalogApiService.json new file mode 100644 index 000000000000..485749c6e565 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/PurviewDataCatalog/preview/2025-06-16-preview/CatalogApiService.json @@ -0,0 +1,5569 @@ +{ + "swagger": "2.0", + "info": { + "title": "PurviewDataCatalog", + "version": "2025-06-16-preview", + "description": "Creates a data plane client for Purview Data Catalog.", + "x-typespec-generated": [ + { + "emitter": "@azure-tools/typespec-autorest" + } + ] + }, + "schemes": [ + "https" + ], + "x-ms-parameterized-host": { + "hostTemplate": "{$host}", + "useSchemePrefix": false, + "parameters": [ + { + "name": "$host", + "in": "path", + "required": true, + "type": "string" + } + ] + }, + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ], + "tags": [], + "paths": { + "/criticalDataElements": { + "get": { + "operationId": "GetCriticalDataElement", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "domainId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + }, + { + "name": "keyword", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "skip", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "top", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "orderBy", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "GetCriticalDataElement_MaximumSet_Gen": { + "$ref": "./examples/GetCriticalDataElement_MaximumSet_Gen.json" + } + } + }, + "post": { + "operationId": "PostCriticalDataElement", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelCriticalDataElement" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "PostCriticalDataElement_MaximumSet_Gen": { + "$ref": "./examples/PostCriticalDataElement_MaximumSet_Gen.json" + } + } + }, + "/criticalDataElements/{criticalDataElementId}": { + "get": { + "operationId": "GetCriticalDataElementCriticalDataElementId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "criticalDataElementId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "GetCriticalDataElementCriticalDataElementId_MaximumSet_Gen": { + "$ref": "./examples/GetCriticalDataElementCriticalDataElementId_MaximumSet_Gen.json" + } + } + }, + "put": { + "operationId": "PutCriticalDataElement", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "criticalDataElementId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelCriticalDataElement" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "PutCriticalDataElement_MaximumSet_Gen": { + "$ref": "./examples/PutCriticalDataElement_MaximumSet_Gen.json" + } + } + }, + "delete": { + "operationId": "DeleteCriticalDataElement", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "criticalDataElementId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "DeleteCriticalDataElement_MaximumSet_Gen": { + "$ref": "./examples/DeleteCriticalDataElement_MaximumSet_Gen.json" + } + } + }, + "/criticalDataElements/{criticalDataElementId}/relationships": { + "get": { + "operationId": "GetsCriticalDataElement", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "criticalDataElementId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "GetsCriticalDataElement_MaximumSet_Gen": { + "$ref": "./examples/GetsCriticalDataElement_MaximumSet_Gen.json" + } + } + }, + "post": { + "operationId": "CriticalDataElementCriticalDataElementIdRelationships", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "criticalDataElementId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "type": "object", + "additionalProperties": {} + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "CriticalDataElementCriticalDataElementIdRelationships_MaximumSet_Gen": { + "$ref": "./examples/CriticalDataElementCriticalDataElementIdRelationships_MaximumSet_Gen.json" + } + } + }, + "delete": { + "operationId": "DeletesCriticalDataElement", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "criticalDataElementId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + }, + { + "name": "entityId", + "in": "query", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "DeletesCriticalDataElement_MaximumSet_Gen": { + "$ref": "./examples/DeletesCriticalDataElement_MaximumSet_Gen.json" + } + } + } + }, + "/criticalDataElements/facets": { + "post": { + "operationId": "CriticalDataElementFacets", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsCriticalDataElementCriticalDataElementFacetRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "CriticalDataElementFacets_MaximumSet_Gen": { + "$ref": "./examples/CriticalDataElementFacets_MaximumSet_Gen.json" + }, + "CriticalDataElementFacets_MinimumSet_Gen": { + "$ref": "./examples/CriticalDataElementFacets_MinimumSet_Gen.json" + } + } + } + }, + "/criticalDataElements/query": { + "post": { + "operationId": "CriticalDataElementQuery", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "duplicatecheck", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsCriticalDataElementCriticalDataElementQueryRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "CriticalDataElementQuery_MaximumSet_Gen": { + "$ref": "./examples/CriticalDataElementQuery_MaximumSet_Gen.json" + }, + "CriticalDataElementQuery_MinimumSet_Gen": { + "$ref": "./examples/CriticalDataElementQuery_MinimumSet_Gen.json" + } + } + } + }, + "/dataAssets": { + "get": { + "operationId": "GetDataAsset", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "orderBy", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "skip", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "top", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "post": { + "operationId": "PostDataAsset", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataAsset" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "PostDataAsset_MaximumSet_Gen": { + "$ref": "./examples/PostDataAsset_MaximumSet_Gen.json" + } + } + } + }, + "/dataAssets/{dataAssetId}": { + "get": { + "operationId": "DataAssetDataAssetId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataAssetId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "DataAssetDataAssetId_MaximumSet_Gen": { + "$ref": "./examples/DataAssetDataAssetId_MaximumSet_Gen.json" + } + } + }, + "put": { + "operationId": "PutDataAsset", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataAssetId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataAsset" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "PutDataAsset_MaximumSet_Gen": { + "$ref": "./examples/PutDataAsset_MaximumSet_Gen.json" + } + } + }, + "delete": { + "operationId": "DeleteDataAsset", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataAssetId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "DeleteDataAsset_MaximumSet_Gen": { + "$ref": "./examples/DeleteDataAsset_MaximumSet_Gen.json" + } + } + } + }, + "/dataAssets/{dataAssetId}/relationships": { + "get": { + "operationId": "DataAssetDataAssetIdRelationships", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataAssetId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "DataAssetDataAssetIdRelationships_MaximumSet_Gen": { + "$ref": "./examples/DataAssetDataAssetIdRelationships_MaximumSet_Gen.json" + } + } + }, + "post": { + "operationId": "DataAsset", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataAssetId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "type": "object", + "additionalProperties": {} + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "DataAsset_MaximumSet_Gen": { + "$ref": "./examples/DataAsset_MaximumSet_Gen.json" + } + } + }, + "delete": { + "operationId": "DeletesDataAsset", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataAssetId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + }, + { + "name": "entityId", + "in": "query", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + } + }, + "x-ms-examples": { + "DeletesDataAsset_MaximumSet_Gen": { + "$ref": "./examples/DeletesDataAsset_MaximumSet_Gen.json" + } + } + }, + "/dataAssets/query": { + "post": { + "operationId": "PostDataAssetQuery", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataAssetDataAssetQueryRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "PostDataAssetQuery_MaximumSet_Gen": { + "$ref": "./examples/PostDataAssetQuery_MaximumSet_Gen.json" + }, + "PostDataAssetQuery_MinimumSet_Gen": { + "$ref": "./examples/PostDataAssetQuery_MinimumSet_Gen.json" + } + } + } + }, + "/dataProducts": { + "get": { + "operationId": "GetDataProduct", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "domainId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + }, + { + "name": "orderBy", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "skip", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "top", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "GetDataProduct_MaximumSet_Gen": { + "$ref": "./examples/GetDataProduct_MaximumSet_Gen.json" + } + } + }, + "post": { + "operationId": "PostDataProduct", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataProduct" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "PostDataProduct_MaximumSet_Gen": { + "$ref": "./examples/PostDataProduct_MaximumSet_Gen.json" + } + } + } + }, + "/dataProducts/{dataProductId}": { + "get": { + "operationId": "DataProductDataProductId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataProductId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "DataProductDataProductId_MaximumSet_Gen": { + "$ref": "./examples/DataProductDataProductId_MaximumSet_Gen.json" + } + } + }, + "put": { + "operationId": "PutDataProduct", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataProductId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataProduct" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "PutDataProduct_MaximumSet_Gen": { + "$ref": "./examples/PutDataProduct_MaximumSet_Gen.json" + } + } + }, + "delete": { + "operationId": "DeleteDataProduct", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataProductId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "DeleteDataProduct_MaximumSet_Gen": { + "$ref": "./examples/DeleteDataProduct_MaximumSet_Gen.json" + } + } + } + }, + "/dataProducts/{dataProductId}/relationships": { + "get": { + "operationId": "DataProductDataProductIdRelationships", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataProductId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "DataProductDataProductIdRelationships_MaximumSet_Gen": { + "$ref": "./examples/DataProductDataProductIdRelationships_MaximumSet_Gen.json" + } + } + }, + "post": { + "operationId": "PostsDataProduct", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataProductId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "type": "object", + "additionalProperties": {} + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "PostsDataProduct_MaximumSet_Gen": { + "$ref": "./examples/PostsDataProduct_MaximumSet_Gen.json" + } + } + }, + "delete": { + "operationId": "DeletesDataProduct", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataProductId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": true + }, + { + "name": "entityId", + "in": "query", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "DeletsDataProduct_MaximumSet_Gen": { + "$ref": "./examples/DeletsDataProduct_MaximumSet_Gen.json" + } + } + } + }, + "/dataProducts/facets": { + "post": { + "operationId": "DataProductFacets", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataProductFacetRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "DataProductFacets_MaximumSet_Gen": { + "$ref": "./examples/DataProductFacets_MaximumSet_Gen.json" + }, + "DataProductFacets_MinimumSet_Gen": { + "$ref": "./examples/DataProductFacets_MinimumSet_Gen.json" + } + } + } + }, + "/dataProducts/query": { + "post": { + "operationId": "DataProductQuery", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "duplicatecheck", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "dataProductOwner", + "in": "query", + "required": false, + "type": "boolean" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataProductQueryRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "DataProductQuery_MaximumSet_Gen": { + "$ref": "./examples/DataProductQuery_MaximumSet_Gen.json" + }, + "DataProductQuery_MinimumSet_Gen": { + "$ref": "./examples/DataProductQuery_MinimumSet_Gen.json" + } + } + } + }, + "/internal/dataAssets/queryPublished": { + "post": { + "operationId": "InternalDataAssetsQueryPublished", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataAssetDataAssetQueryRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "InternalDataAssetsQueryPublished_MaximumSet_Gen": { + "$ref": "./examples/InternalDataAssetsQueryPublished_MaximumSet_Gen.json" + }, + "InternalDataAssetsQueryPublished_MinimumSet_Gen": { + "$ref": "./examples/InternalDataAssetsQueryPublished_MinimumSet_Gen.json" + } + } + } + }, + "/internal/resolve/policyeffectiveCriticalDataElements": { + "post": { + "operationId": "InternalResolvePolicyeffectiveCriticalDataElements", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataProductId", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "InternalResolvePolicyeffectiveCriticalDataElements_MaximumSet_Gen": { + "$ref": "./examples/InternalResolvePolicyeffectiveCriticalDataElements_MaximumSet_Gen.json" + }, + "InternalResolvePolicyeffectiveCriticalDataElements_MinimumSet_Gen": { + "$ref": "./examples/InternalResolvePolicyeffectiveCriticalDataElements_MinimumSet_Gen.json" + } + } + } + }, + "/internal/resolve/policyeffectiveterms": { + "post": { + "operationId": "InternalResolvePolicyeffectiveterms", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "dataProductId", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "InternalResolvePolicyeffectiveterms_MaximumSet_Gen": { + "$ref": "./examples/InternalResolvePolicyeffectiveterms_MaximumSet_Gen.json" + }, + "InternalResolvePolicyeffectiveterms_MinimumSet_Gen": { + "$ref": "./examples/InternalResolvePolicyeffectiveterms_MinimumSet_Gen.json" + } + } + } + }, + "/policies": { + "get": { + "operationId": "Policy", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "skipToken", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "Policy_MaximumSet_Gen": { + "$ref": "./examples/Policy_MaximumSet_Gen.json" + }, + "Policy_MinimumSet_Gen": { + "$ref": "./examples/Policy_MinimumSet_Gen.json" + } + } + } + }, + "/policies/addAdministrator": { + "post": { + "operationId": "PolicyAddAdministrator", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsPolicyAddAdminRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "PolicyAddAdministrator_MaximumSet_Gen": { + "$ref": "./examples/PolicyAddAdministrator_MaximumSet_Gen.json" + }, + "PolicyAddAdministrator_MinimumSet_Gen": { + "$ref": "./examples/PolicyAddAdministrator_MinimumSet_Gen.json" + } + } + } + }, + "/terms": { + "get": { + "operationId": "GetsTerm", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "domainId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + }, + { + "name": "parentId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + }, + { + "name": "keyword", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "skip", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "top", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "depth", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "orderBy", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "GetsTerm_MaximumSet_Gen": { + "$ref": "./examples/GetsTerm_MaximumSet_Gen.json" + } + } + }, + "post": { + "operationId": "PostTerm", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelTerm" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "PostTerm_MaximumSet_Gen": { + "$ref": "./examples/PostTerm_MaximumSet_Gen.json" + } + } + } + }, + "/terms/{termId}": { + "get": { + "operationId": "Term", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "termId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "Term_MaximumSet_Gen": { + "$ref": "./examples/Term_MaximumSet_Gen.json" + } + } + }, + "put": { + "operationId": "TermTermId", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "termId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelTerm" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "TermTermId_MaximumSet_Gen": { + "$ref": "./examples/TermTermId_MaximumSet_Gen.json" + } + } + }, + "delete": { + "operationId": "DeleteTerm", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "termId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "DeleteTerm_MaximumSet_Gen": { + "$ref": "./examples/DeleteTerm_MaximumSet_Gen.json" + } + } + } + }, + "/terms/{termId}/hierarchies": { + "get": { + "operationId": "TermTermIdHierarchies", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "termId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "TermTermIdHierarchies_MaximumSet_Gen": { + "$ref": "./examples/TermTermIdHierarchies_MaximumSet_Gen.json" + } + } + } + }, + "/terms/{termId}/relationships": { + "get": { + "operationId": "GetTerm", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "termId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": false + }, + { + "name": "relationshipType", + "in": "query", + "required": false + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "GetTerm_MaximumSet_Gen": { + "$ref": "./examples/GetTerm_MaximumSet_Gen.json" + } + } + }, + "post": { + "operationId": "TermTermIdRelationships", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "termId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": false + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermRelationship" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "TermTermIdRelationships_MaximumSet_Gen": { + "$ref": "./examples/TermTermIdRelationships_MaximumSet_Gen.json" + } + } + }, + "delete": { + "operationId": "DeletesTerm", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "termId", + "in": "path", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "entityType", + "in": "query", + "required": false + }, + { + "name": "relationshipType", + "in": "query", + "required": false + }, + { + "name": "entityId", + "in": "query", + "required": false, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "DeletesTerm_MaximumSet_Gen": { + "$ref": "./examples/DeletesTerm_MaximumSet_Gen.json" + } + } + } + }, + "/terms/facets": { + "post": { + "operationId": "TermFacets", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermFacetRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "TermFacets_MaximumSet_Gen": { + "$ref": "./examples/TermFacets_MaximumSet_Gen.json" + }, + "TermFacets_MinimumSet_Gen": { + "$ref": "./examples/TermFacets_MinimumSet_Gen.json" + } + } + } + }, + "/terms/migration/counts": { + "get": { + "operationId": "TermMigrationCounts", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "TermMigrationCounts_MaximumSet_Gen": { + "$ref": "./examples/TermMigrationCounts_MaximumSet_Gen.json" + }, + "TermMigrationCounts_MinimumSet_Gen": { + "$ref": "./examples/TermMigrationCounts_MinimumSet_Gen.json" + } + } + } + }, + "/terms/migration/moveterms": { + "post": { + "operationId": "TermMigrationMoveterms", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermsMoveRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "TermMigrationMoveterms_MaximumSet_Gen": { + "$ref": "./examples/TermMigrationMoveterms_MaximumSet_Gen.json" + } + } + } + }, + "/terms/migration/start": { + "post": { + "operationId": "TermMigrationStart", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "TermMigrationStart_MaximumSet_Gen": { + "$ref": "./examples/TermMigrationStart_MaximumSet_Gen.json" + }, + "TermMigrationStart_MinimumSet_Gen": { + "$ref": "./examples/TermMigrationStart_MinimumSet_Gen.json" + } + } + } + }, + "/terms/migration/state": { + "get": { + "operationId": "TermMigrationState", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "TermMigrationState_MaximumSet_Gen": { + "$ref": "./examples/TermMigrationState_MaximumSet_Gen.json" + }, + "TermMigrationState_MinimumSet_Gen": { + "$ref": "./examples/TermMigrationState_MinimumSet_Gen.json" + } + } + } + }, + "/terms/query": { + "post": { + "operationId": "TermQuery", + "description": "The most basic operation.", + "parameters": [ + { + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" + }, + { + "name": "duplicatecheck", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "body", + "in": "body", + "required": false, + "schema": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermQueryRequest" + } + } + ], + "responses": { + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" + }, + "headers": { + "x-ms-error-code": { + "type": "string", + "description": "String error code indicating what went wrong." + } + } + } + }, + "x-ms-examples": { + "TermQuery_MaximumSet_Gen": { + "$ref": "./examples/TermQuery_MaximumSet_Gen.json" + }, + "TermQuery_MinimumSet_Gen": { + "$ref": "./examples/TermQuery_MinimumSet_Gen.json" + } + } + } + } + }, + "definitions": { + "Azure.Core.Foundations.Error": { + "type": "object", + "description": "The error object.", + "properties": { + "code": { + "type": "string", + "description": "One of a server-defined set of error codes." + }, + "message": { + "type": "string", + "description": "A human-readable representation of the error." + }, + "target": { + "type": "string", + "description": "The target of the error." + }, + "details": { + "type": "array", + "description": "An array of details about specific errors that led to this reported error.", + "items": { + "$ref": "#/definitions/Azure.Core.Foundations.Error" + } + }, + "innererror": { + "$ref": "#/definitions/Azure.Core.Foundations.InnerError", + "description": "An object containing more specific information than the current object about the error." + } + }, + "required": [ + "code", + "message" + ] + }, + "Azure.Core.Foundations.ErrorResponse": { + "type": "object", + "description": "A response containing error details.", + "properties": { + "error": { + "$ref": "#/definitions/Azure.Core.Foundations.Error", + "description": "The error object." + } + }, + "required": [ + "error" + ] + }, + "Azure.Core.Foundations.InnerError": { + "type": "object", + "description": "An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#handling-errors.", + "properties": { + "code": { + "type": "string", + "description": "One of a server-defined set of error codes." + }, + "innererror": { + "$ref": "#/definitions/Azure.Core.Foundations.InnerError", + "description": "Inner error." + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsAccountEndpoints": { + "type": "object", + "properties": { + "catalog": { + "type": "string", + "readOnly": true + }, + "scan": { + "type": "string", + "readOnly": true + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsAccountExceptionMessageModel": { + "type": "object", + "properties": { + "correlationId": { + "type": "string" + }, + "exceptionDateTime": { + "type": "string", + "format": "date-time" + }, + "exceptionErrorCode": { + "type": "string" + }, + "exceptionMessage": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsAccountServiceModel": { + "type": "object", + "properties": { + "accountStatusModel": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsAccountStatusModel" + }, + "auditModel": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsAuditModel" + }, + "cloudConnectors": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsCloudConnectors" + }, + "createdAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "createdBy": { + "type": "string", + "readOnly": true + }, + "createdByObjectId": { + "type": "string", + "readOnly": true + }, + "createMode": { + "type": "string", + "readOnly": true + }, + "dataFactoryAccount": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsDataFactoryAccount" + }, + "defaultCatalogId": { + "type": "string", + "readOnly": true + }, + "defaultCollectionName": { + "type": "string", + "readOnly": true + }, + "encryption": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsEncryptionModel" + }, + "endpoints": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsAccountEndpoints" + }, + "eventHubAccessKeyInfo": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsEventHubAccessKeyInfo" + }, + "hookKafkaConfigurations": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsHookKafkaConfigurationServiceModel" + }, + "readOnly": true + }, + "id": { + "type": "string", + "readOnly": true + }, + "identity": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsManagedIdentityInfo" + }, + "ingestionStorageModel": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsIngestionStorageModel" + }, + "lastModifiedAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "location": { + "type": "string", + "readOnly": true + }, + "managedResourcesPublicNetworkAccess": { + "type": "string", + "readOnly": true + }, + "mergeInfo": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsMergeInfoModel" + }, + "name": { + "type": "string", + "readOnly": true + }, + "networkAcls": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsNetworkAcls" + }, + "notificationKafkaConfigurations": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsNotificationKafkaConfigurationServiceModel" + }, + "previousAccountState": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsPreviousAccountStateServiceModel" + }, + "privateLinkIds": { + "type": "array", + "items": { + "type": "integer", + "format": "int32" + }, + "readOnly": true + }, + "processingStorageModel": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsProcessingStorageModel" + }, + "provisioningState": { + "type": "string", + "readOnly": true + }, + "reconciliationConfig": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsReconciliationConfigServiceModel" + }, + "resourceId": { + "type": "string", + "readOnly": true + }, + "resourceType": { + "type": "string", + "readOnly": true + }, + "sku": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsAccountSkuModel" + }, + "softDeleteRetentionInDays": { + "type": "integer", + "format": "int32", + "readOnly": true + }, + "storageAccounts": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsManagedResourceServiceModel" + }, + "readOnly": true + }, + "subscriptionId": { + "type": "string", + "readOnly": true + }, + "tags": { + "type": "object", + "description": "Dictionary of ", + "additionalProperties": { + "type": "string" + }, + "readOnly": true + }, + "tenantId": { + "type": "string", + "readOnly": true + }, + "useArtifactStore": { + "type": "boolean", + "readOnly": true + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsAccountSkuModel": { + "type": "object", + "properties": { + "capacity": { + "type": "integer", + "format": "int32" + }, + "name": { + "type": "string" + }, + "version": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsAccountStatusModel": { + "type": "object", + "properties": { + "accountExceptionMessageModel": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsAccountExceptionMessageModel" + }, + "accountProvisioningState": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsAuditModel": { + "type": "object", + "properties": { + "auditIngestionEndpoint": { + "type": "string" + }, + "tenantForest": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsCloudConnectors": { + "type": "object", + "properties": { + "awsExternalId": { + "type": "string", + "readOnly": true + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsCredentials": { + "type": "object", + "properties": { + "identityId": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsDataFactoryAccount": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string" + }, + "baseManagementUri": { + "type": "string" + }, + "factoryId": { + "type": "string" + }, + "location": { + "type": "string" + }, + "name": { + "type": "string" + }, + "processingStorageLinkedServiceName": { + "type": "string" + }, + "resourceGroup": { + "type": "string" + }, + "subscription": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsEncryptionModel": { + "type": "object", + "properties": { + "systemMasterKey": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsKeyEncryptionKey" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsEventHubAccessKeyInfo": { + "type": "object", + "properties": { + "eventHubName": { + "type": "string" + }, + "externalKeys": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsEventHubAccessKeys" + }, + "internalKeys": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsEventHubAccessKeys" + }, + "managedResource": { + "type": "boolean" + }, + "resourceGroup": { + "type": "string" + }, + "subscriptionId": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsEventHubAccessKeys": { + "type": "object", + "properties": { + "keyName": { + "type": "string" + }, + "primaryConnectionString": { + "type": "string" + }, + "secondaryConnectionString": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsHookKafkaConfigurationServiceModel": { + "type": "object", + "properties": { + "consumerGroup": { + "type": "string" + }, + "credentials": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsCredentials" + }, + "eventHubResourceId": { + "type": "string" + }, + "eventHubType": { + "type": "string" + }, + "eventStreamingState": { + "type": "string" + }, + "eventStreamingType": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsIngestionStorageModel": { + "type": "object", + "properties": { + "dnsZone": { + "type": "string" + }, + "endpointSuffix": { + "type": "string" + }, + "location": { + "type": "string" + }, + "name": { + "type": "string" + }, + "primaryEndpoint": { + "type": "string" + }, + "publicNetworkAccess": { + "type": "string" + }, + "resourceId": { + "type": "string" + }, + "sku": { + "type": "string" + }, + "tenantId": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsKeyEncryptionKey": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "keyVaultResourceId": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsManagedIdentityInfo": { + "type": "object", + "properties": { + "clientId": { + "type": "string" + }, + "identityUrl": { + "type": "string" + }, + "managedIdentityType": { + "type": "string" + }, + "principalId": { + "type": "string" + }, + "tenantId": { + "type": "string" + }, + "userAssignedIdentities": { + "type": "object", + "description": "Dictionary of\n", + "additionalProperties": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsUserAssignedIdentityModel" + } + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsManagedResourceServiceModel": { + "type": "object", + "properties": { + "dnsZone": { + "type": "string", + "readOnly": true + }, + "endpointSuffix": { + "type": "string", + "readOnly": true + }, + "location": { + "type": "string", + "readOnly": true + }, + "name": { + "type": "string", + "readOnly": true + }, + "primaryEndpoint": { + "type": "string", + "readOnly": true + }, + "resourceId": { + "type": "string", + "readOnly": true + }, + "sku": { + "type": "string", + "readOnly": true + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsMergeInfoModel": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "format": "uuid" + }, + "accountLocation": { + "type": "string" + }, + "accountResourceId": { + "type": "string" + }, + "mergeStatus": { + "type": "string" + }, + "typeOfAccount": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsNetworkAcls": { + "type": "object", + "properties": { + "defaultAction": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsNotificationKafkaConfigurationServiceModel": { + "type": "object", + "properties": { + "credentials": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsCredentials" + }, + "eventHubResourceId": { + "type": "string" + }, + "eventHubType": { + "type": "string" + }, + "eventStreamingState": { + "type": "string" + }, + "eventStreamingType": { + "type": "string" + }, + "partitionId": { + "type": "string" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsPreviousAccountStateServiceModel": { + "type": "object", + "properties": { + "resourceType": { + "type": "string" + }, + "sku": { + "$ref": "#/definitions/MicrosoftAzureProjectBabylonMetadataModelsAccountSkuModel" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsProcessingStorageModel": { + "type": "object", + "properties": { + "dnsZone": { + "type": "string" + }, + "endpointSuffix": { + "type": "string" + }, + "location": { + "type": "string" + }, + "name": { + "type": "string" + }, + "primaryEndpoint": { + "type": "string" + }, + "resourceId": { + "type": "string" + }, + "sku": { + "type": "string" + }, + "tenantId": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsReconciliationConfigServiceModel": { + "type": "object", + "properties": { + "reconciliationStatus": { + "type": "string" + }, + "tenantId": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftAzureProjectBabylonMetadataModelsUserAssignedIdentityModel": { + "type": "object", + "properties": { + "authenticationEndpoint": { + "type": "string" + }, + "clientId": { + "type": "string" + }, + "clientSecretUrl": { + "type": "string" + }, + "principalId": { + "type": "string" + }, + "tenantId": { + "type": "string" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationAssetMissingPropertiesRequest": { + "type": "object", + "properties": { + "dryRun": { + "type": "boolean" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationBillingEventBackfillRequest": { + "type": "object", + "properties": { + "events": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesExtendedBillingEvent" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationBusinessDomainObjectBackfillRequest": { + "type": "object", + "properties": { + "dryRun": { + "type": "boolean" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationGlobalAssetCleanupRequest": { + "type": "object", + "properties": { + "dryRun": { + "type": "boolean" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsCriticalDataElementCriticalDataElementFacetRequest": { + "type": "object", + "properties": { + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "nameKeyword": { + "type": "string" + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + }, + "multiStatus": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + } + }, + "facets": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsFacetRequestObject" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsCriticalDataElementCriticalDataElementQueryRequest": { + "type": "object", + "properties": { + "skip": { + "type": "integer", + "format": "int32" + }, + "top": { + "type": "integer", + "format": "int32" + }, + "orderBy": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy" + } + }, + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "nameKeyword": { + "type": "string" + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + }, + "multiStatus": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + } + }, + "managedAttributes": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedSearchManageAttributeSearchFilter" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsCustomMetadataCustomMetadataQueryRequest": { + "type": "object", + "properties": { + "skip": { + "type": "integer", + "format": "int32" + }, + "top": { + "type": "integer", + "format": "int32" + }, + "orderBy": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy" + } + }, + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "nameKeyword": { + "type": "string" + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataAssetDataAssetQueryRequest": { + "type": "object", + "properties": { + "skip": { + "type": "integer", + "format": "int32" + }, + "top": { + "type": "integer", + "format": "int32" + }, + "orderBy": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy" + } + }, + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "nameKeyword": { + "type": "string" + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "dataMapAssetIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataProductFacetRequest": { + "type": "object", + "properties": { + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "nameKeyword": { + "type": "string" + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + }, + "multiStatus": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + } + }, + "type": { + "type": "string" + }, + "types": { + "type": "array", + "items": { + "type": "string" + } + }, + "facets": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsFacetRequestObject" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataProductQueryRequest": { + "type": "object", + "properties": { + "skip": { + "type": "integer", + "format": "int32" + }, + "top": { + "type": "integer", + "format": "int32" + }, + "orderBy": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy" + } + }, + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "nameKeyword": { + "type": "string" + }, + "type": { + "type": "string" + }, + "types": { + "type": "array", + "items": { + "type": "string" + } + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + }, + "multiStatus": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + } + }, + "managedAttributes": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedSearchManageAttributeSearchFilter" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsFacetRequestObject": { + "type": "object", + "properties": { + "name": { + "type": "string" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsMetadataAttributeAttributeInstanceRelationship": { + "type": "object", + "properties": { + "entityId": { + "type": "string", + "format": "uuid" + }, + "relationshipType": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedRelationshipType" + }, + "value": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsMetadataAttributeMetadataAttributeRelationship": { + "type": "object", + "properties": { + "description": { + "type": "string" + }, + "entityId": { + "type": "string", + "format": "uuid" + }, + "relationshipType": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedRelationshipType" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsObjectiveFacetRequest": { + "type": "object", + "properties": { + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "definition": { + "type": "string" + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceOkrObjectiveStatus" + }, + "multiStatus": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceOkrObjectiveStatus" + } + }, + "facets": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsFacetRequestObject" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsObjectiveQueryRequest": { + "type": "object", + "properties": { + "skip": { + "type": "integer", + "format": "int32" + }, + "top": { + "type": "integer", + "format": "int32" + }, + "orderBy": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy" + } + }, + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "definition": { + "type": "string" + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceOkrObjectiveStatus" + }, + "multiStatus": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceOkrObjectiveStatus" + } + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy": { + "type": "object", + "properties": { + "field": { + "type": "string" + }, + "direction": { + "type": "string" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsPolicyAddAdminRequest": { + "type": "object", + "properties": { + "userObjectId": { + "type": "string" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermFacetRequest": { + "type": "object", + "properties": { + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "nameKeyword": { + "type": "string" + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "acronyms": { + "type": "array", + "items": { + "type": "string" + } + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + }, + "multiStatus": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + } + }, + "facets": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsFacetRequestObject" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermQueryRequest": { + "type": "object", + "properties": { + "skip": { + "type": "integer", + "format": "int32" + }, + "top": { + "type": "integer", + "format": "int32" + }, + "orderBy": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy" + } + }, + "iDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "domainIDs": { + "type": "array", + "items": { + "type": "string" + } + }, + "nameKeyword": { + "type": "string" + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + }, + "multiStatus": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus" + } + }, + "owners": { + "type": "array", + "items": { + "type": "string" + } + }, + "acronyms": { + "type": "array", + "items": { + "type": "string" + } + }, + "managedAttributes": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedSearchManageAttributeSearchFilter" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermRelationship": { + "type": "object", + "properties": { + "description": { + "type": "string" + }, + "entityId": { + "type": "string", + "format": "uuid" + }, + "relationshipType": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceSharedRelationshipType" + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermsMoveRequest": { + "type": "object", + "properties": { + "destinationDomainId": { + "type": "string", + "format": "uuid" + }, + "termIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsWorkflowRunQueryRequest": { + "type": "object", + "properties": { + "skip": { + "type": "integer", + "format": "int32" + }, + "top": { + "type": "integer", + "format": "int32" + }, + "orderBy": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy" + } + }, + "conceptId": { + "type": "string" + }, + "conceptType": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelConceptType" + }, + "workflowRunAction": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelApproverMetadataActionEnum" + }, + "workflowRunStatus": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelWorkflowRunsStatusEnum" + }, + "domain": { + "type": "string" + }, + "conceptName": { + "type": "string" + }, + "createdBy": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftPurviewActiveGlossaryModelsServiceBillingBillingRequest": { + "type": "object", + "properties": { + "aggregationType": { + "type": "string" + }, + "aggregationByProperties": { + "type": "array", + "items": { + "type": "string" + } + }, + "dimensions": { + "type": "array", + "items": { + "type": "string" + } + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + }, + "filters": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceBillingFilterConditions" + } + }, + "dimensionFilters": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceBillingFilter" + } + }, + "tagFilters": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewActiveGlossaryModelsServiceBillingFilter" + } + }, + "binFunction": { + "type": "string" + } + } + }, + "MicrosoftPurviewActiveGlossaryModelsServiceBillingFilter": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "MicrosoftPurviewActiveGlossaryModelsServiceBillingFilterConditions": { + "type": "object", + "properties": { + "filterProperty": { + "type": "string" + }, + "filterCondition": { + "type": "string" + }, + "filterValue": { + "type": "string" + } + } + }, + "MicrosoftPurviewActiveGlossaryModelsServiceEntityCategory": { + "type": "number", + "enum": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewActiveGlossaryModelsServiceEntityCategory", + "modelAsString": true, + "values": [ + { + "name": "0", + "value": 0 + }, + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + }, + { + "name": "5", + "value": 5 + }, + { + "name": "6", + "value": 6 + }, + { + "name": "7", + "value": 7 + }, + { + "name": "8", + "value": 8 + }, + { + "name": "9", + "value": 9 + }, + { + "name": "10", + "value": 10 + }, + { + "name": "11", + "value": 11 + }, + { + "name": "12", + "value": 12 + }, + { + "name": "13", + "value": 13 + } + ] + } + }, + "MicrosoftPurviewActiveGlossaryModelsServiceOkrObjectiveStatus": { + "type": "number", + "enum": [ + 0, + 1, + 2 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewActiveGlossaryModelsServiceOkrObjectiveStatus", + "modelAsString": true, + "values": [ + { + "name": "0", + "value": 0 + }, + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + } + ] + } + }, + "MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus": { + "type": "number", + "enum": [ + 0, + 1, + 2 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus", + "modelAsString": true, + "values": [ + { + "name": "0", + "value": 0 + }, + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + } + ] + } + }, + "MicrosoftPurviewActiveGlossaryModelsServiceSharedRelationshipType": { + "type": "number", + "enum": [ + 0, + 1, + 2 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewActiveGlossaryModelsServiceSharedRelationshipType", + "modelAsString": true, + "values": [ + { + "name": "0", + "value": 0 + }, + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + } + ] + } + }, + "MicrosoftPurviewActiveGlossaryModelsServiceSharedSearchManageAttributeSearchFilter": { + "type": "object", + "properties": { + "field": { + "type": "string" + }, + "operator": { + "type": "string" + }, + "value": { + "description": "Anything" + }, + "type": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceAuditAPIEntitiesPartnerAuditRecordAppAccessContext": { + "type": "object", + "properties": { + "aadSessionId": { + "type": "string" + }, + "apiId": { + "type": "string" + }, + "clientAppId": { + "type": "string" + }, + "clientAppName": { + "type": "string" + }, + "correlationId": { + "type": "string" + }, + "uniqueTokenId": { + "type": "string" + }, + "issuedAtTime": { + "type": "string", + "format": "date-time" + } + } + }, + "MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesBillingEvent": { + "type": "object", + "properties": { + "id": { + "type": "string", + "format": "uuid" + }, + "recordType": { + "type": "integer", + "format": "int32" + }, + "creationTime": { + "type": "string", + "format": "date-time" + }, + "operation": { + "type": "string" + }, + "organizationId": { + "type": "string", + "format": "uuid" + }, + "userType": { + "type": "integer", + "format": "int32" + }, + "userKey": { + "type": "string" + }, + "workload": { + "type": "string" + }, + "resultStatus": { + "type": "string" + }, + "objectId": { + "type": "string" + }, + "userId": { + "type": "string" + }, + "clientIP": { + "type": "string" + }, + "scope": { + "type": "integer", + "format": "int32" + }, + "appAccessContext": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceAuditAPIEntitiesPartnerAuditRecordAppAccessContext" + }, + "solutionName": { + "type": "string" + }, + "solutionScenario": { + "type": "string" + }, + "consumptionValue": { + "type": "number", + "format": "double" + }, + "consumptionValueUnit": { + "type": "string" + }, + "consumptionType": { + "type": "string" + }, + "billingType": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesBillingType" + }, + "additionalInfo": { + "type": "string" + }, + "correlationId": { + "type": "string" + }, + "tags": { + "type": "string" + }, + "billingStartDate": { + "type": "string", + "format": "date-time" + }, + "billingEndDate": { + "type": "string", + "format": "date-time" + }, + "reportingDimensions": { + "type": "string" + }, + "billingRegion": { + "type": "string" + }, + "resourceId": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesBillingType": { + "type": "number", + "enum": [ + 0 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesBillingType", + "modelAsString": true, + "values": [ + { + "name": "0", + "value": 0 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesExtendedBillingEvent": { + "type": "object", + "properties": { + "logOnly": { + "type": "boolean" + }, + "billingEvent": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesBillingEvent" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelApproverMetadata": { + "type": "object", + "properties": { + "action": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelApproverMetadataActionEnum" + }, + "approvers": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelApprovers" + } + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelApproverMetadataActionEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelApproverMetadataActionEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelApprovers": { + "type": "object", + "properties": { + "id": { + "type": "string", + "format": "uuid" + }, + "description": { + "type": "string" + }, + "email": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelAttributeInstance": { + "type": "object", + "properties": { + "fieldType": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelAttributeInstanceFieldTypeEnum" + }, + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "createdAt": { + "type": "string", + "format": "date-time" + }, + "createdBy": { + "type": "string", + "format": "uuid" + }, + "lastModifiedAt": { + "type": "string", + "format": "date-time" + }, + "lastModifiedBy": { + "type": "string", + "format": "uuid" + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "attributeId": { + "type": "string", + "format": "uuid" + }, + "value": { + "type": "string" + }, + "choices": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelChoice" + } + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelAttributeInstanceFieldTypeEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelAttributeInstanceFieldTypeEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + }, + { + "name": "5", + "value": 5 + }, + { + "name": "6", + "value": 6 + }, + { + "name": "7", + "value": 7 + }, + { + "name": "8", + "value": 8 + }, + { + "name": "9", + "value": 9 + }, + { + "name": "10", + "value": 10 + }, + { + "name": "11", + "value": 11 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelChoice": { + "type": "object", + "properties": { + "value": { + "type": "string" + }, + "ordinal": { + "type": "integer", + "format": "int32" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelConceptType": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4, + 5, + 6 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelConceptType", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + }, + { + "name": "5", + "value": 5 + }, + { + "name": "6", + "value": 6 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelContactsValueInner": { + "type": "object", + "properties": { + "id": { + "type": "string", + "format": "uuid" + }, + "description": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelCriticalDataColumn": { + "type": "object", + "properties": { + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired" + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "assetId": { + "type": "string", + "format": "uuid" + }, + "description": { + "type": "string" + }, + "classifications": { + "type": "array", + "items": { + "type": "string" + } + }, + "dataType": { + "type": "string" + }, + "assetName": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelCriticalDataElement": { + "type": "object", + "properties": { + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelStatus" + }, + "dataType": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelCriticalDataElementDataTypeEnum" + }, + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired" + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "description": { + "type": "string" + }, + "contacts": { + "type": "object", + "description": "Dictionary of\n", + "additionalProperties": { + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelContactsValueInner" + }, + "type": "array" + } + }, + "managedAttributes": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelManagedAttribute" + } + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelCriticalDataElementDataTypeEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelCriticalDataElementDataTypeEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelCustomMetadata": { + "type": "object", + "properties": { + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelStatus" + }, + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired" + }, + "description": { + "type": "string" + }, + "contacts": { + "type": "object", + "description": "Dictionary of\n", + "additionalProperties": { + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelContactsValueInner" + }, + "type": "array" + } + }, + "domain": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationship": { + "type": "object", + "properties": { + "relationshipType": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationshipRelationshipTypeEnum" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemData" + }, + "description": { + "type": "string" + }, + "entityId": { + "type": "string", + "format": "uuid" + }, + "properties": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationshipProperties" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationshipProperties": { + "type": "object", + "properties": { + "value": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationshipRelationshipTypeEnum": { + "type": "number", + "enum": [ + 1, + 2 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationshipRelationshipTypeEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDataAsset": { + "type": "object", + "properties": { + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired" + }, + "description": { + "type": "string" + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "source": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataAssetSource" + }, + "contacts": { + "type": "object", + "description": "Dictionary of\n", + "additionalProperties": { + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelContactsValueInner" + }, + "type": "array" + } + }, + "classifications": { + "type": "array", + "items": { + "type": "string" + } + }, + "sensitivityLabel": { + "type": "string", + "format": "uuid" + }, + "type": { + "type": "string" + }, + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataAssetSchema" + } + }, + "lineage": { + "description": "Anything" + }, + "dataQualityScore": { + "type": "number", + "format": "double" + }, + "openInURL": { + "type": "string" + }, + "typeProperties": { + "description": "Anything" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDataAssetSchema": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "description": { + "type": "string" + }, + "classifications": { + "type": "array", + "items": { + "type": "string" + } + }, + "type": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDataAssetSource": { + "type": "object", + "properties": { + "type": { + "type": "string" + }, + "assetId": { + "type": "string", + "format": "uuid" + }, + "assetType": { + "type": "string" + }, + "assetAttributes": { + "description": "Anything" + }, + "fqn": { + "type": "string" + }, + "accountName": { + "type": "string" + }, + "lastRefreshedAt": { + "type": "string", + "format": "date-time" + }, + "lastRefreshedBy": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDataProduct": { + "type": "object", + "properties": { + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelStatus" + }, + "type": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataProductTypeEnum" + }, + "updateFrequency": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataProductUpdateFrequencyEnum" + }, + "managedAttributes": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelManagedAttribute" + } + }, + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired" + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "description": { + "type": "string" + }, + "businessUse": { + "type": "string" + }, + "contacts": { + "type": "object", + "description": "Dictionary of\n", + "additionalProperties": { + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelContactsValueInner" + }, + "type": "array" + } + }, + "termsOfUse": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelExternalLink" + } + }, + "documentation": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelExternalLink" + } + }, + "sensitivityLabel": { + "type": "string" + }, + "endorsed": { + "type": "boolean" + }, + "activeSubscriberCount": { + "type": "integer", + "format": "int32" + }, + "dataQualityScore": { + "type": "number", + "format": "double" + }, + "audience": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataProductAudienceEnum" + } + }, + "additionalProperties": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDataProductAllOfAdditionalProperties" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDataProductAllOfAdditionalProperties": { + "type": "object", + "properties": { + "assetCount": { + "type": "integer", + "format": "int64" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDataProductAudienceEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelDataProductAudienceEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + }, + { + "name": "5", + "value": 5 + }, + { + "name": "6", + "value": 6 + }, + { + "name": "7", + "value": 7 + }, + { + "name": "8", + "value": 8 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDataProductTypeEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelDataProductTypeEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + }, + { + "name": "5", + "value": 5 + }, + { + "name": "6", + "value": 6 + }, + { + "name": "7", + "value": 7 + }, + { + "name": "8", + "value": 8 + }, + { + "name": "9", + "value": 9 + }, + { + "name": "10", + "value": 10 + }, + { + "name": "11", + "value": 11 + }, + { + "name": "12", + "value": 12 + }, + { + "name": "13", + "value": 13 + }, + { + "name": "14", + "value": 14 + }, + { + "name": "15", + "value": 15 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDataProductUpdateFrequencyEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4, + 5, + 6 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelDataProductUpdateFrequencyEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + }, + { + "name": "5", + "value": 5 + }, + { + "name": "6", + "value": 6 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDomain": { + "type": "object", + "properties": { + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDomainStatusEnum" + }, + "type": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDomainTypeEnum" + }, + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "isRestricted": { + "type": "boolean" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired" + }, + "description": { + "type": "string" + }, + "parentId": { + "type": "string", + "format": "uuid" + }, + "thumbnail": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelDomainAllOfThumbnail" + }, + "domains": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelPlatformDomain" + } + }, + "managedAttributes": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelManagedAttribute" + } + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDomainAllOfThumbnail": { + "type": "object", + "properties": { + "color": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDomainStatusEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelDomainStatusEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelDomainTypeEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4, + 5 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelDomainTypeEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + }, + { + "name": "5", + "value": 5 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelExternalLink": { + "type": "object", + "properties": { + "url": { + "type": "string" + }, + "name": { + "type": "string" + }, + "dataAssetId": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelKeyResult": { + "type": "object", + "properties": { + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelKeyResultStatusEnum" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemData" + }, + "id": { + "type": "string", + "format": "uuid" + }, + "definition": { + "type": "string" + }, + "domainId": { + "type": "string", + "format": "uuid" + }, + "progress": { + "type": "number", + "format": "double" + }, + "goal": { + "type": "number", + "format": "double" + }, + "max": { + "type": "number", + "format": "double" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelKeyResultStatusEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelKeyResultStatusEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelManagedAttribute": { + "type": "object", + "properties": { + "name": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelMetadataAttribute": { + "type": "object", + "properties": { + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelStatus" + }, + "fieldType": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelMetadataAttributeFieldTypeEnum" + }, + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired" + }, + "description": { + "type": "string" + }, + "defaultValue": { + "type": "string" + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "isOptional": { + "type": "boolean" + }, + "choices": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelChoice" + } + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelMetadataAttributeFieldTypeEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelMetadataAttributeFieldTypeEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + }, + { + "name": "5", + "value": 5 + }, + { + "name": "6", + "value": 6 + }, + { + "name": "7", + "value": 7 + }, + { + "name": "8", + "value": 8 + }, + { + "name": "9", + "value": 9 + }, + { + "name": "10", + "value": 10 + }, + { + "name": "11", + "value": 11 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelObjectiveAdditionalProperties": { + "type": "object", + "properties": { + "overallStatus": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelObjectiveAdditionalPropertiesOverallStatusEnum" + }, + "overallProgress": { + "type": "number", + "format": "double" + }, + "overallGoal": { + "type": "number", + "format": "double" + }, + "overallMax": { + "type": "number", + "format": "double" + }, + "keyResultsCount": { + "type": "integer", + "format": "int64" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelObjectiveAdditionalPropertiesOverallStatusEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelObjectiveAdditionalPropertiesOverallStatusEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelObjectiveWithAdditionalProperties": { + "type": "object", + "properties": { + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelObjectiveWithAdditionalPropertiesStatusEnum" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithClosed" + }, + "id": { + "type": "string", + "format": "uuid" + }, + "definition": { + "type": "string" + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "targetDate": { + "type": "string", + "format": "date-time" + }, + "contacts": { + "type": "object", + "description": "Dictionary of\n", + "additionalProperties": { + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelContactsValueInner" + }, + "type": "array" + } + }, + "additionalProperties": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelObjectiveAdditionalProperties" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelObjectiveWithAdditionalPropertiesStatusEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelObjectiveWithAdditionalPropertiesStatusEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelPlatformDomain": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "friendlyName": { + "type": "string" + }, + "relatedCollections": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelRelatedCollection" + } + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelRelatedCollection": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "friendlyName": { + "type": "string" + }, + "parentCollection": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelRelatedCollectionParentCollection" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelRelatedCollectionParentCollection": { + "type": "object", + "properties": { + "type": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelRelatedCollectionParentCollectionTypeEnum" + }, + "refName": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelRelatedCollectionParentCollectionTypeEnum": { + "type": "number", + "enum": [ + 1 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelRelatedCollectionParentCollectionTypeEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelStatus": { + "type": "number", + "enum": [ + 1, + 2, + 3, + 4 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelStatus", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + }, + { + "name": "4", + "value": 4 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelSystemData": { + "type": "object", + "properties": { + "createdAt": { + "type": "string", + "format": "date-time" + }, + "createdBy": { + "type": "string", + "format": "uuid" + }, + "lastModifiedAt": { + "type": "string", + "format": "date-time" + }, + "lastModifiedBy": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithClosed": { + "type": "object", + "properties": { + "createdAt": { + "type": "string", + "format": "date-time" + }, + "createdBy": { + "type": "string", + "format": "uuid" + }, + "lastModifiedAt": { + "type": "string", + "format": "date-time" + }, + "lastModifiedBy": { + "type": "string", + "format": "uuid" + }, + "closedAt": { + "type": "string", + "format": "date-time" + }, + "closedBy": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired": { + "type": "object", + "properties": { + "createdAt": { + "type": "string", + "format": "date-time" + }, + "createdBy": { + "type": "string", + "format": "uuid" + }, + "lastModifiedAt": { + "type": "string", + "format": "date-time" + }, + "lastModifiedBy": { + "type": "string", + "format": "uuid" + }, + "expiredAt": { + "type": "string", + "format": "date-time" + }, + "expiredBy": { + "type": "string", + "format": "uuid" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelTerm": { + "type": "object", + "properties": { + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelStatus" + }, + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired" + }, + "description": { + "type": "string" + }, + "contacts": { + "type": "object", + "description": "Dictionary of\n", + "additionalProperties": { + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelContactsValueInner" + }, + "type": "array" + } + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "parentId": { + "type": "string", + "format": "uuid" + }, + "acronyms": { + "type": "array", + "items": { + "type": "string" + } + }, + "resources": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelTermResource" + } + }, + "isLeaf": { + "type": "boolean" + }, + "managedAttributes": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelManagedAttribute" + } + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelTermResource": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "url": { + "type": "string" + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelWorkflowMetadata": { + "type": "object", + "properties": { + "conceptType": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelConceptType" + }, + "status": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelWorkflowMetadataStatusEnum" + }, + "approverMetadata": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelApproverMetadata" + } + } + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelWorkflowMetadataStatusEnum": { + "type": "number", + "enum": [ + 1, + 2 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelWorkflowMetadataStatusEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelWorkflowRunsStatusEnum": { + "type": "number", + "enum": [ + 1, + 2, + 3 + ], + "x-ms-enum": { + "name": "MicrosoftPurviewDataGovernanceCatalogModelWorkflowRunsStatusEnum", + "modelAsString": true, + "values": [ + { + "name": "1", + "value": 1 + }, + { + "name": "2", + "value": 2 + }, + { + "name": "3", + "value": 3 + } + ] + } + }, + "MicrosoftPurviewDataGovernanceCatalogModelWorkflows": { + "type": "object", + "properties": { + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "systemData": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelSystemData" + }, + "domain": { + "type": "string", + "format": "uuid" + }, + "workflowMetadata": { + "type": "array", + "items": { + "$ref": "#/definitions/MicrosoftPurviewDataGovernanceCatalogModelWorkflowMetadata" + } + } + } + } + }, + "parameters": { + "Azure.Core.Foundations.ApiVersionParameter": { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string", + "minLength": 1, + "x-ms-parameter-location": "method", + "x-ms-client-name": "apiVersion" + } + } + } + } +} diff --git a/specification/purviewdatagovernance/data-plane/readme.md b/specification/purviewdatagovernance/data-plane/readme.md new file mode 100644 index 000000000000..45994d2dc666 --- /dev/null +++ b/specification/purviewdatagovernance/data-plane/readme.md @@ -0,0 +1,53 @@ +# Azure Purview Catalog + +> see https://aka.ms/autorest +This is the AutoRest configuration file for Purview Catalog. + +--- + +## Getting Started + +To build the SDK for Purview, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run: + +> `autorest` +To see additional help and options, run: +> `autorest --help` +--- + +## Configuration + +### Basic Information + +These are the global settings for the Azure Purview Catalog API. + +``` yaml +openapi-type: data-plane +tag: package-2025-06-16-preview +``` + +### Tag: package-2025-06-16-preview + +These settings apply only when `--tag=package-2025-06-16-preview` is specified on the command line. + +``` yaml $(tag) == 'package-2025-06-16-preview' +input-file: + - Microsoft.Purview.ActiveGlossary.Catalog.ApiService/preview/2025-06-16-preview/CatalogApiService.json +``` + +--- + +# Code Generation + +## C-Sharp + +These settings apply only when `--csharp` is specified on the command line. +Please also specify `--csharp-sdks-folder=`. + +``` yaml $(csharp) +csharp: + license-header: MICROSOFT_MIT_NO_VERSION + namespace: Microsoft.Azure.Purview.CatalogClient + add-credentials: true + output-folder: $(csharp-sdks-folder)/purview/Microsoft.Azure.Purview.Catalog/src/Generated + clear-output-folder: true +``` diff --git a/specification/purviewdatagovernance/purviewdatacatalog/client.tsp b/specification/purviewdatagovernance/purviewdatacatalog/client.tsp new file mode 100644 index 000000000000..82bb21ad4ff1 --- /dev/null +++ b/specification/purviewdatagovernance/purviewdatacatalog/client.tsp @@ -0,0 +1,5 @@ +/** + * PLACEHOLDER + * Add readme and sample + */ +import "./main.tsp"; \ No newline at end of file diff --git a/specification/purviewdatagovernance/purviewdatacatalog/main.tsp b/specification/purviewdatagovernance/purviewdatacatalog/main.tsp new file mode 100644 index 000000000000..ca6a754ae05c --- /dev/null +++ b/specification/purviewdatagovernance/purviewdatacatalog/main.tsp @@ -0,0 +1,31 @@ +/** + * PLEASE DO NOT REMOVE - USED FOR CONVERTER METRICS + * Generated by package: @autorest/openapi-to-typespec + * Parameters used: + * isFullCompatible: false + * guessResourceKey: false + * Version: 0.11.1 + * Date: 2025-06-16T17:35:13.376Z + */ +import "@typespec/rest"; +import "@typespec/http"; +import "./routes.tsp"; +import "@azure-tools/typespec-azure-core"; + +using TypeSpec.Rest; +using TypeSpec.Http; +using TypeSpec.Versioning; + +/** + * Creates a data plane client for Purview Data Catalog. + */ +@service(#{ title: "purviewdatacatalog" }) +@server( + "{$host}", + "Creates a data plane client for Purview Data Catalog.", + { + $host: string, + } +) +@useDependency(Azure.Core.Versions.v1_0_Preview_1) +namespace purviewdatacatalog; \ No newline at end of file diff --git a/specification/purviewdatagovernance/purviewdatacatalog/models.tsp b/specification/purviewdatagovernance/purviewdatacatalog/models.tsp new file mode 100644 index 000000000000..2386e7f41a39 --- /dev/null +++ b/specification/purviewdatagovernance/purviewdatacatalog/models.tsp @@ -0,0 +1,1262 @@ +import "@typespec/rest"; +import "@typespec/http"; + +using TypeSpec.Rest; +using TypeSpec.Http; + +namespace PurviewDataCatalogClient; + +union MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesBillingType { + integer, + `0`: 0, +} + +union MicrosoftPurviewDataGovernanceCatalogModelStatus { + integer, + `1`: 1, + `2`: 2, + `3`: 3, + `4`: 4, +} + +union MicrosoftPurviewDataGovernanceCatalogModelMetadataAttributeFieldTypeEnum { + integer, + `1`: 1, + `2`: 2, + `3`: 3, + `4`: 4, + `5`: 5, + `6`: 6, + `7`: 7, + `8`: 8, + `9`: 9, + `10`: 10, + `11`: 11, +} + +union MicrosoftPurviewActiveGlossaryModelsServiceSharedRelationshipType { + integer, + `0`: 0, + `1`: 1, + `2`: 2, +} + +union MicrosoftPurviewDataGovernanceCatalogModelAttributeInstanceFieldTypeEnum { + integer, + `1`: 1, + `2`: 2, + `3`: 3, + `4`: 4, + `5`: 5, + `6`: 6, + `7`: 7, + `8`: 8, + `9`: 9, + `10`: 10, + `11`: 11, +} + +union MicrosoftPurviewDataGovernanceCatalogModelCriticalDataElementDataTypeEnum { + integer, + `1`: 1, + `2`: 2, + `3`: 3, + `4`: 4, +} + +union MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus { + integer, + `0`: 0, + `1`: 1, + `2`: 2, +} + +union MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationshipRelationshipTypeEnum { + integer, + `1`: 1, + `2`: 2, +} + +union MicrosoftPurviewDataGovernanceCatalogModelDataProductTypeEnum { + integer, + `1`: 1, + `2`: 2, + `3`: 3, + `4`: 4, + `5`: 5, + `6`: 6, + `7`: 7, + `8`: 8, + `9`: 9, + `10`: 10, + `11`: 11, + `12`: 12, + `13`: 13, + `14`: 14, + `15`: 15, +} + +union MicrosoftPurviewDataGovernanceCatalogModelDataProductUpdateFrequencyEnum { + integer, + `1`: 1, + `2`: 2, + `3`: 3, + `4`: 4, + `5`: 5, + `6`: 6, +} + +union MicrosoftPurviewDataGovernanceCatalogModelDataProductAudienceEnum { + integer, + `1`: 1, + `2`: 2, + `3`: 3, + `4`: 4, + `5`: 5, + `6`: 6, + `7`: 7, + `8`: 8, +} + +union MicrosoftPurviewDataGovernanceCatalogModelDomainStatusEnum { + integer, + `1`: 1, + `2`: 2, + `3`: 3, +} + +union MicrosoftPurviewDataGovernanceCatalogModelDomainTypeEnum { + integer, + `1`: 1, + `2`: 2, + `3`: 3, + `4`: 4, + `5`: 5, +} + +union MicrosoftPurviewDataGovernanceCatalogModelRelatedCollectionParentCollectionTypeEnum { + integer, + `1`: 1, +} + +union MicrosoftPurviewDataGovernanceCatalogModelObjectiveWithAdditionalPropertiesStatusEnum { + integer, + `1`: 1, + `2`: 2, + `3`: 3, +} + +union MicrosoftPurviewDataGovernanceCatalogModelObjectiveAdditionalPropertiesOverallStatusEnum { + integer, + `1`: 1, + `2`: 2, + `3`: 3, + `4`: 4, +} + +union MicrosoftPurviewActiveGlossaryModelsServiceOkrObjectiveStatus { + integer, + `0`: 0, + `1`: 1, + `2`: 2, +} + +union MicrosoftPurviewDataGovernanceCatalogModelKeyResultStatusEnum { + integer, + `1`: 1, + `2`: 2, + `3`: 3, + `4`: 4, +} + +union MicrosoftPurviewDataGovernanceCatalogModelConceptType { + integer, + `1`: 1, + `2`: 2, + `3`: 3, + `4`: 4, + `5`: 5, + `6`: 6, +} + +union MicrosoftPurviewDataGovernanceCatalogModelWorkflowMetadataStatusEnum { + integer, + `1`: 1, + `2`: 2, +} + +union MicrosoftPurviewDataGovernanceCatalogModelApproverMetadataActionEnum { + integer, + `1`: 1, + `2`: 2, + `3`: 3, +} + +union MicrosoftPurviewDataGovernanceCatalogModelWorkflowRunsStatusEnum { + integer, + `1`: 1, + `2`: 2, + `3`: 3, +} + +union MicrosoftPurviewActiveGlossaryModelsServiceEntityCategory { + integer, + `0`: 0, + `1`: 1, + `2`: 2, + `3`: 3, + `4`: 4, + `5`: 5, + `6`: 6, + `7`: 7, + `8`: 8, + `9`: 9, + `10`: 10, + `11`: 11, + `12`: 12, + `13`: 13, +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationGlobalAssetCleanupRequest { + dryRun?: boolean; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationBusinessDomainObjectBackfillRequest { + dryRun?: boolean; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationAssetMissingPropertiesRequest { + dryRun?: boolean; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationBillingEventBackfillRequest { + events?: MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesExtendedBillingEvent[]; +} + +model MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesExtendedBillingEvent { + logOnly?: boolean; + billingEvent?: MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesBillingEvent; +} + +model MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesBillingEvent { + @format("uuid") + id?: string; + + recordType?: int32; + + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + creationTime?: utcDateTime; + + operation?: string; + + @format("uuid") + organizationId?: string; + + userType?: int32; + userKey?: string; + workload?: string; + resultStatus?: string; + objectId?: string; + userId?: string; + clientIP?: string; + scope?: int32; + appAccessContext?: MicrosoftPurviewDataGovernanceAuditAPIEntitiesPartnerAuditRecordAppAccessContext; + solutionName?: string; + solutionScenario?: string; + consumptionValue?: float64; + consumptionValueUnit?: string; + consumptionType?: string; + billingType?: MicrosoftPurviewDataGovernanceBillingServiceClientEntitiesBillingType; + additionalInfo?: string; + correlationId?: string; + tags?: string; + + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + billingStartDate?: utcDateTime; + + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + billingEndDate?: utcDateTime; + + reportingDimensions?: string; + billingRegion?: string; + resourceId?: string; +} + +model MicrosoftPurviewDataGovernanceAuditAPIEntitiesPartnerAuditRecordAppAccessContext { + aadSessionId?: string; + apiId?: string; + clientAppId?: string; + clientAppName?: string; + correlationId?: string; + uniqueTokenId?: string; + + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + issuedAtTime?: utcDateTime; +} + +model MicrosoftPurviewDataGovernanceCatalogModelMetadataAttribute { + status?: MicrosoftPurviewDataGovernanceCatalogModelStatus; + fieldType?: MicrosoftPurviewDataGovernanceCatalogModelMetadataAttributeFieldTypeEnum; + + @format("uuid") + id?: string; + + name?: string; + systemData?: MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired; + description?: string; + defaultValue?: string; + + @format("uuid") + domain?: string; + + isOptional?: boolean; + choices?: MicrosoftPurviewDataGovernanceCatalogModelChoice[]; +} + +model MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired { + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + createdAt?: utcDateTime; + + @format("uuid") + createdBy?: string; + + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + lastModifiedAt?: utcDateTime; + + @format("uuid") + lastModifiedBy?: string; + + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + expiredAt?: utcDateTime; + + @format("uuid") + expiredBy?: string; +} + +model MicrosoftPurviewDataGovernanceCatalogModelChoice { + value?: string; + ordinal?: int32; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsMetadataAttributeMetadataAttributeRelationship { + description?: string; + + @format("uuid") + entityId?: string; + + relationshipType?: MicrosoftPurviewActiveGlossaryModelsServiceSharedRelationshipType; +} + +model MicrosoftPurviewDataGovernanceCatalogModelAttributeInstance { + fieldType?: MicrosoftPurviewDataGovernanceCatalogModelAttributeInstanceFieldTypeEnum; + + @format("uuid") + id?: string; + + name?: string; + + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + createdAt?: utcDateTime; + + @format("uuid") + createdBy?: string; + + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + lastModifiedAt?: utcDateTime; + + @format("uuid") + lastModifiedBy?: string; + + @format("uuid") + domain?: string; + + @format("uuid") + attributeId?: string; + + value?: string; + choices?: MicrosoftPurviewDataGovernanceCatalogModelChoice[]; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsMetadataAttributeAttributeInstanceRelationship { + @format("uuid") + entityId?: string; + + relationshipType?: MicrosoftPurviewActiveGlossaryModelsServiceSharedRelationshipType; + + @format("uuid") + value?: string; +} + +model MicrosoftPurviewActiveGlossaryModelsServiceBillingBillingRequest { + aggregationType?: string; + aggregationByProperties?: string[]; + dimensions?: string[]; + tags?: string[]; + filters?: MicrosoftPurviewActiveGlossaryModelsServiceBillingFilterConditions[]; + dimensionFilters?: MicrosoftPurviewActiveGlossaryModelsServiceBillingFilter[]; + tagFilters?: MicrosoftPurviewActiveGlossaryModelsServiceBillingFilter[]; + binFunction?: string; +} + +model MicrosoftPurviewActiveGlossaryModelsServiceBillingFilterConditions { + filterProperty?: string; + filterCondition?: string; + filterValue?: string; +} + +model MicrosoftPurviewActiveGlossaryModelsServiceBillingFilter { + name?: string; + value?: string; +} + +model MicrosoftPurviewDataGovernanceCatalogModelCriticalDataColumn { + @format("uuid") + id?: string; + + name?: string; + systemData?: MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired; + + @format("uuid") + domain?: string; + + @format("uuid") + assetId?: string; + + description?: string; + classifications?: string[]; + dataType?: string; + assetName?: string; +} + +model MicrosoftPurviewDataGovernanceCatalogModelCriticalDataElement { + status?: MicrosoftPurviewDataGovernanceCatalogModelStatus; + dataType?: MicrosoftPurviewDataGovernanceCatalogModelCriticalDataElementDataTypeEnum; + + @format("uuid") + id?: string; + + name?: string; + systemData?: MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired; + + @format("uuid") + domain?: string; + + description?: string; + + contacts?: Record; + + managedAttributes?: MicrosoftPurviewDataGovernanceCatalogModelManagedAttribute[]; +} + +model MicrosoftPurviewDataGovernanceCatalogModelContactsValueInner { + @format("uuid") + id?: string; + + description?: string; +} + +model MicrosoftPurviewDataGovernanceCatalogModelManagedAttribute { + name?: string; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsCriticalDataElementCriticalDataElementQueryRequest { + skip?: int32; + top?: int32; + orderBy?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy[]; + iDs?: string[]; + domainIDs?: string[]; + nameKeyword?: string; + owners?: string[]; + status?: MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus; + multiStatus?: MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus[]; + managedAttributes?: MicrosoftPurviewActiveGlossaryModelsServiceSharedSearchManageAttributeSearchFilter[]; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy { + field?: string; + direction?: string; +} + +model MicrosoftPurviewActiveGlossaryModelsServiceSharedSearchManageAttributeSearchFilter { + field?: string; + operator?: string; + + /** + * Anything + */ + value?: unknown; + + type?: string; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsCriticalDataElementCriticalDataElementFacetRequest { + iDs?: string[]; + domainIDs?: string[]; + nameKeyword?: string; + owners?: string[]; + status?: MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus; + multiStatus?: MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus[]; + facets?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsFacetRequestObject[]; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsFacetRequestObject { + name?: string; +} + +model MicrosoftPurviewDataGovernanceCatalogModelCustomMetadata { + status?: MicrosoftPurviewDataGovernanceCatalogModelStatus; + + @format("uuid") + id?: string; + + name?: string; + systemData?: MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired; + description?: string; + + /** + * Dictionary of + * + */ + contacts?: Record; + + @format("uuid") + domain?: string; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsCustomMetadataCustomMetadataQueryRequest { + skip?: int32; + top?: int32; + orderBy?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy[]; + iDs?: string[]; + domainIDs?: string[]; + nameKeyword?: string; + owners?: string[]; + status?: MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus; +} + +model MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationship { + relationshipType?: MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationshipRelationshipTypeEnum; + systemData?: MicrosoftPurviewDataGovernanceCatalogModelSystemData; + description?: string; + + @format("uuid") + entityId?: string; + + properties?: MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationshipProperties; +} + +model MicrosoftPurviewDataGovernanceCatalogModelSystemData { + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + createdAt?: utcDateTime; + + @format("uuid") + createdBy?: string; + + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + lastModifiedAt?: utcDateTime; + + @format("uuid") + lastModifiedBy?: string; +} + +model MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationshipProperties { + value?: string; +} + +model MicrosoftPurviewDataGovernanceCatalogModelDataAsset { + @format("uuid") + id?: string; + + name?: string; + systemData?: MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired; + description?: string; + + @format("uuid") + domain?: string; + + source?: MicrosoftPurviewDataGovernanceCatalogModelDataAssetSource; + + /** + * Dictionary of + * + */ + contacts?: Record; + + classifications?: string[]; + + @format("uuid") + sensitivityLabel?: string; + + type?: string; + schema?: MicrosoftPurviewDataGovernanceCatalogModelDataAssetSchema[]; + + /** + * Anything + */ + lineage?: unknown; + + dataQualityScore?: float64; + openInURL?: string; + + /** + * Anything + */ + typeProperties?: unknown; +} + +model MicrosoftPurviewDataGovernanceCatalogModelDataAssetSource { + type?: string; + + @format("uuid") + assetId?: string; + + assetType?: string; + + /** + * Anything + */ + assetAttributes?: unknown; + + fqn?: string; + accountName?: string; + + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + lastRefreshedAt?: utcDateTime; + + @format("uuid") + lastRefreshedBy?: string; +} + +model MicrosoftPurviewDataGovernanceCatalogModelDataAssetSchema { + name?: string; + description?: string; + classifications?: string[]; + type?: string; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataAssetDataAssetQueryRequest { + skip?: int32; + top?: int32; + orderBy?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy[]; + iDs?: string[]; + domainIDs?: string[]; + nameKeyword?: string; + owners?: string[]; + dataMapAssetIds?: string[]; +} + +model MicrosoftAzureProjectBabylonMetadataModelsAccountServiceModel { + accountStatusModel?: MicrosoftAzureProjectBabylonMetadataModelsAccountStatusModel; + auditModel?: MicrosoftAzureProjectBabylonMetadataModelsAuditModel; + cloudConnectors?: MicrosoftAzureProjectBabylonMetadataModelsCloudConnectors; + + @visibility(Lifecycle.Read) + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + createdAt?: utcDateTime; + + @visibility(Lifecycle.Read) + createdBy?: string; + + @visibility(Lifecycle.Read) + createdByObjectId?: string; + + @visibility(Lifecycle.Read) + createMode?: string; + + dataFactoryAccount?: MicrosoftAzureProjectBabylonMetadataModelsDataFactoryAccount; + + @visibility(Lifecycle.Read) + defaultCatalogId?: string; + + @visibility(Lifecycle.Read) + defaultCollectionName?: string; + + encryption?: MicrosoftAzureProjectBabylonMetadataModelsEncryptionModel; + endpoints?: MicrosoftAzureProjectBabylonMetadataModelsAccountEndpoints; + eventHubAccessKeyInfo?: MicrosoftAzureProjectBabylonMetadataModelsEventHubAccessKeyInfo; + + @visibility(Lifecycle.Read) + hookKafkaConfigurations?: MicrosoftAzureProjectBabylonMetadataModelsHookKafkaConfigurationServiceModel[]; + + @visibility(Lifecycle.Read) + id?: string; + + identity?: MicrosoftAzureProjectBabylonMetadataModelsManagedIdentityInfo; + ingestionStorageModel?: MicrosoftAzureProjectBabylonMetadataModelsIngestionStorageModel; + + @visibility(Lifecycle.Read) + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + lastModifiedAt?: utcDateTime; + + @visibility(Lifecycle.Read) + location?: string; + + @visibility(Lifecycle.Read) + managedResourcesPublicNetworkAccess?: string; + + mergeInfo?: MicrosoftAzureProjectBabylonMetadataModelsMergeInfoModel; + + @visibility(Lifecycle.Read) + name?: string; + + networkAcls?: MicrosoftAzureProjectBabylonMetadataModelsNetworkAcls; + notificationKafkaConfigurations?: MicrosoftAzureProjectBabylonMetadataModelsNotificationKafkaConfigurationServiceModel; + previousAccountState?: MicrosoftAzureProjectBabylonMetadataModelsPreviousAccountStateServiceModel; + + @visibility(Lifecycle.Read) + privateLinkIds?: int32[]; + + processingStorageModel?: MicrosoftAzureProjectBabylonMetadataModelsProcessingStorageModel; + + @visibility(Lifecycle.Read) + provisioningState?: string; + + reconciliationConfig?: MicrosoftAzureProjectBabylonMetadataModelsReconciliationConfigServiceModel; + + @visibility(Lifecycle.Read) + resourceId?: string; + + @visibility(Lifecycle.Read) + resourceType?: string; + + sku?: MicrosoftAzureProjectBabylonMetadataModelsAccountSkuModel; + + @visibility(Lifecycle.Read) + softDeleteRetentionInDays?: int32; + + @visibility(Lifecycle.Read) + storageAccounts?: MicrosoftAzureProjectBabylonMetadataModelsManagedResourceServiceModel[]; + + @visibility(Lifecycle.Read) + subscriptionId?: string; + + /** + * Dictionary of + */ + @visibility(Lifecycle.Read) + tags?: Record; + + @visibility(Lifecycle.Read) + tenantId?: string; + + @visibility(Lifecycle.Read) + useArtifactStore?: boolean; +} + +model MicrosoftAzureProjectBabylonMetadataModelsAccountStatusModel { + accountExceptionMessageModel?: MicrosoftAzureProjectBabylonMetadataModelsAccountExceptionMessageModel; + accountProvisioningState?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsAccountExceptionMessageModel { + correlationId?: string; + + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + exceptionDateTime?: utcDateTime; + + exceptionErrorCode?: string; + exceptionMessage?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsAuditModel { + auditIngestionEndpoint?: string; + tenantForest?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsCloudConnectors { + @visibility(Lifecycle.Read) + awsExternalId?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsDataFactoryAccount { + apiVersion?: string; + baseManagementUri?: string; + factoryId?: string; + location?: string; + name?: string; + processingStorageLinkedServiceName?: string; + resourceGroup?: string; + subscription?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsEncryptionModel { + systemMasterKey?: MicrosoftAzureProjectBabylonMetadataModelsKeyEncryptionKey; +} + +model MicrosoftAzureProjectBabylonMetadataModelsKeyEncryptionKey { + id?: string; + keyVaultResourceId?: string; + type?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsAccountEndpoints { + @visibility(Lifecycle.Read) + catalog?: string; + + @visibility(Lifecycle.Read) + scan?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsEventHubAccessKeyInfo { + eventHubName?: string; + externalKeys?: MicrosoftAzureProjectBabylonMetadataModelsEventHubAccessKeys; + internalKeys?: MicrosoftAzureProjectBabylonMetadataModelsEventHubAccessKeys; + managedResource?: boolean; + resourceGroup?: string; + subscriptionId?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsEventHubAccessKeys { + keyName?: string; + primaryConnectionString?: string; + secondaryConnectionString?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsHookKafkaConfigurationServiceModel { + consumerGroup?: string; + credentials?: MicrosoftAzureProjectBabylonMetadataModelsCredentials; + eventHubResourceId?: string; + eventHubType?: string; + eventStreamingState?: string; + eventStreamingType?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsCredentials { + identityId?: string; + type?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsManagedIdentityInfo { + clientId?: string; + identityUrl?: string; + managedIdentityType?: string; + principalId?: string; + tenantId?: string; + + /** + * Dictionary of + * + */ + userAssignedIdentities?: Record; +} + +model MicrosoftAzureProjectBabylonMetadataModelsUserAssignedIdentityModel { + authenticationEndpoint?: string; + clientId?: string; + clientSecretUrl?: string; + principalId?: string; + tenantId?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsIngestionStorageModel { + dnsZone?: string; + endpointSuffix?: string; + location?: string; + name?: string; + primaryEndpoint?: string; + publicNetworkAccess?: string; + resourceId?: string; + sku?: string; + + @format("uuid") + tenantId?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsMergeInfoModel { + @format("uuid") + accountId?: string; + + accountLocation?: string; + accountResourceId?: string; + mergeStatus?: string; + typeOfAccount?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsNetworkAcls { + defaultAction?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsNotificationKafkaConfigurationServiceModel { + credentials?: MicrosoftAzureProjectBabylonMetadataModelsCredentials; + eventHubResourceId?: string; + eventHubType?: string; + eventStreamingState?: string; + eventStreamingType?: string; + partitionId?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsPreviousAccountStateServiceModel { + resourceType?: string; + sku?: MicrosoftAzureProjectBabylonMetadataModelsAccountSkuModel; +} + +model MicrosoftAzureProjectBabylonMetadataModelsAccountSkuModel { + capacity?: int32; + name?: string; + version?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsProcessingStorageModel { + dnsZone?: string; + endpointSuffix?: string; + location?: string; + name?: string; + primaryEndpoint?: string; + resourceId?: string; + sku?: string; + + @format("uuid") + tenantId?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsReconciliationConfigServiceModel { + reconciliationStatus?: string; + + @format("uuid") + tenantId?: string; +} + +model MicrosoftAzureProjectBabylonMetadataModelsManagedResourceServiceModel { + @visibility(Lifecycle.Read) + dnsZone?: string; + + @visibility(Lifecycle.Read) + endpointSuffix?: string; + + @visibility(Lifecycle.Read) + location?: string; + + @visibility(Lifecycle.Read) + name?: string; + + @visibility(Lifecycle.Read) + primaryEndpoint?: string; + + @visibility(Lifecycle.Read) + resourceId?: string; + + @visibility(Lifecycle.Read) + sku?: string; +} + +model MicrosoftPurviewDataGovernanceCatalogModelDataProduct { + status?: MicrosoftPurviewDataGovernanceCatalogModelStatus; + type?: MicrosoftPurviewDataGovernanceCatalogModelDataProductTypeEnum; + updateFrequency?: MicrosoftPurviewDataGovernanceCatalogModelDataProductUpdateFrequencyEnum; + managedAttributes?: MicrosoftPurviewDataGovernanceCatalogModelManagedAttribute[]; + + @format("uuid") + id?: string; + + name?: string; + systemData?: MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired; + + @format("uuid") + domain?: string; + + description?: string; + businessUse?: string; + + /** + * Dictionary of + * + */ + contacts?: Record; + + termsOfUse?: MicrosoftPurviewDataGovernanceCatalogModelExternalLink[]; + documentation?: MicrosoftPurviewDataGovernanceCatalogModelExternalLink[]; + sensitivityLabel?: string; + endorsed?: boolean; + activeSubscriberCount?: int32; + dataQualityScore?: float64; + audience?: MicrosoftPurviewDataGovernanceCatalogModelDataProductAudienceEnum[]; + additionalProperties?: MicrosoftPurviewDataGovernanceCatalogModelDataProductAllOfAdditionalProperties; +} + +model MicrosoftPurviewDataGovernanceCatalogModelExternalLink { + url?: string; + name?: string; + + @format("uuid") + dataAssetId?: string; +} + +model MicrosoftPurviewDataGovernanceCatalogModelDataProductAllOfAdditionalProperties { + assetCount?: int64; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataProductQueryRequest { + skip?: int32; + top?: int32; + orderBy?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy[]; + iDs?: string[]; + domainIDs?: string[]; + nameKeyword?: string; + type?: string; + types?: string[]; + owners?: string[]; + status?: MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus; + multiStatus?: MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus[]; + managedAttributes?: MicrosoftPurviewActiveGlossaryModelsServiceSharedSearchManageAttributeSearchFilter[]; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataProductFacetRequest { + iDs?: string[]; + domainIDs?: string[]; + nameKeyword?: string; + owners?: string[]; + status?: MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus; + multiStatus?: MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus[]; + type?: string; + types?: string[]; + facets?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsFacetRequestObject[]; +} + +model MicrosoftPurviewDataGovernanceCatalogModelDomain { + status?: MicrosoftPurviewDataGovernanceCatalogModelDomainStatusEnum; + type?: MicrosoftPurviewDataGovernanceCatalogModelDomainTypeEnum; + + @format("uuid") + id?: string; + + name?: string; + isRestricted?: boolean; + systemData?: MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired; + description?: string; + + @format("uuid") + parentId?: string; + + thumbnail?: MicrosoftPurviewDataGovernanceCatalogModelDomainAllOfThumbnail; + domains?: MicrosoftPurviewDataGovernanceCatalogModelPlatformDomain[]; + managedAttributes?: MicrosoftPurviewDataGovernanceCatalogModelManagedAttribute[]; +} + +model MicrosoftPurviewDataGovernanceCatalogModelDomainAllOfThumbnail { + color?: string; +} + +model MicrosoftPurviewDataGovernanceCatalogModelPlatformDomain { + name?: string; + friendlyName?: string; + relatedCollections?: MicrosoftPurviewDataGovernanceCatalogModelRelatedCollection[]; +} + +model MicrosoftPurviewDataGovernanceCatalogModelRelatedCollection { + name?: string; + friendlyName?: string; + parentCollection?: MicrosoftPurviewDataGovernanceCatalogModelRelatedCollectionParentCollection; +} + +model MicrosoftPurviewDataGovernanceCatalogModelRelatedCollectionParentCollection { + type?: MicrosoftPurviewDataGovernanceCatalogModelRelatedCollectionParentCollectionTypeEnum; + refName?: string; +} + +model MicrosoftPurviewDataGovernanceCatalogModelObjectiveWithAdditionalProperties { + status?: MicrosoftPurviewDataGovernanceCatalogModelObjectiveWithAdditionalPropertiesStatusEnum; + systemData?: MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithClosed; + + @format("uuid") + id?: string; + + definition?: string; + + @format("uuid") + domain?: string; + + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + targetDate?: utcDateTime; + + contacts?: Record; + + additionalProperties?: MicrosoftPurviewDataGovernanceCatalogModelObjectiveAdditionalProperties; +} + +model MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithClosed { + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + createdAt?: utcDateTime; + + @format("uuid") + createdBy?: string; + + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + lastModifiedAt?: utcDateTime; + + @format("uuid") + lastModifiedBy?: string; + + // FIXME: (utcDateTime) Please double check that this is the correct type for your scenario. + closedAt?: utcDateTime; + + @format("uuid") + closedBy?: string; +} + +model MicrosoftPurviewDataGovernanceCatalogModelObjectiveAdditionalProperties { + overallStatus?: MicrosoftPurviewDataGovernanceCatalogModelObjectiveAdditionalPropertiesOverallStatusEnum; + overallProgress?: float64; + overallGoal?: float64; + overallMax?: float64; + keyResultsCount?: int64; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsObjectiveQueryRequest { + skip?: int32; + top?: int32; + orderBy?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy[]; + iDs?: string[]; + domainIDs?: string[]; + definition?: string; + status?: MicrosoftPurviewActiveGlossaryModelsServiceOkrObjectiveStatus; + multiStatus?: MicrosoftPurviewActiveGlossaryModelsServiceOkrObjectiveStatus[]; + owners?: string[]; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsObjectiveFacetRequest { + iDs?: string[]; + domainIDs?: string[]; + definition?: string; + owners?: string[]; + status?: MicrosoftPurviewActiveGlossaryModelsServiceOkrObjectiveStatus; + multiStatus?: MicrosoftPurviewActiveGlossaryModelsServiceOkrObjectiveStatus[]; + facets?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsFacetRequestObject[]; +} + +model MicrosoftPurviewDataGovernanceCatalogModelKeyResult { + status?: MicrosoftPurviewDataGovernanceCatalogModelKeyResultStatusEnum; + systemData?: MicrosoftPurviewDataGovernanceCatalogModelSystemData; + + @format("uuid") + id?: string; + + definition?: string; + + @format("uuid") + domainId?: string; + + progress?: float64; + goal?: float64; + max?: float64; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsPolicyAddAdminRequest { + userObjectId?: string; +} + +model MicrosoftPurviewDataGovernanceCatalogModelTerm { + status?: MicrosoftPurviewDataGovernanceCatalogModelStatus; + + @format("uuid") + id?: string; + + name?: string; + systemData?: MicrosoftPurviewDataGovernanceCatalogModelSystemDataWithExpired; + description?: string; + + contacts?: Record; + + @format("uuid") + domain?: string; + + @format("uuid") + parentId?: string; + + acronyms?: string[]; + resources?: MicrosoftPurviewDataGovernanceCatalogModelTermResource[]; + isLeaf?: boolean; + managedAttributes?: MicrosoftPurviewDataGovernanceCatalogModelManagedAttribute[]; +} + +model MicrosoftPurviewDataGovernanceCatalogModelTermResource { + name?: string; + url?: string; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermQueryRequest { + skip?: int32; + top?: int32; + orderBy?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy[]; + iDs?: string[]; + domainIDs?: string[]; + nameKeyword?: string; + status?: MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus; + multiStatus?: MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus[]; + owners?: string[]; + acronyms?: string[]; + managedAttributes?: MicrosoftPurviewActiveGlossaryModelsServiceSharedSearchManageAttributeSearchFilter[]; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermFacetRequest { + iDs?: string[]; + domainIDs?: string[]; + nameKeyword?: string; + owners?: string[]; + acronyms?: string[]; + status?: MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus; + multiStatus?: MicrosoftPurviewActiveGlossaryModelsServiceSharedEntityStatus[]; + facets?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsFacetRequestObject[]; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermRelationship { + description?: string; + + @format("uuid") + entityId?: string; + + relationshipType?: MicrosoftPurviewActiveGlossaryModelsServiceSharedRelationshipType; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermsMoveRequest { + @format("uuid") + destinationDomainId?: string; + + termIds?: string[]; +} + +model MicrosoftPurviewDataGovernanceCatalogModelWorkflows { + @format("uuid") + id?: string; + + name?: string; + systemData?: MicrosoftPurviewDataGovernanceCatalogModelSystemData; + + @format("uuid") + domain?: string; + + workflowMetadata?: MicrosoftPurviewDataGovernanceCatalogModelWorkflowMetadata[]; +} + +model MicrosoftPurviewDataGovernanceCatalogModelWorkflowMetadata { + conceptType?: MicrosoftPurviewDataGovernanceCatalogModelConceptType; + status?: MicrosoftPurviewDataGovernanceCatalogModelWorkflowMetadataStatusEnum; + approverMetadata?: MicrosoftPurviewDataGovernanceCatalogModelApproverMetadata[]; +} + +model MicrosoftPurviewDataGovernanceCatalogModelApproverMetadata { + action?: MicrosoftPurviewDataGovernanceCatalogModelApproverMetadataActionEnum; + approvers?: MicrosoftPurviewDataGovernanceCatalogModelApprovers[]; +} + +model MicrosoftPurviewDataGovernanceCatalogModelApprovers { + @format("uuid") + id?: string; + + description?: string; + email?: string; +} + +model MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsWorkflowRunQueryRequest { + skip?: int32; + top?: int32; + orderBy?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsOrderBy[]; + conceptId?: string; + conceptType?: MicrosoftPurviewDataGovernanceCatalogModelConceptType; + workflowRunAction?: MicrosoftPurviewDataGovernanceCatalogModelApproverMetadataActionEnum; + workflowRunStatus?: MicrosoftPurviewDataGovernanceCatalogModelWorkflowRunsStatusEnum; + domain?: string; + conceptName?: string; + + @format("uuid") + createdBy?: string; +} \ No newline at end of file diff --git a/specification/purviewdatagovernance/purviewdatacatalog/routes.tsp b/specification/purviewdatagovernance/purviewdatacatalog/routes.tsp new file mode 100644 index 000000000000..c5490a504766 --- /dev/null +++ b/specification/purviewdatagovernance/purviewdatacatalog/routes.tsp @@ -0,0 +1,1544 @@ +import "@azure-tools/typespec-azure-core"; +import "@typespec/rest"; +import "./models.tsp"; + +using TypeSpec.Rest; +using TypeSpec.Http; + +namespace purviewdatacatalog; + +@route("/administration/globalizeDataAssets") +@post +op administrationGlobalizeDataAssets is Azure.Core.Foundations.Operation< + MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationGlobalAssetCleanupRequest, + void +>; + +@route("/administration/backfillDomainParentObject") +@post +op administrationBackfillDomainParentObject is Azure.Core.Foundations.Operation< + MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationBusinessDomainObjectBackfillRequest, + void +>; + +@route("/administration/findInconsistentGraphRecords") +@post +op administrationFindInconsistentGraphRecords is Azure.Core.Foundations.Operation< + MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationBusinessDomainObjectBackfillRequest, + void +>; + +@route("/administration/findAssetsWithMandatoryMissingProperties") +@post +op administrationFindAssetsWithMandatoryMissingProperties is Azure.Core.Foundations.Operation< + MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationAssetMissingPropertiesRequest, + void +>; + +@route("/administration/batchBackfillBillingEvents") +@post +op administrationBatchBackfillBillingEvents is Azure.Core.Foundations.Operation< + MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsAdministrationBillingEventBackfillRequest, + void +>; + +@route("/attributes/{name}") +@put +op attributeName is Azure.Core.Foundations.Operation< + { + @path + name: string; + + @bodyRoot + body?: MicrosoftPurviewDataGovernanceCatalogModelMetadataAttribute; + }, + void +>; + +@route("/attributes") +@get +op getAttribute is Azure.Core.Foundations.Operation< + { + @format("uuid") + @query("domainId") + domainId?: string; + + @query("skip") + skip?: int32; + + @query("top") + top?: int32; + + @query("orderBy") + orderBy?: string; + }, + void +>; + +@route("/attributes/{attributeId}/GetAsync") +@get +op attributeAttributeId is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + attributeId: string; + }, + void +>; + +@route("/attributes/{attributeId}/DeleteAsync") +@delete +op attribute is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + attributeId: string; + }, + void +>; + +@route("/attributes/{attributeId}/relationships") +@post +op attributesAttributeIdRelationships is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + attributeId: string; + + @query("entityType") + entityType?: unknown; + + @bodyRoot + body?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsMetadataAttributeMetadataAttributeRelationship; + }, + void +>; + +@route("/attributes/{attributeId}/relationships") +@delete +op deleteAttribute is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + attributeId: string; + + @query("entityType") + entityType?: unknown; + + @format("uuid") + @query("entityId") + entityId?: string; + }, + void +>; + +@route("/attributes/{attributeId}/relationships") +@get +op getsAttribute is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + attributeId: string; + + @query("entityType") + entityType?: unknown; + }, + void +>; + +@route("/attributes/instances") +@post +op attributeInstanceInstances is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + instanceId: string; + + @bodyRoot + body?: MicrosoftPurviewDataGovernanceCatalogModelAttributeInstance; + }, + void +>; + +@route("/attributes/instances") +@get +op attributeInstance is Azure.Core.Foundations.Operation< + { + @format("uuid") + @query("domainId") + domainId?: string; + + @query("skip") + skip?: int32; + + @query("top") + top?: int32; + + @query("orderBy") + orderBy?: string; + }, + void +>; + +@route("/attributes/instances/{instanceId}") +@put +op attributeInstanceInstanceId is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + instanceId: string; + + @bodyRoot + body?: MicrosoftPurviewDataGovernanceCatalogModelAttributeInstance; + }, + void +>; + +@route("/attributes/instances/{instanceId}") +@get +op getAttributeInstance is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + instanceId: string; + }, + void +>; + +@route("/attributes/instances/{instanceId}") +@delete +op deleteAttributeInstance is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + instanceId: string; + }, + void +>; + +@route("/attributes/instances/{instanceId}/relationships") +@post +op attributeInstanceInstanceIdRelationships is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + instanceId: string; + + @query("entityType") + entityType?: unknown; + + @bodyRoot + body?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsMetadataAttributeAttributeInstanceRelationship; + }, + void +>; + +@route("/attributes/instances/{instanceId}/relationships") +@delete +op deletesAttributeInstance is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + instanceId: string; + + @query("entityType") + entityType?: unknown; + + @format("uuid") + @query("entityId") + entityId?: string; + }, + void +>; + +@route("/attributes/instances/{instanceId}/relationships") +@get +op getsAttributeInstance is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + instanceId: string; + + @query("entityType") + entityType?: unknown; + }, + void +>; + +@route("/billing/getaggregate") +@post +op billingGetaggregate is Azure.Core.Foundations.Operation< + MicrosoftPurviewActiveGlossaryModelsServiceBillingBillingRequest, + void +>; + +@route("/billing/getaggregates") +@post +op billingGetaggregates is Azure.Core.Foundations.Operation< + MicrosoftPurviewActiveGlossaryModelsServiceBillingBillingRequest, + void +>; + +@route("/snapshots/catalog/latest") +@get +op catalogSnapshotLatest is Azure.Core.Foundations.Operation<{}, void>; + +@route("/snapshots/catalog/latest/metadata") +@get +op catalogSnapshotLatestMetadata is Azure.Core.Foundations.Operation<{}, void>; + +@route("/snapshots/catalog/history/{snapshotId}") +@get +op catalogSnapshotHistorySnapshotId is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + snapshotId: string; + }, + void +>; + +@route("/snapshots/catalog/history/{snapshotId}/metadata") +@get +op catalogSnapshotHistorySnapshotIdMetadata is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + snapshotId: string; + }, + void +>; + +@route("/snapshots/catalog/history") +@get +op catalogSnapshotHistory is Azure.Core.Foundations.Operation<{}, void>; + +@route("/snapshots/catalog/configure/install/{repeatIntervalMinutes}") +@post +op catalogSnapshotConfigureInstallRepeatIntervalMinutes is Azure.Core.Foundations.Operation< + { + @path + repeatIntervalMinutes: int32; + }, + void +>; + +@route("/snapshots/catalog/configure/uninstall") +@post +op catalogSnapshotConfigureUninstall is Azure.Core.Foundations.Operation< + {}, + void +>; + +@route("/snapshots/catalog/configure/status") +@get +op catalogSnapshotConfigureStatus is Azure.Core.Foundations.Operation<{}, void>; + +@route("/criticalDataColumns") +@post +op postCriticalDataColumn is Azure.Core.Foundations.Operation< + MicrosoftPurviewDataGovernanceCatalogModelCriticalDataColumn, + void +>; + +@route("/criticalDataColumns") +@get +op criticalDataColumn is Azure.Core.Foundations.Operation< + { + @format("uuid") + @query("domainId") + domainId?: string; + + @format("uuid") + @query("assetId") + assetId?: string; + + @query("skip") + skip?: int32; + + @query("top") + top?: int32; + + @query("orderBy") + orderBy?: string; + }, + void +>; + +@route("/criticalDataColumns/{criticalDataColumnId}") +@get +op criticalDataColumnCriticalDataColumnId is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + criticalDataColumnId: string; + }, + void +>; + +@route("/criticalDataColumns/{criticalDataColumnId}/relationships") +@post +op criticalDataColumnCriticalDataColumnIdRelationships is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + criticalDataColumnId: string; + + @query("entityType") + entityType: unknown; + + @bodyRoot + body?: Record; + }, + void +>; + +@route("/criticalDataColumns/{criticalDataColumnId}/relationships") +@get +op getCriticalDataColumn is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + criticalDataColumnId: string; + + @query("entityType") + entityType: unknown; + }, + void +>; + +@route("/criticalDataColumns/{criticalDataColumnId}/relationships") +@delete +op deleteCriticalDataColumn is Azure.Core.Foundations.Operation< + { + @format("uuid") + @query("criticalDataElementId") + criticalDataElementId?: string; + + @query("entityType") + entityType: unknown; + + @format("uuid") + @query("entityId") + entityId: string; + + @path + criticalDataColumnId: string; + }, + void +>; + +@route("/criticalDataElements") +@post +op postCriticalDataElement is Azure.Core.Foundations.Operation< + MicrosoftPurviewDataGovernanceCatalogModelCriticalDataElement, + void +>; + +@route("/criticalDataElements") +@get +op getCriticalDataElement is Azure.Core.Foundations.Operation< + { + @format("uuid") + @query("domainId") + domainId?: string; + + @query("keyword") + keyword?: string; + + @query("skip") + skip?: int32; + + @query("top") + top?: int32; + + @query("orderBy") + orderBy?: string; + }, + void +>; + +@route("/criticalDataElements/{criticalDataElementId}") +@get +op getCriticalDataElementCriticalDataElementId is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + criticalDataElementId: string; + }, + void +>; + +@route("/criticalDataElements/{criticalDataElementId}") +@put +op putCriticalDataElement is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + criticalDataElementId: string; + + @bodyRoot + body?: MicrosoftPurviewDataGovernanceCatalogModelCriticalDataElement; + }, + void +>; + +@route("/criticalDataElements/{criticalDataElementId}") +@delete +op deleteCriticalDataElement is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + criticalDataElementId: string; + }, + void +>; + +@route("/criticalDataElements/query") +@post +op criticalDataElementQuery is Azure.Core.Foundations.Operation< + { + @query("duplicatecheck") + duplicatecheck?: int32; + + @bodyRoot + body?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsCriticalDataElementCriticalDataElementQueryRequest; + }, + void +>; + +@route("/criticalDataElements/facets") +@post +op criticalDataElementFacets is Azure.Core.Foundations.Operation< + MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsCriticalDataElementCriticalDataElementFacetRequest, + void +>; + +@route("/criticalDataElements/{criticalDataElementId}/relationships") +@post +op criticalDataElementCriticalDataElementIdRelationships is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + criticalDataElementId: string; + + @query("entityType") + entityType: unknown; + + @bodyRoot + body?: Record; + }, + void +>; + +@route("/criticalDataElements/{criticalDataElementId}/relationships") +@get +op getsCriticalDataElement is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + criticalDataElementId: string; + + @query("entityType") + entityType: unknown; + }, + void +>; + +@route("/criticalDataElements/{criticalDataElementId}/relationships") +@delete +op deletesCriticalDataElement is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + criticalDataElementId: string; + + @query("entityType") + entityType: unknown; + + @format("uuid") + @query("entityId") + entityId: string; + }, + void +>; + +@route("/customMetadata/{name}") +@put +op customMetadataName is Azure.Core.Foundations.Operation< + { + @path + name: string; + + @bodyRoot + body?: MicrosoftPurviewDataGovernanceCatalogModelCustomMetadata; + }, + void +>; + +@route("/customMetadata") +@get +op getCustomMetadata is Azure.Core.Foundations.Operation< + { + @format("uuid") + @query("domainId") + domainId?: string; + + @query("skip") + skip?: int32; + + @query("top") + top?: int32; + + @query("orderBy") + orderBy?: string; + }, + void +>; + +@route("/customMetadata/query") +@post +op customMetadataQuery is Azure.Core.Foundations.Operation< + MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsCustomMetadataCustomMetadataQueryRequest, + void +>; + +@route("/customMetadata/{metadataId}/GetAsync") +@get +op customMetadataMetadataId is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + metadataId: string; + }, + void +>; + +@route("/customMetadata/{metadataId}/DeleteAsync") +@delete +op deleteCustomMetadata is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + metadataId: string; + }, + void +>; + +@route("/customMetadata/{metadataId}/relationships") +@post +op postCustomMetadata is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + metadataId: string; + + @query("entityType") + entityType?: unknown; + + @bodyRoot + body?: MicrosoftPurviewDataGovernanceCatalogModelCustomMetadataRelationship; + }, + void +>; + +@route("/customMetadata/{metadataId}/relationships") +@delete +op deletesCustomMetadata is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + metadataId: string; + + @query("entityType") + entityType?: unknown; + + @format("uuid") + @query("entityId") + entityId?: string; + }, + void +>; + +@route("/customMetadata/{metadataId}/relationships") +@get +op customMetadata is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + metadataId: string; + + @query("entityType") + entityType?: unknown; + }, + void +>; + +@route("/dataAssets") +@get +op getDataAsset is Azure.Core.Foundations.Operation< + { + @query("orderBy") + orderBy?: string; + + @query("skip") + skip?: int32; + + @query("top") + top?: int32; + }, + void +>; + +@route("/dataAssets") +@post +op postDataAsset is Azure.Core.Foundations.Operation< + MicrosoftPurviewDataGovernanceCatalogModelDataAsset, + void +>; + +@route("/dataAssets/query") +@post +op postDataAssetQuery is Azure.Core.Foundations.Operation< + MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataAssetDataAssetQueryRequest, + void +>; + +@route("/dataAssets/{dataAssetId}") +@get +op dataAssetDataAssetId is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + dataAssetId: string; + }, + void +>; + +@route("/dataAssets/{dataAssetId}") +@put +op putDataAsset is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + dataAssetId: string; + + @bodyRoot + body?: MicrosoftPurviewDataGovernanceCatalogModelDataAsset; + }, + void +>; + +@route("/dataAssets/{dataAssetId}") +@delete +op deleteDataAsset is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + dataAssetId: string; + }, + void +>; + +@route("/dataAssets/{dataAssetId}/relationships") +@get +op dataAssetDataAssetIdRelationships is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + dataAssetId: string; + + @query("entityType") + entityType: unknown; + }, + void +>; + +@route("/dataAssets/{dataAssetId}/relationships") +@post +op dataAsset is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + dataAssetId: string; + + @query("entityType") + entityType: unknown; + + @bodyRoot + body: Record; + }, + void +>; + +@route("/dataAssets/{dataAssetId}/relationships") +@delete +op deletesDataAsset is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + dataAssetId: string; + + @query("entityType") + entityType: unknown; + + @format("uuid") + @query("entityId") + entityId: string; + }, + void +>; + +@route("/controlplane/account") +@put +op putDataGovernanceApp is Azure.Core.Foundations.Operation< + MicrosoftAzureProjectBabylonMetadataModelsAccountServiceModel, + void +>; + +@route("/controlplane/account/{accountId}") +@delete +op dataGovernanceAppAccountAccountId is Azure.Core.Foundations.Operation< + { + @path + accountId: string; + + @bodyRoot + body?: MicrosoftAzureProjectBabylonMetadataModelsAccountServiceModel; + }, + void +>; + +@route("/dataProducts") +@get +op getDataProduct is Azure.Core.Foundations.Operation< + { + @format("uuid") + @query("domainId") + domainId?: string; + + @query("orderBy") + orderBy?: string; + + @query("skip") + skip?: int32; + + @query("top") + top?: int32; + }, + void +>; + +@route("/dataProducts") +@post +op postDataProduct is Azure.Core.Foundations.Operation< + MicrosoftPurviewDataGovernanceCatalogModelDataProduct, + void +>; + +@route("/dataProducts/query") +@post +op dataProductQuery is Azure.Core.Foundations.Operation< + { + @query("duplicatecheck") + duplicatecheck?: int32; + + @query("dataProductOwner") + dataProductOwner?: boolean; + + @bodyRoot + body?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataProductQueryRequest; + }, + void +>; + +@route("/dataProducts/facets") +@post +op dataProductFacets is Azure.Core.Foundations.Operation< + MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataProductFacetRequest, + void +>; + +@route("/dataProducts/{dataProductId}") +@get +op dataProductDataProductId is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + dataProductId: string; + }, + void +>; + +@route("/dataProducts/{dataProductId}") +@put +op putDataProduct is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + dataProductId: string; + + @bodyRoot + body?: MicrosoftPurviewDataGovernanceCatalogModelDataProduct; + }, + void +>; + +@route("/dataProducts/{dataProductId}") +@delete +op deleteDataProduct is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + dataProductId: string; + }, + void +>; + +@route("/dataProducts/{dataProductId}/relationships") +@get +op dataProductDataProductIdRelationships is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + dataProductId: string; + + @query("entityType") + entityType: unknown; + }, + void +>; + +@route("/dataProducts/{dataProductId}/relationships") +@post +op postsDataProduct is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + dataProductId: string; + + @query("entityType") + entityType: unknown; + + @bodyRoot + body?: Record; + }, + void +>; + +@route("/dataProducts/{dataProductId}/relationships") +@delete +op deletesDataProduct is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + dataProductId: string; + + @query("entityType") + entityType: unknown; + + @format("uuid") + @query("entityId") + entityId: string; + }, + void +>; + +@route("/businessdomains") +@get +op getDomain is Azure.Core.Foundations.Operation< + { + @query("$skipToken") + $skipToken?: string; + + @query("writeOnly") + writeOnly?: boolean; + }, + void +>; + +@route("/businessdomains") +@post +op postDomain is Azure.Core.Foundations.Operation< + MicrosoftPurviewDataGovernanceCatalogModelDomain, + void +>; + +@route("/businessdomains/{domainId}") +@put +op domainDomainId is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + domainId: string; + + @bodyRoot + body?: MicrosoftPurviewDataGovernanceCatalogModelDomain; + }, + void +>; + +@route("/businessdomains/{domainId}") +@get +op domain is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + domainId: string; + }, + void +>; + +@route("/businessdomains/{domainId}") +@delete +op deleteDomain is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + domainId: string; + }, + void +>; + +@route("/internal/resolve/policyeffectiveterms") +@post +op internalResolvePolicyeffectiveterms is Azure.Core.Foundations.Operation< + { + @query("dataProductId") + dataProductId?: string; + }, + void +>; + +@route("/internal/resolve/policyeffectiveCriticalDataElements") +@post +op internalResolvePolicyeffectiveCriticalDataElements is Azure.Core.Foundations.Operation< + { + @query("dataProductId") + dataProductId?: string; + }, + void +>; + +@route("/internal/dataAssets/queryPublished") +@post +op internalDataAssetsQueryPublished is Azure.Core.Foundations.Operation< + MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsDataAssetDataAssetQueryRequest, + void +>; + +@route("/objectives") +@get +op getOkr is Azure.Core.Foundations.Operation< + { + @query("keyword") + keyword?: string; + + @query("domainId") + domainId?: string; + + @query("orderBy") + orderBy?: string; + + @query("skip") + skip?: int32; + + @query("top") + top?: int32; + }, + void +>; + +@route("/objectives") +@post +op postOkr is Azure.Core.Foundations.Operation< + MicrosoftPurviewDataGovernanceCatalogModelObjectiveWithAdditionalProperties, + void +>; + +@route("/objectives/query") +@post +op okrQuery is Azure.Core.Foundations.Operation< + { + @query("duplicatecheck") + duplicatecheck?: int32; + + @bodyRoot + body?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsObjectiveQueryRequest; + }, + void +>; + +@route("/objectives/facets") +@post +op okrFacets is Azure.Core.Foundations.Operation< + MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsObjectiveFacetRequest, + void +>; + +@route("/objectives/{objectiveId}") +@put +op okrObjectiveId is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + objectiveId: string; + + @bodyRoot + body?: MicrosoftPurviewDataGovernanceCatalogModelObjectiveWithAdditionalProperties; + }, + void +>; + +@route("/objectives/{objectiveId}") +@get +op okr is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + objectiveId: string; + }, + void +>; + +@route("/objectives/{objectiveId}") +@delete +op deleteOkr is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + objectiveId: string; + }, + void +>; + +@route("/objectives/{objectiveId}/keyResults") +@get +op okrObjectiveIdKeyResults is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + objectiveId: string; + }, + void +>; + +@route("/objectives/{objectiveId}/keyResults") +@post +op postsOkr is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + objectiveId: string; + + @bodyRoot + body?: MicrosoftPurviewDataGovernanceCatalogModelKeyResult; + }, + void +>; + +@route("/objectives/{objectiveId}/keyResults/{keyResultId}") +@get +op okrObjectiveIdKeyResultsKeyResultId is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + objectiveId: string; + + @format("uuid") + @path + keyResultId: string; + }, + void +>; + +@route("/objectives/{objectiveId}/keyResults/{keyResultId}") +@put +op putOkr is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + objectiveId: string; + + @format("uuid") + @path + keyResultId: string; + + @bodyRoot + body?: MicrosoftPurviewDataGovernanceCatalogModelKeyResult; + }, + void +>; + +@route("/objectives/{objectiveId}/keyResults/{keyResultId}") +@delete +op deletesOkr is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + objectiveId: string; + + @format("uuid") + @path + keyResultId: string; + }, + void +>; + +@route("/objectives/{objectiveId}/relationships") +@post +op okrObjectiveIdRelationships is Azure.Core.Foundations.Operation< + { + @path + objectiveId: string; + + @query("entityType") + entityType?: string; + + @bodyRoot + body?: Record; + }, + void +>; + +@route("/objectives/{objectiveId}/relationships") +@delete +op deletes2Okr is Azure.Core.Foundations.Operation< + { + @path + objectiveId: string; + + @query("entityType") + entityType?: string; + + @query("entityId") + entityId?: string; + + @query("relationshipType") + relationshipType?: string; + }, + void +>; + +@route("/objectives/{objectiveId}/relationships") +@get +op getsOkr is Azure.Core.Foundations.Operation< + { + @path + objectiveId: string; + + @query("entityType") + entityType?: string; + }, + void +>; + +@route("/policies") +@get +op policy is Azure.Core.Foundations.Operation< + { + @query("skipToken") + skipToken?: string; + }, + void +>; + +@route("/policies/addAdministrator") +@post +op policyAddAdministrator is Azure.Core.Foundations.Operation< + MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsPolicyAddAdminRequest, + void +>; + +@route("/terms") +@post +op postTerm is Azure.Core.Foundations.Operation< + MicrosoftPurviewDataGovernanceCatalogModelTerm, + void +>; + +@route("/terms") +@get +op getsTerm is Azure.Core.Foundations.Operation< + { + @format("uuid") + @query("domainId") + domainId?: string; + + @format("uuid") + @query("parentId") + parentId?: string; + + @query("keyword") + keyword?: string; + + @query("skip") + skip?: int32; + + @query("top") + top?: int32; + + @query("depth") + depth?: int32; + + @query("orderBy") + orderBy?: string; + }, + void +>; + +@route("/terms/{termId}") +@put +op termTermId is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + termId: string; + + @bodyRoot + body?: MicrosoftPurviewDataGovernanceCatalogModelTerm; + }, + void +>; + +@route("/terms/{termId}") +@get +op term is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + termId: string; + }, + void +>; + +@route("/terms/{termId}") +@delete +op deleteTerm is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + termId: string; + }, + void +>; + +@route("/terms/query") +@post +op termQuery is Azure.Core.Foundations.Operation< + { + @query("duplicatecheck") + duplicatecheck?: int32; + + @bodyRoot + body?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermQueryRequest; + }, + void +>; + +@route("/terms/facets") +@post +op termFacets is Azure.Core.Foundations.Operation< + MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermFacetRequest, + void +>; + +@route("/terms/{termId}/hierarchies") +@get +op termTermIdHierarchies is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + termId: string; + }, + void +>; + +@route("/terms/{termId}/relationships") +@post +op termTermIdRelationships is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + termId: string; + + @query("entityType") + entityType?: unknown; + + @bodyRoot + body?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermRelationship; + }, + void +>; + +@route("/terms/{termId}/relationships") +@delete +op deletesTerm is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + termId: string; + + @query("entityType") + entityType?: unknown; + + @query("relationshipType") + relationshipType?: unknown; + + @format("uuid") + @query("entityId") + entityId?: string; + }, + void +>; + +@route("/terms/{termId}/relationships") +@get +op getTerm is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + termId: string; + + @query("entityType") + entityType?: unknown; + + @query("relationshipType") + relationshipType?: unknown; + }, + void +>; + +@route("/terms/migration/state") +@get +op termMigrationState is Azure.Core.Foundations.Operation<{}, void>; + +@route("/terms/migration/counts") +@get +op termMigrationCounts is Azure.Core.Foundations.Operation<{}, void>; + +@route("/terms/migration/start") +@post +op termMigrationStart is Azure.Core.Foundations.Operation<{}, void>; + +@route("/terms/migration/moveterms") +@post +op termMigrationMoveterms is Azure.Core.Foundations.Operation< + MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsTermTermsMoveRequest, + void +>; + +@route("/workflows") +@post +op workflows is Azure.Core.Foundations.Operation< + MicrosoftPurviewDataGovernanceCatalogModelWorkflows, + void +>; + +@route("/workflows") +@get +op getWorkflows is Azure.Core.Foundations.Operation< + { + @query("$skipToken") + $skipToken?: string; + }, + void +>; + +@route("/workflows/{workflowId}") +@get +op workflowsWorkflowId is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + workflowId: string; + }, + void +>; + +@route("/workflows/{workflowId}") +@put +op putWorkflows is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + workflowId: string; + + @bodyRoot + body?: MicrosoftPurviewDataGovernanceCatalogModelWorkflows; + }, + void +>; + +@route("/workflows/{workflowId}") +@delete +op deleteWorkflows is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + workflowId: string; + }, + void +>; + +@route("/workflowRuns/{workflowRunId}") +@delete +op workflowsRunWorkflowRunId is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + workflowRunId: string; + }, + void +>; + +@route("/workflowRuns") +@get +op workflowsRun is Azure.Core.Foundations.Operation< + { + @query("$skipToken") + $skipToken?: string; + }, + void +>; + +@route("/workflowRuns/queryRuns") +@post +op workflowsRunQueryRuns is Azure.Core.Foundations.Operation< + { + @query("$skipToken") + $skipToken?: string; + + @bodyRoot + body?: MicrosoftPurviewActiveGlossaryCatalogApiServiceControllersModelsWorkflowRunQueryRequest; + }, + void +>; + +@route("/workflowRuns/{workflowRunId}/approve") +@post +op workflowsRunWorkflowRunIdApprove is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + workflowRunId: string; + + @bodyRoot + body?: MicrosoftPurviewDataGovernanceCatalogModelApprovers; + }, + void +>; + +@route("/workflowRuns/{workflowRunId}/reject") +@post +op workflowsRunWorkflowRunIdReject is Azure.Core.Foundations.Operation< + { + @format("uuid") + @path + workflowRunId: string; + + @bodyRoot + body?: MicrosoftPurviewDataGovernanceCatalogModelApprovers; + }, + void +>; \ No newline at end of file diff --git a/specification/purviewdatagovernance/purviewdatacatalog/tspconfig.yaml b/specification/purviewdatagovernance/purviewdatacatalog/tspconfig.yaml new file mode 100644 index 000000000000..1525d9f5885d --- /dev/null +++ b/specification/purviewdatagovernance/purviewdatacatalog/tspconfig.yaml @@ -0,0 +1,21 @@ +emit: + - "@azure-tools/typespec-autorest" + +options: + "@azure-tools/typespec-autorest": + azure-resource-provider-folder: "data-plane" + emitter-output-dir: "{project-root}/.." + examples-dir: "{project-root}/examples" + output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/CatalogApiService.json" + # Uncomment this line and add "@azure-tools/typespec-python" to your package.json to generate Python code + # "@azure-tools/typespec-python": + # "basic-setup-py": true + # "package-version": + # "package-name": + # "output-path": + # Uncomment this line and add "@azure-tools/typespec-java" to your package.json to generate Java code + # "@azure-tools/typespec-java": true + # Uncomment this line and add "@azure-tools/typespec-csharp" to your package.json to generate C# code + # "@azure-tools/typespec-csharp": true + # Uncomment this line and add "@azure-tools/typespec-ts" to your package.json to generate Typescript code + # "@azure-tools/typespec-ts": true diff --git a/specification/purviewdatagovernance/suppressions.yaml b/specification/purviewdatagovernance/suppressions.yaml new file mode 100644 index 000000000000..e69de29bb2d1