diff --git a/sdk/computebulkactions/azure-mgmt-computebulkactions/CHANGELOG.md b/sdk/computebulkactions/azure-mgmt-computebulkactions/CHANGELOG.md index a450debcdc6a..a8fb95abbb6a 100644 --- a/sdk/computebulkactions/azure-mgmt-computebulkactions/CHANGELOG.md +++ b/sdk/computebulkactions/azure-mgmt-computebulkactions/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0b1 (2026-02-10) +## 1.0.0b1 (2026-02-19) ### Other Changes diff --git a/sdk/computebulkactions/azure-mgmt-computebulkactions/_metadata.json b/sdk/computebulkactions/azure-mgmt-computebulkactions/_metadata.json index 745d92ac6258..a610922efb3d 100644 --- a/sdk/computebulkactions/azure-mgmt-computebulkactions/_metadata.json +++ b/sdk/computebulkactions/azure-mgmt-computebulkactions/_metadata.json @@ -1,7 +1,10 @@ { "apiVersion": "2026-02-01-preview", - "commit": "96e89b58d95282fc014f19db8e0d41d4d8608838", + "apiVersions": { + "Microsoft.ComputeBulkActions": "2026-02-01-preview" + }, + "commit": "a6302ef6140d48c95c3126061b4a2edd9db9f67e", "repository_url": "https://github.com/Azure/azure-rest-api-specs", "typespec_src": "specification/computebulkactions/ComputeBulkActions.Management", - "emitterVersion": "0.60.0" + "emitterVersion": "0.60.1" } \ No newline at end of file diff --git a/sdk/computebulkactions/azure-mgmt-computebulkactions/azure/mgmt/computebulkactions/_client.py b/sdk/computebulkactions/azure-mgmt-computebulkactions/azure/mgmt/computebulkactions/_client.py index 6984cd912718..5ad38ad085fb 100644 --- a/sdk/computebulkactions/azure-mgmt-computebulkactions/azure/mgmt/computebulkactions/_client.py +++ b/sdk/computebulkactions/azure-mgmt-computebulkactions/azure/mgmt/computebulkactions/_client.py @@ -42,9 +42,9 @@ class ComputeBulkActionsMgmtClient: :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 - "2026-02-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-02-01-preview" and None. Default value is "2026-02-01-preview". 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. diff --git a/sdk/computebulkactions/azure-mgmt-computebulkactions/azure/mgmt/computebulkactions/_configuration.py b/sdk/computebulkactions/azure-mgmt-computebulkactions/azure/mgmt/computebulkactions/_configuration.py index 1ed337f8fe83..964cc3a2b745 100644 --- a/sdk/computebulkactions/azure-mgmt-computebulkactions/azure/mgmt/computebulkactions/_configuration.py +++ b/sdk/computebulkactions/azure-mgmt-computebulkactions/azure/mgmt/computebulkactions/_configuration.py @@ -33,9 +33,9 @@ class ComputeBulkActionsMgmtClientConfiguration: # pylint: disable=too-many-ins :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 - "2026-02-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-02-01-preview" and None. Default value is "2026-02-01-preview". Note that overriding this + default value may result in unsupported behavior. :paramtype api_version: str """ diff --git a/sdk/computebulkactions/azure-mgmt-computebulkactions/azure/mgmt/computebulkactions/aio/_client.py b/sdk/computebulkactions/azure-mgmt-computebulkactions/azure/mgmt/computebulkactions/aio/_client.py index 96caef5b8ffa..e7e0f76c095e 100644 --- a/sdk/computebulkactions/azure-mgmt-computebulkactions/azure/mgmt/computebulkactions/aio/_client.py +++ b/sdk/computebulkactions/azure-mgmt-computebulkactions/azure/mgmt/computebulkactions/aio/_client.py @@ -42,9 +42,9 @@ class ComputeBulkActionsMgmtClient: :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 - "2026-02-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-02-01-preview" and None. Default value is "2026-02-01-preview". 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. diff --git a/sdk/computebulkactions/azure-mgmt-computebulkactions/azure/mgmt/computebulkactions/aio/_configuration.py b/sdk/computebulkactions/azure-mgmt-computebulkactions/azure/mgmt/computebulkactions/aio/_configuration.py index ed3ab4918d10..80e9a758b240 100644 --- a/sdk/computebulkactions/azure-mgmt-computebulkactions/azure/mgmt/computebulkactions/aio/_configuration.py +++ b/sdk/computebulkactions/azure-mgmt-computebulkactions/azure/mgmt/computebulkactions/aio/_configuration.py @@ -33,9 +33,9 @@ class ComputeBulkActionsMgmtClientConfiguration: # pylint: disable=too-many-ins :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 - "2026-02-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-02-01-preview" and None. Default value is "2026-02-01-preview". Note that overriding this + default value may result in unsupported behavior. :paramtype api_version: str """ diff --git a/sdk/computebulkactions/azure-mgmt-computebulkactions/tsp-location.yaml b/sdk/computebulkactions/azure-mgmt-computebulkactions/tsp-location.yaml index da057969e2e6..e02acfca0538 100644 --- a/sdk/computebulkactions/azure-mgmt-computebulkactions/tsp-location.yaml +++ b/sdk/computebulkactions/azure-mgmt-computebulkactions/tsp-location.yaml @@ -1,4 +1,4 @@ directory: specification/computebulkactions/ComputeBulkActions.Management -commit: 96e89b58d95282fc014f19db8e0d41d4d8608838 +commit: a6302ef6140d48c95c3126061b4a2edd9db9f67e repo: Azure/azure-rest-api-specs additionalDirectories: