...

Text file src/github.com/Azure/azure-sdk-for-go/services/preview/resources/mgmt/2021-06-01-preview/policy/CHANGELOG.md

Documentation: github.com/Azure/azure-sdk-for-go/services/preview/resources/mgmt/2021-06-01-preview/policy

     1# Change History
     2
     3## Additive Changes
     4
     5### New Funcs
     6
     71. *Variable.UnmarshalJSON([]byte) error
     81. *VariableListResultIterator.Next() error
     91. *VariableListResultIterator.NextWithContext(context.Context) error
    101. *VariableListResultPage.Next() error
    111. *VariableListResultPage.NextWithContext(context.Context) error
    121. *VariableValue.UnmarshalJSON([]byte) error
    131. *VariableValueListResultIterator.Next() error
    141. *VariableValueListResultIterator.NextWithContext(context.Context) error
    151. *VariableValueListResultPage.Next() error
    161. *VariableValueListResultPage.NextWithContext(context.Context) error
    171. NewVariableListResultIterator(VariableListResultPage) VariableListResultIterator
    181. NewVariableListResultPage(VariableListResult, func(context.Context, VariableListResult) (VariableListResult, error)) VariableListResultPage
    191. NewVariableValueListResultIterator(VariableValueListResultPage) VariableValueListResultIterator
    201. NewVariableValueListResultPage(VariableValueListResult, func(context.Context, VariableValueListResult) (VariableValueListResult, error)) VariableValueListResultPage
    211. NewVariableValuesClient(string) VariableValuesClient
    221. NewVariableValuesClientWithBaseURI(string, string) VariableValuesClient
    231. NewVariablesClient(string) VariablesClient
    241. NewVariablesClientWithBaseURI(string, string) VariablesClient
    251. Variable.MarshalJSON() ([]byte, error)
    261. VariableListResult.IsEmpty() bool
    271. VariableListResult.MarshalJSON() ([]byte, error)
    281. VariableListResultIterator.NotDone() bool
    291. VariableListResultIterator.Response() VariableListResult
    301. VariableListResultIterator.Value() Variable
    311. VariableListResultPage.NotDone() bool
    321. VariableListResultPage.Response() VariableListResult
    331. VariableListResultPage.Values() []Variable
    341. VariableValue.MarshalJSON() ([]byte, error)
    351. VariableValueListResult.IsEmpty() bool
    361. VariableValueListResult.MarshalJSON() ([]byte, error)
    371. VariableValueListResultIterator.NotDone() bool
    381. VariableValueListResultIterator.Response() VariableValueListResult
    391. VariableValueListResultIterator.Value() VariableValue
    401. VariableValueListResultPage.NotDone() bool
    411. VariableValueListResultPage.Response() VariableValueListResult
    421. VariableValueListResultPage.Values() []VariableValue
    431. VariableValuesClient.CreateOrUpdate(context.Context, string, string, VariableValue) (VariableValue, error)
    441. VariableValuesClient.CreateOrUpdateAtManagementGroup(context.Context, string, string, string, VariableValue) (VariableValue, error)
    451. VariableValuesClient.CreateOrUpdateAtManagementGroupPreparer(context.Context, string, string, string, VariableValue) (*http.Request, error)
    461. VariableValuesClient.CreateOrUpdateAtManagementGroupResponder(*http.Response) (VariableValue, error)
    471. VariableValuesClient.CreateOrUpdateAtManagementGroupSender(*http.Request) (*http.Response, error)
    481. VariableValuesClient.CreateOrUpdatePreparer(context.Context, string, string, VariableValue) (*http.Request, error)
    491. VariableValuesClient.CreateOrUpdateResponder(*http.Response) (VariableValue, error)
    501. VariableValuesClient.CreateOrUpdateSender(*http.Request) (*http.Response, error)
    511. VariableValuesClient.Delete(context.Context, string, string) (autorest.Response, error)
    521. VariableValuesClient.DeleteAtManagementGroup(context.Context, string, string, string) (autorest.Response, error)
    531. VariableValuesClient.DeleteAtManagementGroupPreparer(context.Context, string, string, string) (*http.Request, error)
    541. VariableValuesClient.DeleteAtManagementGroupResponder(*http.Response) (autorest.Response, error)
    551. VariableValuesClient.DeleteAtManagementGroupSender(*http.Request) (*http.Response, error)
    561. VariableValuesClient.DeletePreparer(context.Context, string, string) (*http.Request, error)
    571. VariableValuesClient.DeleteResponder(*http.Response) (autorest.Response, error)
    581. VariableValuesClient.DeleteSender(*http.Request) (*http.Response, error)
    591. VariableValuesClient.Get(context.Context, string, string) (VariableValue, error)
    601. VariableValuesClient.GetAtManagementGroup(context.Context, string, string, string) (VariableValue, error)
    611. VariableValuesClient.GetAtManagementGroupPreparer(context.Context, string, string, string) (*http.Request, error)
    621. VariableValuesClient.GetAtManagementGroupResponder(*http.Response) (VariableValue, error)
    631. VariableValuesClient.GetAtManagementGroupSender(*http.Request) (*http.Response, error)
    641. VariableValuesClient.GetPreparer(context.Context, string, string) (*http.Request, error)
    651. VariableValuesClient.GetResponder(*http.Response) (VariableValue, error)
    661. VariableValuesClient.GetSender(*http.Request) (*http.Response, error)
    671. VariableValuesClient.List(context.Context, string) (VariableValueListResultPage, error)
    681. VariableValuesClient.ListComplete(context.Context, string) (VariableValueListResultIterator, error)
    691. VariableValuesClient.ListForManagementGroup(context.Context, string, string) (VariableValueListResultPage, error)
    701. VariableValuesClient.ListForManagementGroupComplete(context.Context, string, string) (VariableValueListResultIterator, error)
    711. VariableValuesClient.ListForManagementGroupPreparer(context.Context, string, string) (*http.Request, error)
    721. VariableValuesClient.ListForManagementGroupResponder(*http.Response) (VariableValueListResult, error)
    731. VariableValuesClient.ListForManagementGroupSender(*http.Request) (*http.Response, error)
    741. VariableValuesClient.ListPreparer(context.Context, string) (*http.Request, error)
    751. VariableValuesClient.ListResponder(*http.Response) (VariableValueListResult, error)
    761. VariableValuesClient.ListSender(*http.Request) (*http.Response, error)
    771. VariablesClient.CreateOrUpdate(context.Context, string, Variable) (Variable, error)
    781. VariablesClient.CreateOrUpdateAtManagementGroup(context.Context, string, string, Variable) (Variable, error)
    791. VariablesClient.CreateOrUpdateAtManagementGroupPreparer(context.Context, string, string, Variable) (*http.Request, error)
    801. VariablesClient.CreateOrUpdateAtManagementGroupResponder(*http.Response) (Variable, error)
    811. VariablesClient.CreateOrUpdateAtManagementGroupSender(*http.Request) (*http.Response, error)
    821. VariablesClient.CreateOrUpdatePreparer(context.Context, string, Variable) (*http.Request, error)
    831. VariablesClient.CreateOrUpdateResponder(*http.Response) (Variable, error)
    841. VariablesClient.CreateOrUpdateSender(*http.Request) (*http.Response, error)
    851. VariablesClient.Delete(context.Context, string) (autorest.Response, error)
    861. VariablesClient.DeleteAtManagementGroup(context.Context, string, string) (autorest.Response, error)
    871. VariablesClient.DeleteAtManagementGroupPreparer(context.Context, string, string) (*http.Request, error)
    881. VariablesClient.DeleteAtManagementGroupResponder(*http.Response) (autorest.Response, error)
    891. VariablesClient.DeleteAtManagementGroupSender(*http.Request) (*http.Response, error)
    901. VariablesClient.DeletePreparer(context.Context, string) (*http.Request, error)
    911. VariablesClient.DeleteResponder(*http.Response) (autorest.Response, error)
    921. VariablesClient.DeleteSender(*http.Request) (*http.Response, error)
    931. VariablesClient.Get(context.Context, string) (Variable, error)
    941. VariablesClient.GetAtManagementGroup(context.Context, string, string) (Variable, error)
    951. VariablesClient.GetAtManagementGroupPreparer(context.Context, string, string) (*http.Request, error)
    961. VariablesClient.GetAtManagementGroupResponder(*http.Response) (Variable, error)
    971. VariablesClient.GetAtManagementGroupSender(*http.Request) (*http.Response, error)
    981. VariablesClient.GetPreparer(context.Context, string) (*http.Request, error)
    991. VariablesClient.GetResponder(*http.Response) (Variable, error)
   1001. VariablesClient.GetSender(*http.Request) (*http.Response, error)
   1011. VariablesClient.List(context.Context) (VariableListResultPage, error)
   1021. VariablesClient.ListComplete(context.Context) (VariableListResultIterator, error)
   1031. VariablesClient.ListForManagementGroup(context.Context, string) (VariableListResultPage, error)
   1041. VariablesClient.ListForManagementGroupComplete(context.Context, string) (VariableListResultIterator, error)
   1051. VariablesClient.ListForManagementGroupPreparer(context.Context, string) (*http.Request, error)
   1061. VariablesClient.ListForManagementGroupResponder(*http.Response) (VariableListResult, error)
   1071. VariablesClient.ListForManagementGroupSender(*http.Request) (*http.Response, error)
   1081. VariablesClient.ListPreparer(context.Context) (*http.Request, error)
   1091. VariablesClient.ListResponder(*http.Response) (VariableListResult, error)
   1101. VariablesClient.ListSender(*http.Request) (*http.Response, error)
   111
   112### Struct Changes
   113
   114#### New Structs
   115
   1161. Variable
   1171. VariableColumn
   1181. VariableListResult
   1191. VariableListResultIterator
   1201. VariableListResultPage
   1211. VariableProperties
   1221. VariableValue
   1231. VariableValueColumnValue
   1241. VariableValueListResult
   1251. VariableValueListResultIterator
   1261. VariableValueListResultPage
   1271. VariableValueProperties
   1281. VariableValuesClient
   1291. VariablesClient

View as plain text