Skip to content

Commit bfeebb8

Browse files
committed
Change the PR as comments from Hovsep
1 parent 83f197f commit bfeebb8

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

ChangeLog.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
* Set-AzureLogicApp
1414
* Stop-AzureLogicAppRun
1515
* Azure Storage
16-
* Add cmdlet to generate SAS token against storage account
17-
* New-AzureStorageAccountSASToken
18-
* Add IPAddressOrRange/Protocol support in cmdlets to generate SAS token against blob, container, file, share, table, queue
19-
* New-AzureStorageBlobSASToken
20-
* New-AzureStorageContainerSASToken
21-
* New-AzureStorageFileSASToken
22-
* New-AzureStorageShareSASToken
23-
* New-AzureStorageQueueSASToken
24-
* New-AzureStorageTableSASToken
16+
* Added cmdlet to generate SAS token against storage account
17+
- New-AzureStorageAccountSASToken
18+
* Added IPAddressOrRange/Protocol support in cmdlets to generate SAS token against blob, container, file, share, table, queue
19+
- New-AzureStorageBlobSASToken
20+
- New-AzureStorageContainerSASToken
21+
- New-AzureStorageFileSASToken
22+
- New-AzureStorageShareSASToken
23+
- New-AzureStorageQueueSASToken
24+
- New-AzureStorageTableSASToken
2525

2626
## 2016.02.04 version 1.2.1
2727
* Fix installer issue - remove PSGallery modules on install

src/ResourceManager/KeyVault/Commands.KeyVault/Commands.KeyVault.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@
183183
<SpecificVersion>False</SpecificVersion>
184184
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
185185
</Reference>
186-
<Reference Include="System.Spatial, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
187-
<HintPath>..\..\..\packages\System.Spatial.5.6.0\lib\net40\System.Spatial.dll</HintPath>
188-
</Reference>
189186
<Reference Include="System" />
190187
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
191188
<Reference Include="System.Net" />

0 commit comments

Comments
 (0)