tencentcloud-sdk-tsf 3.0.1080 → 3.0.1085

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82d0ccd00898c0f0f19a7583492daabb49707c37
4
- data.tar.gz: 4eceafa0874b55f72507e5e4a049b3454c64469e
3
+ metadata.gz: 957a7585204f1489ff06978d90e89e7c2efd4eba
4
+ data.tar.gz: efdb5e9fc8913746aa9bb30fc36153139db71149
5
5
  SHA512:
6
- metadata.gz: 935ffee8f1e9c908d0715a33645abe8cd75750a7e838396cef5286e5792789f563efcbf2e19868cb877c278cc83b9305b9248bc583c0dcfd036105f0a2f52123
7
- data.tar.gz: 6a083b09664da2cc0f0012cfe7434a76e3988f5441622653a98ba73666f7788c2e7bd78e23cdd73e89729ebb2f473f3d6755dab73905ac847cb301dde033c74c
6
+ metadata.gz: eed2dab1567cd7d03cb831bf7c66de5be8aec96f3837cad5d16f02bab69e09a5272b3a052cc0f40a0c235c20364c7bd084fad963e5d6517a13fa0aecbb164bb5
7
+ data.tar.gz: 6e8dde21b7b60872bd6f6e47c0d9c5481f8b3d59b9b881bf1345dc650e98e2be32d8fb13946824b3807e46f6884bbb34ae0dce2dea7aa93cf55996865512e200
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1080
1
+ 3.0.1085
@@ -3355,6 +3355,11 @@ module TencentCloud
3355
3355
  # @type CreateSameNameImageRepository: Boolean
3356
3356
 
3357
3357
  attr_accessor :ApplicationName, :ApplicationType, :MicroserviceType, :ApplicationDesc, :ApplicationLogConfig, :ApplicationResourceType, :ApplicationRuntimeType, :ProgramId, :ServiceConfigList, :IgnoreCreateImageRepository, :ProgramIdList, :ApmInstanceId, :ProgramLanguage, :FrameworkType, :ServiceGovernanceConfig, :CreateSameNameImageRepository
3358
+ extend Gem::Deprecate
3359
+ deprecate :ApplicationLogConfig, :none, 2025, 6
3360
+ deprecate :ApplicationLogConfig=, :none, 2025, 6
3361
+ deprecate :ApplicationResourceType, :none, 2025, 6
3362
+ deprecate :ApplicationResourceType=, :none, 2025, 6
3358
3363
 
3359
3364
  def initialize(applicationname=nil, applicationtype=nil, microservicetype=nil, applicationdesc=nil, applicationlogconfig=nil, applicationresourcetype=nil, applicationruntimetype=nil, programid=nil, serviceconfiglist=nil, ignorecreateimagerepository=nil, programidlist=nil, apminstanceid=nil, programlanguage=nil, frameworktype=nil, servicegovernanceconfig=nil, createsamenameimagerepository=nil)
3360
3365
  @ApplicationName = applicationname
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tsf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1080
4
+ version: 3.0.1085
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-12 00:00:00.000000000 Z
11
+ date: 2025-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common