We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd6558 commit ef43feaCopy full SHA for ef43fea
src/CostManagement/custom/New-AzCostManagementExport.ps1
@@ -92,13 +92,6 @@ param(
92
# The name of the directory where exports will be uploaded.
93
${DestinationRootFolderPath},
94
95
- # [Parameter()]
96
- # [Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Category('Body')]
97
- # [System.String]
98
- # # eTag of the resource.
99
- # # To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
100
- # ${ETag},
101
-
102
[Parameter()]
103
[ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.FormatType])]
104
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Category('Body')]
0 commit comments