diff --git a/sdk/analysisservices/Azure.ResourceManager.AnalysisServices/CHANGELOG.md b/sdk/analysisservices/Azure.ResourceManager.AnalysisServices/CHANGELOG.md index b6154632d8627..a59e7df9e370c 100644 --- a/sdk/analysisservices/Azure.ResourceManager.AnalysisServices/CHANGELOG.md +++ b/sdk/analysisservices/Azure.ResourceManager.AnalysisServices/CHANGELOG.md @@ -1,23 +1,23 @@ # Release History -## 1.0.0-beta.1 (Unreleased) +## 1.0.0-beta.1 (2022-11-29) -This package follows the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html) which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more. +### Package Name -This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues). +The package name has been changed from `Microsoft.Azure.Management.AnalysisServices` to `Azure.ResourceManager.AnalysisServices` ### Breaking Changes New design of track 2 initial commit. -Corrected the format of all `uuid` type properties / parameters. -Corrected the format of all `Uri` type properties / parameters. -Corrected the format of all `ETag` type properties / parameters. -Corrected the format of all `AzureLocation` type properties / parameters. -Corrected the type of property `ResourceType` of ExistingResourceSkuDetails from `String` to `ResourceType`. -The value of the int type generates an error when using ToSerialString() for type conversion, so the modelAsString in the corresponding property['x-ms-enum'] is converted to true in the autorest.md -Corrected all acronyms that don't follow [Microsoft .NET Naming Guidelines](https://docs.microsoft.com/dotnet/standard/design-guidelines/naming-guidelines). -Prepended `AnalysisServices` prefix to all single / simple model names -Optimized the name of some models and functions. +- Corrected the format of all `uuid` type properties / parameters. +- Corrected the format of all `Uri` type properties / parameters. +- Corrected the format of all `ETag` type properties / parameters. +- Corrected the format of all `AzureLocation` type properties / parameters. +- Corrected the type of property `ResourceType` of ExistingResourceSkuDetails from `String` to `ResourceType`. +- The value of the int type generates an error when using ToSerialString() for type conversion, so the modelAsString in the corresponding property['x-ms-enum'] is converted to true in the autorest.md +- Corrected all acronyms that don't follow [Microsoft .NET Naming Guidelines](https://docs.microsoft.com/dotnet/standard/design-guidelines/naming-guidelines). +- Prepended `AnalysisServices` prefix to all single / simple model names +- Optimized the name of some models and functions. ### General New Features @@ -29,6 +29,6 @@ Optimized the name of some models and functions. > NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet). -#### Package Name +This package follows the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html) which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more. -The package name has been changed from `Microsoft.Azure.Management.AnalysisServices` to `Azure.ResourceManager.AnalysisServices` +This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues). diff --git a/sdk/analysisservices/Azure.ResourceManager.AnalysisServices/README.md b/sdk/analysisservices/Azure.ResourceManager.AnalysisServices/README.md index f21003ed22c8a..c218787b985ac 100644 --- a/sdk/analysisservices/Azure.ResourceManager.AnalysisServices/README.md +++ b/sdk/analysisservices/Azure.ResourceManager.AnalysisServices/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Analysis Services management client library for .NET +# Microsoft Azure Analysis Services Management client library for .NET Microsoft Azure Analysis Services is a fully managed platform as a service (PaaS) that provides enterprise-grade data models in the cloud. Use advanced mashup and modeling features to combine data from multiple data sources, define metrics, and secure your data in a single, trusted tabular semantic data model. The data model provides an easier and faster way for users to perform ad hoc data analysis using tools like Power BI and Excel. @@ -19,7 +19,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur Install the Microsoft Azure Analysis Services management library for .NET with [NuGet](https://www.nuget.org/): ```dotnetcli -dotnet add package Azure.ResourceManager.AnalysisServices +dotnet add package Azure.ResourceManager.AnalysisServices --prerelease ``` ### Prerequisites