This file is indexed.

/usr/lib/ruby/vendor_ruby/generated/azure_mgmt_cognitive_services/models/sku_name.rb is in ruby-azure-mgmt-cognitive-services 0.8.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::ARM::CognitiveServices
  module Models
    #
    # Defines values for SkuName
    #
    module SkuName
      F0 = "F0"
      S0 = "S0"
      S1 = "S1"
      S2 = "S2"
      S3 = "S3"
      S4 = "S4"
    end
  end
end