I have a script that pulls AzPolicyAdvertizerRuleThemAllData.json directly, because it contains more information than the exports provided. I noticed that this endpoint no longer exists and is replaced by AzPolicyAdvertizerRuleThemAllDatax.json, which contains obfuscated data. I'm guessing it's to discourage scraping the endpoint?
My usual usecase is running the script once a quarter, so the data is pulled only once. I don't mind this endpoint being subject to change, but I don't want to scrape it if it's something that you'd rather not being done, that's why I'm asking for confirmation if it's okay for me to still use it in the script and deobfuscate the data?
I have a script that pulls
AzPolicyAdvertizerRuleThemAllData.jsondirectly, because it contains more information than the exports provided. I noticed that this endpoint no longer exists and is replaced byAzPolicyAdvertizerRuleThemAllDatax.json, which contains obfuscated data. I'm guessing it's to discourage scraping the endpoint?My usual usecase is running the script once a quarter, so the data is pulled only once. I don't mind this endpoint being subject to change, but I don't want to scrape it if it's something that you'd rather not being done, that's why I'm asking for confirmation if it's okay for me to still use it in the script and deobfuscate the data?