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
8 changes: 8 additions & 0 deletions sdk/computelimit/azure-mgmt-computelimit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History

## 1.3.0 (2026-07-17)

### Features Added

- Client `ComputeLimitMgmtClient` added operation group `trusted_host_subscriptions`
- Added model `TrustedHostSubscription`
- Added operation group `TrustedHostSubscriptionsOperations`

## 1.2.1 (2026-07-07)

### Other Changes
Expand Down
10 changes: 5 additions & 5 deletions sdk/computelimit/azure-mgmt-computelimit/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"apiVersion": "2026-07-01",
"apiVersion": "2026-07-31",
"apiVersions": {
"Microsoft.ComputeLimit": "2026-07-01"
"Microsoft.ComputeLimit": "2026-07-31"
},
"commit": "723a657f70e944d62515f29a59a914ab911dc32c",
"commit": "a2a5cf5a89a76c03890fec7ab64988d55c572b5c",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/computelimit/resource-manager/Microsoft.ComputeLimit/ComputeLimit",
"emitterVersion": "0.63.2",
"httpClientPythonVersion": "^0.34.1"
"emitterVersion": "0.63.3",
"httpClientPythonVersion": "^0.34.2"
}
200 changes: 178 additions & 22 deletions sdk/computelimit/azure-mgmt-computelimit/api.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiMdSha256: d1b3b06ccae9f908925c5895d676a4a1516d1634b6823252a256a503f434b370
apiMdSha256: e87832dc6ca9b9209e7cfefa3014c8c9a3a14542eb46ce77d958a0960d411dae
parserVersion: 0.3.28
pythonVersion: 3.13.14
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"azure.mgmt.computelimit.models.SharedLimitCapProperties": "Microsoft.ComputeLimit.SharedLimitCapProperties",
"azure.mgmt.computelimit.models.SharedLimitProperties": "Microsoft.ComputeLimit.SharedLimitProperties",
"azure.mgmt.computelimit.models.SystemData": "Azure.ResourceManager.CommonTypes.SystemData",
"azure.mgmt.computelimit.models.TrustedHostSubscription": "Microsoft.ComputeLimit.TrustedHostSubscription",
"azure.mgmt.computelimit.models.VmFamily": "Microsoft.ComputeLimit.VmFamily",
"azure.mgmt.computelimit.models.VmFamilyProperties": "Microsoft.ComputeLimit.VmFamilyProperties",
"azure.mgmt.computelimit.models.Origin": "Azure.ResourceManager.CommonTypes.Origin",
Expand All @@ -42,6 +43,14 @@
"azure.mgmt.computelimit.aio.operations.GuestSubscriptionsOperations.delete": "Microsoft.ComputeLimit.GuestSubscriptions.delete",
"azure.mgmt.computelimit.operations.GuestSubscriptionsOperations.list_by_subscription_location_resource": "Microsoft.ComputeLimit.GuestSubscriptions.listBySubscriptionLocationResource",
"azure.mgmt.computelimit.aio.operations.GuestSubscriptionsOperations.list_by_subscription_location_resource": "Microsoft.ComputeLimit.GuestSubscriptions.listBySubscriptionLocationResource",
"azure.mgmt.computelimit.operations.TrustedHostSubscriptionsOperations.create": "Microsoft.ComputeLimit.TrustedHostSubscriptions.create",
"azure.mgmt.computelimit.aio.operations.TrustedHostSubscriptionsOperations.create": "Microsoft.ComputeLimit.TrustedHostSubscriptions.create",
"azure.mgmt.computelimit.operations.TrustedHostSubscriptionsOperations.get": "Microsoft.ComputeLimit.TrustedHostSubscriptions.get",
"azure.mgmt.computelimit.aio.operations.TrustedHostSubscriptionsOperations.get": "Microsoft.ComputeLimit.TrustedHostSubscriptions.get",
"azure.mgmt.computelimit.operations.TrustedHostSubscriptionsOperations.delete": "Microsoft.ComputeLimit.TrustedHostSubscriptions.delete",
"azure.mgmt.computelimit.aio.operations.TrustedHostSubscriptionsOperations.delete": "Microsoft.ComputeLimit.TrustedHostSubscriptions.delete",
"azure.mgmt.computelimit.operations.TrustedHostSubscriptionsOperations.list_by_subscription_location_resource": "Microsoft.ComputeLimit.TrustedHostSubscriptions.listBySubscriptionLocationResource",
"azure.mgmt.computelimit.aio.operations.TrustedHostSubscriptionsOperations.list_by_subscription_location_resource": "Microsoft.ComputeLimit.TrustedHostSubscriptions.listBySubscriptionLocationResource",
"azure.mgmt.computelimit.operations.SharedLimitsOperations.get": "Microsoft.ComputeLimit.SharedLimits.get",
"azure.mgmt.computelimit.aio.operations.SharedLimitsOperations.get": "Microsoft.ComputeLimit.SharedLimits.get",
"azure.mgmt.computelimit.operations.SharedLimitsOperations.create": "Microsoft.ComputeLimit.SharedLimits.create",
Expand Down Expand Up @@ -81,5 +90,5 @@
"azure.mgmt.computelimit.operations.MemberCapOverridesOperations.list_by_parent": "Microsoft.ComputeLimit.MemberCapOverrides.listByParent",
"azure.mgmt.computelimit.aio.operations.MemberCapOverridesOperations.list_by_parent": "Microsoft.ComputeLimit.MemberCapOverrides.listByParent"
},
"CrossLanguageVersion": "b7b6a993f3b0"
"CrossLanguageVersion": "62a2471f49fc"
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
Operations,
SharedLimitCapsOperations,
SharedLimitsOperations,
TrustedHostSubscriptionsOperations,
VmFamiliesOperations,
)

Expand All @@ -46,6 +47,9 @@ class ComputeLimitMgmtClient: # pylint: disable=too-many-instance-attributes
:vartype operations: azure.mgmt.computelimit.operations.Operations
:ivar guest_subscriptions: GuestSubscriptionsOperations operations
:vartype guest_subscriptions: azure.mgmt.computelimit.operations.GuestSubscriptionsOperations
:ivar trusted_host_subscriptions: TrustedHostSubscriptionsOperations operations
:vartype trusted_host_subscriptions:
azure.mgmt.computelimit.operations.TrustedHostSubscriptionsOperations
:ivar shared_limits: SharedLimitsOperations operations
:vartype shared_limits: azure.mgmt.computelimit.operations.SharedLimitsOperations
:ivar features: FeaturesOperations operations
Expand All @@ -65,7 +69,7 @@ class ComputeLimitMgmtClient: # pylint: disable=too-many-instance-attributes
: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. Known values are "2026-07-01"
:keyword api_version: The API version to use for this operation. Known values are "2026-07-31"
and None. Default value is None. If not set, the operation's default API version will be used.
Note that overriding this default value may result in unsupported behavior.
:paramtype api_version: str
Expand Down Expand Up @@ -124,6 +128,9 @@ def __init__(
self.guest_subscriptions = GuestSubscriptionsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.trusted_host_subscriptions = TrustedHostSubscriptionsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.shared_limits = SharedLimitsOperations(self._client, self._config, self._serialize, self._deserialize)
self.features = FeaturesOperations(self._client, self._config, self._serialize, self._deserialize)
self.vm_families = VmFamiliesOperations(self._client, self._config, self._serialize, self._deserialize)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ComputeLimitMgmtClientConfiguration: # pylint: disable=too-many-instance-
: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. Known values are "2026-07-01"
:keyword api_version: The API version to use for this operation. Known values are "2026-07-31"
and None. Default value is None. If not set, the operation's default API version will be used.
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", "2026-07-01")
api_version: str = kwargs.pop("api_version", "2026-07-31")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,21 +458,21 @@ def __ne__(self, other: typing.Any) -> bool:

def keys(self) -> typing.KeysView[str]:
"""
:returns: a set-like object providing a view on D's keys
:returns: a set-like object providing a view on the mapping's keys
:rtype: ~typing.KeysView
"""
return self._data.keys()

def values(self) -> typing.ValuesView[typing.Any]:
"""
:returns: an object providing a view on D's values
:returns: an object providing a view on the mapping's values
:rtype: ~typing.ValuesView
"""
return self._data.values()

def items(self) -> typing.ItemsView[str, typing.Any]:
"""
:returns: set-like object providing a view on D's items
:returns: a set-like object providing a view on the mapping's items
:rtype: ~typing.ItemsView
"""
return self._data.items()
Expand All @@ -482,7 +482,7 @@ def get(self, key: str, default: typing.Any = None) -> typing.Any:
Get the value for key if key is in the dictionary, else default.
:param str key: The key to look up.
:param any default: The value to return if key is not in the dictionary. Defaults to None
:returns: D[k] if k in D, else d.
:returns: The value for key if key is in the dictionary, else default.
:rtype: any
"""
try:
Expand Down Expand Up @@ -517,19 +517,19 @@ def popitem(self) -> tuple[str, typing.Any]:
Removes and returns some (key, value) pair
:returns: The (key, value) pair.
:rtype: tuple
:raises KeyError: if D is empty.
:raises KeyError: if the dictionary is empty.
"""
return self._data.popitem()

def clear(self) -> None:
"""
Remove all items from D.
Remove all items from the dictionary.
"""
self._data.clear()

def update(self, *args: typing.Any, **kwargs: typing.Any) -> None: # pylint: disable=arguments-differ
"""
Updates D from mapping/iterable E and F.
Update the dictionary from a mapping or an iterable of key-value pairs.
:param any args: Either a mapping object or an iterable of key-value pairs.
"""
self._data.update(*args, **kwargs)
Expand All @@ -542,10 +542,11 @@ def setdefault(self, key: str, default: typing.Any) -> typing.Any: ... # pylint

def setdefault(self, key: str, default: typing.Any = _UNSET) -> typing.Any:
"""
Same as calling D.get(k, d), and setting D[k]=d if k not found
Return the value for key if key is in the dictionary; otherwise set the key to
default and return default.
:param str key: The key to look up.
:param any default: The value to set if key is not in the dictionary
:returns: D[k] if k in D, else d.
:returns: The value for key if key is in the dictionary, else default.
:rtype: any
"""
if default is _UNSET:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "1.2.1"
VERSION = "1.3.0"
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
Operations,
SharedLimitCapsOperations,
SharedLimitsOperations,
TrustedHostSubscriptionsOperations,
VmFamiliesOperations,
)

