Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Release History

## 1.0.0 (2026-02-26)

### Features Added

- Client `DisconnectedOperationsMgmtClient` added operation group `hardware_settings`
- Model `DisconnectedOperationDeploymentManifest` added property `billing_configuration`
- Model `DisconnectedOperationDeploymentManifest` added property `benefit_plans`
- Model `DisconnectedOperationProperties` added property `billing_configuration`
- Model `DisconnectedOperationProperties` added property `benefit_plans`
- Model `DisconnectedOperationUpdateProperties` added property `billing_configuration`
- Model `DisconnectedOperationUpdateProperties` added property `benefit_plans`
- Model `ImageDownloadResult` added property `update_properties`
- Model `ImageProperties` added property `update_properties`
- Added enum `AutoRenew`
- Added enum `BenefitPlanStatus`
- Added model `BenefitPlans`
- Added model `BillingConfiguration`
- Added model `BillingPeriod`
- Added enum `BillingStatus`
- Added model `HardwareSetting`
- Added model `HardwareSettingProperties`
- Added model `ImageUpdateProperties`
- Added enum `PricingModel`
- Added enum `SystemReboot`
- Added operation group `HardwareSettingsOperations`

## 1.0.0b2 (2025-10-09)

### Bugs Fixed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"apiVersion": "2025-06-01-preview",
"commit": "23e8495fba7c3a1ef9ac40cc6317ac29db76130d",
"apiVersion": "2026-03-15",
"apiVersions": {
"Microsoft.Edge": "2026-03-15"
},
"commit": "13527a197ab5b1366442ab8306608e44ae923e95",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/edge/Microsoft.Edge.DisconnectedOperations.Management",
"emitterVersion": "0.50.0"
"emitterVersion": "0.60.1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"azure.mgmt.disconnectedoperations.models.Artifact": "Microsoft.Edge.Artifact",
"azure.mgmt.disconnectedoperations.models.ArtifactDownloadResult": "Microsoft.Edge.ArtifactDownloadResult",
"azure.mgmt.disconnectedoperations.models.ArtifactProperties": "Microsoft.Edge.ArtifactProperties",
"azure.mgmt.disconnectedoperations.models.BenefitPlans": "Microsoft.Edge.BenefitPlans",
"azure.mgmt.disconnectedoperations.models.BillingConfiguration": "Microsoft.Edge.BillingConfiguration",
"azure.mgmt.disconnectedoperations.models.BillingPeriod": "Microsoft.Edge.BillingPeriod",
"azure.mgmt.disconnectedoperations.models.TrackedResource": "Azure.ResourceManager.CommonTypes.TrackedResource",
"azure.mgmt.disconnectedoperations.models.DisconnectedOperation": "Microsoft.Edge.DisconnectedOperation",
"azure.mgmt.disconnectedoperations.models.DisconnectedOperationDeploymentManifest": "Microsoft.Edge.DisconnectedOperationDeploymentManifest",
Expand All @@ -15,17 +18,25 @@
"azure.mgmt.disconnectedoperations.models.ErrorAdditionalInfo": "Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo",
"azure.mgmt.disconnectedoperations.models.ErrorDetail": "Azure.ResourceManager.CommonTypes.ErrorDetail",
"azure.mgmt.disconnectedoperations.models.ErrorResponse": "Azure.ResourceManager.CommonTypes.ErrorResponse",
"azure.mgmt.disconnectedoperations.models.HardwareSetting": "Microsoft.Edge.HardwareSetting",
"azure.mgmt.disconnectedoperations.models.HardwareSettingProperties": "Microsoft.Edge.HardwareSettingProperties",
"azure.mgmt.disconnectedoperations.models.Image": "Microsoft.Edge.Image",
"azure.mgmt.disconnectedoperations.models.ImageDownloadResult": "Microsoft.Edge.ImageDownloadResult",
"azure.mgmt.disconnectedoperations.models.ImageProperties": "Microsoft.Edge.ImageProperties",
"azure.mgmt.disconnectedoperations.models.ImageUpdateProperties": "Microsoft.Edge.ImageUpdateProperties",
"azure.mgmt.disconnectedoperations.models.SystemData": "Azure.ResourceManager.CommonTypes.SystemData",
"azure.mgmt.disconnectedoperations.models.CreatedByType": "Azure.ResourceManager.CommonTypes.createdByType",
"azure.mgmt.disconnectedoperations.models.ResourceProvisioningState": "Azure.ResourceManager.ResourceProvisioningState",
"azure.mgmt.disconnectedoperations.models.BillingModel": "Microsoft.Edge.BillingModel",
"azure.mgmt.disconnectedoperations.models.ConnectionIntent": "Microsoft.Edge.ConnectionIntent",
"azure.mgmt.disconnectedoperations.models.ConnectionStatus": "Microsoft.Edge.ConnectionStatus",
"azure.mgmt.disconnectedoperations.models.RegistrationStatus": "Microsoft.Edge.RegistrationStatus",
"azure.mgmt.disconnectedoperations.models.AutoRenew": "Microsoft.Edge.AutoRenew",
"azure.mgmt.disconnectedoperations.models.BillingStatus": "Microsoft.Edge.BillingStatus",
"azure.mgmt.disconnectedoperations.models.PricingModel": "Microsoft.Edge.PricingModel",
"azure.mgmt.disconnectedoperations.models.BenefitPlanStatus": "Microsoft.Edge.BenefitPlanStatus",
"azure.mgmt.disconnectedoperations.models.ReleaseType": "Microsoft.Edge.ReleaseType",
"azure.mgmt.disconnectedoperations.models.SystemReboot": "Microsoft.Edge.SystemReboot",
"azure.mgmt.disconnectedoperations.operations.DisconnectedOperationsOperations.get": "Microsoft.Edge.DisconnectedOperations.get",
"azure.mgmt.disconnectedoperations.aio.operations.DisconnectedOperationsOperations.get": "Microsoft.Edge.DisconnectedOperations.get",
"azure.mgmt.disconnectedoperations.operations.DisconnectedOperationsOperations.begin_create_or_update": "Microsoft.Edge.DisconnectedOperations.createOrUpdate",
Expand All @@ -51,6 +62,14 @@
"azure.mgmt.disconnectedoperations.operations.ArtifactsOperations.get": "Microsoft.Edge.Artifacts.get",
"azure.mgmt.disconnectedoperations.aio.operations.ArtifactsOperations.get": "Microsoft.Edge.Artifacts.get",
"azure.mgmt.disconnectedoperations.operations.ArtifactsOperations.list_download_uri": "Microsoft.Edge.Artifacts.listDownloadUri",
"azure.mgmt.disconnectedoperations.aio.operations.ArtifactsOperations.list_download_uri": "Microsoft.Edge.Artifacts.listDownloadUri"
"azure.mgmt.disconnectedoperations.aio.operations.ArtifactsOperations.list_download_uri": "Microsoft.Edge.Artifacts.listDownloadUri",
"azure.mgmt.disconnectedoperations.operations.HardwareSettingsOperations.list_by_parent": "Microsoft.Edge.HardwareSettings.listByParent",
"azure.mgmt.disconnectedoperations.aio.operations.HardwareSettingsOperations.list_by_parent": "Microsoft.Edge.HardwareSettings.listByParent",
"azure.mgmt.disconnectedoperations.operations.HardwareSettingsOperations.get": "Microsoft.Edge.HardwareSettings.get",
"azure.mgmt.disconnectedoperations.aio.operations.HardwareSettingsOperations.get": "Microsoft.Edge.HardwareSettings.get",
"azure.mgmt.disconnectedoperations.operations.HardwareSettingsOperations.begin_create_or_update": "Microsoft.Edge.HardwareSettings.createOrUpdate",
"azure.mgmt.disconnectedoperations.aio.operations.HardwareSettingsOperations.begin_create_or_update": "Microsoft.Edge.HardwareSettings.createOrUpdate",
"azure.mgmt.disconnectedoperations.operations.HardwareSettingsOperations.begin_delete": "Microsoft.Edge.HardwareSettings.delete",
"azure.mgmt.disconnectedoperations.aio.operations.HardwareSettingsOperations.begin_delete": "Microsoft.Edge.HardwareSettings.delete"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@

