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
Expand Up @@ -20,9 +20,7 @@
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - StorageCache")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.2")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.1.2")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.2.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.2.0")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]


15 changes: 13 additions & 2 deletions src/StorageCache/StorageCache.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ For information on how to develop for `Az.StorageCache`, see [how-to.md](how-to.
> see https://aka.ms/autorest

``` yaml
commit: f3a04ddc23771fca8a99b179ea8eaa428c21fa2f
commit: 213441b94d4801b488e57f22187bdc862c2d51b3
require:
- $(this-folder)/../../readme.azure.noprofile.md
- $(repo)/specification/storagecache/resource-manager/readme.md

input-file:
- $(repo)/specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/amlfilesystem.json
- $(repo)/specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2025-07-01/amlfilesystem.json

module-version: 0.1.0
title: StorageCache
Expand Down Expand Up @@ -95,4 +97,13 @@ directive:
- ResourceGroupName
- HealthState
- SkuName

- where:
variant: ^Create$|^CreateViaIdentity$|^Update$|^UpdateViaIdentity$
remove: true

- where:
subject: .*PrimingJob$
variant: ^(Start|Stop|Resume|Pause)(?!.*?(Expanded|JsonFilePath|JsonString))
remove: true
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"resourceType": "amlFilesystems/autoExportJobs",
"apiVersion": "2025-07-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.storagecache"
},
"commands": [
{
"name": "Get-AzStorageCacheAutoExportJob",
"description": "Returns an auto export job.",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName}/autoExportJobs/{autoExportJobName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.storagecache/get-azstoragecacheautoexportjob"
},
"parameterSets": [
{
"parameters": [
"-AmlFilesystemName <String>",
"-Name <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String[]>]"
]
}
]
},
"examples": [
{
"description": "Returns an auto export job.",
"parameters": [
{
"name": "-AmlFilesystemName",
"value": "[Path.amlFilesystemName]"
},
{
"name": "-Name",
"value": "[Path.autoExportJobName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
},
{
"name": "Remove-AzStorageCacheAutoExportJob",
"description": "Schedules an auto export job for deletion.",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName}/autoExportJobs/{autoExportJobName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.storagecache/remove-azstoragecacheautoexportjob"
},
"parameterSets": [
{
"parameters": [
"-AmlFilesystemName <String>",
"-Name <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String>]"
]
}
]
},
"examples": [
{
"description": "Schedules an auto export job for deletion.",
"parameters": [
{
"name": "-AmlFilesystemName",
"value": "[Path.amlFilesystemName]"
},
{
"name": "-Name",
"value": "[Path.autoExportJobName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"resourceType": "amlFilesystems/autoImportJobs",
"apiVersion": "2025-07-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.storagecache"
},
"commands": [
{
"name": "Get-AzStorageCacheAutoImportJob",
"description": "Returns an auto import job.",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName}/autoImportJobs/{autoImportJobName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.storagecache/get-azstoragecacheautoimportjob"
},
"parameterSets": [
{
"parameters": [
"-AmlFilesystemName <String>",
"-Name <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String[]>]"
]
}
]
},
"examples": [
{
"description": "Returns an auto import job.",
"parameters": [
{
"name": "-AmlFilesystemName",
"value": "[Path.amlFilesystemName]"
},
{
"name": "-Name",
"value": "[Path.autoImportJobName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
},
{
"name": "Remove-AzStorageCacheAutoImportJob",
"description": "Schedules an auto import job for deletion.",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName}/autoImportJobs/{autoImportJobName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.storagecache/remove-azstoragecacheautoimportjob"
},
"parameterSets": [
{
"parameters": [
"-AmlFilesystemName <String>",
"-Name <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String>]"
]
}
]
},
"examples": [
{
"description": "Schedules an auto import job for deletion.",
"parameters": [
{
"name": "-AmlFilesystemName",
"value": "[Path.amlFilesystemName]"
},
{
"name": "-Name",
"value": "[Path.autoImportJobName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"resourceType": "amlFilesystems/importJobs",
"apiVersion": "2025-07-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.storagecache"
},
"commands": [
{
"name": "Get-AzStorageCacheImportJob",
"description": "Returns an import job.",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName}/importJobs/{importJobName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.storagecache/get-azstoragecacheimportjob"
},
"parameterSets": [
{
"parameters": [
"-AmlFilesystemName <String>",
"-Name <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String[]>]"
]
}
]
},
"examples": [
{
"description": "Returns an import job.",
"parameters": [
{
"name": "-AmlFilesystemName",
"value": "[Path.amlFilesystemName]"
},
{
"name": "-Name",
"value": "[Path.importJobName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
},
{
"name": "Remove-AzStorageCacheImportJob",
"description": "Schedules an import job for deletion.",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName}/importJobs/{importJobName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.storagecache/remove-azstoragecacheimportjob"
},
"parameterSets": [
{
"parameters": [
"-AmlFilesystemName <String>",
"-Name <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String>]"
]
}
]
},
"examples": [
{
"description": "Schedules an import job for deletion.",
"parameters": [
{
"name": "-AmlFilesystemName",
"value": "[Path.amlFilesystemName]"
},
{
"name": "-Name",
"value": "[Path.importJobName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "amlFilesystems",
"apiVersion": "2023-05-01",
"apiVersion": "2025-07-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.storagecache"
},
Expand Down
Loading
Loading