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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0b1 (2025-04-29)
## 1.0.0b1 (2025-05-08)

### Other Changes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"commit": "5db6f4b2219494122de700460988e9f3ef735dc0",
"commit": "e80784b9c77ec082a22deedd236ee78b872db334",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/ews/SecretSyncController.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 @@ -18,7 +18,7 @@


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 @@ -46,8 +46,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 @@ -328,8 +327,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.secretsstoreextension.models.ErrorDetail
Expand Down Expand Up @@ -437,7 +435,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
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,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: SecretsStoreExtensionMgmtClientConfiguration = (
Expand Down Expand Up @@ -527,7 +527,7 @@ class AzureKeyVaultSecretProviderClassesOperations: # pylint: disable=name-too-
:attr:`azure_key_vault_secret_provider_classes` 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: SecretsStoreExtensionMgmtClientConfiguration = (
Expand Down Expand Up @@ -1392,7 +1392,7 @@ class SecretSyncsOperations:
:attr:`secret_syncs` 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: SecretsStoreExtensionMgmtClientConfiguration = (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
directory: specification/ews/SecretSyncController.Management
commit: 5db6f4b2219494122de700460988e9f3ef735dc0
commit: e80784b9c77ec082a22deedd236ee78b872db334
repo: Azure/azure-rest-api-specs
additionalDirectories: