зеркало из
1
0
Форкнуть 0

Code to add version info to rollup telemetry

This commit is contained in:
Sarangan Rajamanickam 2018-02-07 23:49:17 -08:00
Родитель f175edb9d9
Коммит 49ce8a9b0d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -48,7 +48,7 @@ module Azure::Profiles::<%= @profile_name %>
end
def add_telemetry(client)
profile_information = 'Profiles/azure_sdk/<%= @profile_name %>/<%= @module_name %>'
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/<%= @profile_name %>/<%= @module_name %>"
client.add_user_agent_information(profile_information)
end
@ -112,7 +112,7 @@ module Azure::Profiles::<%= @profile_name %>
end
def add_telemetry(client)
profile_information = 'Profiles/azure_sdk/<%= @profile_name %>/<%= @module_name %>/Mgmt'
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/<%= @profile_name %>/<%= @module_name %>/Mgmt"
client.add_user_agent_information(profile_information)
end