Home
last modified time | relevance | path

Searched refs:existing_webapp (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/azure/
H A Dazure_rm_webapp.py790 def is_updatable_property_changed(self, existing_webapp): argument
793 getattr(self, property_name) != existing_webapp.get(property_name, None):
820 def is_deployment_source_changed(self, existing_webapp): argument
823 … and self.deployment_source['url'] != existing_webapp.get('site_source_control')['url']:
827 … and self.deployment_source['branch'] != existing_webapp.get('site_source_control')['branch']:
H A Dazure_rm_webappslot.py701 def is_deployment_source_changed(self, existing_webapp): argument
704 … and self.deployment_source['url'] != existing_webapp.get('site_source_control')['url']:
708 … and self.deployment_source['branch'] != existing_webapp.get('site_source_control')['branch']:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/azure/azcollection/plugins/modules/
H A Dazure_rm_webapp.py801 def is_updatable_property_changed(self, existing_webapp): argument
804 getattr(self, property_name) != existing_webapp.get(property_name, None):
831 def is_deployment_source_changed(self, existing_webapp): argument
834 … and self.deployment_source['url'] != existing_webapp.get('site_source_control')['url']:
838 … and self.deployment_source['branch'] != existing_webapp.get('site_source_control')['branch']:
H A Dazure_rm_webappslot.py697 def is_deployment_source_changed(self, existing_webapp): argument
700 … and self.deployment_source['url'] != existing_webapp.get('site_source_control')['url']:
704 … and self.deployment_source['branch'] != existing_webapp.get('site_source_control')['branch']: