Skip to content
Merged
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
4 changes: 4 additions & 0 deletions src/storage-discovery/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

1.0.0
++++++
* Stable version release upon api version 2025-09-01.

1.0.0b1
++++++
* Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

@register_command_group(
"storage-discovery",
is_preview=True,
)
class __CMDGroup(AAZCommandGroup):
"""Manage Storage Discovery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

@register_command_group(
"storage-discovery workspace",
is_preview=True,
)
class __CMDGroup(AAZCommandGroup):
"""Manage Storage Discovery Workspace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

@register_command(
"storage-discovery workspace create",
is_preview=True,
)
class Create(AAZCommand):
"""Create a StorageDiscoveryWorkspace
Expand All @@ -24,9 +23,9 @@ class Create(AAZCommand):
"""

_aaz_info = {
"version": "2025-06-01-preview",
"version": "2025-09-01",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storagediscovery/storagediscoveryworkspaces/{}", "2025-06-01-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storagediscovery/storagediscoveryworkspaces/{}", "2025-09-01"],
]
}

Expand Down Expand Up @@ -214,7 +213,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2025-06-01-preview",
"api-version", "2025-09-01",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

@register_command(
"storage-discovery workspace delete",
is_preview=True,
confirmation="Are you sure you want to perform this operation?",
)
class Delete(AAZCommand):
Expand All @@ -24,9 +23,9 @@ class Delete(AAZCommand):
"""

_aaz_info = {
"version": "2025-06-01-preview",
"version": "2025-09-01",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storagediscovery/storagediscoveryworkspaces/{}", "2025-06-01-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storagediscovery/storagediscoveryworkspaces/{}", "2025-09-01"],
]
}

Expand Down Expand Up @@ -125,7 +124,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2025-06-01-preview",
"api-version", "2025-09-01",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

@register_command(
"storage-discovery workspace list",
is_preview=True,
)
class List(AAZCommand):
"""List StorageDiscoveryWorkspace resources by subscription ID
Expand All @@ -24,10 +23,10 @@ class List(AAZCommand):
"""

_aaz_info = {
"version": "2025-06-01-preview",
"version": "2025-09-01",
"resources": [
["mgmt-plane", "/subscriptions/{}/providers/microsoft.storagediscovery/storagediscoveryworkspaces", "2025-06-01-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storagediscovery/storagediscoveryworkspaces", "2025-06-01-preview"],
["mgmt-plane", "/subscriptions/{}/providers/microsoft.storagediscovery/storagediscoveryworkspaces", "2025-09-01"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storagediscovery/storagediscoveryworkspaces", "2025-09-01"],
]
}

Expand Down Expand Up @@ -114,7 +113,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2025-06-01-preview",
"api-version", "2025-09-01",
required=True,
),
}
Expand Down Expand Up @@ -290,7 +289,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2025-06-01-preview",
"api-version", "2025-09-01",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

@register_command(
"storage-discovery workspace show",
is_preview=True,
)
class Show(AAZCommand):
"""Get a StorageDiscoveryWorkspace
Expand All @@ -23,9 +22,9 @@ class Show(AAZCommand):
"""

_aaz_info = {
"version": "2025-06-01-preview",
"version": "2025-09-01",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storagediscovery/storagediscoveryworkspaces/{}", "2025-06-01-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storagediscovery/storagediscoveryworkspaces/{}", "2025-09-01"],
]
}

Expand Down Expand Up @@ -126,7 +125,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2025-06-01-preview",
"api-version", "2025-09-01",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

@register_command(
"storage-discovery workspace update",
is_preview=True,
)
class Update(AAZCommand):
"""Update a StorageDiscoveryWorkspace
Expand All @@ -23,9 +22,9 @@ class Update(AAZCommand):
"""

_aaz_info = {
"version": "2025-06-01-preview",
"version": "2025-09-01",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storagediscovery/storagediscoveryworkspaces/{}", "2025-06-01-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storagediscovery/storagediscoveryworkspaces/{}", "2025-09-01"],
]
}

Expand Down Expand Up @@ -234,7 +233,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2025-06-01-preview",
"api-version", "2025-09-01",
required=True,
),
}
Expand Down Expand Up @@ -317,7 +316,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2025-06-01-preview",
"api-version", "2025-09-01",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.75.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ interactions:
ParameterSetName:
- -g -n --location --description --sku --workspace-roots --scopes
User-Agent:
- AZURECLI/2.75.0 azsdk-python-core/1.35.0 Python/3.12.11 (Linux-6.8.0-1030-azure-x86_64-with-glibc2.36)
- AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.11 (Linux-6.8.0-1030-azure-x86_64-with-glibc2.41)
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.StorageDiscovery/storageDiscoveryWorkspaces/clitest000002?api-version=2025-06-01-preview
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.StorageDiscovery/storageDiscoveryWorkspaces/clitest000002?api-version=2025-09-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.StorageDiscovery/storageDiscoveryWorkspaces/clitest000002","name":"clitest000002","type":"microsoft.storagediscovery/storagediscoveryworkspaces","location":"francecentral","tags":{"team":"Discovery"},"systemData":{"createdBy":"[email protected]","createdByType":"User","createdAt":"2025-08-04T23:29:28.1808107Z","lastModifiedBy":"[email protected]","lastModifiedByType":"User","lastModifiedAt":"2025-08-04T23:29:28.1808107Z"},"properties":{"sku":"Standard","workspaceRoots":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001"],"description":"123","scopes":[{"displayName":"test1","resourceTypes":["Microsoft.Storage/storageAccounts"],"tagKeysOnly":["e2etest1"],"tags":{"tag1":"value1","tag2":"value2"}}],"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.StorageDiscovery/storageDiscoveryWorkspaces/clitest000002","name":"clitest000002","type":"microsoft.storagediscovery/storagediscoveryworkspaces","location":"francecentral","tags":{"team":"Discovery"},"systemData":{"createdBy":"[email protected]","createdByType":"User","createdAt":"2025-09-24T21:50:56.6684443Z","lastModifiedBy":"[email protected]","lastModifiedByType":"User","lastModifiedAt":"2025-09-24T21:50:56.6684443Z"},"properties":{"sku":"Standard","workspaceRoots":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001"],"description":"123","scopes":[{"displayName":"test1","resourceTypes":["Microsoft.Storage/storageAccounts"],"tagKeysOnly":["e2etest1"],"tags":{"tag1":"value1","tag2":"value2"}}],"provisioningState":"Succeeded"}}'
headers:
cache-control:
- no-cache
Expand All @@ -34,13 +34,13 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Mon, 04 Aug 2025 23:29:30 GMT
- Wed, 24 Sep 2025 21:50:57 GMT
etag:
- '"090059b8-0000-0e00-0000-689142590000"'
- '"2b013a2a-0000-0e00-0000-68d467c10000"'
expires:
- '-1'
mise-correlation-id:
- fac33fd9-8aa1-4496-89b0-6af67af1888d
- d3158714-dcdd-4d4a-a7da-491a4b361082
pragma:
- no-cache
strict-transport-security:
Expand All @@ -52,15 +52,15 @@ interactions:
x-content-type-options:
- nosniff
x-ms-operation-identifier:
- tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2968a26f-a796-4124-8684-894f8a239db2/westus2/4e992be2-4596-4c39-95e1-97adf9548c55
- tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2968a26f-a796-4124-8684-894f8a239db2/francecentral/84279b72-ef86-4777-8e9b-d4c031b015e0
x-ms-providerhub-traffic:
- 'True'
x-ms-ratelimit-remaining-subscription-global-writes:
- '12000'
- '11999'
x-ms-ratelimit-remaining-subscription-writes:
- '800'
- '799'
x-msedge-ref:
- 'Ref A: AC03343244A64C4FB3B2828575B28EB1 Ref B: MWH011020806034 Ref C: 2025-08-04T23:29:23Z'
- 'Ref A: A05093C426914E2680C3613A5EB8972D Ref B: MWH011020806040 Ref C: 2025-09-24T21:50:54Z'
x-powered-by:
- ASP.NET
status:
Expand All @@ -82,9 +82,9 @@ interactions:
ParameterSetName:
- -g -n -y
User-Agent:
- AZURECLI/2.75.0 azsdk-python-core/1.35.0 Python/3.12.11 (Linux-6.8.0-1030-azure-x86_64-with-glibc2.36)
- AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.11 (Linux-6.8.0-1030-azure-x86_64-with-glibc2.41)
method: DELETE
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.StorageDiscovery/storageDiscoveryWorkspaces/clitest000002?api-version=2025-06-01-preview
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.StorageDiscovery/storageDiscoveryWorkspaces/clitest000002?api-version=2025-09-01
response:
body:
string: ''
Expand All @@ -94,11 +94,11 @@ interactions:
content-length:
- '0'
date:
- Mon, 04 Aug 2025 23:29:32 GMT
- Wed, 24 Sep 2025 21:51:01 GMT
expires:
- '-1'
mise-correlation-id:
- acdfb41a-4273-454b-b469-7663f8488611
- 5c724773-1287-4a7d-8789-21f3870737df
pragma:
- no-cache
strict-transport-security:
Expand All @@ -108,15 +108,15 @@ interactions:
x-content-type-options:
- nosniff
x-ms-operation-identifier:
- tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2968a26f-a796-4124-8684-894f8a239db2/francecentral/eb34bd5a-f682-480d-826c-a928dd78a13c
- tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2968a26f-a796-4124-8684-894f8a239db2/southcentralus/b5e335d0-9485-482f-8720-3de7c3cd6a6a
x-ms-providerhub-traffic:
- 'True'
x-ms-ratelimit-remaining-subscription-deletes:
- '799'
x-ms-ratelimit-remaining-subscription-global-deletes:
- '11999'
x-msedge-ref:
- 'Ref A: 310594CEBFF04E7B9C181863183270B8 Ref B: MWH011020806054 Ref C: 2025-08-04T23:29:30Z'
- 'Ref A: 562275A81C9C4F4E95CD5380FA83E154 Ref B: CO6AA3150217011 Ref C: 2025-09-24T21:50:57Z'
x-powered-by:
- ASP.NET
status:
Expand Down
Loading
Loading