Skip to content

Commit 39c8326

Browse files
sijumanStephen Tramer
authored andcommitted
Resolving merge conflicts and adding 2.5.0
1 parent 47be7d2 commit 39c8326

File tree

754 files changed

+151579
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

754 files changed

+151579
-49
lines changed
Lines changed: 211 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,211 @@
1+
---
2+
Module Name: Azure.Storage
3+
Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
4+
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/azure.storage
5+
Help Version: 4.2.1.0
6+
Locale: en-US
7+
---
8+
9+
# Azure.Storage Module
10+
## Description
11+
This topic displays help topics for the Azure Storage Cmdlets.
12+
13+
## Azure.Storage Cmdlets
14+
### [Disable-AzureStorageDeleteRetentionPolicy](Disable-AzureStorageDeleteRetentionPolicy.md)
15+
Disable delete retention policy for the Azure Storage Blob service.
16+
17+
### [Enable-AzureStorageDeleteRetentionPolicy](Enable-AzureStorageDeleteRetentionPolicy.md)
18+
Enable delete retention policy for the Azure Storage Blob service.
19+
20+
### [Get-AzureStorageBlob](Get-AzureStorageBlob.md)
21+
Lists blobs in a container.
22+
23+
### [Get-AzureStorageBlobContent](Get-AzureStorageBlobContent.md)
24+
Downloads a storage blob.
25+
26+
### [Get-AzureStorageBlobCopyState](Get-AzureStorageBlobCopyState.md)
27+
Gets the copy status of an Azure Storage blob.
28+
29+
### [Get-AzureStorageContainer](Get-AzureStorageContainer.md)
30+
Lists the storage containers.
31+
32+
### [Get-AzureStorageContainerStoredAccessPolicy](Get-AzureStorageContainerStoredAccessPolicy.md)
33+
Gets the stored access policy or policies for an Azure storage container.
34+
35+
### [Get-AzureStorageCORSRule](Get-AzureStorageCORSRule.md)
36+
Gets CORS rules for a Storage service type.
37+
38+
### [Get-AzureStorageFile](Get-AzureStorageFile.md)
39+
Lists directories and files for a path.
40+
41+
### [Get-AzureStorageFileContent](Get-AzureStorageFileContent.md)
42+
Downloads the contents of a file.
43+
44+
### [Get-AzureStorageFileCopyState](Get-AzureStorageFileCopyState.md)
45+
Gets the state of a copy operation.
46+
47+
### [Get-AzureStorageQueue](Get-AzureStorageQueue.md)
48+
Lists storage queues.
49+
50+
### [Get-AzureStorageQueueStoredAccessPolicy](Get-AzureStorageQueueStoredAccessPolicy.md)
51+
Gets the stored access policy or policies for an Azure storage queue.
52+
53+
### [Get-AzureStorageServiceLoggingProperty](Get-AzureStorageServiceLoggingProperty.md)
54+
Gets logging properties for Azure Storage services.
55+
56+
### [Get-AzureStorageServiceMetricsProperty](Get-AzureStorageServiceMetricsProperty.md)
57+
Gets metrics properties for the Azure Storage service.
58+
59+
### [Get-AzureStorageServiceProperty](Get-AzureStorageServiceProperty.md)
60+
Gets properties for Azure Storage services.
61+
62+
### [Get-AzureStorageShare](Get-AzureStorageShare.md)
63+
Gets a list of file shares.
64+
65+
### [Get-AzureStorageShareStoredAccessPolicy](Get-AzureStorageShareStoredAccessPolicy.md)
66+
Gets stored access policies for a Storage share.
67+
68+
### [Get-AzureStorageTable](Get-AzureStorageTable.md)
69+
Lists the storage tables.
70+
71+
### [Get-AzureStorageTableStoredAccessPolicy](Get-AzureStorageTableStoredAccessPolicy.md)
72+
Gets the stored access policy or policies for an Azure storage table.
73+
74+
### [New-AzureStorageAccountSASToken](New-AzureStorageAccountSASToken.md)
75+
Creates an account-level SAS token.
76+
77+
### [New-AzureStorageBlobSASToken](New-AzureStorageBlobSASToken.md)
78+
Generates a SAS token for an Azure storage blob.
79+
80+
### [New-AzureStorageContainer](New-AzureStorageContainer.md)
81+
Creates an Azure storage container.
82+
83+
### [New-AzureStorageContainerSASToken](New-AzureStorageContainerSASToken.md)
84+
Generates an SAS token for an Azure storage container.
85+
86+
### [New-AzureStorageContainerStoredAccessPolicy](New-AzureStorageContainerStoredAccessPolicy.md)
87+
Creates a stored access policy for an Azure storage container.
88+
89+
### [New-AzureStorageContext](New-AzureStorageContext.md)
90+
Creates an Azure Storage context.
91+
92+
### [New-AzureStorageDirectory](New-AzureStorageDirectory.md)
93+
Creates a directory.
94+
95+
### [New-AzureStorageFileSASToken](New-AzureStorageFileSASToken.md)
96+
Generates a shared access signature token for a Storage file.
97+
98+
### [New-AzureStorageQueue](New-AzureStorageQueue.md)
99+
Creates a storage queue.
100+
101+
### [New-AzureStorageQueueSASToken](New-AzureStorageQueueSASToken.md)
102+
Generates a shared access signature token for an Azure storage queue.
103+
104+
### [New-AzureStorageQueueStoredAccessPolicy](New-AzureStorageQueueStoredAccessPolicy.md)
105+
Creates a stored access policy for an Azure storage queue.
106+
107+
### [New-AzureStorageShare](New-AzureStorageShare.md)
108+
Creates a file share.
109+
110+
### [New-AzureStorageShareSASToken](New-AzureStorageShareSASToken.md)
111+
Generate Shared Access Signature token for Azure Storage share.
112+
113+
### [New-AzureStorageShareStoredAccessPolicy](New-AzureStorageShareStoredAccessPolicy.md)
114+
Creates a stored access policy on a Storage share.
115+
116+
### [New-AzureStorageTable](New-AzureStorageTable.md)
117+
Creates a storage table.
118+
119+
### [New-AzureStorageTableSASToken](New-AzureStorageTableSASToken.md)
120+
Generates an SAS token for an Azure Storage table.
121+
122+
### [New-AzureStorageTableStoredAccessPolicy](New-AzureStorageTableStoredAccessPolicy.md)
123+
Creates a stored access policy for an Azure storage table.
124+
125+
### [Remove-AzureStorageBlob](Remove-AzureStorageBlob.md)
126+
Removes the specified storage blob.
127+
128+
### [Remove-AzureStorageContainer](Remove-AzureStorageContainer.md)
129+
Removes the specified storage container.
130+
131+
### [Remove-AzureStorageContainerStoredAccessPolicy](Remove-AzureStorageContainerStoredAccessPolicy.md)
132+
Removes a stored access policy from an Azure storage container.
133+
134+
### [Remove-AzureStorageCORSRule](Remove-AzureStorageCORSRule.md)
135+
Removes CORS for a Storage service.
136+
137+
### [Remove-AzureStorageDirectory](Remove-AzureStorageDirectory.md)
138+
Deletes a directory.
139+
140+
### [Remove-AzureStorageFile](Remove-AzureStorageFile.md)
141+
Deletes a file.
142+
143+
### [Remove-AzureStorageQueue](Remove-AzureStorageQueue.md)
144+
Removes a storage queue.
145+
146+
### [Remove-AzureStorageQueueStoredAccessPolicy](Remove-AzureStorageQueueStoredAccessPolicy.md)
147+
Removes a stored access policy from an Azure storage queue.
148+
149+
### [Remove-AzureStorageShare](Remove-AzureStorageShare.md)
150+
Deletes a file share.
151+
152+
### [Remove-AzureStorageShareStoredAccessPolicy](Remove-AzureStorageShareStoredAccessPolicy.md)
153+
Removes a stored access policy from a Storage share.
154+
155+
### [Remove-AzureStorageTable](Remove-AzureStorageTable.md)
156+
Removes a storage table.
157+
158+
### [Remove-AzureStorageTableStoredAccessPolicy](Remove-AzureStorageTableStoredAccessPolicy.md)
159+
Removes a stored access policy from an Azure storage table.
160+
161+
### [Set-AzureStorageBlobContent](Set-AzureStorageBlobContent.md)
162+
Uploads a local file to an Azure Storage blob.
163+
164+
### [Set-AzureStorageContainerAcl](Set-AzureStorageContainerAcl.md)
165+
Sets the public access permission to a storage container.
166+
167+
### [Set-AzureStorageContainerStoredAccessPolicy](Set-AzureStorageContainerStoredAccessPolicy.md)
168+
Sets a stored access policy for an Azure storage container.
169+
170+
### [Set-AzureStorageCORSRule](Set-AzureStorageCORSRule.md)
171+
Sets the CORS rules for a type of Storage service.
172+
173+
### [Set-AzureStorageFileContent](Set-AzureStorageFileContent.md)
174+
Uploads the contents of a file.
175+
176+
### [Set-AzureStorageQueueStoredAccessPolicy](Set-AzureStorageQueueStoredAccessPolicy.md)
177+
Sets a stored access policy for an Azure storage queue.
178+
179+
### [Set-AzureStorageServiceLoggingProperty](Set-AzureStorageServiceLoggingProperty.md)
180+
Modifies logging for Azure Storage services.
181+
182+
### [Set-AzureStorageServiceMetricsProperty](Set-AzureStorageServiceMetricsProperty.md)
183+
Modifies metrics properties for the Azure Storage service.
184+
185+
### [Set-AzureStorageShareQuota](Set-AzureStorageShareQuota.md)
186+
Sets the storage capacity for a share.
187+
188+
### [Set-AzureStorageShareStoredAccessPolicy](Set-AzureStorageShareStoredAccessPolicy.md)
189+
Updates a stored access policy on a Storage share.
190+
191+
### [Set-AzureStorageTableStoredAccessPolicy](Set-AzureStorageTableStoredAccessPolicy.md)
192+
Sets the stored access policy for an Azure storage table.
193+
194+
### [Start-AzureStorageBlobCopy](Start-AzureStorageBlobCopy.md)
195+
Starts to copy a blob.
196+
197+
### [Start-AzureStorageBlobIncrementalCopy](Start-AzureStorageBlobIncrementalCopy.md)
198+
Start an Incremental copy operation from a Page blob snapshot to the specified destination Page blob.
199+
200+
### [Start-AzureStorageFileCopy](Start-AzureStorageFileCopy.md)
201+
Starts to copy a source file.
202+
203+
### [Stop-AzureStorageBlobCopy](Stop-AzureStorageBlobCopy.md)
204+
Stops a copy operation.
205+
206+
### [Stop-AzureStorageFileCopy](Stop-AzureStorageFileCopy.md)
207+
Stops a copy operation to the specified destination file.
208+
209+
### [Update-AzureStorageServiceProperty](Update-AzureStorageServiceProperty.md)
210+
Modifies the properties for the Azure Storage service.
211+
Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
---
2+
external help file: Microsoft.WindowsAzure.Commands.Storage.dll-Help.xml
3+
Module Name: Azure.Storage
4+
online version: https://docs.microsoft.com/en-us/powershell/module/azure.storage/disable-azurestoragedeleteretentionpolicy
5+
schema: 2.0.0
6+
---
7+
8+
# Disable-AzureStorageDeleteRetentionPolicy
9+
10+
## SYNOPSIS
11+
Disable delete retention policy for the Azure Storage Blob service.
12+
13+
## SYNTAX
14+
15+
```
16+
Disable-AzureStorageDeleteRetentionPolicy [-PassThru] [-Context <IStorageContext>]
17+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
```
19+
20+
## DESCRIPTION
21+
The **Disable-AzureStorageDeleteRetentionPolicy** cmdlet disables delete retention policy for the Azure Storage Blob service.
22+
23+
## EXAMPLES
24+
25+
### Example 1: Disable delete retention policy for the Blob service
26+
```
27+
C:\PS>Disable-AzureStorageDeleteRetentionPolicy
28+
```
29+
30+
This command disables delete retention policy for the Blob service.
31+
32+
## PARAMETERS
33+
34+
### -Context
35+
Azure Storage Context Object
36+
37+
```yaml
38+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext
39+
Parameter Sets: (All)
40+
Aliases:
41+
42+
Required: False
43+
Position: Named
44+
Default value: None
45+
Accept pipeline input: True (ByPropertyName, ByValue)
46+
Accept wildcard characters: False
47+
```
48+
49+
### -DefaultProfile
50+
The credentials, account, tenant, and subscription used for communication with Azure.
51+
52+
```yaml
53+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
54+
Parameter Sets: (All)
55+
Aliases: AzureRmContext, AzureCredential
56+
57+
Required: False
58+
Position: Named
59+
Default value: None
60+
Accept pipeline input: False
61+
Accept wildcard characters: False
62+
```
63+
64+
### -PassThru
65+
Display DeleteRetentionPolicyProperties
66+
67+
```yaml
68+
Type: System.Management.Automation.SwitchParameter
69+
Parameter Sets: (All)
70+
Aliases:
71+
72+
Required: False
73+
Position: Named
74+
Default value: None
75+
Accept pipeline input: False
76+
Accept wildcard characters: False
77+
```
78+
79+
### -Confirm
80+
Prompts you for confirmation before running the cmdlet.
81+
82+
```yaml
83+
Type: System.Management.Automation.SwitchParameter
84+
Parameter Sets: (All)
85+
Aliases: cf
86+
87+
Required: False
88+
Position: Named
89+
Default value: None
90+
Accept pipeline input: False
91+
Accept wildcard characters: False
92+
```
93+
94+
### -WhatIf
95+
Shows what would happen if the cmdlet runs.
96+
The cmdlet is not run.
97+
98+
```yaml
99+
Type: System.Management.Automation.SwitchParameter
100+
Parameter Sets: (All)
101+
Aliases: wi
102+
103+
Required: False
104+
Position: Named
105+
Default value: None
106+
Accept pipeline input: False
107+
Accept wildcard characters: False
108+
```
109+
110+
### CommonParameters
111+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
112+
113+
## INPUTS
114+
115+
### Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext
116+
117+
## OUTPUTS
118+
119+
### Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy
120+
121+
## NOTES
122+
123+
## RELATED LINKS

0 commit comments

Comments
 (0)