Skip to content

Commit 1c63b26

Browse files
Update Purview SDK for .NET (Azure#27502)
* Update SDK * Update CHANGELOG.md
1 parent 648a215 commit 1c63b26

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

sdk/purview/Azure.Analytics.Purview.Catalog/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Release History
22

3-
## 1.0.0-beta.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.0.0-beta.3 (2022-03-17)
84

95
### Bugs Fixed
106

7+
- Fix bug for listing entities by guids
8+
119
### Other Changes
1210

1311
## 1.0.0-beta.2 (2021-10-15)

sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewEntities.cs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/purview/Azure.Analytics.Purview.Catalog/src/autorest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Run `dotnet build /t:GenerateCode` to generate code.
44

55
```yaml
66
title: PurviewCatalog
7-
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/d23ad89e8c3e98c4f941fd9ec3db6ab39951a494/specification/purview/data-plane/Azure.Analytics.Purview.Catalog/preview/2021-05-01-preview/purviewcatalog.json
7+
input-file:
8+
- https://github.com/Azure/azure-rest-api-specs/blob/2c66a689c610dbef623d6c4e4c4e913446d5ac68/specification/purview/data-plane/Azure.Analytics.Purview.Catalog/preview/2021-05-01-preview/purviewcatalog.json
89
namespace: Azure.Analytics.Purview.Catalog
910
data-plane: true
1011
security: AADToken

0 commit comments

Comments
 (0)