Merge pull request #1910 from joakimlemb/master
Increase Azure DNS Zone Limit from 100 to 500pull/1929/head
						commit
						87d2f7f27a
					
				|  | @ -316,7 +316,7 @@ _get_root() { | ||||||
|   ## (ZoneListResult with  continuation token for the next page of results) |   ## (ZoneListResult with  continuation token for the next page of results) | ||||||
|   ## Per https://docs.microsoft.com/en-us/azure/azure-subscription-service-limits#dns-limits you are limited to 100 Zone/subscriptions anyways |   ## Per https://docs.microsoft.com/en-us/azure/azure-subscription-service-limits#dns-limits you are limited to 100 Zone/subscriptions anyways | ||||||
|   ## |   ## | ||||||
|   _azure_rest GET "https://management.azure.com/subscriptions/$subscriptionId/providers/Microsoft.Network/dnszones?api-version=2017-09-01" "" "$accesstoken" |   _azure_rest GET "https://management.azure.com/subscriptions/$subscriptionId/providers/Microsoft.Network/dnszones?\$top=500&api-version=2017-09-01" "" "$accesstoken" | ||||||
|   # Find matching domain name is Json response |   # Find matching domain name is Json response | ||||||
|   while true; do |   while true; do | ||||||
|     h=$(printf "%s" "$domain" | cut -d . -f $i-100) |     h=$(printf "%s" "$domain" | cut -d . -f $i-100) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 neil
						neil