azure_mgmt_resources 0.10.0 → 0.11.0

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.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/lib/generated/azure_mgmt_resources.rb +24 -23
  3. data/lib/generated/azure_mgmt_resources/deployment_operations.rb +9 -10
  4. data/lib/generated/azure_mgmt_resources/deployments.rb +44 -45
  5. data/lib/generated/azure_mgmt_resources/models/alias_path_type.rb +2 -1
  6. data/lib/generated/azure_mgmt_resources/models/alias_type.rb +2 -1
  7. data/lib/generated/azure_mgmt_resources/models/basic_dependency.rb +2 -1
  8. data/lib/generated/azure_mgmt_resources/models/debug_setting.rb +2 -1
  9. data/lib/generated/azure_mgmt_resources/models/dependency.rb +2 -1
  10. data/lib/generated/azure_mgmt_resources/models/deployment.rb +3 -2
  11. data/lib/generated/azure_mgmt_resources/models/deployment_export_result.rb +2 -1
  12. data/lib/generated/azure_mgmt_resources/models/deployment_extended.rb +2 -1
  13. data/lib/generated/azure_mgmt_resources/models/deployment_extended_filter.rb +2 -1
  14. data/lib/generated/azure_mgmt_resources/models/deployment_list_result.rb +2 -1
  15. data/lib/generated/azure_mgmt_resources/models/deployment_mode.rb +1 -1
  16. data/lib/generated/azure_mgmt_resources/models/deployment_operation.rb +2 -1
  17. data/lib/generated/azure_mgmt_resources/models/deployment_operation_properties.rb +2 -1
  18. data/lib/generated/azure_mgmt_resources/models/deployment_operations_list_result.rb +2 -1
  19. data/lib/generated/azure_mgmt_resources/models/deployment_properties.rb +2 -1
  20. data/lib/generated/azure_mgmt_resources/models/deployment_properties_extended.rb +2 -1
  21. data/lib/generated/azure_mgmt_resources/models/deployment_validate_result.rb +2 -1
  22. data/lib/generated/azure_mgmt_resources/models/export_template_request.rb +2 -1
  23. data/lib/generated/azure_mgmt_resources/models/generic_resource.rb +2 -1
  24. data/lib/generated/azure_mgmt_resources/models/generic_resource_filter.rb +2 -1
  25. data/lib/generated/azure_mgmt_resources/models/http_message.rb +3 -3
  26. data/lib/generated/azure_mgmt_resources/models/identity.rb +2 -1
  27. data/lib/generated/azure_mgmt_resources/models/parameters_link.rb +2 -1
  28. data/lib/generated/azure_mgmt_resources/models/plan.rb +2 -1
  29. data/lib/generated/azure_mgmt_resources/models/provider.rb +2 -1
  30. data/lib/generated/azure_mgmt_resources/models/provider_list_result.rb +2 -1
  31. data/lib/generated/azure_mgmt_resources/models/provider_resource_type.rb +2 -1
  32. data/lib/generated/azure_mgmt_resources/models/resource_group.rb +2 -1
  33. data/lib/generated/azure_mgmt_resources/models/resource_group_export_result.rb +3 -3
  34. data/lib/generated/azure_mgmt_resources/models/resource_group_filter.rb +2 -1
  35. data/lib/generated/azure_mgmt_resources/models/resource_group_list_result.rb +2 -1
  36. data/lib/generated/azure_mgmt_resources/models/resource_group_patchable.rb +85 -0
  37. data/lib/generated/azure_mgmt_resources/models/resource_group_properties.rb +2 -1
  38. data/lib/generated/azure_mgmt_resources/models/resource_identity_type.rb +1 -1
  39. data/lib/generated/azure_mgmt_resources/models/resource_list_result.rb +2 -1
  40. data/lib/generated/azure_mgmt_resources/models/resource_management_error_with_details.rb +3 -3
  41. data/lib/generated/azure_mgmt_resources/models/resource_provider_operation_display_properties.rb +2 -1
  42. data/lib/generated/azure_mgmt_resources/models/resources_move_info.rb +2 -1
  43. data/lib/generated/azure_mgmt_resources/models/sku.rb +2 -1
  44. data/lib/generated/azure_mgmt_resources/models/tag_count.rb +2 -1
  45. data/lib/generated/azure_mgmt_resources/models/tag_details.rb +2 -1
  46. data/lib/generated/azure_mgmt_resources/models/tag_value.rb +2 -1
  47. data/lib/generated/azure_mgmt_resources/models/tags_list_result.rb +2 -1
  48. data/lib/generated/azure_mgmt_resources/models/target_resource.rb +2 -1
  49. data/lib/generated/azure_mgmt_resources/models/template_link.rb +2 -1
  50. data/lib/generated/azure_mgmt_resources/module_definition.rb +1 -1
  51. data/lib/generated/azure_mgmt_resources/providers.rb +15 -16
  52. data/lib/generated/azure_mgmt_resources/resource_groups.rb +42 -258
  53. data/lib/generated/azure_mgmt_resources/resource_management_client.rb +6 -6
  54. data/lib/generated/azure_mgmt_resources/resources.rb +252 -38
  55. data/lib/generated/azure_mgmt_resources/tags.rb +18 -19
  56. data/lib/generated/azure_mgmt_resources/version.rb +2 -2
  57. metadata +5 -4
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [String] The ID of the dependency.
16
17
  attr_accessor :id
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -13,6 +13,7 @@ module Azure::ARM::Resources
13
13
 
14
14
  include MsRestAzure
15
15
 
16
+ include MsRest::JSONable
16
17
  # @return [String] Specifies the type of information to log for
17
18
  # debugging. The permitted values are none, requestContent,
18
19
  # responseContent, or both requestContent and responseContent separated
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [Array<BasicDependency>] The list of dependencies.
16
17
  attr_accessor :depends_on
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [DeploymentProperties] The deployment properties.
16
17
  attr_accessor :properties
17
18
 
@@ -29,7 +30,7 @@ module Azure::ARM::Resources
29
30
  class_name: 'Deployment',
30
31
  model_properties: {
31
32
  properties: {
32
- required: false,
33
+ required: true,
33
34
  serialized_name: 'properties',
34
35
  type: {
35
36
  name: 'Composite',
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return The template content.
16
17
  attr_accessor :template
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [String] The ID of the deployment.
16
17
  attr_accessor :id
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [String] The provisioning state.
16
17
  attr_accessor :provisioning_state
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [Array<DeploymentExtended>] An array of deployments.
16
17
  attr_accessor :value
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [String] Full deployment operation ID.
16
17
  attr_accessor :id
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [String] The state of the provisioning.
16
17
  attr_accessor :provisioning_state
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [Array<DeploymentOperation>] An array of deployment operations.
16
17
  attr_accessor :value
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return The template content. You use this element when you want to
16
17
  # pass the template syntax directly in the request rather than link to an
17
18
  # existing template. It can be a JObject or well-formed JSON string. Use
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [String] The state of the provisioning.
16
17
  attr_accessor :provisioning_state
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [ResourceManagementErrorWithDetails] Validation error.
16
17
  attr_accessor :error
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [Array<String>] The IDs of the resources. The only supported
16
17
  # string currently is '*' (all resources). Future updates will support
17
18
  # exporting specific resources.
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [Plan] The plan of the resource.
16
17
  attr_accessor :plan
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [String] The resource type.
16
17
  attr_accessor :resource_type
17
18
 
@@ -1,18 +1,18 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Resources
7
7
  module Models
8
8
  #
9
- # Model object.
10
- #
9
+ # HTTP message.
11
10
  #
12
11
  class HttpMessage
13
12
 
14
13
  include MsRestAzure
15
14
 
15
+ include MsRest::JSONable
16
16
  # @return HTTP message content.
17
17
  attr_accessor :content
18
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [String] The principal ID of resource identity.
16
17
  attr_accessor :principal_id
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [String] The URI of the parameters file.
16
17
  attr_accessor :uri
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [String] The plan ID.
16
17
  attr_accessor :name
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [String] The provider ID.
16
17
  attr_accessor :id
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [Array<Provider>] An array of resource providers.
16
17
  attr_accessor :value
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [String] The resource type.
16
17
  attr_accessor :resource_type
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [String] The ID of the resource group.
16
17
  attr_accessor :id
17
18
 
@@ -1,18 +1,18 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Resources
7
7
  module Models
8
8
  #
9
- # Model object.
10
- #
9
+ # Resource group export result.
11
10
  #
12
11
  class ResourceGroupExportResult
13
12
 
14
13
  include MsRestAzure
15
14
 
15
+ include MsRest::JSONable
16
16
  # @return The template content.
17
17
  attr_accessor :template
18
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [String] The tag name.
16
17
  attr_accessor :tag_name
17
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,6 +12,7 @@ module Azure::ARM::Resources
12
12
 
13
13
  include MsRestAzure
14
14
 
15
+ include MsRest::JSONable
15
16
  # @return [Array<ResourceGroup>] An array of resource groups.
16
17
  attr_accessor :value
17
18