Usage: <main class> azure [-bhvV] [-azp] [-c=<currencyCode>] [-cfp=<configYAMLPath>] [-d=<resellerDiscount>] [-m=<margin>] [-mt=<month>]
-r=<resellerId> [-y=<year>] [-ep=<excludedPublishers>[,<excludedPublishers>...]]...
Check for Azure CSP customer costs and subscription mappings.
-azp, --azureplan Run the check for Azure Plan subscriptions in Abiquo with the CSP data
-b, --billing Run check for billing information in Abiquo for the last consolidated billing period
-c, --currencyCode=<currencyCode>
Currency code used to retrieve billing line items, Default code is USD
-cfp, --configPath=<configYAMLPath>
Specify a different path for the config file. Default path is the same where .jar is located
-d, --discount=<resellerDiscount>
Define the discount necessary to substract to total cost
-ep, --excludedPublishers=<excludedPublishers>[,<excludedPublishers>...]
-h, --help Show this help message and exit.
-m, --margin=<margin> Desired margin to compare cost from CSP and Abiquo database. If difference is bigger than margin, it will be considered
as an error. Default is 0
-mt, --month=<month> Month of the billing period to check. Default is previous month
-r, --reseller=<resellerId>
Enterprise id of the reseller from which obtain the pricing credentials
-v, --verbose Display more detailed information about the process execution
-V, --version Print version information and exit.
-y, --year=<year> Year of the billing period to check. Default is the year of the previous month |