Skip to content

Commit

Permalink
1.1.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timtay-microsoft committed Jul 7, 2021
1 parent 8d29f0e commit 8e66aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/iothub/azure-resourcemanager-iothub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.1.0 (Unreleased)
## 1.1.0-beta.1 (Unreleased)

- Add support for new service API version 2021-07-01
- Add flag for disabling local authentication to IotHubProperties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public IotHubManager authenticate(TokenCredential credential, AzureProfile profi
.append("-")
.append("com.azure.resourcemanager.iothub")
.append("/")
.append("1.1.0");
.append("1.1.0-beta.1");
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
userAgentBuilder
.append(" (")
Expand Down

0 comments on commit 8e66aed

Please sign in to comment.