Skip to content

Commit

Permalink
Analysis services (Azure#32741)
Browse files Browse the repository at this point in the history
* GenerateCode

* rename

* Update CHANGELOG.md

* change to Analysis Services

* rollback

* Create ci.yml

* Create ci.mgmt.yml

* Update ci.mgmt.yml

* Delete ci.yml

* fix

* fix

* Create Azure.ResourceManager.AnalysisServices.netstandard2.0.cs

* Update CHANGELOG.md

* Revert "Update CHANGELOG.md"

This reverts commit 46a714a.

* Revert "Revert "Update CHANGELOG.md""

This reverts commit b2de3f7.

* update

* wait

* Revert "wait"

This reverts commit 03e3d63.

* Update README.md

* Update README.md

* Update cspell.json

* Update cspell.json

* Update cspell.json

* Rename partly

* Update Azure.ResourceManager.AnalysisServices.netstandard2.0.cs

* rename

* update

* fixed

* update

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update README.md

* Update CHANGELOG.md

* Update changelog

Co-authored-by: Arthur Ma <arthurma@microsoft.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>
Co-authored-by: Yao Kou <yaokou@microsoft.com>
  • Loading branch information
4 people authored Nov 29, 2022
1 parent 6624ea6 commit 02b2c60
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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).
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 02b2c60

Please sign in to comment.