Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ com.azure.resourcemanager:azure-resourcemanager-redhatopenshift;1.0.0;1.1.0-beta
com.azure.resourcemanager:azure-resourcemanager-fabric;1.0.0;1.1.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-computeschedule;1.1.0;1.2.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-trustedsigning;1.0.0-beta.2;1.0.0-beta.3
com.azure.resourcemanager:azure-resourcemanager-iotoperations;1.1.0;1.2.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-iotoperations;1.1.0;1.2.0
com.azure.resourcemanager:azure-resourcemanager-containerorchestratorruntime;1.0.0-beta.1;1.0.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-terraform;1.0.0-beta.1;1.0.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-connectedcache;1.0.0-beta.2;1.0.0-beta.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.2.0 (2026-07-28)

- Azure Resource Manager IoT Operations client library for Java. This package contains Microsoft Azure SDK for IoT Operations Management SDK. Microsoft.IoTOperations Resource Provider management API. Package api-version 2026-07-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

### Features Added

### Breaking Changes
* `models.HighPriorityMessagesBackpressureHandling` was added

* `models.AkriConnectorTemplateExecAction` was added

* `models.AkriConnectorTemplateReadinessProbe` was added

#### `models.BrokerProperties` was modified

* `withHighPriorityMessagesBackpressureHandling(models.HighPriorityMessagesBackpressureHandling)` was added
* `highPriorityMessagesBackpressureHandling()` was added

### Bugs Fixed
#### `models.AkriConnectorTemplateRuntimeImageConfigurationSettings` was modified

### Other Changes
* `readinessProbe()` was added
* `withReadinessProbe(models.AkriConnectorTemplateReadinessProbe)` was added

## 1.1.0 (2026-04-09)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Azure Resource Manager IoT Operations client library for Java.

This package contains Microsoft Azure SDK for IoT Operations Management SDK. Microsoft.IoTOperations Resource Provider management API. Package api-version 2026-03-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
This package contains Microsoft Azure SDK for IoT Operations Management SDK. Microsoft.IoTOperations Resource Provider management API. Package api-version 2026-07-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## We'd love to hear your feedback

Expand Down Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-iotoperations</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
172 changes: 92 additions & 80 deletions sdk/iotoperations/azure-resourcemanager-iotoperations/SAMPLE.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-iotoperations</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-iotoperations;current} -->
<version>1.2.0</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-iotoperations;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure SDK for IoT Operations Management</name>
<description>This package contains Microsoft Azure SDK for IoT Operations Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Microsoft.IoTOperations Resource Provider management API. Package api-version 2026-03-01.</description>
<description>This package contains Microsoft Azure SDK for IoT Operations Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Microsoft.IoTOperations Resource Provider management API. Package api-version 2026-07-01.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<licenses>
Expand All @@ -45,7 +45,7 @@
<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>
<revapi.skip>false</revapi.skip>
</properties>
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ public AkriServicesClient getAkriServices() {
this.defaultPollInterval = defaultPollInterval;
this.endpoint = endpoint;
this.subscriptionId = subscriptionId;
this.apiVersion = "2026-03-01";
this.apiVersion = "2026-07-01";
this.operations = new OperationsClientImpl(this);
this.instances = new InstancesClientImpl(this);
this.brokers = new BrokersClientImpl(this);
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) TypeSpec Code Generator.

package com.azure.resourcemanager.iotoperations.models;

import com.azure.core.annotation.Fluent;
import com.azure.json.JsonReader;
import com.azure.json.JsonSerializable;
import com.azure.json.JsonToken;
import com.azure.json.JsonWriter;
import java.io.IOException;
import java.util.List;

/**
* AkriConnectorTemplateExecAction properties. Describes a command to execute in a container.
*/
@Fluent
public final class AkriConnectorTemplateExecAction implements JsonSerializable<AkriConnectorTemplateExecAction> {
/*
* The command to execute inside the container. Exit status of 0 is treated as healthy, non-zero is unhealthy.
*/
private List<String> command;

/**
* Creates an instance of AkriConnectorTemplateExecAction class.
*/
public AkriConnectorTemplateExecAction() {
}

/**
* Get the command property: The command to execute inside the container. Exit status of 0 is treated as healthy,
* non-zero is unhealthy.
*
* @return the command value.
*/
public List<String> command() {
return this.command;
}

/**
* Set the command property: The command to execute inside the container. Exit status of 0 is treated as healthy,
* non-zero is unhealthy.
*
* @param command the command value to set.
* @return the AkriConnectorTemplateExecAction object itself.
*/
public AkriConnectorTemplateExecAction withCommand(List<String> command) {
this.command = command;
return this;
}

/**
* {@inheritDoc}
*/
@Override
public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
jsonWriter.writeStartObject();
jsonWriter.writeArrayField("command", this.command, (writer, element) -> writer.writeString(element));
return jsonWriter.writeEndObject();
}

/**
* Reads an instance of AkriConnectorTemplateExecAction from the JsonReader.
*
* @param jsonReader The JsonReader being read.
* @return An instance of AkriConnectorTemplateExecAction if the JsonReader was pointing to an instance of it, or
* null if it was pointing to JSON null.
* @throws IllegalStateException If the deserialized JSON object was missing any required properties.
* @throws IOException If an error occurs while reading the AkriConnectorTemplateExecAction.
*/
public static AkriConnectorTemplateExecAction fromJson(JsonReader jsonReader) throws IOException {
return jsonReader.readObject(reader -> {
AkriConnectorTemplateExecAction deserializedAkriConnectorTemplateExecAction
= new AkriConnectorTemplateExecAction();
while (reader.nextToken() != JsonToken.END_OBJECT) {
String fieldName = reader.getFieldName();
reader.nextToken();

if ("command".equals(fieldName)) {
List<String> command = reader.readArray(reader1 -> reader1.getString());
deserializedAkriConnectorTemplateExecAction.command = command;
} else {
reader.skipChildren();
}
}

return deserializedAkriConnectorTemplateExecAction;
});
}
}
Loading
Loading