From 5aaedf4bf939814d658494ab61c8ba1f517cf383 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon, 15 Jul 2024 04:52:43 -0400 Subject: [PATCH] [Release] sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/1.0.0 (#23178) * [Release] sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/1.0.0 generation from spec commit: 56537883b7cdb95618c3d1ec1c0ee37b59d88d72 * Update CHANGELOG.md --------- Co-authored-by: ReleaseHelper Co-authored-by: Peng Jiahui <46921893+Alancere@users.noreply.github.com> --- .../arminformaticadatamgmt/CHANGELOG.md | 8 ++- .../arminformaticadatamgmt/autorest.md | 6 +-- .../arminformaticadatamgmt/constants.go | 2 +- .../arminformaticadatamgmt/models.go | 6 +-- .../operations_client_example_test.go | 4 +- .../organizations_client_example_test.go | 50 +++++++++--------- .../serverlessruntimes_client_example_test.go | 52 +++++++++---------- 7 files changed, 67 insertions(+), 61 deletions(-) diff --git a/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/CHANGELOG.md b/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/CHANGELOG.md index b09389872e7e..deed2bfbe77c 100644 --- a/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/CHANGELOG.md +++ b/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/CHANGELOG.md @@ -1,7 +1,13 @@ # Release History +## 1.0.0 (2024-07-15) +### Other Changes + +- Release stable version. + + ## 0.1.0 (2024-05-24) The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html). -To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/go/mgmt). \ No newline at end of file +To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/go/mgmt). diff --git a/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/autorest.md b/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/autorest.md index af6f9ba0d6a4..43240580a538 100644 --- a/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/autorest.md +++ b/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/autorest.md @@ -5,9 +5,9 @@ ``` yaml azure-arm: true require: -- https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/readme.md -- https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/readme.go.md +- https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/readme.md +- https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/readme.go.md license-header: MICROSOFT_MIT_NO_VERSION -module-version: 0.1.0 +module-version: 1.0.0 tag: package-2024-05-08 ``` \ No newline at end of file diff --git a/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/constants.go b/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/constants.go index 5e1583cbfd51..6e1de599534b 100644 --- a/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/constants.go +++ b/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/constants.go @@ -10,7 +10,7 @@ package arminformaticadatamgmt const ( moduleName = "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt" - moduleVersion = "v0.1.0" + moduleVersion = "v1.0.0" ) // ActionType - Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. diff --git a/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/models.go b/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/models.go index 982c84b600f8..2ba5ebc5a006 100644 --- a/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/models.go +++ b/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/models.go @@ -355,11 +355,11 @@ type LinkOrganization struct { // MarketplaceDetails - Marketplace details. type MarketplaceDetails struct { - // REQUIRED; Marketplace Subscription Id - MarketplaceSubscriptionID *string - // REQUIRED; Marketplace offer details. OfferDetails *OfferDetails + + // Marketplace Subscription Id + MarketplaceSubscriptionID *string } // MarketplaceDetailsUpdate - Marketplace details diff --git a/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/operations_client_example_test.go b/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/operations_client_example_test.go index 27267dee8012..9e87da7ee51e 100644 --- a/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/operations_client_example_test.go +++ b/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/operations_client_example_test.go @@ -17,7 +17,7 @@ import ( "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt" ) -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Operations_List_MaximumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Operations_List_MaximumSet_Gen.json func ExampleOperationsClient_NewListPager_operationsList() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -57,7 +57,7 @@ func ExampleOperationsClient_NewListPager_operationsList() { } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Operations_List_MinimumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Operations_List_MinimumSet_Gen.json func ExampleOperationsClient_NewListPager_operationsListMin() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { diff --git a/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/organizations_client_example_test.go b/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/organizations_client_example_test.go index 534e81bac50c..c9e52d22d9d7 100644 --- a/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/organizations_client_example_test.go +++ b/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/organizations_client_example_test.go @@ -18,7 +18,7 @@ import ( "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt" ) -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_ListBySubscription_MaximumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_ListBySubscription_MaximumSet_Gen.json func ExampleOrganizationsClient_NewListBySubscriptionPager_organizationsListBySubscription() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -71,7 +71,7 @@ func ExampleOrganizationsClient_NewListBySubscriptionPager_organizationsListBySu // InformaticaRegion: to.Ptr("zfqodqpbeflhedypiijdkc"), // OrganizationID: to.Ptr("wtdmhlwhkvgqdumaehgfgiqcxgnqpx"), // OrganizationName: to.Ptr("nomzbvwe"), - // SingleSignOnURL: to.Ptr("espcbzjhtmgwfdkckhqk"), + // SingleSignOnURL: to.Ptr("https://contoso.com/singlesignon"), // }, // LinkOrganization: &arminformaticadatamgmt.LinkOrganization{ // Token: to.Ptr("jjfouhoqpumjvrdsfbimgcy"), @@ -101,7 +101,7 @@ func ExampleOrganizationsClient_NewListBySubscriptionPager_organizationsListBySu } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_ListBySubscription_MinimumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_ListBySubscription_MinimumSet_Gen.json func ExampleOrganizationsClient_NewListBySubscriptionPager_organizationsListBySubscriptionMin() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -133,7 +133,7 @@ func ExampleOrganizationsClient_NewListBySubscriptionPager_organizationsListBySu } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_ListByResourceGroup_MaximumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_ListByResourceGroup_MaximumSet_Gen.json func ExampleOrganizationsClient_NewListByResourceGroupPager_organizationsListByResourceGroup() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -186,7 +186,7 @@ func ExampleOrganizationsClient_NewListByResourceGroupPager_organizationsListByR // InformaticaRegion: to.Ptr("zfqodqpbeflhedypiijdkc"), // OrganizationID: to.Ptr("wtdmhlwhkvgqdumaehgfgiqcxgnqpx"), // OrganizationName: to.Ptr("nomzbvwe"), - // SingleSignOnURL: to.Ptr("espcbzjhtmgwfdkckhqk"), + // SingleSignOnURL: to.Ptr("https://contoso.com/singlesignon"), // }, // LinkOrganization: &arminformaticadatamgmt.LinkOrganization{ // Token: to.Ptr("jjfouhoqpumjvrdsfbimgcy"), @@ -216,7 +216,7 @@ func ExampleOrganizationsClient_NewListByResourceGroupPager_organizationsListByR } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_ListByResourceGroup_MinimumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_ListByResourceGroup_MinimumSet_Gen.json func ExampleOrganizationsClient_NewListByResourceGroupPager_organizationsListByResourceGroupMin() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -248,7 +248,7 @@ func ExampleOrganizationsClient_NewListByResourceGroupPager_organizationsListByR } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_Get_MaximumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_Get_MaximumSet_Gen.json func ExampleOrganizationsClient_Get_organizationsGet() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -295,7 +295,7 @@ func ExampleOrganizationsClient_Get_organizationsGet() { // InformaticaRegion: to.Ptr("zfqodqpbeflhedypiijdkc"), // OrganizationID: to.Ptr("wtdmhlwhkvgqdumaehgfgiqcxgnqpx"), // OrganizationName: to.Ptr("nomzbvwe"), - // SingleSignOnURL: to.Ptr("espcbzjhtmgwfdkckhqk"), + // SingleSignOnURL: to.Ptr("https://contoso.com/singlesignon"), // }, // LinkOrganization: &arminformaticadatamgmt.LinkOrganization{ // Token: to.Ptr("jjfouhoqpumjvrdsfbimgcy"), @@ -323,7 +323,7 @@ func ExampleOrganizationsClient_Get_organizationsGet() { // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_Get_MinimumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_Get_MinimumSet_Gen.json func ExampleOrganizationsClient_Get_organizationsGetMin() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -347,7 +347,7 @@ func ExampleOrganizationsClient_Get_organizationsGetMin() { // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_CreateOrUpdate_MaximumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_CreateOrUpdate_MaximumSet_Gen.json func ExampleOrganizationsClient_BeginCreateOrUpdate_organizationsCreateOrUpdate() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -376,7 +376,7 @@ func ExampleOrganizationsClient_BeginCreateOrUpdate_organizationsCreateOrUpdate( InformaticaRegion: to.Ptr("zfqodqpbeflhedypiijdkc"), OrganizationID: to.Ptr("wtdmhlwhkvgqdumaehgfgiqcxgnqpx"), OrganizationName: to.Ptr("nomzbvwe"), - SingleSignOnURL: to.Ptr("espcbzjhtmgwfdkckhqk"), + SingleSignOnURL: to.Ptr("https://contoso.com/singlesignon"), }, LinkOrganization: &arminformaticadatamgmt.LinkOrganization{ Token: to.Ptr("jjfouhoqpumjvrdsfbimgcy"), @@ -441,7 +441,7 @@ func ExampleOrganizationsClient_BeginCreateOrUpdate_organizationsCreateOrUpdate( // InformaticaRegion: to.Ptr("zfqodqpbeflhedypiijdkc"), // OrganizationID: to.Ptr("wtdmhlwhkvgqdumaehgfgiqcxgnqpx"), // OrganizationName: to.Ptr("nomzbvwe"), - // SingleSignOnURL: to.Ptr("espcbzjhtmgwfdkckhqk"), + // SingleSignOnURL: to.Ptr("https://contoso.com/singlesignon"), // }, // LinkOrganization: &arminformaticadatamgmt.LinkOrganization{ // Token: to.Ptr("jjfouhoqpumjvrdsfbimgcy"), @@ -469,7 +469,7 @@ func ExampleOrganizationsClient_BeginCreateOrUpdate_organizationsCreateOrUpdate( // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_CreateOrUpdate_MinimumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_CreateOrUpdate_MinimumSet_Gen.json func ExampleOrganizationsClient_BeginCreateOrUpdate_organizationsCreateOrUpdateMin() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -499,7 +499,7 @@ func ExampleOrganizationsClient_BeginCreateOrUpdate_organizationsCreateOrUpdateM // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_Update_MaximumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_Update_MaximumSet_Gen.json func ExampleOrganizationsClient_Update_organizationsUpdate() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -520,7 +520,7 @@ func ExampleOrganizationsClient_Update_organizationsUpdate() { NumberOfEmployees: to.Ptr[int32](22), OfficeAddress: to.Ptr("sfcx"), }, - ExistingResourceID: to.Ptr("uvwlcphdfkqnhrtddpsiacbowcxxo"), + ExistingResourceID: to.Ptr("/subscriptions/subid/resourceGroups/rg1/providers/Informatica.DataManagement/organizations/org1/serverlessRuntimes/serverlessRuntimeName"), MarketplaceDetails: &arminformaticadatamgmt.MarketplaceDetailsUpdate{ MarketplaceSubscriptionID: to.Ptr("szhyxzgjtssjmlguivepc"), OfferDetails: &arminformaticadatamgmt.OfferDetailsUpdate{ @@ -579,7 +579,7 @@ func ExampleOrganizationsClient_Update_organizationsUpdate() { // InformaticaRegion: to.Ptr("zfqodqpbeflhedypiijdkc"), // OrganizationID: to.Ptr("wtdmhlwhkvgqdumaehgfgiqcxgnqpx"), // OrganizationName: to.Ptr("nomzbvwe"), - // SingleSignOnURL: to.Ptr("espcbzjhtmgwfdkckhqk"), + // SingleSignOnURL: to.Ptr("https://contoso.com/singlesignon"), // }, // LinkOrganization: &arminformaticadatamgmt.LinkOrganization{ // Token: to.Ptr("jjfouhoqpumjvrdsfbimgcy"), @@ -607,7 +607,7 @@ func ExampleOrganizationsClient_Update_organizationsUpdate() { // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_Update_MinimumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_Update_MinimumSet_Gen.json func ExampleOrganizationsClient_Update_organizationsUpdateMin() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -631,7 +631,7 @@ func ExampleOrganizationsClient_Update_organizationsUpdateMin() { // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_Delete_MaximumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_Delete_MaximumSet_Gen.json func ExampleOrganizationsClient_BeginDelete_organizationsDelete() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -652,7 +652,7 @@ func ExampleOrganizationsClient_BeginDelete_organizationsDelete() { } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_Delete_MinimumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_Delete_MinimumSet_Gen.json func ExampleOrganizationsClient_BeginDelete_organizationsDeleteMin() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -673,7 +673,7 @@ func ExampleOrganizationsClient_BeginDelete_organizationsDeleteMin() { } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_GetAllServerlessRuntimes_MaximumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_GetAllServerlessRuntimes_MaximumSet_Gen.json func ExampleOrganizationsClient_GetAllServerlessRuntimes_organizationsGetAllServerlessRuntimes() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -708,12 +708,12 @@ func ExampleOrganizationsClient_GetAllServerlessRuntimes_organizationsGetAllServ // Platform: to.Ptr("p"), // Region: to.Ptr("lrudpuvzcuh"), // ResourceGroupName: to.Ptr("ly"), - // ServerlessArmResourceID: to.Ptr("kmviaxayvasaceptsuxkzhqjzjur"), + // ServerlessArmResourceID: to.Ptr("/subscriptions/subid/resourceGroups/rg1/providers/Informatica.DataManagement/organizations/org1/serverlessRuntimes/serverlessRuntimeName"), // Subnet: to.Ptr("mmhpqazmxniguwzmqiu"), // SubscriptionID: to.Ptr("zl"), // SupplementaryFileLocation: to.Ptr("wylmhc"), // Tags: to.Ptr("tevuusglxuivd"), - // TenantID: to.Ptr("elbephnucclhjihcj"), + // TenantID: to.Ptr("00000000-0000-0000-0000-000000000000"), // Vnet: to.Ptr("vvs"), // }, // Status: to.Ptr("exvtblad"), @@ -725,7 +725,7 @@ func ExampleOrganizationsClient_GetAllServerlessRuntimes_organizationsGetAllServ // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_GetAllServerlessRuntimes_MinimumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_GetAllServerlessRuntimes_MinimumSet_Gen.json func ExampleOrganizationsClient_GetAllServerlessRuntimes_organizationsGetAllServerlessRuntimesMin() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -762,7 +762,7 @@ func ExampleOrganizationsClient_GetAllServerlessRuntimes_organizationsGetAllServ // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_GetServerlessMetadata_MaximumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_GetServerlessMetadata_MaximumSet_Gen.json func ExampleOrganizationsClient_GetServerlessMetadata_organizationsGetServerlessMetadata() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -835,7 +835,7 @@ func ExampleOrganizationsClient_GetServerlessMetadata_organizationsGetServerless // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_GetServerlessMetadata_MinimumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/Organizations_GetServerlessMetadata_MinimumSet_Gen.json func ExampleOrganizationsClient_GetServerlessMetadata_organizationsGetServerlessMetadataMin() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { diff --git a/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/serverlessruntimes_client_example_test.go b/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/serverlessruntimes_client_example_test.go index 0327536e332a..8452879aab11 100644 --- a/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/serverlessruntimes_client_example_test.go +++ b/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/serverlessruntimes_client_example_test.go @@ -18,7 +18,7 @@ import ( "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt" ) -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_ListByInformaticaOrganizationResource_MaximumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_ListByInformaticaOrganizationResource_MaximumSet_Gen.json func ExampleServerlessRuntimesClient_NewListByInformaticaOrganizationResourcePager() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -99,8 +99,8 @@ func ExampleServerlessRuntimesClient_NewListByInformaticaOrganizationResourcePag // }, // ServerlessRuntimeNetworkProfile: &arminformaticadatamgmt.ServerlessRuntimeNetworkProfile{ // NetworkInterfaceConfiguration: &arminformaticadatamgmt.NetworkInterfaceConfiguration{ - // SubnetID: to.Ptr("s"), - // VnetID: to.Ptr("uaqjvtubxccjs"), + // SubnetID: to.Ptr("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Networks/virtualNetworks/test-vnet/subnets/subnet1"), + // VnetID: to.Ptr("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/HypernetVnet1"), // }, // }, // ServerlessRuntimeTags: []*arminformaticadatamgmt.ServerlessRuntimeTag{ @@ -118,7 +118,7 @@ func ExampleServerlessRuntimesClient_NewListByInformaticaOrganizationResourcePag } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_Get_MaximumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_Get_MaximumSet_Gen.json func ExampleServerlessRuntimesClient_Get_serverlessRuntimesGet() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -193,8 +193,8 @@ func ExampleServerlessRuntimesClient_Get_serverlessRuntimesGet() { // }, // ServerlessRuntimeNetworkProfile: &arminformaticadatamgmt.ServerlessRuntimeNetworkProfile{ // NetworkInterfaceConfiguration: &arminformaticadatamgmt.NetworkInterfaceConfiguration{ - // SubnetID: to.Ptr("s"), - // VnetID: to.Ptr("uaqjvtubxccjs"), + // SubnetID: to.Ptr("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Networks/virtualNetworks/test-vnet/subnets/subnet1"), + // VnetID: to.Ptr("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/HypernetVnet1"), // VnetResourceGUID: to.Ptr("5328d299-1462-4be0-bef1-303a28e556a0"), // }, // }, @@ -211,7 +211,7 @@ func ExampleServerlessRuntimesClient_Get_serverlessRuntimesGet() { // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_Get_MinimumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_Get_MinimumSet_Gen.json func ExampleServerlessRuntimesClient_Get_serverlessRuntimesGetMin() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -234,7 +234,7 @@ func ExampleServerlessRuntimesClient_Get_serverlessRuntimesGetMin() { // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_CreateOrUpdate_MaximumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_CreateOrUpdate_MaximumSet_Gen.json func ExampleServerlessRuntimesClient_BeginCreateOrUpdate_serverlessRuntimesCreateOrUpdate() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -291,8 +291,8 @@ func ExampleServerlessRuntimesClient_BeginCreateOrUpdate_serverlessRuntimesCreat }, ServerlessRuntimeNetworkProfile: &arminformaticadatamgmt.ServerlessRuntimeNetworkProfile{ NetworkInterfaceConfiguration: &arminformaticadatamgmt.NetworkInterfaceConfiguration{ - SubnetID: to.Ptr("s"), - VnetID: to.Ptr("uaqjvtubxccjs"), + SubnetID: to.Ptr("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Networks/virtualNetworks/test-vnet/subnets/subnet1"), + VnetID: to.Ptr("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/HypernetVnet1"), VnetResourceGUID: to.Ptr("5328d299-1462-4be0-bef1-303a28e556a0"), }, }, @@ -374,8 +374,8 @@ func ExampleServerlessRuntimesClient_BeginCreateOrUpdate_serverlessRuntimesCreat // }, // ServerlessRuntimeNetworkProfile: &arminformaticadatamgmt.ServerlessRuntimeNetworkProfile{ // NetworkInterfaceConfiguration: &arminformaticadatamgmt.NetworkInterfaceConfiguration{ - // SubnetID: to.Ptr("s"), - // VnetID: to.Ptr("uaqjvtubxccjs"), + // SubnetID: to.Ptr("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Networks/virtualNetworks/test-vnet/subnets/subnet1"), + // VnetID: to.Ptr("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/HypernetVnet1"), // VnetResourceGUID: to.Ptr("5328d299-1462-4be0-bef1-303a28e556a0"), // }, // }, @@ -392,7 +392,7 @@ func ExampleServerlessRuntimesClient_BeginCreateOrUpdate_serverlessRuntimesCreat // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_CreateOrUpdate_MinimumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_CreateOrUpdate_MinimumSet_Gen.json func ExampleServerlessRuntimesClient_BeginCreateOrUpdate_serverlessRuntimesCreateOrUpdateMin() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -419,7 +419,7 @@ func ExampleServerlessRuntimesClient_BeginCreateOrUpdate_serverlessRuntimesCreat // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_Update_MaximumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_Update_MaximumSet_Gen.json func ExampleServerlessRuntimesClient_Update_serverlessRuntimesUpdate() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -475,8 +475,8 @@ func ExampleServerlessRuntimesClient_Update_serverlessRuntimesUpdate() { }, ServerlessRuntimeNetworkProfile: &arminformaticadatamgmt.ServerlessRuntimeNetworkProfileUpdate{ NetworkInterfaceConfiguration: &arminformaticadatamgmt.NetworkInterfaceConfigurationUpdate{ - SubnetID: to.Ptr("dctcuhgttxhcarwcrgdmsfwksyrzj"), - VnetID: to.Ptr("tnsqwwoxydeqqffumdnxlkkb"), + SubnetID: to.Ptr("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Networks/virtualNetworks/test-vnet/subnets/subnet1"), + VnetID: to.Ptr("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/HypernetVnet1"), VnetResourceGUID: to.Ptr("5328d299-1462-4be0-bef1-303a28e556a0"), }, }, @@ -554,8 +554,8 @@ func ExampleServerlessRuntimesClient_Update_serverlessRuntimesUpdate() { // }, // ServerlessRuntimeNetworkProfile: &arminformaticadatamgmt.ServerlessRuntimeNetworkProfile{ // NetworkInterfaceConfiguration: &arminformaticadatamgmt.NetworkInterfaceConfiguration{ - // SubnetID: to.Ptr("dctcuhgttxhcarwcrgdmsfwksyrzj"), - // VnetID: to.Ptr("tnsqwwoxydeqqffumdnxlkkb"), + // SubnetID: to.Ptr("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Networks/virtualNetworks/test-vnet/subnets/subnet1"), + // VnetID: to.Ptr("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/HypernetVnet1"), // VnetResourceGUID: to.Ptr("5328d299-1462-4be0-bef1-303a28e556a0"), // }, // }, @@ -572,7 +572,7 @@ func ExampleServerlessRuntimesClient_Update_serverlessRuntimesUpdate() { // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_Update_MinimumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_Update_MinimumSet_Gen.json func ExampleServerlessRuntimesClient_Update_serverlessRuntimesUpdateMin() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -595,7 +595,7 @@ func ExampleServerlessRuntimesClient_Update_serverlessRuntimesUpdateMin() { // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_Delete_MaximumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_Delete_MaximumSet_Gen.json func ExampleServerlessRuntimesClient_BeginDelete() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -616,7 +616,7 @@ func ExampleServerlessRuntimesClient_BeginDelete() { } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_CheckDependencies_MaximumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_CheckDependencies_MaximumSet_Gen.json func ExampleServerlessRuntimesClient_CheckDependencies_serverlessRuntimesCheckDependencies() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -649,7 +649,7 @@ func ExampleServerlessRuntimesClient_CheckDependencies_serverlessRuntimesCheckDe // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_CheckDependencies_MinimumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_CheckDependencies_MinimumSet_Gen.json func ExampleServerlessRuntimesClient_CheckDependencies_serverlessRuntimesCheckDependenciesMin() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -682,7 +682,7 @@ func ExampleServerlessRuntimesClient_CheckDependencies_serverlessRuntimesCheckDe // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_ServerlessResourceById_MaximumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_ServerlessResourceById_MaximumSet_Gen.json func ExampleServerlessRuntimesClient_ServerlessResourceByID() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { @@ -757,8 +757,8 @@ func ExampleServerlessRuntimesClient_ServerlessResourceByID() { // }, // ServerlessRuntimeNetworkProfile: &arminformaticadatamgmt.ServerlessRuntimeNetworkProfile{ // NetworkInterfaceConfiguration: &arminformaticadatamgmt.NetworkInterfaceConfiguration{ - // SubnetID: to.Ptr("s"), - // VnetID: to.Ptr("uaqjvtubxccjs"), + // SubnetID: to.Ptr("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Networks/virtualNetworks/test-vnet/subnets/subnet1"), + // VnetID: to.Ptr("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/HypernetVnet1"), // VnetResourceGUID: to.Ptr("5328d299-1462-4be0-bef1-303a28e556a0"), // }, // }, @@ -775,7 +775,7 @@ func ExampleServerlessRuntimesClient_ServerlessResourceByID() { // } } -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/a07cb79078c828c5404a5154fea6c60d6e43256e/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_StartFailedServerlessRuntime_MaximumSet_Gen.json +// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/56537883b7cdb95618c3d1ec1c0ee37b59d88d72/specification/informatica/resource-manager/Informatica.DataManagement/stable/2024-05-08/examples/ServerlessRuntimes_StartFailedServerlessRuntime_MaximumSet_Gen.json func ExampleServerlessRuntimesClient_StartFailedServerlessRuntime() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil {