-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AutoPR] web/resource-manager (#4429)
* Generated from b358cc2d9448ec292d6d67de69f587080731c85e (#4428) Add examples of 201 response to AppServicePlans_CreateOrUpdate. * Generated from c2d7ae74564edf027d2baa5d39864ba26a4f593a (#4448) Update UserAssignedIdentities spec in Web Microsoft.Web recently added support for UserAssigned managed service identities (in preview), but the swagger spec is incorrect for the identity payload as it follows the old construct of sending an array of identityIds as opposed to the updated spec which instead sends a dictionary object called userAssignedIdentities. Spec + history outlined here: http://sharepoint/sites/AzureUX/Sparta/_layouts/15/WopiFrame2.aspx?sourcedoc=%7b633632B4-02E4-4DE2-92A9-EDCAF9BE73D4%7d&file=ARM%2BMSI.docx&action=default Our swagger contains identityids[] because of previous work to future support UserAssigned identities, but never released the feature in that state, rather we opted to wait for the new spec to be supported and then integrated with that on our end. Our MSI implementation reflects Microsoft.Compute's spec for user assigned. https://github.com/Azure/azure-rest-api-specs/blob/78e1feab142c605839aa3cec23442ca26b8ef04d/specification/compute/resource-manager/Microsoft.Compute/stable/2018-06-01/compute.json * Packaging update of azure-mgmt-web * [AutoPR web/resource-manager] [Hub Generated] Review request for Microsoft.Web to add version 2018-02-01 (#4436) * Generated from b772c09b4e8132be83594f0a834cf7b363445a3c Address PR description feedback * Generated from 61d39f048374e3c8dd07112e7d9e8554e8664ea5 Fix casing * Packaging update of azure-mgmt-web * Generated from 66114e58530dd7027b63182defcf1c8f73d1d502 Remove incorrect pagination from examples. * Generated from 13b235cccbe934e60dba491a2a49edcae9c7f275 (#4481) Fix Hosting Environment Network Dependencies pagination * [AutoPR web/resource-manager] Update managedserviceidentity type enum (#4761) * Generated from d605882bdcb7e402badbf4aeca8d66f20a9d197e Update managedserviceidentity type enum Enum is currently missing the ua + sa combination + "none" type. We do support those values in our API and as such need the swagger to reflect that. * Packaging update of azure-mgmt-web * Generated from 215b006997fc053d43337cd0455d8bdfdbe18898 (#4768) Add Managed Identity envelope to SitePatchResource Add Managed Identity envelope to SitePatchResource object to allow PATCH identity operations to a site through Swagger * [AutoPR web/resource-manager] VnetInfo CertBlob format changed to string (#4860) * Generated from d0b3b0dc2238ba14b6a41ced8e7ce66e3755f279 VnetInfo CertBlob format changed to string * Packaging update of azure-mgmt-web * Generated from 310b5ada2616fb0b8f5808d6d1422df350d459e6 (#5169) Add examples * Generated from ca964030410907fee5bc6c2e08d6e5dd934e49a3 (#5190) Add Source Web App Location * Generated from 96295fc95567dcd52215bafad85d53dc931adc32 (#5212) Add Api-version 2018-11-01 for WebApps Collection Add package Tag Fix path to common definitions * Web in new folder * Generated from ac4cdaf9da165cd1951ce8e10cdd63c78ff04612 (#5472) Web new path * ChangeLog
- Loading branch information
1 parent
a6fd830
commit d98b4cc
Showing
543 changed files
with
915 additions
and
125 deletions.
There are no files selected for viewing
102 changes: 0 additions & 102 deletions
102
azure-mgmt-web/azure/mgmt/web/operations/deleted_web_apps_operations.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
azure-mgmt-web/MANIFEST.in → sdk/appservice/azure-mgmt-web/MANIFEST.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
recursive-include tests *.py *.yaml | ||
include *.rst | ||
include azure/__init__.py | ||
include azure/mgmt/__init__.py | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
34 changes: 34 additions & 0 deletions
34
sdk/appservice/azure-mgmt-web/azure/mgmt/web/models/endpoint_dependency.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for | ||
# license information. | ||
# | ||
# Code generated by Microsoft (R) AutoRest Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is | ||
# regenerated. | ||
# -------------------------------------------------------------------------- | ||
|
||
from msrest.serialization import Model | ||
|
||
|
||
class EndpointDependency(Model): | ||
"""A domain name that a service is reached at, including details of the | ||
current connection status. | ||
:param domain_name: The domain name of the dependency. | ||
:type domain_name: str | ||
:param endpoint_details: The IP Addresses and Ports used when connecting | ||
to DomainName. | ||
:type endpoint_details: list[~azure.mgmt.web.models.EndpointDetail] | ||
""" | ||
|
||
_attribute_map = { | ||
'domain_name': {'key': 'domainName', 'type': 'str'}, | ||
'endpoint_details': {'key': 'endpointDetails', 'type': '[EndpointDetail]'}, | ||
} | ||
|
||
def __init__(self, **kwargs): | ||
super(EndpointDependency, self).__init__(**kwargs) | ||
self.domain_name = kwargs.get('domain_name', None) | ||
self.endpoint_details = kwargs.get('endpoint_details', None) |
34 changes: 34 additions & 0 deletions
34
sdk/appservice/azure-mgmt-web/azure/mgmt/web/models/endpoint_dependency_py3.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for | ||
# license information. | ||
# | ||
# Code generated by Microsoft (R) AutoRest Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is | ||
# regenerated. | ||
# -------------------------------------------------------------------------- | ||
|
||
from msrest.serialization import Model | ||
|
||
|
||
class EndpointDependency(Model): | ||
"""A domain name that a service is reached at, including details of the | ||
current connection status. | ||
:param domain_name: The domain name of the dependency. | ||
:type domain_name: str | ||
:param endpoint_details: The IP Addresses and Ports used when connecting | ||
to DomainName. | ||
:type endpoint_details: list[~azure.mgmt.web.models.EndpointDetail] | ||
""" | ||
|
||
_attribute_map = { | ||
'domain_name': {'key': 'domainName', 'type': 'str'}, | ||
'endpoint_details': {'key': 'endpointDetails', 'type': '[EndpointDetail]'}, | ||
} | ||
|
||
def __init__(self, *, domain_name: str=None, endpoint_details=None, **kwargs) -> None: | ||
super(EndpointDependency, self).__init__(**kwargs) | ||
self.domain_name = domain_name | ||
self.endpoint_details = endpoint_details |
44 changes: 44 additions & 0 deletions
44
sdk/appservice/azure-mgmt-web/azure/mgmt/web/models/endpoint_detail.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for | ||
# license information. | ||
# | ||
# Code generated by Microsoft (R) AutoRest Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is | ||
# regenerated. | ||
# -------------------------------------------------------------------------- | ||
|
||
from msrest.serialization import Model | ||
|
||
|
||
class EndpointDetail(Model): | ||
"""Current TCP connectivity information from the App Service Environment to a | ||
single endpoint. | ||
:param ip_address: An IP Address that Domain Name currently resolves to. | ||
:type ip_address: str | ||
:param port: The port an endpoint is connected to. | ||
:type port: int | ||
:param latency: The time in milliseconds it takes for a TCP connection to | ||
be created from the App Service Environment to this IpAddress at this | ||
Port. | ||
:type latency: float | ||
:param is_accessable: Whether it is possible to create a TCP connection | ||
from the App Service Environment to this IpAddress at this Port. | ||
:type is_accessable: bool | ||
""" | ||
|
||
_attribute_map = { | ||
'ip_address': {'key': 'ipAddress', 'type': 'str'}, | ||
'port': {'key': 'port', 'type': 'int'}, | ||
'latency': {'key': 'latency', 'type': 'float'}, | ||
'is_accessable': {'key': 'isAccessable', 'type': 'bool'}, | ||
} | ||
|
||
def __init__(self, **kwargs): | ||
super(EndpointDetail, self).__init__(**kwargs) | ||
self.ip_address = kwargs.get('ip_address', None) | ||
self.port = kwargs.get('port', None) | ||
self.latency = kwargs.get('latency', None) | ||
self.is_accessable = kwargs.get('is_accessable', None) |
Oops, something went wrong.