Skip to content

Commit

Permalink
CodeGen from PR 21710 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge da1fae1ef1b789cfedc65e4a337fd31b6b915886 into 0691ac4b0e05c8ca3bde2f8a33f036c12282fa25
  • Loading branch information
SDKAuto committed Jul 13, 2023
1 parent 18778bd commit 954aff1
Show file tree
Hide file tree
Showing 104 changed files with 6 additions and 5,144 deletions.
4 changes: 3 additions & 1 deletion sdk/iothub/azure-resourcemanager-iothub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release History

## 1.2.0-beta.4 (Unreleased)
## 1.0.0-beta.1 (2023-07-13)

- Azure Resource Manager IotHub client library for Java. This package contains Microsoft Azure SDK for IotHub Management SDK. Use this API to manage the IoT hubs in your Azure subscription. Package tag package-preview-2022-11. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/iothub/azure-resourcemanager-iothub/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-iothub</artifactId>
<version>1.2.0-beta.3</version>
<version>1.2.0-beta.4</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
1 change: 0 additions & 1 deletion sdk/iothub/azure-resourcemanager-iothub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jacoco.min.linecoverage>0</jacoco.min.linecoverage>
<jacoco.min.branchcoverage>0</jacoco.min.branchcoverage>
<revapi.skip>true</revapi.skip>
</properties>
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public IotHubManager authenticate(TokenCredential credential, AzureProfile profi
.append("-")
.append("com.azure.resourcemanager.iothub")
.append("/")
.append("1.2.0-beta.3");
.append("1.0.0-beta.1");
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
userAgentBuilder
.append(" (")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import com.fasterxml.jackson.annotation.JsonCreator;
import java.util.Collection;

/** The source that the routing rule is to be applied to, such as DeviceMessages. */
/** Defines values for RoutingSource. */
public final class RoutingSource extends ExpandableStringEnum<RoutingSource> {
/** Static value Invalid for RoutingSource. */
public static final RoutingSource INVALID = fromString("Invalid");
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 954aff1

Please sign in to comment.