Skip to content

Commit

Permalink
[Purview] Azure.Data -> Azure.Analytics (#20796)
Browse files Browse the repository at this point in the history
After discussion, we would prefer to use `Analytics` instead of `Data`
for our group name.
  • Loading branch information
ellismg authored May 3, 2021
1 parent 499a5b2 commit 6f2943a
Show file tree
Hide file tree
Showing 36 changed files with 53 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Test.Stress", "..\..\
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Test.Perf", "..\..\..\common\Perf\Azure.Test.Perf\Azure.Test.Perf.csproj", "{0ED9C8A0-9A19-4750-8DD3-61D086288283}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Data.Purview.Catalog", "src\Azure.Data.Purview.Catalog.csproj", "{CF37FB99-8D78-473D-8333-AD560F057B75}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Analytics.Purview.Catalog", "src\Azure.Analytics.Purview.Catalog.csproj", "{CF37FB99-8D78-473D-8333-AD560F057B75}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Data.Purview.Catalog.Tests", "tests\Azure.Data.Purview.Catalog.Tests.csproj", "{002A0F15-402B-473D-8842-5507462920BF}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Analytics.Purview.Catalog.Tests", "tests\Azure.Analytics.Purview.Catalog.Tests.csproj", "{002A0F15-402B-473D-8842-5507462920BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
[coc_contact]: mailto:[email protected]

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-net%2Fsdk%2Fpurview%2FAzure.Data.Purview.Catalog%2FREADME.png)
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-net%2Fsdk%2Fpurview%2FAzure.Analytics.Purview.Catalog%2FREADME.png)
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
namespace Azure.Data.Purview.Catalog
namespace Azure.Analytics.Purview.Catalog
{
public partial class CatalogClientOptions : Azure.Core.ClientOptions
{
public CatalogClientOptions(Azure.Data.Purview.Catalog.CatalogClientOptions.ServiceVersion version = Azure.Data.Purview.Catalog.CatalogClientOptions.ServiceVersion.V2020_12_01_preview) { }
public CatalogClientOptions(Azure.Analytics.Purview.Catalog.CatalogClientOptions.ServiceVersion version = Azure.Analytics.Purview.Catalog.CatalogClientOptions.ServiceVersion.V2020_12_01_preview) { }
public enum ServiceVersion
{
V2020_12_01_preview = 1,
Expand All @@ -11,7 +11,7 @@ public enum ServiceVersion
public partial class DiscoveryRestClient
{
protected DiscoveryRestClient() { }
public DiscoveryRestClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Data.Purview.Catalog.CatalogClientOptions options = null) { }
public DiscoveryRestClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Catalog.CatalogClientOptions options = null) { }
public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } }
public virtual Azure.Response AutoComplete(Azure.Core.RequestContent requestBody, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response> AutoCompleteAsync(Azure.Core.RequestContent requestBody, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
Expand All @@ -23,7 +23,7 @@ public DiscoveryRestClient(System.Uri endpoint, Azure.Core.TokenCredential crede
public partial class EntityRestClient
{
protected EntityRestClient() { }
public EntityRestClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Data.Purview.Catalog.CatalogClientOptions options = null) { }
public EntityRestClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Catalog.CatalogClientOptions options = null) { }
public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } }
public virtual Azure.Response AddClassification(Azure.Core.RequestContent requestBody, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response> AddClassificationAsync(Azure.Core.RequestContent requestBody, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
Expand Down Expand Up @@ -73,7 +73,7 @@ public EntityRestClient(System.Uri endpoint, Azure.Core.TokenCredential credenti
public partial class GlossaryRestClient
{
protected GlossaryRestClient() { }
public GlossaryRestClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Data.Purview.Catalog.CatalogClientOptions options = null) { }
public GlossaryRestClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Catalog.CatalogClientOptions options = null) { }
public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } }
public virtual Azure.Response AssignTermToEntities(string termGuid, Azure.Core.RequestContent requestBody, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response> AssignTermToEntitiesAsync(string termGuid, Azure.Core.RequestContent requestBody, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
Expand Down Expand Up @@ -149,7 +149,7 @@ public GlossaryRestClient(System.Uri endpoint, Azure.Core.TokenCredential creden
public partial class LineageRestClient
{
protected LineageRestClient() { }
public LineageRestClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Data.Purview.Catalog.CatalogClientOptions options = null) { }
public LineageRestClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Catalog.CatalogClientOptions options = null) { }
public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } }
public virtual Azure.Response GetLineageGraph(string guid, string direction, int? depth = default(int?), int? width = default(int?), bool? includeParent = default(bool?), bool? getDerivedLineage = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response> GetLineageGraphAsync(string guid, string direction, int? depth = default(int?), int? width = default(int?), bool? includeParent = default(bool?), bool? getDerivedLineage = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
Expand All @@ -159,7 +159,7 @@ public LineageRestClient(System.Uri endpoint, Azure.Core.TokenCredential credent
public partial class RelationshipRestClient
{
protected RelationshipRestClient() { }
public RelationshipRestClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Data.Purview.Catalog.CatalogClientOptions options = null) { }
public RelationshipRestClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Catalog.CatalogClientOptions options = null) { }
public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } }
public virtual Azure.Response Create(Azure.Core.RequestContent requestBody, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response> CreateAsync(Azure.Core.RequestContent requestBody, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
Expand All @@ -173,7 +173,7 @@ public RelationshipRestClient(System.Uri endpoint, Azure.Core.TokenCredential cr
public partial class TypesRestClient
{
protected TypesRestClient() { }
public TypesRestClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Data.Purview.Catalog.CatalogClientOptions options = null) { }
public TypesRestClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Catalog.CatalogClientOptions options = null) { }
public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } }
public virtual Azure.Response CreateTypeDefs(Azure.Core.RequestContent requestBody, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response> CreateTypeDefsAsync(Azure.Core.RequestContent requestBody, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Run `dotnet build /t:GenerateCode` to generate code.
```yaml
title: Catalog
input-file: https://github.com/Azure/azure-rest-api-specs/tree/6201f0ba800aae592e3efe70d73338787b674efe/specification/purview/data-plane/Azure.Purview.Catalog/preview/2020-12-01-preview/purviewcatalog.json
namespace: Azure.Data.Purview.Catalog
namespace: Azure.Analytics.Purview.Catalog
low-level-client: true
credential-types: TokenCredential
credential-scopes: https://purview.azure.net/.default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

<ItemGroup>
<ProjectReference Include="$(AzureCoreTestFramework)" />
<ProjectReference Include="..\src\Azure.Data.Purview.Catalog.csproj" />
<ProjectReference Include="..\src\Azure.Analytics.Purview.Catalog.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Test.Stress", "..\..\
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Test.Perf", "..\..\..\common\Perf\Azure.Test.Perf\Azure.Test.Perf.csproj", "{0ED9C8A0-9A19-4750-8DD3-61D086288283}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Data.Purview.Scanning", "src\Azure.Data.Purview.Scanning.csproj", "{8697A90E-3BAF-48FA-996C-0A0CE613D405}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Analytics.Purview.Scanning", "src\Azure.Analytics.Purview.Scanning.csproj", "{8697A90E-3BAF-48FA-996C-0A0CE613D405}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Data.Purview.Scanning.Tests", "tests\Azure.Data.Purview.Scanning.Tests.csproj", "{41F48A9A-86CC-4855-AB01-3B2F94E6E8CA}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Analytics.Purview.Scanning.Tests", "tests\Azure.Analytics.Purview.Scanning.Tests.csproj", "{41F48A9A-86CC-4855-AB01-3B2F94E6E8CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
[coc_contact]: mailto:[email protected]

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-net%2Fsdk%2Fpurview%2FAzure.Data.Purview.Scanning%2FREADME.png)
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-net%2Fsdk%2Fpurview%2FAzure.Analysis.Purview.Scanning%2FREADME.png)
Loading

0 comments on commit 6f2943a

Please sign in to comment.