Skip to content
Closed
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
6 changes: 6 additions & 0 deletions sdk/weightsandbiases/azure-mgmt-weightsandbiases/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 1.0.0 (2025-05-13)

### Features Added

- Method `InstanceProperties.__init__` has a new overload `def __init__(self: None, marketplace: _models.MarketplaceDetails, user: _models.UserDetails, partner_properties: _models.PartnerProperties, single_sign_on_properties: Optional[_models.SingleSignOnPropertiesV2])`

## 1.0.0 (2025-05-12)

### Other Changes
Expand Down
4 changes: 2 additions & 2 deletions sdk/weightsandbiases/azure-mgmt-weightsandbiases/_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"commit": "a3baecd6571d7e4b979a7aef527d29a3509d4dc7",
"commit": "079f70d6f2b754db6b736e117196104efd2dd496",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/liftrweightsandbiases/Liftr.WeightsAndBiases.Management",
"@azure-tools/typespec-python": "0.44.1"
"@azure-tools/typespec-python": "0.44.2"
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ class ErrorDetail(_Model):


class ErrorResponse(_Model):
"""Common error response for all Azure Resource Manager APIs to return error details for failed
operations.
"""Error response.

:ivar error: The error object.
:vartype error: ~azure.mgmt.weightsandbiases.models.ErrorDetail
Expand Down Expand Up @@ -148,7 +147,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:


class Resource(_Model):
"""Common fields that are returned in the response for all Azure Resource Manager resources.
"""Resource.

:ivar id: Fully qualified resource ID for the resource. Ex -
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
Expand Down Expand Up @@ -176,8 +175,7 @@ class Resource(_Model):


class TrackedResource(Resource):
"""The resource model definition for an Azure Resource Manager tracked top level resource which
has 'tags' and a 'location'.
"""Tracked Resource.

:ivar id: Fully qualified resource ID for the resource. Ex -
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
Expand Down Expand Up @@ -462,7 +460,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:


class Operation(_Model):
"""Details of a REST API operation, returned from the Resource Provider Operations API.
"""REST API Operation.

:ivar name: The name of the operation, as per Resource-Based Access Control (RBAC). Examples:
"Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action".
Expand Down Expand Up @@ -714,16 +712,16 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
class UserAssignedIdentity(_Model):
"""User assigned identity properties.

:ivar client_id: The client ID of the assigned identity.
:vartype client_id: str
:ivar principal_id: The principal ID of the assigned identity.
:vartype principal_id: str
:ivar client_id: The client ID of the assigned identity.
:vartype client_id: str
"""

client_id: Optional[str] = rest_field(name="clientId", visibility=["read"])
"""The client ID of the assigned identity."""
principal_id: Optional[str] = rest_field(name="principalId", visibility=["read"])
"""The principal ID of the assigned identity."""
client_id: Optional[str] = rest_field(name="clientId", visibility=["read"])
"""The client ID of the assigned identity."""


class UserDetails(_Model):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class Operations:
:attr:`operations` attribute.
"""

def __init__(self, *args, **kwargs):
def __init__(self, *args, **kwargs) -> None:
input_args = list(args)
self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client")
self._config: WeightsAndBiasesMgmtClientConfiguration = (
Expand Down Expand Up @@ -348,7 +348,7 @@ class InstancesOperations:
:attr:`instances` attribute.
"""

def __init__(self, *args, **kwargs):
def __init__(self, *args, **kwargs) -> None:
input_args = list(args)
self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client")
self._config: WeightsAndBiasesMgmtClientConfiguration = (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
directory: specification/liftrweightsandbiases/Liftr.WeightsAndBiases.Management
commit: a3baecd6571d7e4b979a7aef527d29a3509d4dc7
commit: 079f70d6f2b754db6b736e117196104efd2dd496
repo: Azure/azure-rest-api-specs
additionalDirectories: