Code to add version info to rollup telemetry
This commit is contained in:
Родитель
f175edb9d9
Коммит
49ce8a9b0d
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче