@@ -779,13 +779,13 @@ def __init__(self, ahead_count=None, all_changes_included=None, base_commit=None
779779class GitCommitChanges (Model ):
780780 """
781781 :param change_counts:
782- :type change_counts: :class:`ChangeCountDictionary <azure.devops.v7_1.git.models.ChangeCountDictionary>`
782+ :type change_counts: dict
783783 :param changes:
784784 :type changes: list of :class:`object <azure.devops.v7_1.git.models.object>`
785785 """
786786
787787 _attribute_map = {
788- 'change_counts' : {'key' : 'changeCounts' , 'type' : 'ChangeCountDictionary ' },
788+ 'change_counts' : {'key' : 'changeCounts' , 'type' : '{int} ' },
789789 'changes' : {'key' : 'changes' , 'type' : '[object]' }
790790 }
791791
@@ -814,7 +814,7 @@ class GitCommitRef(Model):
814814 :param commit_too_many_changes: Indicates that commit contains too many changes to be displayed
815815 :type commit_too_many_changes: bool
816816 :param change_counts: Counts of the types of changes (edits, deletes, etc.) included with the commit.
817- :type change_counts: :class:`ChangeCountDictionary <azure.devops.v7_1.git.models.ChangeCountDictionary>`
817+ :type change_counts: dict
818818 :param changes: An enumeration of the changes included with the commit.
819819 :type changes: list of :class:`object <azure.devops.v7_1.git.models.object>`
820820 :param parents: An enumeration of the parent commit IDs for this commit.
@@ -839,7 +839,7 @@ class GitCommitRef(Model):
839839 'commit_id' : {'key' : 'commitId' , 'type' : 'str' },
840840 'committer' : {'key' : 'committer' , 'type' : 'GitUserDate' },
841841 'commit_too_many_changes' : {'key' : 'commitTooManyChanges' , 'type' : 'bool' },
842- 'change_counts' : {'key' : 'changeCounts' , 'type' : 'ChangeCountDictionary ' },
842+ 'change_counts' : {'key' : 'changeCounts' , 'type' : '{int} ' },
843843 'changes' : {'key' : 'changes' , 'type' : '[object]' },
844844 'parents' : {'key' : 'parents' , 'type' : '[str]' },
845845 'push' : {'key' : 'push' , 'type' : 'GitPushRef' },
@@ -3511,7 +3511,7 @@ class GitCommit(GitCommitRef):
35113511 :param commit_too_many_changes: Indicates that commit contains too many changes to be displayed
35123512 :type commit_too_many_changes: bool
35133513 :param change_counts: Counts of the types of changes (edits, deletes, etc.) included with the commit.
3514- :type change_counts: :class:`ChangeCountDictionary <azure.devops.v7_1.git.models.ChangeCountDictionary>`
3514+ :type change_counts: dict
35153515 :param changes: An enumeration of the changes included with the commit.
35163516 :type changes: list of :class:`object <azure.devops.v7_1.git.models.object>`
35173517 :param parents: An enumeration of the parent commit IDs for this commit.
@@ -3538,7 +3538,7 @@ class GitCommit(GitCommitRef):
35383538 'commit_id' : {'key' : 'commitId' , 'type' : 'str' },
35393539 'committer' : {'key' : 'committer' , 'type' : 'GitUserDate' },
35403540 'commit_too_many_changes' : {'key' : 'commitTooManyChanges' , 'type' : 'bool' },
3541- 'change_counts' : {'key' : 'changeCounts' , 'type' : 'ChangeCountDictionary ' },
3541+ 'change_counts' : {'key' : 'changeCounts' , 'type' : '{int} ' },
35423542 'changes' : {'key' : 'changes' , 'type' : '[object]' },
35433543 'parents' : {'key' : 'parents' , 'type' : '[str]' },
35443544 'push' : {'key' : 'push' , 'type' : 'GitPushRef' },
0 commit comments