Skip to content

Commit

Permalink
mgmt, update eventgrid (#24176)
Browse files Browse the repository at this point in the history
* Release eventgrid

* generate without flattening models
  • Loading branch information
haolingdong-msft authored Sep 16, 2021
1 parent 4ac2fe8 commit 86122fb
Show file tree
Hide file tree
Showing 161 changed files with 11,776 additions and 1,426 deletions.
4 changes: 3 additions & 1 deletion eng/mgmt/automation/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ def update_changelog(changelog_file, changelog):

def compare_with_maven_package(sdk_root, service, stable_version,
current_version):
logging.info('[Changelog] Compare stable version {0} with current version {1}'.format(stable_version, current_version))

if stable_version == current_version:
logging.info('[Changelog][Skip] no previous version')
return
Expand Down Expand Up @@ -747,4 +749,4 @@ def main():
format = '%(asctime)s %(levelname)s %(message)s',
datefmt = '%Y-%m-%d %X',
)
main()
main()
3 changes: 2 additions & 1 deletion sdk/eventgrid/azure-resourcemanager-eventgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

## 1.1.0-beta.2 (Unreleased)
## 1.1.0-beta.2 (2021-09-16)

- Azure Resource Manager EventGrid client library for Java. This package contains Microsoft Azure SDK for EventGrid Management SDK. Azure EventGrid Management Client. Package tag package-2021-06-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## 1.1.0-beta.1 (2021-06-21)

Expand Down
3 changes: 2 additions & 1 deletion sdk/eventgrid/azure-resourcemanager-eventgrid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-eventgrid</artifactId>
<version>1.1.0-beta.1</version>
<version>1.1.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down Expand Up @@ -74,6 +74,7 @@ See [API design][design] for general introduction on design and key concepts on

## Examples

[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/eventgrid/azure-resourcemanager-eventgrid/SAMPLE.md)


## Troubleshooting
Expand Down
Loading

0 comments on commit 86122fb

Please sign in to comment.