Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Stable version release first commit
  • Loading branch information
deepakmaurya_microsoft committed Jun 17, 2025
commit 95024586e42fb3d1580fb2cb381ec0123d2f50b0
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ enum Versions {
@doc("Dependent on Azure.ResourceManager.Versions.v1_0_Preview_1")
@useDependency(Azure.ResourceManager.Versions.v1_0_Preview_1)
v2_preview: "2024-11-01-preview",

@doc("Dependent on Azure.ResourceManager.Versions.v1_0_Preview_1")
@useDependency(Azure.ResourceManager.Versions.v1_0_Preview_1)
v1_stable: "2024-11-01",
}

@doc("Marketplace subscription status")
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"title": "AvsStorageContainerVolumes_Delete",
"operationId": "AvsStorageContainerVolumes_Delete",
"parameters": {
"api-version": "2024-11-01",
"subscriptionId": "BC47D6CC-AA80-4374-86F8-19D94EC70666",
"resourceGroupName": "rgpurestorage",
"storagePoolName": "storagePoolname",
"storageContainerName": "name",
"volumeId": "cbdec-ddbb"
},
"responses": {
"202": {
"headers": {
"location": "https://contoso.com/operationstatus"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"title": "AvsStorageContainerVolumes_Get",
"operationId": "AvsStorageContainerVolumes_Get",
"parameters": {
"api-version": "2024-11-01",
"subscriptionId": "BC47D6CC-AA80-4374-86F8-19D94EC70666",
"resourceGroupName": "rgpurestorage",
"storagePoolName": "storagePoolname",
"storageContainerName": "name",
"volumeId": "cbdec-ddbb"
},
"responses": {
"200": {
"body": {
"properties": {
"storagePoolInternalId": "xkcbzbtfhftbnowayannq",
"storagePoolResourceId": "mrnioblkjhwry",
"volumeInternalId": "ivdmuth",
"displayName": "mcdetkfvt",
"space": {
"totalUsed": 28,
"unique": 4,
"snapshots": 5,
"shared": 9
},
"softDeletion": {
"destroyed": true,
"eradicationTimestamp": "kaxjtehra"
},
"createdTimestamp": "pwhsjhrcszrhsmzc",
"provisionedSize": 14,
"volumeType": "avs",
"avs": {
"diskId": "egehzvidnjgevc",
"diskName": "gqpqpkxjyj",
"folder": "oxdbbh",
"avsVmInternalId": "xoiliugbcvkhdl",
"avsVmResourceId": "jblyybyfhtikdhwx",
"avsVmName": "gaeydwwisfuonbuwtnkdk",
"avsStorageContainerResourceId": "svwilhkpx"
},
"provisioningState": "Succeeded"
},
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}",
"name": "eyomi",
"type": "kaapjwvnvm",
"systemData": {
"createdBy": "ruoitchmuomrbscg",
"createdByType": "User",
"createdAt": "2024-10-04T05:29:25.341Z",
"lastModifiedBy": "thfyhokbrldzmghuylqbwpbublj",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-10-04T05:29:25.345Z"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"title": "AvsStorageContainerVolumes_ListByAvsStorageContainer",
"operationId": "AvsStorageContainerVolumes_ListByAvsStorageContainer",
"parameters": {
"api-version": "2024-11-01",
"subscriptionId": "BC47D6CC-AA80-4374-86F8-19D94EC70666",
"resourceGroupName": "rgpurestorage",
"storagePoolName": "storagePoolname",
"storageContainerName": "name"
},
"responses": {
"200": {
"body": {
"value": [
{
"properties": {
"storagePoolInternalId": "xkcbzbtfhftbnowayannq",
"storagePoolResourceId": "mrnioblkjhwry",
"volumeInternalId": "ivdmuth",
"displayName": "mcdetkfvt",
"space": {
"totalUsed": 28,
"unique": 4,
"snapshots": 5,
"shared": 9
},
"softDeletion": {
"destroyed": true,
"eradicationTimestamp": "kaxjtehra"
},
"createdTimestamp": "pwhsjhrcszrhsmzc",
"provisionedSize": 14,
"volumeType": "avs",
"avs": {
"diskId": "egehzvidnjgevc",
"diskName": "gqpqpkxjyj",
"folder": "oxdbbh",
"avsVmInternalId": "xoiliugbcvkhdl",
"avsVmResourceId": "jblyybyfhtikdhwx",
"avsVmName": "gaeydwwisfuonbuwtnkdk",
"avsStorageContainerResourceId": "svwilhkpx"
},
"provisioningState": "Succeeded"
},
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}",
"name": "eyomi",
"type": "kaapjwvnvm",
"systemData": {
"createdBy": "ruoitchmuomrbscg",
"createdByType": "User",
"createdAt": "2024-10-04T05:29:25.341Z",
"lastModifiedBy": "thfyhokbrldzmghuylqbwpbublj",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-10-04T05:29:25.345Z"
}
}
],
"nextLink": "https://microsoft.com/a"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"title": "AvsStorageContainerVolumes_Update",
"operationId": "AvsStorageContainerVolumes_Update",
"parameters": {
"api-version": "2024-11-01",
"subscriptionId": "BC47D6CC-AA80-4374-86F8-19D94EC70666",
"resourceGroupName": "rgpurestorage",
"storagePoolName": "storagePoolname",
"storageContainerName": "name",
"volumeId": "cbdec-ddbb",
"properties": {
"properties": {
"softDeletion": {
"destroyed": true
}
}
}
},
"responses": {
"200": {
"body": {
"properties": {
"storagePoolInternalId": "xkcbzbtfhftbnowayannq",
"storagePoolResourceId": "mrnioblkjhwry",
"volumeInternalId": "ivdmuth",
"displayName": "mcdetkfvt",
"space": {
"totalUsed": 28,
"unique": 4,
"snapshots": 5,
"shared": 9
},
"softDeletion": {
"destroyed": true,
"eradicationTimestamp": "kaxjtehra"
},
"createdTimestamp": "pwhsjhrcszrhsmzc",
"provisionedSize": 14,
"volumeType": "avs",
"avs": {
"diskId": "egehzvidnjgevc",
"diskName": "gqpqpkxjyj",
"folder": "oxdbbh",
"avsVmInternalId": "xoiliugbcvkhdl",
"avsVmResourceId": "jblyybyfhtikdhwx",
"avsVmName": "gaeydwwisfuonbuwtnkdk",
"avsStorageContainerResourceId": "svwilhkpx"
},
"provisioningState": "Succeeded"
},
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}",
"name": "eyomi",
"type": "kaapjwvnvm",
"systemData": {
"createdBy": "ruoitchmuomrbscg",
"createdByType": "User",
"createdAt": "2024-10-04T05:29:25.341Z",
"lastModifiedBy": "thfyhokbrldzmghuylqbwpbublj",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-10-04T05:29:25.345Z"
}
}
},
"202": {
"headers": {
"location": "https://contoso.com/operationstatus"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"title": "AvsStorageContainers_Delete",
"operationId": "AvsStorageContainers_Delete",
"parameters": {
"api-version": "2024-11-01",
"subscriptionId": "BC47D6CC-AA80-4374-86F8-19D94EC70666",
"resourceGroupName": "rgpurestorage",
"storagePoolName": "storagePoolName",
"storageContainerName": "storageContainerName"
},
"responses": {
"202": {
"headers": {
"location": "https://contoso.com/operationstatus"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"title": "AvsStorageContainers_Get",
"operationId": "AvsStorageContainers_Get",
"parameters": {
"api-version": "2024-11-01",
"subscriptionId": "BC47D6CC-AA80-4374-86F8-19D94EC70666",
"resourceGroupName": "rgpurestorage",
"storagePoolName": "storagePoolName",
"storageContainerName": "storageContainerName"
},
"responses": {
"200": {
"body": {
"properties": {
"space": {
"totalUsed": 28,
"unique": 4,
"snapshots": 5,
"shared": 9
},
"resourceName": "name",
"provisionedLimit": 24,
"datastore": "name",
"mounted": true
},
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}",
"name": "acezain",
"type": "rhdmvrbnpxcydalkvtfsb",
"systemData": {
"createdBy": "ruoitchmuomrbscg",
"createdByType": "User",
"createdAt": "2024-10-04T05:29:25.341Z",
"lastModifiedBy": "thfyhokbrldzmghuylqbwpbublj",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-10-04T05:29:25.345Z"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"title": "AvsStorageContainers_ListByStoragePool",
"operationId": "AvsStorageContainers_ListByStoragePool",
"parameters": {
"api-version": "2024-11-01",
"subscriptionId": "BC47D6CC-AA80-4374-86F8-19D94EC70666",
"resourceGroupName": "rgpurestorage",
"storagePoolName": "spName"
},
"responses": {
"200": {
"body": {
"value": [
{
"properties": {
"space": {
"totalUsed": 28,
"unique": 4,
"snapshots": 5,
"shared": 9
},
"resourceName": "name",
"provisionedLimit": 24,
"datastore": "name",
"mounted": true
},
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}",
"name": "acezain",
"type": "rhdmvrbnpxcydalkvtfsb",
"systemData": {
"createdBy": "ruoitchmuomrbscg",
"createdByType": "User",
"createdAt": "2024-10-04T05:29:25.341Z",
"lastModifiedBy": "thfyhokbrldzmghuylqbwpbublj",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-10-04T05:29:25.345Z"
}
}
],
"nextLink": "https://microsoft.com/a"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"title": "AvsVmVolumes_Delete",
"operationId": "AvsVmVolumes_Delete",
"parameters": {
"api-version": "2024-11-01",
"subscriptionId": "BC47D6CC-AA80-4374-86F8-19D94EC70666",
"resourceGroupName": "rgpurestorage",
"storagePoolName": "storagePoolname",
"avsVmId": "cbdec-ddbb",
"volumeId": "cbdec-ddbb"
},
"responses": {
"202": {
"headers": {
"location": "https://contoso.com/operationstatus"
}
},
"204": {}
}
}
Loading
Loading