Expand All @@ -47,6 +48,9 @@ class ComputeLimitMgmtClient: # pylint: disable=too-many-instance-attributes
:ivar guest_subscriptions: GuestSubscriptionsOperations operations
:vartype guest_subscriptions:
azure.mgmt.computelimit.aio.operations.GuestSubscriptionsOperations
:ivar trusted_host_subscriptions: TrustedHostSubscriptionsOperations operations
:vartype trusted_host_subscriptions:
azure.mgmt.computelimit.aio.operations.TrustedHostSubscriptionsOperations
:ivar shared_limits: SharedLimitsOperations operations
:vartype shared_limits: azure.mgmt.computelimit.aio.operations.SharedLimitsOperations
:ivar features: FeaturesOperations operations
Expand All @@ -67,7 +71,7 @@ class ComputeLimitMgmtClient: # pylint: disable=too-many-instance-attributes
: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. Known values are "2026-07-01"
:keyword api_version: The API version to use for this operation. Known values are "2026-07-31"
and None. Default value is None. If not set, the operation's default API version will be used.
Note that overriding this default value may result in unsupported behavior.
:paramtype api_version: str
Expand Down Expand Up @@ -128,6 +132,9 @@ def __init__(
self.guest_subscriptions = GuestSubscriptionsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.trusted_host_subscriptions = TrustedHostSubscriptionsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.shared_limits = SharedLimitsOperations(self._client, self._config, self._serialize, self._deserialize)
self.features = FeaturesOperations(self._client, self._config, self._serialize, self._deserialize)
self.vm_families = VmFamiliesOperations(self._client, self._config, self._serialize, self._deserialize)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ComputeLimitMgmtClientConfiguration: # pylint: disable=too-many-instance-
: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. Known values are "2026-07-01"
:keyword api_version: The API version to use for this operation. Known values are "2026-07-31"
and None. Default value is None. If not set, the operation's default API version will be used.
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", "2026-07-01")
api_version: str = kwargs.pop("api_version", "2026-07-31")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

from ._operations import Operations # type: ignore
from ._operations import GuestSubscriptionsOperations # type: ignore
from ._operations import TrustedHostSubscriptionsOperations # type: ignore
from ._operations import SharedLimitsOperations # type: ignore
from ._operations import FeaturesOperations # type: ignore
from ._operations import VmFamiliesOperations # type: ignore
Expand All @@ -27,6 +28,7 @@
__all__ = [
"Operations",
"GuestSubscriptionsOperations",
"TrustedHostSubscriptionsOperations",
"SharedLimitsOperations",
"FeaturesOperations",
"VmFamiliesOperations",
Expand Down
Loading
Loading