Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdk/mobilenetwork/azure-mgmt-mobilenetwork/_meta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"commit": "fb1cc37993d7c2e27669854c1039d913461b5e33",
"commit": "deda40e5c3ef0e10113c02919041effc1654d663",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.9.2",
"use": [
"@autorest/python@6.2.7",
"@autorest/modelerfour@4.24.3"
],
"autorest_command": "autorest specification/mobilenetwork/resource-manager/readme.md --generate-sample=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.2.7 --use=@autorest/modelerfour@4.24.3 --version=3.9.2 --version-tolerant=False",
"autorest_command": "autorest specification/mobilenetwork/resource-manager/readme.md --generate-sample=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --use=@autorest/python@6.2.7 --use=@autorest/modelerfour@4.24.3 --version=3.9.2 --version-tolerant=False",
"readme": "specification/mobilenetwork/resource-manager/readme.md"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@
DataNetworksOperations,
MobileNetworksOperations,
Operations,
PacketCoreControlPlaneOperations,
PacketCoreControlPlaneVersionsOperations,
PacketCoreControlPlanesOperations,
PacketCoreDataPlanesOperations,
ServicesOperations,
SimGroupsOperations,
SimOperations,
SimPoliciesOperations,
SimsOperations,
SitesOperations,
Expand Down Expand Up @@ -54,9 +52,6 @@ class MobileNetworkManagementClient: # pylint: disable=client-accepts-api-versi
:ivar packet_core_control_planes: PacketCoreControlPlanesOperations operations
:vartype packet_core_control_planes:
azure.mgmt.mobilenetwork.operations.PacketCoreControlPlanesOperations
:ivar packet_core_control_plane: PacketCoreControlPlaneOperations operations
:vartype packet_core_control_plane:
azure.mgmt.mobilenetwork.operations.PacketCoreControlPlaneOperations
:ivar packet_core_control_plane_versions: PacketCoreControlPlaneVersionsOperations operations
:vartype packet_core_control_plane_versions:
azure.mgmt.mobilenetwork.operations.PacketCoreControlPlaneVersionsOperations
Expand All @@ -67,8 +62,6 @@ class MobileNetworkManagementClient: # pylint: disable=client-accepts-api-versi
:vartype services: azure.mgmt.mobilenetwork.operations.ServicesOperations
:ivar sims: SimsOperations operations
:vartype sims: azure.mgmt.mobilenetwork.operations.SimsOperations
:ivar sim: SimOperations operations
:vartype sim: azure.mgmt.mobilenetwork.operations.SimOperations
:ivar sim_groups: SimGroupsOperations operations
:vartype sim_groups: azure.mgmt.mobilenetwork.operations.SimGroupsOperations
:ivar sim_policies: SimPoliciesOperations operations
Expand Down Expand Up @@ -115,9 +108,6 @@ def __init__(
self.packet_core_control_planes = PacketCoreControlPlanesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.packet_core_control_plane = PacketCoreControlPlaneOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.packet_core_control_plane_versions = PacketCoreControlPlaneVersionsOperations(
self._client, self._config, self._serialize, self._deserialize
)
Expand All @@ -126,7 +116,6 @@ def __init__(
)
self.services = ServicesOperations(self._client, self._config, self._serialize, self._deserialize)
self.sims = SimsOperations(self._client, self._config, self._serialize, self._deserialize)
self.sim = SimOperations(self._client, self._config, self._serialize, self._deserialize)
self.sim_groups = SimGroupsOperations(self._client, self._config, self._serialize, self._deserialize)
self.sim_policies = SimPoliciesOperations(self._client, self._config, self._serialize, self._deserialize)
self.sites = SitesOperations(self._client, self._config, self._serialize, self._deserialize)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "1.0.0"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@
DataNetworksOperations,
MobileNetworksOperations,
Operations,
PacketCoreControlPlaneOperations,
PacketCoreControlPlaneVersionsOperations,
PacketCoreControlPlanesOperations,
PacketCoreDataPlanesOperations,
ServicesOperations,
SimGroupsOperations,
SimOperations,
SimPoliciesOperations,
SimsOperations,
SitesOperations,
Expand Down Expand Up @@ -54,9 +52,6 @@ class MobileNetworkManagementClient: # pylint: disable=client-accepts-api-versi
:ivar packet_core_control_planes: PacketCoreControlPlanesOperations operations
:vartype packet_core_control_planes:
azure.mgmt.mobilenetwork.aio.operations.PacketCoreControlPlanesOperations
:ivar packet_core_control_plane: PacketCoreControlPlaneOperations operations
:vartype packet_core_control_plane:
azure.mgmt.mobilenetwork.aio.operations.PacketCoreControlPlaneOperations
:ivar packet_core_control_plane_versions: PacketCoreControlPlaneVersionsOperations operations
:vartype packet_core_control_plane_versions:
azure.mgmt.mobilenetwork.aio.operations.PacketCoreControlPlaneVersionsOperations
Expand All @@ -67,8 +62,6 @@ class MobileNetworkManagementClient: # pylint: disable=client-accepts-api-versi
:vartype services: azure.mgmt.mobilenetwork.aio.operations.ServicesOperations
:ivar sims: SimsOperations operations
:vartype sims: azure.mgmt.mobilenetwork.aio.operations.SimsOperations
:ivar sim: SimOperations operations
:vartype sim: azure.mgmt.mobilenetwork.aio.operations.SimOperations
:ivar sim_groups: SimGroupsOperations operations
:vartype sim_groups: azure.mgmt.mobilenetwork.aio.operations.SimGroupsOperations
:ivar sim_policies: SimPoliciesOperations operations
Expand Down Expand Up @@ -115,9 +108,6 @@ def __init__(
self.packet_core_control_planes = PacketCoreControlPlanesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.packet_core_control_plane = PacketCoreControlPlaneOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.packet_core_control_plane_versions = PacketCoreControlPlaneVersionsOperations(
self._client, self._config, self._serialize, self._deserialize
)
Expand All @@ -126,7 +116,6 @@ def __init__(
)
self.services = ServicesOperations(self._client, self._config, self._serialize, self._deserialize)
self.sims = SimsOperations(self._client, self._config, self._serialize, self._deserialize)
self.sim = SimOperations(self._client, self._config, self._serialize, self._deserialize)
self.sim_groups = SimGroupsOperations(self._client, self._config, self._serialize, self._deserialize)
self.sim_policies = SimPoliciesOperations(self._client, self._config, self._serialize, self._deserialize)
self.sites = SitesOperations(self._client, self._config, self._serialize, self._deserialize)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@
from ._mobile_networks_operations import MobileNetworksOperations
from ._operations import Operations
from ._packet_core_control_planes_operations import PacketCoreControlPlanesOperations
from ._packet_core_control_plane_operations import PacketCoreControlPlaneOperations
from ._packet_core_control_plane_versions_operations import PacketCoreControlPlaneVersionsOperations
from ._packet_core_data_planes_operations import PacketCoreDataPlanesOperations
from ._services_operations import ServicesOperations
from ._sims_operations import SimsOperations
from ._sim_operations import SimOperations
from ._sim_groups_operations import SimGroupsOperations
from ._sim_policies_operations import SimPoliciesOperations
from ._sites_operations import SitesOperations
Expand All @@ -32,12 +30,10 @@
"MobileNetworksOperations",
"Operations",
"PacketCoreControlPlanesOperations",
"PacketCoreControlPlaneOperations",
"PacketCoreControlPlaneVersionsOperations",
"PacketCoreDataPlanesOperations",
"ServicesOperations",
"SimsOperations",
"SimOperations",
"SimGroupsOperations",
"SimPoliciesOperations",
"SitesOperations",
Expand Down
Loading