from ._configuration import DisconnectedOperationsMgmtClientConfiguration
from ._utils.serialization import Deserializer, Serializer
from .operations import ArtifactsOperations, DisconnectedOperationsOperations, ImagesOperations
from .operations import (
ArtifactsOperations,
DisconnectedOperationsOperations,
HardwareSettingsOperations,
ImagesOperations,
)

if TYPE_CHECKING:
from azure.core import AzureClouds
Expand All @@ -36,6 +41,9 @@ class DisconnectedOperationsMgmtClient:
:vartype images: azure.mgmt.disconnectedoperations.operations.ImagesOperations
:ivar artifacts: ArtifactsOperations operations
:vartype artifacts: azure.mgmt.disconnectedoperations.operations.ArtifactsOperations
:ivar hardware_settings: HardwareSettingsOperations operations
:vartype hardware_settings:
azure.mgmt.disconnectedoperations.operations.HardwareSettingsOperations
:param credential: Credential used to authenticate requests to the service. Required.
:type credential: ~azure.core.credentials.TokenCredential
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
Expand All @@ -45,9 +53,9 @@ class DisconnectedOperationsMgmtClient:
:keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:paramtype cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Default value is
"2025-06-01-preview". Note that overriding this default value may result in unsupported
behavior.
:keyword api_version: The API version to use for this operation. Known values are "2026-03-15"
and None. Default value is "2026-03-15". Note that overriding this default value may result in
unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Retry-After header is present.
Expand Down Expand Up @@ -105,6 +113,9 @@ def __init__(
)
self.images = ImagesOperations(self._client, self._config, self._serialize, self._deserialize)
self.artifacts = ArtifactsOperations(self._client, self._config, self._serialize, self._deserialize)
self.hardware_settings = HardwareSettingsOperations(
self._client, self._config, self._serialize, self._deserialize
)

def send_request(self, request: HttpRequest, *, stream: bool = False, **kwargs: Any) -> HttpResponse:
"""Runs the network request through the client's chained policies.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ class DisconnectedOperationsMgmtClientConfiguration: # pylint: disable=too-many
:param cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:type cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Default value is
"2025-06-01-preview". Note that overriding this default value may result in unsupported
behavior.
:keyword api_version: The API version to use for this operation. Known values are "2026-03-15"
and None. Default value is "2026-03-15". Note that overriding this default value may result in
unsupported behavior.
:paramtype api_version: str
"""

Expand All @@ -47,7 +47,7 @@ def __init__(
cloud_setting: Optional["AzureClouds"] = None,
**kwargs: Any
) -> None:
api_version: str = kwargs.pop("api_version", "2025-06-01-preview")
api_version: str = kwargs.pop("api_version", "2026-03-15")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Loading
Loading