Skip to content

Commit 3e11bdd

Browse files
author
SDKAuto
committed
CodeGen from PR 34528 in Azure/azure-rest-api-specs
Merge bf6d02c38ae8203bc7077c05da60fb45257bfb24 into 442e662b6705b3408e0f5581703252053e90fa5b
1 parent 103bf15 commit 3e11bdd

File tree

5 files changed

+11
-13
lines changed

5 files changed

+11
-13
lines changed

sdk/secretsstoreextension/azure-mgmt-secretsstoreextension/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0b1 (2025-04-29)
3+
## 1.0.0b1 (2025-05-08)
44

55
### Other Changes
66

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"commit": "5db6f4b2219494122de700460988e9f3ef735dc0",
2+
"commit": "e80784b9c77ec082a22deedd236ee78b872db334",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"typespec_src": "specification/ews/SecretSyncController.Management",
5-
"@azure-tools/typespec-python": "0.44.1"
5+
"@azure-tools/typespec-python": "0.44.2"
66
}

sdk/secretsstoreextension/azure-mgmt-secretsstoreextension/azure/mgmt/secretsstoreextension/models/_models.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
class Resource(_Model):
21-
"""Common fields that are returned in the response for all Azure Resource Manager resources.
21+
"""Resource.
2222
2323
:ivar id: Fully qualified resource ID for the resource. Ex -
2424
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
@@ -46,8 +46,7 @@ class Resource(_Model):
4646

4747

4848
class TrackedResource(Resource):
49-
"""The resource model definition for an Azure Resource Manager tracked top level resource which
50-
has 'tags' and a 'location'.
49+
"""Tracked Resource.
5150
5251
:ivar id: Fully qualified resource ID for the resource. Ex -
5352
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
@@ -328,8 +327,7 @@ class ErrorDetail(_Model):
328327

329328

330329
class ErrorResponse(_Model):
331-
"""Common error response for all Azure Resource Manager APIs to return error details for failed
332-
operations.
330+
"""Error response.
333331
334332
:ivar error: The error object.
335333
:vartype error: ~azure.mgmt.secretsstoreextension.models.ErrorDetail
@@ -437,7 +435,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
437435

438436

439437
class Operation(_Model):
440-
"""Details of a REST API operation, returned from the Resource Provider Operations API.
438+
"""REST API Operation.
441439
442440
:ivar name: The name of the operation, as per Resource-Based Access Control (RBAC). Examples:
443441
"Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action".

sdk/secretsstoreextension/azure-mgmt-secretsstoreextension/azure/mgmt/secretsstoreextension/operations/_operations.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ class Operations:
424424
:attr:`operations` attribute.
425425
"""
426426

427-
def __init__(self, *args, **kwargs):
427+
def __init__(self, *args, **kwargs) -> None:
428428
input_args = list(args)
429429
self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client")
430430
self._config: SecretsStoreExtensionMgmtClientConfiguration = (
@@ -527,7 +527,7 @@ class AzureKeyVaultSecretProviderClassesOperations: # pylint: disable=name-too-
527527
:attr:`azure_key_vault_secret_provider_classes` attribute.
528528
"""
529529

530-
def __init__(self, *args, **kwargs):
530+
def __init__(self, *args, **kwargs) -> None:
531531
input_args = list(args)
532532
self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client")
533533
self._config: SecretsStoreExtensionMgmtClientConfiguration = (
@@ -1392,7 +1392,7 @@ class SecretSyncsOperations:
13921392
:attr:`secret_syncs` attribute.
13931393
"""
13941394

1395-
def __init__(self, *args, **kwargs):
1395+
def __init__(self, *args, **kwargs) -> None:
13961396
input_args = list(args)
13971397
self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client")
13981398
self._config: SecretsStoreExtensionMgmtClientConfiguration = (
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
directory: specification/ews/SecretSyncController.Management
2-
commit: 5db6f4b2219494122de700460988e9f3ef735dc0
2+
commit: e80784b9c77ec082a22deedd236ee78b872db334
33
repo: Azure/azure-rest-api-specs
44
additionalDirectories:

0 commit comments

Comments
 (0)