Merge pull request #2827 from kairu-ms/fix-as-lazy-as-lazy-bug
fix *_az_lazy_az_lazy issue
This commit is contained in:
Коммит
ba4a63320e
|
@ -1,3 +1,12 @@
|
|||
## 2021.03.11 - Azure Ruby SDK Release
|
||||
- azure_key_vault - v0.18.1
|
||||
- azure_mgmt_cdn - v0.18.2
|
||||
- azure_mgmt_features - v0.17.5
|
||||
- azure_mgmt_logic - v0.18.3
|
||||
- azure_mgmt_network - v0.26.1
|
||||
- azure_mgmt_web - v0.18.1
|
||||
- azure_sdk - v0.71.0
|
||||
|
||||
## 2021.02.26 - Azure Ruby SDK Release
|
||||
- azure_mgmt_compute - v0.22.0
|
||||
- azure_mgmt_storage - v0.23.0
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
|
||||
module Azure
|
||||
VERSION = '0.70.0'
|
||||
VERSION = '0.71.0'
|
||||
end
|
||||
|
|
|
@ -1,18 +1,13 @@
|
|||
{
|
||||
"data": [
|
||||
"azure_key_vault"
|
||||
],
|
||||
"management": [
|
||||
"azure_mgmt_compute",
|
||||
"azure_mgmt_storage",
|
||||
"azure_mgmt_cosmosdb",
|
||||
"azure_mgmt_storagecache",
|
||||
"azure_mgmt_media_services",
|
||||
"azure_mgmt_netapp",
|
||||
"azure_mgmt_event_grid",
|
||||
"azure_mgmt_monitor",
|
||||
"azure_mgmt_web",
|
||||
"azure_mgmt_container_instance",
|
||||
"azure_mgmt_data_factory",
|
||||
"azure_mgmt_iot_central",
|
||||
"azure_mgmt_kubernetes_configuration"
|
||||
"azure_mgmt_cdn",
|
||||
"azure_mgmt_features",
|
||||
"azure_mgmt_logic",
|
||||
"azure_mgmt_network",
|
||||
"azure_mgmt_web"
|
||||
],
|
||||
"rollup": [
|
||||
"azure_sdk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"rollup": {
|
||||
"azure_sdk": "0.70.0"
|
||||
"azure_sdk": "0.71.0"
|
||||
},
|
||||
"data": {
|
||||
"azure_cognitiveservices_anomalydetector": "0.17.1",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"azure_cognitiveservices_visualsearch": "0.18.2",
|
||||
"azure_event_grid": "0.18.1",
|
||||
"azure_graph_rbac": "0.17.2",
|
||||
"azure_key_vault": "0.18.0",
|
||||
"azure_key_vault": "0.18.1",
|
||||
"azure_service_fabric": "0.18.1"
|
||||
},
|
||||
"management": {
|
||||
|
@ -49,7 +49,7 @@
|
|||
"azure_mgmt_batchai": "0.17.1",
|
||||
"azure_mgmt_billing": "0.17.3",
|
||||
"azure_mgmt_bot_service": "0.17.1",
|
||||
"azure_mgmt_cdn": "0.18.1",
|
||||
"azure_mgmt_cdn": "0.18.2",
|
||||
"azure_mgmt_cognitive_services": "0.19.3",
|
||||
"azure_mgmt_commerce": "0.17.2",
|
||||
"azure_mgmt_compute": "0.22.0",
|
||||
|
@ -76,7 +76,7 @@
|
|||
"azure_mgmt_edgegateway": "0.18.1",
|
||||
"azure_mgmt_event_grid": "0.21.0",
|
||||
"azure_mgmt_event_hub": "0.18.2",
|
||||
"azure_mgmt_features": "0.17.4",
|
||||
"azure_mgmt_features": "0.17.5",
|
||||
"azure_mgmt_hanaonazure": "0.18.1",
|
||||
"azure_mgmt_hdinsight": "0.18.5",
|
||||
"azure_mgmt_healthcare_apis": "0.17.0",
|
||||
|
@ -90,7 +90,7 @@
|
|||
"azure_mgmt_labservices": "0.17.2",
|
||||
"azure_mgmt_links": "0.17.3",
|
||||
"azure_mgmt_locks": "0.17.4",
|
||||
"azure_mgmt_logic": "0.18.2",
|
||||
"azure_mgmt_logic": "0.18.3",
|
||||
"azure_mgmt_machine_learning": "0.17.3",
|
||||
"azure_mgmt_machine_learning_services": "0.17.3",
|
||||
"azure_mgmt_maintenance": "0.17.1",
|
||||
|
@ -104,7 +104,7 @@
|
|||
"azure_mgmt_msi": "0.17.2",
|
||||
"azure_mgmt_mysql": "0.17.2",
|
||||
"azure_mgmt_netapp": "0.23.0",
|
||||
"azure_mgmt_network": "0.26.0",
|
||||
"azure_mgmt_network": "0.26.1",
|
||||
"azure_mgmt_notification_hubs": "0.17.3",
|
||||
"azure_mgmt_operational_insights": "0.20.0",
|
||||
"azure_mgmt_operations_management": "0.17.1",
|
||||
|
@ -147,6 +147,6 @@
|
|||
"azure_mgmt_time_series_insights": "0.17.1",
|
||||
"azure_mgmt_traffic_manager": "0.17.4",
|
||||
"azure_mgmt_vmware_cloudsimple": "0.17.1",
|
||||
"azure_mgmt_web": "0.18.0"
|
||||
"azure_mgmt_web": "0.18.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5507,7 +5507,7 @@ module Azure::KeyVault::V2015_06_01
|
|||
# @return [KeyListResult] operation results.
|
||||
#
|
||||
def get_key_versions_as_lazy(vault_base_url, key_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_key_versions_as_lazy_as_lazy(vault_base_url, key_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_key_versions_as_lazy_async(vault_base_url, key_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -5606,7 +5606,7 @@ module Azure::KeyVault::V2015_06_01
|
|||
# @return [KeyListResult] operation results.
|
||||
#
|
||||
def get_keys_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_keys_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_keys_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -5701,7 +5701,7 @@ module Azure::KeyVault::V2015_06_01
|
|||
# @return [SecretListResult] operation results.
|
||||
#
|
||||
def get_secrets_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_secrets_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_secrets_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -5797,7 +5797,7 @@ module Azure::KeyVault::V2015_06_01
|
|||
# @return [SecretListResult] operation results.
|
||||
#
|
||||
def get_secret_versions_as_lazy(vault_base_url, secret_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_secret_versions_as_lazy_as_lazy(vault_base_url, secret_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_secret_versions_as_lazy_async(vault_base_url, secret_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -5896,7 +5896,7 @@ module Azure::KeyVault::V2015_06_01
|
|||
# @return [CertificateListResult] operation results.
|
||||
#
|
||||
def get_certificates_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_certificates_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_certificates_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -5991,7 +5991,7 @@ module Azure::KeyVault::V2015_06_01
|
|||
# @return [CertificateIssuerListResult] operation results.
|
||||
#
|
||||
def get_certificate_issuers_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_certificate_issuers_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_certificate_issuers_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -6087,7 +6087,7 @@ module Azure::KeyVault::V2015_06_01
|
|||
# @return [CertificateListResult] operation results.
|
||||
#
|
||||
def get_certificate_versions_as_lazy(vault_base_url, certificate_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_certificate_versions_as_lazy_as_lazy(vault_base_url, certificate_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_certificate_versions_as_lazy_async(vault_base_url, certificate_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -6180,7 +6180,7 @@ module Azure::KeyVault::V2015_06_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -9623,7 +9623,7 @@ module Azure::KeyVault::V2016_10_01
|
|||
# @return [KeyListResult] operation results.
|
||||
#
|
||||
def get_key_versions_as_lazy(vault_base_url, key_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_key_versions_as_lazy_as_lazy(vault_base_url, key_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_key_versions_as_lazy_async(vault_base_url, key_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -9734,7 +9734,7 @@ module Azure::KeyVault::V2016_10_01
|
|||
# @return [KeyListResult] operation results.
|
||||
#
|
||||
def get_keys_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_keys_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_keys_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -9848,7 +9848,7 @@ module Azure::KeyVault::V2016_10_01
|
|||
# @return [DeletedKeyListResult] operation results.
|
||||
#
|
||||
def get_deleted_keys_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_keys_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_keys_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -9962,7 +9962,7 @@ module Azure::KeyVault::V2016_10_01
|
|||
# @return [SecretListResult] operation results.
|
||||
#
|
||||
def get_secrets_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_secrets_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_secrets_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -10072,7 +10072,7 @@ module Azure::KeyVault::V2016_10_01
|
|||
# @return [SecretListResult] operation results.
|
||||
#
|
||||
def get_secret_versions_as_lazy(vault_base_url, secret_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_secret_versions_as_lazy_as_lazy(vault_base_url, secret_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_secret_versions_as_lazy_async(vault_base_url, secret_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -10183,7 +10183,7 @@ module Azure::KeyVault::V2016_10_01
|
|||
# @return [DeletedSecretListResult] operation results.
|
||||
#
|
||||
def get_deleted_secrets_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_secrets_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_secrets_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -10290,7 +10290,7 @@ module Azure::KeyVault::V2016_10_01
|
|||
# @return [CertificateListResult] operation results.
|
||||
#
|
||||
def get_certificates_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_certificates_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_certificates_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -10397,7 +10397,7 @@ module Azure::KeyVault::V2016_10_01
|
|||
# @return [CertificateIssuerListResult] operation results.
|
||||
#
|
||||
def get_certificate_issuers_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_certificate_issuers_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_certificate_issuers_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -10505,7 +10505,7 @@ module Azure::KeyVault::V2016_10_01
|
|||
# @return [CertificateListResult] operation results.
|
||||
#
|
||||
def get_certificate_versions_as_lazy(vault_base_url, certificate_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_certificate_versions_as_lazy_as_lazy(vault_base_url, certificate_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_certificate_versions_as_lazy_async(vault_base_url, certificate_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -10619,7 +10619,7 @@ module Azure::KeyVault::V2016_10_01
|
|||
# @return [DeletedCertificateListResult] operation results.
|
||||
#
|
||||
def get_deleted_certificates_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_certificates_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_certificates_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -10729,7 +10729,7 @@ module Azure::KeyVault::V2016_10_01
|
|||
# @return [StorageListResult] operation results.
|
||||
#
|
||||
def get_storage_accounts_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_storage_accounts_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_storage_accounts_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -10828,7 +10828,7 @@ module Azure::KeyVault::V2016_10_01
|
|||
# @return [SasDefinitionListResult] operation results.
|
||||
#
|
||||
def get_sas_definitions_as_lazy(vault_base_url, storage_account_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_sas_definitions_as_lazy_as_lazy(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_sas_definitions_as_lazy_async(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -10924,7 +10924,7 @@ module Azure::KeyVault::V2016_10_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -11110,7 +11110,7 @@ module Azure::KeyVault::V7_0_preview
|
|||
# @return [KeyListResult] operation results.
|
||||
#
|
||||
def get_key_versions_as_lazy(vault_base_url, key_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_key_versions_as_lazy_as_lazy(vault_base_url, key_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_key_versions_as_lazy_async(vault_base_url, key_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11221,7 +11221,7 @@ module Azure::KeyVault::V7_0_preview
|
|||
# @return [KeyListResult] operation results.
|
||||
#
|
||||
def get_keys_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_keys_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_keys_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11335,7 +11335,7 @@ module Azure::KeyVault::V7_0_preview
|
|||
# @return [DeletedKeyListResult] operation results.
|
||||
#
|
||||
def get_deleted_keys_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_keys_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_keys_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11449,7 +11449,7 @@ module Azure::KeyVault::V7_0_preview
|
|||
# @return [SecretListResult] operation results.
|
||||
#
|
||||
def get_secrets_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_secrets_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_secrets_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11559,7 +11559,7 @@ module Azure::KeyVault::V7_0_preview
|
|||
# @return [SecretListResult] operation results.
|
||||
#
|
||||
def get_secret_versions_as_lazy(vault_base_url, secret_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_secret_versions_as_lazy_as_lazy(vault_base_url, secret_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_secret_versions_as_lazy_async(vault_base_url, secret_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11670,7 +11670,7 @@ module Azure::KeyVault::V7_0_preview
|
|||
# @return [DeletedSecretListResult] operation results.
|
||||
#
|
||||
def get_deleted_secrets_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_secrets_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_secrets_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11779,7 +11779,7 @@ module Azure::KeyVault::V7_0_preview
|
|||
# @return [CertificateListResult] operation results.
|
||||
#
|
||||
def get_certificates_as_lazy(vault_base_url, maxresults:nil, include_pending:nil, custom_headers:nil)
|
||||
first_page = get_certificates_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page = get_certificates_as_lazy_async(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11890,7 +11890,7 @@ module Azure::KeyVault::V7_0_preview
|
|||
# @return [CertificateIssuerListResult] operation results.
|
||||
#
|
||||
def get_certificate_issuers_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_certificate_issuers_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_certificate_issuers_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11998,7 +11998,7 @@ module Azure::KeyVault::V7_0_preview
|
|||
# @return [CertificateListResult] operation results.
|
||||
#
|
||||
def get_certificate_versions_as_lazy(vault_base_url, certificate_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_certificate_versions_as_lazy_as_lazy(vault_base_url, certificate_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_certificate_versions_as_lazy_async(vault_base_url, certificate_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12114,7 +12114,7 @@ module Azure::KeyVault::V7_0_preview
|
|||
# @return [DeletedCertificateListResult] operation results.
|
||||
#
|
||||
def get_deleted_certificates_as_lazy(vault_base_url, maxresults:nil, include_pending:nil, custom_headers:nil)
|
||||
first_page = get_deleted_certificates_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page = get_deleted_certificates_as_lazy_async(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12228,7 +12228,7 @@ module Azure::KeyVault::V7_0_preview
|
|||
# @return [StorageListResult] operation results.
|
||||
#
|
||||
def get_storage_accounts_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_storage_accounts_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_storage_accounts_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12329,7 +12329,7 @@ module Azure::KeyVault::V7_0_preview
|
|||
# @return [DeletedStorageListResult] operation results.
|
||||
#
|
||||
def get_deleted_storage_accounts_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_storage_accounts_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_storage_accounts_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12434,7 +12434,7 @@ module Azure::KeyVault::V7_0_preview
|
|||
# @return [SasDefinitionListResult] operation results.
|
||||
#
|
||||
def get_sas_definitions_as_lazy(vault_base_url, storage_account_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_sas_definitions_as_lazy_as_lazy(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_sas_definitions_as_lazy_async(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12541,7 +12541,7 @@ module Azure::KeyVault::V7_0_preview
|
|||
# @return [DeletedSasDefinitionListResult] operation results.
|
||||
#
|
||||
def get_deleted_sas_definitions_as_lazy(vault_base_url, storage_account_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_sas_definitions_as_lazy_as_lazy(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_sas_definitions_as_lazy_async(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12643,7 +12643,7 @@ module Azure::KeyVault::V7_0_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -11119,7 +11119,7 @@ module Azure::KeyVault::V7_0
|
|||
# @return [KeyListResult] operation results.
|
||||
#
|
||||
def get_key_versions_as_lazy(vault_base_url, key_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_key_versions_as_lazy_as_lazy(vault_base_url, key_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_key_versions_as_lazy_async(vault_base_url, key_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11230,7 +11230,7 @@ module Azure::KeyVault::V7_0
|
|||
# @return [KeyListResult] operation results.
|
||||
#
|
||||
def get_keys_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_keys_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_keys_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11344,7 +11344,7 @@ module Azure::KeyVault::V7_0
|
|||
# @return [DeletedKeyListResult] operation results.
|
||||
#
|
||||
def get_deleted_keys_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_keys_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_keys_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11458,7 +11458,7 @@ module Azure::KeyVault::V7_0
|
|||
# @return [SecretListResult] operation results.
|
||||
#
|
||||
def get_secrets_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_secrets_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_secrets_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11568,7 +11568,7 @@ module Azure::KeyVault::V7_0
|
|||
# @return [SecretListResult] operation results.
|
||||
#
|
||||
def get_secret_versions_as_lazy(vault_base_url, secret_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_secret_versions_as_lazy_as_lazy(vault_base_url, secret_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_secret_versions_as_lazy_async(vault_base_url, secret_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11679,7 +11679,7 @@ module Azure::KeyVault::V7_0
|
|||
# @return [DeletedSecretListResult] operation results.
|
||||
#
|
||||
def get_deleted_secrets_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_secrets_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_secrets_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11788,7 +11788,7 @@ module Azure::KeyVault::V7_0
|
|||
# @return [CertificateListResult] operation results.
|
||||
#
|
||||
def get_certificates_as_lazy(vault_base_url, maxresults:nil, include_pending:nil, custom_headers:nil)
|
||||
first_page = get_certificates_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page = get_certificates_as_lazy_async(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11899,7 +11899,7 @@ module Azure::KeyVault::V7_0
|
|||
# @return [CertificateIssuerListResult] operation results.
|
||||
#
|
||||
def get_certificate_issuers_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_certificate_issuers_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_certificate_issuers_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12007,7 +12007,7 @@ module Azure::KeyVault::V7_0
|
|||
# @return [CertificateListResult] operation results.
|
||||
#
|
||||
def get_certificate_versions_as_lazy(vault_base_url, certificate_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_certificate_versions_as_lazy_as_lazy(vault_base_url, certificate_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_certificate_versions_as_lazy_async(vault_base_url, certificate_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12123,7 +12123,7 @@ module Azure::KeyVault::V7_0
|
|||
# @return [DeletedCertificateListResult] operation results.
|
||||
#
|
||||
def get_deleted_certificates_as_lazy(vault_base_url, maxresults:nil, include_pending:nil, custom_headers:nil)
|
||||
first_page = get_deleted_certificates_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page = get_deleted_certificates_as_lazy_async(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12237,7 +12237,7 @@ module Azure::KeyVault::V7_0
|
|||
# @return [StorageListResult] operation results.
|
||||
#
|
||||
def get_storage_accounts_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_storage_accounts_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_storage_accounts_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12338,7 +12338,7 @@ module Azure::KeyVault::V7_0
|
|||
# @return [DeletedStorageListResult] operation results.
|
||||
#
|
||||
def get_deleted_storage_accounts_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_storage_accounts_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_storage_accounts_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12443,7 +12443,7 @@ module Azure::KeyVault::V7_0
|
|||
# @return [SasDefinitionListResult] operation results.
|
||||
#
|
||||
def get_sas_definitions_as_lazy(vault_base_url, storage_account_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_sas_definitions_as_lazy_as_lazy(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_sas_definitions_as_lazy_async(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12550,7 +12550,7 @@ module Azure::KeyVault::V7_0
|
|||
# @return [DeletedSasDefinitionListResult] operation results.
|
||||
#
|
||||
def get_deleted_sas_definitions_as_lazy(vault_base_url, storage_account_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_sas_definitions_as_lazy_as_lazy(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_sas_definitions_as_lazy_async(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12652,7 +12652,7 @@ module Azure::KeyVault::V7_0
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -11124,7 +11124,7 @@ module Azure::KeyVault::V7_1_preview
|
|||
# @return [CertificateListResult] operation results.
|
||||
#
|
||||
def get_certificates_as_lazy(vault_base_url, maxresults:nil, include_pending:nil, custom_headers:nil)
|
||||
first_page = get_certificates_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page = get_certificates_as_lazy_async(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11235,7 +11235,7 @@ module Azure::KeyVault::V7_1_preview
|
|||
# @return [CertificateIssuerListResult] operation results.
|
||||
#
|
||||
def get_certificate_issuers_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_certificate_issuers_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_certificate_issuers_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11343,7 +11343,7 @@ module Azure::KeyVault::V7_1_preview
|
|||
# @return [CertificateListResult] operation results.
|
||||
#
|
||||
def get_certificate_versions_as_lazy(vault_base_url, certificate_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_certificate_versions_as_lazy_as_lazy(vault_base_url, certificate_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_certificate_versions_as_lazy_async(vault_base_url, certificate_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11459,7 +11459,7 @@ module Azure::KeyVault::V7_1_preview
|
|||
# @return [DeletedCertificateListResult] operation results.
|
||||
#
|
||||
def get_deleted_certificates_as_lazy(vault_base_url, maxresults:nil, include_pending:nil, custom_headers:nil)
|
||||
first_page = get_deleted_certificates_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page = get_deleted_certificates_as_lazy_async(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11576,7 +11576,7 @@ module Azure::KeyVault::V7_1_preview
|
|||
# @return [KeyListResult] operation results.
|
||||
#
|
||||
def get_key_versions_as_lazy(vault_base_url, key_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_key_versions_as_lazy_as_lazy(vault_base_url, key_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_key_versions_as_lazy_async(vault_base_url, key_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11687,7 +11687,7 @@ module Azure::KeyVault::V7_1_preview
|
|||
# @return [KeyListResult] operation results.
|
||||
#
|
||||
def get_keys_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_keys_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_keys_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11801,7 +11801,7 @@ module Azure::KeyVault::V7_1_preview
|
|||
# @return [DeletedKeyListResult] operation results.
|
||||
#
|
||||
def get_deleted_keys_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_keys_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_keys_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11915,7 +11915,7 @@ module Azure::KeyVault::V7_1_preview
|
|||
# @return [SecretListResult] operation results.
|
||||
#
|
||||
def get_secrets_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_secrets_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_secrets_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12025,7 +12025,7 @@ module Azure::KeyVault::V7_1_preview
|
|||
# @return [SecretListResult] operation results.
|
||||
#
|
||||
def get_secret_versions_as_lazy(vault_base_url, secret_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_secret_versions_as_lazy_as_lazy(vault_base_url, secret_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_secret_versions_as_lazy_async(vault_base_url, secret_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12136,7 +12136,7 @@ module Azure::KeyVault::V7_1_preview
|
|||
# @return [DeletedSecretListResult] operation results.
|
||||
#
|
||||
def get_deleted_secrets_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_secrets_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_secrets_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12240,7 +12240,7 @@ module Azure::KeyVault::V7_1_preview
|
|||
# @return [StorageListResult] operation results.
|
||||
#
|
||||
def get_storage_accounts_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_storage_accounts_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_storage_accounts_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12341,7 +12341,7 @@ module Azure::KeyVault::V7_1_preview
|
|||
# @return [DeletedStorageListResult] operation results.
|
||||
#
|
||||
def get_deleted_storage_accounts_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_storage_accounts_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_storage_accounts_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12446,7 +12446,7 @@ module Azure::KeyVault::V7_1_preview
|
|||
# @return [SasDefinitionListResult] operation results.
|
||||
#
|
||||
def get_sas_definitions_as_lazy(vault_base_url, storage_account_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_sas_definitions_as_lazy_as_lazy(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_sas_definitions_as_lazy_async(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12553,7 +12553,7 @@ module Azure::KeyVault::V7_1_preview
|
|||
# @return [DeletedSasDefinitionListResult] operation results.
|
||||
#
|
||||
def get_deleted_sas_definitions_as_lazy(vault_base_url, storage_account_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_sas_definitions_as_lazy_as_lazy(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_sas_definitions_as_lazy_async(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12655,7 +12655,7 @@ module Azure::KeyVault::V7_1_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -11121,7 +11121,7 @@ module Azure::KeyVault::V7_1
|
|||
# @return [CertificateListResult] operation results.
|
||||
#
|
||||
def get_certificates_as_lazy(vault_base_url, maxresults:nil, include_pending:nil, custom_headers:nil)
|
||||
first_page = get_certificates_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page = get_certificates_as_lazy_async(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11232,7 +11232,7 @@ module Azure::KeyVault::V7_1
|
|||
# @return [CertificateIssuerListResult] operation results.
|
||||
#
|
||||
def get_certificate_issuers_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_certificate_issuers_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_certificate_issuers_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11340,7 +11340,7 @@ module Azure::KeyVault::V7_1
|
|||
# @return [CertificateListResult] operation results.
|
||||
#
|
||||
def get_certificate_versions_as_lazy(vault_base_url, certificate_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_certificate_versions_as_lazy_as_lazy(vault_base_url, certificate_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_certificate_versions_as_lazy_async(vault_base_url, certificate_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11456,7 +11456,7 @@ module Azure::KeyVault::V7_1
|
|||
# @return [DeletedCertificateListResult] operation results.
|
||||
#
|
||||
def get_deleted_certificates_as_lazy(vault_base_url, maxresults:nil, include_pending:nil, custom_headers:nil)
|
||||
first_page = get_deleted_certificates_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page = get_deleted_certificates_as_lazy_async(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11573,7 +11573,7 @@ module Azure::KeyVault::V7_1
|
|||
# @return [KeyListResult] operation results.
|
||||
#
|
||||
def get_key_versions_as_lazy(vault_base_url, key_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_key_versions_as_lazy_as_lazy(vault_base_url, key_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_key_versions_as_lazy_async(vault_base_url, key_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11684,7 +11684,7 @@ module Azure::KeyVault::V7_1
|
|||
# @return [KeyListResult] operation results.
|
||||
#
|
||||
def get_keys_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_keys_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_keys_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11798,7 +11798,7 @@ module Azure::KeyVault::V7_1
|
|||
# @return [DeletedKeyListResult] operation results.
|
||||
#
|
||||
def get_deleted_keys_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_keys_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_keys_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -11912,7 +11912,7 @@ module Azure::KeyVault::V7_1
|
|||
# @return [SecretListResult] operation results.
|
||||
#
|
||||
def get_secrets_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_secrets_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_secrets_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12022,7 +12022,7 @@ module Azure::KeyVault::V7_1
|
|||
# @return [SecretListResult] operation results.
|
||||
#
|
||||
def get_secret_versions_as_lazy(vault_base_url, secret_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_secret_versions_as_lazy_as_lazy(vault_base_url, secret_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_secret_versions_as_lazy_async(vault_base_url, secret_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12133,7 +12133,7 @@ module Azure::KeyVault::V7_1
|
|||
# @return [DeletedSecretListResult] operation results.
|
||||
#
|
||||
def get_deleted_secrets_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_secrets_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_secrets_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12237,7 +12237,7 @@ module Azure::KeyVault::V7_1
|
|||
# @return [StorageListResult] operation results.
|
||||
#
|
||||
def get_storage_accounts_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_storage_accounts_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_storage_accounts_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12338,7 +12338,7 @@ module Azure::KeyVault::V7_1
|
|||
# @return [DeletedStorageListResult] operation results.
|
||||
#
|
||||
def get_deleted_storage_accounts_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_storage_accounts_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_storage_accounts_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12443,7 +12443,7 @@ module Azure::KeyVault::V7_1
|
|||
# @return [SasDefinitionListResult] operation results.
|
||||
#
|
||||
def get_sas_definitions_as_lazy(vault_base_url, storage_account_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_sas_definitions_as_lazy_as_lazy(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_sas_definitions_as_lazy_async(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12550,7 +12550,7 @@ module Azure::KeyVault::V7_1
|
|||
# @return [DeletedSasDefinitionListResult] operation results.
|
||||
#
|
||||
def get_deleted_sas_definitions_as_lazy(vault_base_url, storage_account_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_sas_definitions_as_lazy_as_lazy(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_sas_definitions_as_lazy_async(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12652,7 +12652,7 @@ module Azure::KeyVault::V7_1
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -12268,7 +12268,7 @@ module Azure::KeyVault::V7_2_preview
|
|||
# @return [CertificateListResult] operation results.
|
||||
#
|
||||
def get_certificates_as_lazy(vault_base_url, maxresults:nil, include_pending:nil, custom_headers:nil)
|
||||
first_page = get_certificates_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page = get_certificates_as_lazy_async(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12379,7 +12379,7 @@ module Azure::KeyVault::V7_2_preview
|
|||
# @return [CertificateIssuerListResult] operation results.
|
||||
#
|
||||
def get_certificate_issuers_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_certificate_issuers_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_certificate_issuers_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12487,7 +12487,7 @@ module Azure::KeyVault::V7_2_preview
|
|||
# @return [CertificateListResult] operation results.
|
||||
#
|
||||
def get_certificate_versions_as_lazy(vault_base_url, certificate_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_certificate_versions_as_lazy_as_lazy(vault_base_url, certificate_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_certificate_versions_as_lazy_async(vault_base_url, certificate_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12603,7 +12603,7 @@ module Azure::KeyVault::V7_2_preview
|
|||
# @return [DeletedCertificateListResult] operation results.
|
||||
#
|
||||
def get_deleted_certificates_as_lazy(vault_base_url, maxresults:nil, include_pending:nil, custom_headers:nil)
|
||||
first_page = get_deleted_certificates_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page = get_deleted_certificates_as_lazy_async(vault_base_url, maxresults:maxresults, include_pending:include_pending, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12720,7 +12720,7 @@ module Azure::KeyVault::V7_2_preview
|
|||
# @return [KeyListResult] operation results.
|
||||
#
|
||||
def get_key_versions_as_lazy(vault_base_url, key_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_key_versions_as_lazy_as_lazy(vault_base_url, key_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_key_versions_as_lazy_async(vault_base_url, key_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12831,7 +12831,7 @@ module Azure::KeyVault::V7_2_preview
|
|||
# @return [KeyListResult] operation results.
|
||||
#
|
||||
def get_keys_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_keys_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_keys_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -12945,7 +12945,7 @@ module Azure::KeyVault::V7_2_preview
|
|||
# @return [DeletedKeyListResult] operation results.
|
||||
#
|
||||
def get_deleted_keys_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_keys_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_keys_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -13059,7 +13059,7 @@ module Azure::KeyVault::V7_2_preview
|
|||
# @return [SecretListResult] operation results.
|
||||
#
|
||||
def get_secrets_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_secrets_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_secrets_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -13169,7 +13169,7 @@ module Azure::KeyVault::V7_2_preview
|
|||
# @return [SecretListResult] operation results.
|
||||
#
|
||||
def get_secret_versions_as_lazy(vault_base_url, secret_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_secret_versions_as_lazy_as_lazy(vault_base_url, secret_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_secret_versions_as_lazy_async(vault_base_url, secret_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -13280,7 +13280,7 @@ module Azure::KeyVault::V7_2_preview
|
|||
# @return [DeletedSecretListResult] operation results.
|
||||
#
|
||||
def get_deleted_secrets_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_secrets_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_secrets_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -13384,7 +13384,7 @@ module Azure::KeyVault::V7_2_preview
|
|||
# @return [StorageListResult] operation results.
|
||||
#
|
||||
def get_storage_accounts_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_storage_accounts_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_storage_accounts_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -13485,7 +13485,7 @@ module Azure::KeyVault::V7_2_preview
|
|||
# @return [DeletedStorageListResult] operation results.
|
||||
#
|
||||
def get_deleted_storage_accounts_as_lazy(vault_base_url, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_storage_accounts_as_lazy_as_lazy(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_storage_accounts_as_lazy_async(vault_base_url, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -13590,7 +13590,7 @@ module Azure::KeyVault::V7_2_preview
|
|||
# @return [SasDefinitionListResult] operation results.
|
||||
#
|
||||
def get_sas_definitions_as_lazy(vault_base_url, storage_account_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_sas_definitions_as_lazy_as_lazy(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_sas_definitions_as_lazy_async(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -13697,7 +13697,7 @@ module Azure::KeyVault::V7_2_preview
|
|||
# @return [DeletedSasDefinitionListResult] operation results.
|
||||
#
|
||||
def get_deleted_sas_definitions_as_lazy(vault_base_url, storage_account_name, maxresults:nil, custom_headers:nil)
|
||||
first_page = get_deleted_sas_definitions_as_lazy_as_lazy(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page = get_deleted_sas_definitions_as_lazy_async(vault_base_url, storage_account_name, maxresults:maxresults, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -13799,7 +13799,7 @@ module Azure::KeyVault::V7_2_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
|
||||
module Azure::KeyVault
|
||||
VERSION = '0.18.0'
|
||||
VERSION = '0.18.1'
|
||||
end
|
||||
|
|
|
@ -145,7 +145,7 @@ module Azure::CDN::Mgmt::V2015_06_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_cdn'
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
sdk_information = "#{sdk_information}/0.18.2"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -145,7 +145,7 @@ module Azure::CDN::Mgmt::V2016_04_02
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_cdn'
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
sdk_information = "#{sdk_information}/0.18.2"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -601,7 +601,7 @@ module Azure::CDN::Mgmt::V2016_10_02
|
|||
# @return [ResourceUsageListResult] operation results.
|
||||
#
|
||||
def list_resource_usage_as_lazy(custom_headers:nil)
|
||||
first_page = list_resource_usage_as_lazy_as_lazy(custom_headers:custom_headers)
|
||||
first_page = list_resource_usage_as_lazy_async(custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -681,7 +681,7 @@ module Azure::CDN::Mgmt::V2016_10_02
|
|||
# @return [OperationListResult] operation results.
|
||||
#
|
||||
def list_operations_as_lazy(custom_headers:nil)
|
||||
first_page = list_operations_as_lazy_as_lazy(custom_headers:custom_headers)
|
||||
first_page = list_operations_as_lazy_async(custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -757,7 +757,7 @@ module Azure::CDN::Mgmt::V2016_10_02
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_cdn'
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
sdk_information = "#{sdk_information}/0.18.2"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -356,7 +356,7 @@ module Azure::CDN::Mgmt::V2017_04_02
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_cdn'
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
sdk_information = "#{sdk_information}/0.18.2"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -459,7 +459,7 @@ module Azure::CDN::Mgmt::V2017_10_12
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_cdn'
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
sdk_information = "#{sdk_information}/0.18.2"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -471,7 +471,7 @@ module Azure::CDN::Mgmt::V2020_04_15
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_cdn'
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
sdk_information = "#{sdk_information}/0.18.2"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -526,7 +526,7 @@ module Azure::CDN::Mgmt::V2020_09_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_cdn'
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
sdk_information = "#{sdk_information}/0.18.2"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
|
||||
module Azure::CDN::Mgmt
|
||||
VERSION = '0.18.1'
|
||||
VERSION = '0.18.2'
|
||||
end
|
||||
|
|
|
@ -300,7 +300,7 @@ module Azure::Features::Mgmt::V2015_12_01
|
|||
# @return [OperationListResult] operation results.
|
||||
#
|
||||
def list_operations_as_lazy(custom_headers:nil)
|
||||
first_page = list_operations_as_lazy_as_lazy(custom_headers:custom_headers)
|
||||
first_page = list_operations_as_lazy_async(custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -376,7 +376,7 @@ module Azure::Features::Mgmt::V2015_12_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_features'
|
||||
sdk_information = "#{sdk_information}/0.17.4"
|
||||
sdk_information = "#{sdk_information}/0.17.5"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
|
||||
module Azure::Features::Mgmt
|
||||
VERSION = '0.17.4'
|
||||
VERSION = '0.17.5'
|
||||
end
|
||||
|
|
|
@ -148,7 +148,7 @@ module Azure::Logic::Mgmt::V2015_02_01_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_logic'
|
||||
sdk_information = "#{sdk_information}/0.18.2"
|
||||
sdk_information = "#{sdk_information}/0.18.3"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -376,7 +376,7 @@ module Azure::Logic::Mgmt::V2016_06_01
|
|||
# @return [OperationListResult] operation results.
|
||||
#
|
||||
def list_operations_as_lazy(custom_headers:nil)
|
||||
first_page = list_operations_as_lazy_as_lazy(custom_headers:custom_headers)
|
||||
first_page = list_operations_as_lazy_async(custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -450,7 +450,7 @@ module Azure::Logic::Mgmt::V2016_06_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_logic'
|
||||
sdk_information = "#{sdk_information}/0.18.2"
|
||||
sdk_information = "#{sdk_information}/0.18.3"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -212,7 +212,7 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_logic'
|
||||
sdk_information = "#{sdk_information}/0.18.2"
|
||||
sdk_information = "#{sdk_information}/0.18.3"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
|
||||
module Azure::Logic::Mgmt
|
||||
VERSION = '0.18.2'
|
||||
VERSION = '0.18.3'
|
||||
end
|
||||
|
|
|
@ -292,7 +292,7 @@ module Azure::Network::Mgmt::V2015_05_01_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -292,7 +292,7 @@ module Azure::Network::Mgmt::V2015_06_15
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -292,7 +292,7 @@ module Azure::Network::Mgmt::V2016_03_30
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -296,7 +296,7 @@ module Azure::Network::Mgmt::V2016_06_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -304,7 +304,7 @@ module Azure::Network::Mgmt::V2016_09_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -316,7 +316,7 @@ module Azure::Network::Mgmt::V2016_12_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -316,7 +316,7 @@ module Azure::Network::Mgmt::V2017_03_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -130,7 +130,7 @@ module Azure::Network::Mgmt::V2017_03_30
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -372,7 +372,7 @@ module Azure::Network::Mgmt::V2017_09_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -376,7 +376,7 @@ module Azure::Network::Mgmt::V2017_10_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -376,7 +376,7 @@ module Azure::Network::Mgmt::V2017_11_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -376,7 +376,7 @@ module Azure::Network::Mgmt::V2018_01_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -394,7 +394,7 @@ module Azure::Network::Mgmt::V2018_02_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -426,7 +426,7 @@ module Azure::Network::Mgmt::V2018_04_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -426,7 +426,7 @@ module Azure::Network::Mgmt::V2018_06_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -439,7 +439,7 @@ module Azure::Network::Mgmt::V2018_07_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -586,7 +586,7 @@ module Azure::Network::Mgmt::V2018_08_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -598,7 +598,7 @@ module Azure::Network::Mgmt::V2018_10_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -598,7 +598,7 @@ module Azure::Network::Mgmt::V2018_11_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -612,7 +612,7 @@ module Azure::Network::Mgmt::V2018_12_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -624,7 +624,7 @@ module Azure::Network::Mgmt::V2019_02_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -644,7 +644,7 @@ module Azure::Network::Mgmt::V2019_04_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -664,7 +664,7 @@ module Azure::Network::Mgmt::V2019_06_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -668,7 +668,7 @@ module Azure::Network::Mgmt::V2019_07_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -905,7 +905,7 @@ module Azure::Network::Mgmt::V2019_08_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -2270,7 +2270,7 @@ module Azure::Network::Mgmt::V2019_09_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def get_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = get_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = get_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2370,7 +2370,7 @@ module Azure::Network::Mgmt::V2019_09_01
|
|||
# @return [BastionSessionDeleteResult] operation results.
|
||||
#
|
||||
def disconnect_active_sessions_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:nil)
|
||||
first_page = disconnect_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page = disconnect_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2469,7 +2469,7 @@ module Azure::Network::Mgmt::V2019_09_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def begin_put_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2568,7 +2568,7 @@ module Azure::Network::Mgmt::V2019_09_01
|
|||
# @return [BastionActiveSessionListResult] operation results.
|
||||
#
|
||||
def begin_get_active_sessions_as_lazy(resource_group_name, bastion_host_name, custom_headers:nil)
|
||||
first_page = begin_get_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page = begin_get_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2651,7 +2651,7 @@ module Azure::Network::Mgmt::V2019_09_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -2278,7 +2278,7 @@ module Azure::Network::Mgmt::V2019_11_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def get_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = get_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = get_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2378,7 +2378,7 @@ module Azure::Network::Mgmt::V2019_11_01
|
|||
# @return [BastionSessionDeleteResult] operation results.
|
||||
#
|
||||
def disconnect_active_sessions_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:nil)
|
||||
first_page = disconnect_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page = disconnect_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2477,7 +2477,7 @@ module Azure::Network::Mgmt::V2019_11_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def begin_put_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2576,7 +2576,7 @@ module Azure::Network::Mgmt::V2019_11_01
|
|||
# @return [BastionActiveSessionListResult] operation results.
|
||||
#
|
||||
def begin_get_active_sessions_as_lazy(resource_group_name, bastion_host_name, custom_headers:nil)
|
||||
first_page = begin_get_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page = begin_get_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2659,7 +2659,7 @@ module Azure::Network::Mgmt::V2019_11_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -2282,7 +2282,7 @@ module Azure::Network::Mgmt::V2019_12_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def get_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = get_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = get_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2382,7 +2382,7 @@ module Azure::Network::Mgmt::V2019_12_01
|
|||
# @return [BastionSessionDeleteResult] operation results.
|
||||
#
|
||||
def disconnect_active_sessions_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:nil)
|
||||
first_page = disconnect_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page = disconnect_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2481,7 +2481,7 @@ module Azure::Network::Mgmt::V2019_12_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def begin_put_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2580,7 +2580,7 @@ module Azure::Network::Mgmt::V2019_12_01
|
|||
# @return [BastionActiveSessionListResult] operation results.
|
||||
#
|
||||
def begin_get_active_sessions_as_lazy(resource_group_name, bastion_host_name, custom_headers:nil)
|
||||
first_page = begin_get_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page = begin_get_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2663,7 +2663,7 @@ module Azure::Network::Mgmt::V2019_12_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -2294,7 +2294,7 @@ module Azure::Network::Mgmt::V2020_03_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def get_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = get_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = get_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2394,7 +2394,7 @@ module Azure::Network::Mgmt::V2020_03_01
|
|||
# @return [BastionSessionDeleteResult] operation results.
|
||||
#
|
||||
def disconnect_active_sessions_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:nil)
|
||||
first_page = disconnect_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page = disconnect_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2493,7 +2493,7 @@ module Azure::Network::Mgmt::V2020_03_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def begin_put_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2592,7 +2592,7 @@ module Azure::Network::Mgmt::V2020_03_01
|
|||
# @return [BastionActiveSessionListResult] operation results.
|
||||
#
|
||||
def begin_get_active_sessions_as_lazy(resource_group_name, bastion_host_name, custom_headers:nil)
|
||||
first_page = begin_get_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page = begin_get_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2675,7 +2675,7 @@ module Azure::Network::Mgmt::V2020_03_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -2298,7 +2298,7 @@ module Azure::Network::Mgmt::V2020_04_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def get_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = get_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = get_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2398,7 +2398,7 @@ module Azure::Network::Mgmt::V2020_04_01
|
|||
# @return [BastionSessionDeleteResult] operation results.
|
||||
#
|
||||
def disconnect_active_sessions_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:nil)
|
||||
first_page = disconnect_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page = disconnect_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2497,7 +2497,7 @@ module Azure::Network::Mgmt::V2020_04_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def begin_put_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2596,7 +2596,7 @@ module Azure::Network::Mgmt::V2020_04_01
|
|||
# @return [BastionActiveSessionListResult] operation results.
|
||||
#
|
||||
def begin_get_active_sessions_as_lazy(resource_group_name, bastion_host_name, custom_headers:nil)
|
||||
first_page = begin_get_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page = begin_get_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2679,7 +2679,7 @@ module Azure::Network::Mgmt::V2020_04_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -2329,7 +2329,7 @@ module Azure::Network::Mgmt::V2020_05_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def get_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = get_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = get_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2429,7 +2429,7 @@ module Azure::Network::Mgmt::V2020_05_01
|
|||
# @return [BastionSessionDeleteResult] operation results.
|
||||
#
|
||||
def disconnect_active_sessions_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:nil)
|
||||
first_page = disconnect_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page = disconnect_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2528,7 +2528,7 @@ module Azure::Network::Mgmt::V2020_05_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def begin_put_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2627,7 +2627,7 @@ module Azure::Network::Mgmt::V2020_05_01
|
|||
# @return [BastionActiveSessionListResult] operation results.
|
||||
#
|
||||
def begin_get_active_sessions_as_lazy(resource_group_name, bastion_host_name, custom_headers:nil)
|
||||
first_page = begin_get_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page = begin_get_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2710,7 +2710,7 @@ module Azure::Network::Mgmt::V2020_05_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -2337,7 +2337,7 @@ module Azure::Network::Mgmt::V2020_06_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def get_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = get_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = get_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2437,7 +2437,7 @@ module Azure::Network::Mgmt::V2020_06_01
|
|||
# @return [BastionSessionDeleteResult] operation results.
|
||||
#
|
||||
def disconnect_active_sessions_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:nil)
|
||||
first_page = disconnect_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page = disconnect_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2536,7 +2536,7 @@ module Azure::Network::Mgmt::V2020_06_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def begin_put_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2635,7 +2635,7 @@ module Azure::Network::Mgmt::V2020_06_01
|
|||
# @return [BastionActiveSessionListResult] operation results.
|
||||
#
|
||||
def begin_get_active_sessions_as_lazy(resource_group_name, bastion_host_name, custom_headers:nil)
|
||||
first_page = begin_get_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page = begin_get_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2718,7 +2718,7 @@ module Azure::Network::Mgmt::V2020_06_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -2345,7 +2345,7 @@ module Azure::Network::Mgmt::V2020_07_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def get_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = get_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = get_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2445,7 +2445,7 @@ module Azure::Network::Mgmt::V2020_07_01
|
|||
# @return [BastionSessionDeleteResult] operation results.
|
||||
#
|
||||
def disconnect_active_sessions_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:nil)
|
||||
first_page = disconnect_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page = disconnect_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2544,7 +2544,7 @@ module Azure::Network::Mgmt::V2020_07_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def begin_put_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2643,7 +2643,7 @@ module Azure::Network::Mgmt::V2020_07_01
|
|||
# @return [BastionActiveSessionListResult] operation results.
|
||||
#
|
||||
def begin_get_active_sessions_as_lazy(resource_group_name, bastion_host_name, custom_headers:nil)
|
||||
first_page = begin_get_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page = begin_get_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2726,7 +2726,7 @@ module Azure::Network::Mgmt::V2020_07_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -2349,7 +2349,7 @@ module Azure::Network::Mgmt::V2020_08_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def get_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = get_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = get_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2449,7 +2449,7 @@ module Azure::Network::Mgmt::V2020_08_01
|
|||
# @return [BastionSessionDeleteResult] operation results.
|
||||
#
|
||||
def disconnect_active_sessions_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:nil)
|
||||
first_page = disconnect_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page = disconnect_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, session_ids, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2548,7 +2548,7 @@ module Azure::Network::Mgmt::V2020_08_01
|
|||
# @return [BastionShareableLinkListResult] operation results.
|
||||
#
|
||||
def begin_put_bastion_shareable_link_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:nil)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_as_lazy(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page = begin_put_bastion_shareable_link_as_lazy_async(resource_group_name, bastion_host_name, bsl_request, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2647,7 +2647,7 @@ module Azure::Network::Mgmt::V2020_08_01
|
|||
# @return [BastionActiveSessionListResult] operation results.
|
||||
#
|
||||
def begin_get_active_sessions_as_lazy(resource_group_name, bastion_host_name, custom_headers:nil)
|
||||
first_page = begin_get_active_sessions_as_lazy_as_lazy(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page = begin_get_active_sessions_as_lazy_async(resource_group_name, bastion_host_name, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2730,7 +2730,7 @@ module Azure::Network::Mgmt::V2020_08_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_network'
|
||||
sdk_information = "#{sdk_information}/0.26.0"
|
||||
sdk_information = "#{sdk_information}/0.26.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
|
||||
module Azure::Network::Mgmt
|
||||
VERSION = '0.26.0'
|
||||
VERSION = '0.26.1'
|
||||
end
|
||||
|
|
|
@ -133,7 +133,7 @@ module Azure::Web::Mgmt::V2015_04_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_web'
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -130,7 +130,7 @@ module Azure::Web::Mgmt::V2015_08_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_web'
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -2066,7 +2066,7 @@ module Azure::Web::Mgmt::V2016_03_01
|
|||
# @return [SourceControlCollection] operation results.
|
||||
#
|
||||
def list_source_controls_as_lazy(custom_headers:nil)
|
||||
first_page = list_source_controls_as_lazy_as_lazy(custom_headers:custom_headers)
|
||||
first_page = list_source_controls_as_lazy_async(custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2155,7 +2155,7 @@ module Azure::Web::Mgmt::V2016_03_01
|
|||
# @return [GeoRegionCollection] operation results.
|
||||
#
|
||||
def list_geo_regions_as_lazy(sku:nil, linux_workers_enabled:nil, custom_headers:nil)
|
||||
first_page = list_geo_regions_as_lazy_as_lazy(sku:sku, linux_workers_enabled:linux_workers_enabled, custom_headers:custom_headers)
|
||||
first_page = list_geo_regions_as_lazy_async(sku:sku, linux_workers_enabled:linux_workers_enabled, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2251,7 +2251,7 @@ module Azure::Web::Mgmt::V2016_03_01
|
|||
# @return [IdentifierCollection] operation results.
|
||||
#
|
||||
def list_site_identifiers_assigned_to_host_name_as_lazy(name_identifier, custom_headers:nil)
|
||||
first_page = list_site_identifiers_assigned_to_host_name_as_lazy_as_lazy(name_identifier, custom_headers:custom_headers)
|
||||
first_page = list_site_identifiers_assigned_to_host_name_as_lazy_async(name_identifier, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2345,7 +2345,7 @@ module Azure::Web::Mgmt::V2016_03_01
|
|||
# @return [PremierAddOnOfferCollection] operation results.
|
||||
#
|
||||
def list_premier_add_on_offers_as_lazy(custom_headers:nil)
|
||||
first_page = list_premier_add_on_offers_as_lazy_as_lazy(custom_headers:custom_headers)
|
||||
first_page = list_premier_add_on_offers_as_lazy_async(custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2425,7 +2425,7 @@ module Azure::Web::Mgmt::V2016_03_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_web'
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -133,7 +133,7 @@ module Azure::Web::Mgmt::V2016_06_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_web'
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -125,7 +125,7 @@ module Azure::Web::Mgmt::V2016_08_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_web'
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -129,7 +129,7 @@ module Azure::Web::Mgmt::V2016_09_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_web'
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -2301,7 +2301,7 @@ module Azure::Web::Mgmt::V2018_02_01
|
|||
# @return [SourceControlCollection] operation results.
|
||||
#
|
||||
def list_source_controls_as_lazy(custom_headers:nil)
|
||||
first_page = list_source_controls_as_lazy_as_lazy(custom_headers:custom_headers)
|
||||
first_page = list_source_controls_as_lazy_async(custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2387,7 +2387,7 @@ module Azure::Web::Mgmt::V2018_02_01
|
|||
# @return [BillingMeterCollection] operation results.
|
||||
#
|
||||
def list_billing_meters_as_lazy(billing_location:nil, os_type:nil, custom_headers:nil)
|
||||
first_page = list_billing_meters_as_lazy_as_lazy(billing_location:billing_location, os_type:os_type, custom_headers:custom_headers)
|
||||
first_page = list_billing_meters_as_lazy_async(billing_location:billing_location, os_type:os_type, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2485,7 +2485,7 @@ module Azure::Web::Mgmt::V2018_02_01
|
|||
# @return [GeoRegionCollection] operation results.
|
||||
#
|
||||
def list_geo_regions_as_lazy(sku:nil, linux_workers_enabled:nil, xenon_workers_enabled:nil, linux_dynamic_workers_enabled:nil, custom_headers:nil)
|
||||
first_page = list_geo_regions_as_lazy_as_lazy(sku:sku, linux_workers_enabled:linux_workers_enabled, xenon_workers_enabled:xenon_workers_enabled, linux_dynamic_workers_enabled:linux_dynamic_workers_enabled, custom_headers:custom_headers)
|
||||
first_page = list_geo_regions_as_lazy_async(sku:sku, linux_workers_enabled:linux_workers_enabled, xenon_workers_enabled:xenon_workers_enabled, linux_dynamic_workers_enabled:linux_dynamic_workers_enabled, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2589,7 +2589,7 @@ module Azure::Web::Mgmt::V2018_02_01
|
|||
# @return [IdentifierCollection] operation results.
|
||||
#
|
||||
def list_site_identifiers_assigned_to_host_name_as_lazy(name_identifier, custom_headers:nil)
|
||||
first_page = list_site_identifiers_assigned_to_host_name_as_lazy_as_lazy(name_identifier, custom_headers:custom_headers)
|
||||
first_page = list_site_identifiers_assigned_to_host_name_as_lazy_async(name_identifier, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2683,7 +2683,7 @@ module Azure::Web::Mgmt::V2018_02_01
|
|||
# @return [PremierAddOnOfferCollection] operation results.
|
||||
#
|
||||
def list_premier_add_on_offers_as_lazy(custom_headers:nil)
|
||||
first_page = list_premier_add_on_offers_as_lazy_as_lazy(custom_headers:custom_headers)
|
||||
first_page = list_premier_add_on_offers_as_lazy_async(custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2763,7 +2763,7 @@ module Azure::Web::Mgmt::V2018_02_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_web'
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -2415,7 +2415,7 @@ module Azure::Web::Mgmt::V2020_09_01
|
|||
# @return [SourceControlCollection] operation results.
|
||||
#
|
||||
def list_source_controls_as_lazy(custom_headers:nil)
|
||||
first_page = list_source_controls_as_lazy_as_lazy(custom_headers:custom_headers)
|
||||
first_page = list_source_controls_as_lazy_async(custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2501,7 +2501,7 @@ module Azure::Web::Mgmt::V2020_09_01
|
|||
# @return [BillingMeterCollection] operation results.
|
||||
#
|
||||
def list_billing_meters_as_lazy(billing_location:nil, os_type:nil, custom_headers:nil)
|
||||
first_page = list_billing_meters_as_lazy_as_lazy(billing_location:billing_location, os_type:os_type, custom_headers:custom_headers)
|
||||
first_page = list_billing_meters_as_lazy_async(billing_location:billing_location, os_type:os_type, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2599,7 +2599,7 @@ module Azure::Web::Mgmt::V2020_09_01
|
|||
# @return [GeoRegionCollection] operation results.
|
||||
#
|
||||
def list_geo_regions_as_lazy(sku:nil, linux_workers_enabled:nil, xenon_workers_enabled:nil, linux_dynamic_workers_enabled:nil, custom_headers:nil)
|
||||
first_page = list_geo_regions_as_lazy_as_lazy(sku:sku, linux_workers_enabled:linux_workers_enabled, xenon_workers_enabled:xenon_workers_enabled, linux_dynamic_workers_enabled:linux_dynamic_workers_enabled, custom_headers:custom_headers)
|
||||
first_page = list_geo_regions_as_lazy_async(sku:sku, linux_workers_enabled:linux_workers_enabled, xenon_workers_enabled:xenon_workers_enabled, linux_dynamic_workers_enabled:linux_dynamic_workers_enabled, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2703,7 +2703,7 @@ module Azure::Web::Mgmt::V2020_09_01
|
|||
# @return [IdentifierCollection] operation results.
|
||||
#
|
||||
def list_site_identifiers_assigned_to_host_name_as_lazy(name_identifier, custom_headers:nil)
|
||||
first_page = list_site_identifiers_assigned_to_host_name_as_lazy_as_lazy(name_identifier, custom_headers:custom_headers)
|
||||
first_page = list_site_identifiers_assigned_to_host_name_as_lazy_async(name_identifier, custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2797,7 +2797,7 @@ module Azure::Web::Mgmt::V2020_09_01
|
|||
# @return [PremierAddOnOfferCollection] operation results.
|
||||
#
|
||||
def list_premier_add_on_offers_as_lazy(custom_headers:nil)
|
||||
first_page = list_premier_add_on_offers_as_lazy_as_lazy(custom_headers:custom_headers)
|
||||
first_page = list_premier_add_on_offers_as_lazy_async(custom_headers:custom_headers)
|
||||
first_page.get_all_items
|
||||
end
|
||||
|
||||
|
@ -2877,7 +2877,7 @@ module Azure::Web::Mgmt::V2020_09_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_web'
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
sdk_information = "#{sdk_information}/0.18.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
|
||||
module Azure::Web::Mgmt
|
||||
VERSION = '0.18.0'
|
||||
VERSION = '0.18.1'
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче